You are on page 1of 2

Value Help / Serach Help

1. Automatic - Automatic
2. OVS
3. Freely Program
4. Disctionary Based
Q. What is the heirarachy of serach help?
System Define
User Define : AT SELECTION-SCREN ON VALUE REQUEST, PROCESS ON VALUE REQUEST
OVS:Object Value selector
Use standard WDC : WDR_OVS
1. Prepare input screen
2. Display the slection list
Requirement:
Plant 1000
Search
Matnr

lgort

Maktx

OVS:
phase 0:
IJn thios phase we prepare the configuration like input field labvels and select
ion list column names .
The configuration is prepared using method SET_CONFIGURATION
phase 1:
In this phase we set the input structure with default values using method set_in
put_structure
Note:Phase 0, Phase 1 are also optional
Phase 2 , Phase 3 are mandatory
Phase 2:
We query theinput structure field. Anything entered on the input structure is st
ored in
data ref query_parameters and prepare trhe selection list using set_output_table

Phase 3:
On this phase we get the selected list and set the data back to the context
PHASE_INDICATOR: tHIS STOIRES CURRENT PHASE VALUE (O,1,2,3)
CONTEXT_ELEMENT : elemebt of the input field where OVS
QUERY_PARAMETERS: STORE THE INPUT STRUCTURE DATA
SELECTION;tHIS STORES THE SELECTED RECORD OF SLECTION LIST

fREELY Programmed:
OVS:Input structure (Optrional) 7Selection list (Mandatory)

1st component: what yopu want to shopw on when user press value help
2nd component: reuse the 1st component

1. Create a WDC which implements WDI IWD_VALUE_HELP


2. Remove your window which was created by default & embed your view in interfac
e of the WDI
3. In CC store the listener object as an attribute which is an importing paremte
r of the WDI method SET_VALUE_HELP_LISTENER
4. Go to view & design
5. In th eview kepp a button and onaction of button read the finbally seected li
ne and set the data back to context using listener object
6. Using the listener obje ct close window
7. Create the WDC2 and reused the abpove component

You might also like