cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding F4 help

Former Member
0 Kudos

Hi all,

In SAP-ABAP, If the table from which we are extracting the data in a selection screen is Z table, and if f4 help is not attached, then how we can get the F4 help on the selection screen.

I thought that there is some function module. Could u please suggest

T.PRASANTHI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Goto->Control Panel->SAP Configuration->Select Use Accessibility mode

Save it and now try for F4 help.

Rakesh

Answers (1)

Answers (1)

Sm1tje
Active Contributor
0 Kudos

Is it a custom field, or better said a custom data element in this z-table for which you need an F4-help? If so, you can either change the data element into an element for which a search help is already defined. Or attach F4-help by creating a foreign key relationship. Or try and find a match code object for this parameter on the selection screen.

But it would be better if you elaborate on your requirement before we can make a better suggestion.

Former Member
0 Kudos

The thing is we have created Z-Table named ZTMBAT. We have to give the values from this table in the selection scree.

For every field in the selection screen we have to provide F4 help.

We can attach the search help to the corresponding field in the table, but we should not change the table , that is the problem here

Respond ASAP

Former Member
0 Kudos

Hi,

Please check the function module

F4IF_INT_TABLE_VALUE_REQUEST(returns values selected in internal table)

and also the see the function modules for search help F4IF_SHLP_EXIT and F4IF_SHLP_EXIT_EXAMPLE.

Rakesh

Former Member
0 Kudos

Hi,

You might see some docs in http://saperptech.com

Cheers