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

help symbol

Former Member
0 Likes
1,379

hi,

i have a field on a selection screen from ztable.

i have created help on this field.

but on selection screen the symol of help is not coming.

so end user are not getting idea to press F4 to get values from help menu.

raj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,356

select-options s_sel for ztable-sel MATCHCODE OBJECT help_name.

i have set help in data element ( FUTHER CHARACTERISTICS).

10 REPLIES 10
Read only

Former Member
0 Likes
1,356

are you sure your field has search help please check in se11 and let us know.

*******Poorna****

Read only

Former Member
0 Likes
1,356

Have u used F4IF_INT_TABLE_VALUE_REQUEST FM?

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
1,356

i have set help in data element ( FUTHER CHARACTERISTICS).

Read only

Former Member
0 Likes
1,357

select-options s_sel for ztable-sel MATCHCODE OBJECT help_name.

Read only

Former Member
0 Likes
1,356

Hi raj,

1. Just make sure the following things are in place,

then search will come automatically.

a) attach the search help in se11,

on the field in the table.

b) activate the table, and when viewing records,

the f4 should come there also

c) declare your field in program like

parameter : myfield like ztable-field1.

regards,

amit m.

Read only

Former Member
0 Likes
1,356

Hi,

If thats not working, select the data from that table & pass it to the function module F4_IF_INT_TABLE_VALUE_REQUEST in ur

AT SELECTION-SCREEN ON VALUE-REQUEST FOR after selection screen options.

Read only

Former Member
0 Likes
1,356

thanks tomsz it is working.

but every time i have to write matchcode..

is there any other way where i can set help name permanently

raj

Read only

0 Likes
1,356

Hi again,

1. For making the helpname permanent,

ust make sure the following things are in place,

then search will come automatically.

a) attach the search help in se11,

on the field in the table.

b) activate the table, and when viewing records,

the f4 should come there also

c) declare your field in program like

parameter : myfield like ztable-field1.

regards,

amit m.

Read only

0 Likes
1,356

Raj,

You can attach it table field (SE11), data element (SE11), use check table etc.

http://help.sap.com/saphelp_erp2004/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm

Read only

Former Member
0 Likes
1,356

thanks tomasz & amit - point rewarded