‎2010 Jan 07 6:00 PM
Hi guys , i did a search help and now trying to assign it to my select-options field following this procedure :
Using the Screen Painter
a. Open the Object Navigator, navigate to the required screen and then open it.
The Screen Painter for this screen appears in display mode.
b. Choose with the quick info text Display <-> Change.
c. Go to the Element List tab page and then select the References tab page.
d. In the Search Help column you can define the search help for the required screen field.
i did it in the screen 1000 , however when i execute it , i got the error : NO INPUT HELP IS AVAILABLE .
what im doing wrong ???
‎2010 Jan 07 6:14 PM
screen 1000 is standard selection screen do try to change it..
If you are refering to standard datalement then you will get the F4 help automatically
example
a)
tables : mara.
parameters :
P_MATNR TYPE MARA-MATNR .
b) if you are refering to custom field then you need to add seacrh help at table level or programtically you can use below syntax.
PARAMTERS :
P_MATNR TYPE ZFIELD MATCHCODE OBJECT H_T134.
Please let me know if you need further info.
Regards
Satish Boguda
‎2010 Jan 07 6:14 PM
screen 1000 is standard selection screen do try to change it..
If you are refering to standard datalement then you will get the F4 help automatically
example
a)
tables : mara.
parameters :
P_MATNR TYPE MARA-MATNR .
b) if you are refering to custom field then you need to add seacrh help at table level or programtically you can use below syntax.
PARAMTERS :
P_MATNR TYPE ZFIELD MATCHCODE OBJECT H_T134.
Please let me know if you need further info.
Regards
Satish Boguda
‎2010 Jan 07 10:46 PM
well , it is a standard data element but it doesnt have a help search . table BNKA field banka .