Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

creating a Search help error

Former Member
0 Likes
591

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 ???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
555

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

2 REPLIES 2
Read only

Former Member
0 Likes
556

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

Read only

0 Likes
555

well , it is a standard data element but it doesnt have a help search . table BNKA field banka .