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

f4 fm's

Former Member
0 Likes
633

Hi,

Which Fm i can use for f4 with table.

i now F4IF_INT_TABLE_VALUE_REQUEST

is there more fm.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

[http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html]

F4_DATE

displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.

F4_IF_FIELD_VALUE_REQUEST

Use values from a DDIC table to provide a list of possible values. TABNAME and FIELDNAME are required fields, and when MULTIPLE_CHOICE is selected, more than one value can be returned.

F4IF_INT_TABLE_VALUE_REQUEST

F4 help that returns the values selected in an internal table. Very handy when programming your very own F4 help for a field.

F4IF_SHLP_EXIT_EXAMPLE

documents the different reasons to use a search help exit, and shows how it is done.

F4IP_INT_TABLE_VALUE_REQUEST

This function does not exist in 4.6 and above. Use F4IF_INT_TABLE_VALUE_REQUEST instead.

4 REPLIES 4
Read only

Former Member
0 Likes
591

[http://www.sapbrainsonline.com/REFERENCES/FunctionModules/SAP_function_modules_list.html]

F4_DATE

displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.

F4_IF_FIELD_VALUE_REQUEST

Use values from a DDIC table to provide a list of possible values. TABNAME and FIELDNAME are required fields, and when MULTIPLE_CHOICE is selected, more than one value can be returned.

F4IF_INT_TABLE_VALUE_REQUEST

F4 help that returns the values selected in an internal table. Very handy when programming your very own F4 help for a field.

F4IF_SHLP_EXIT_EXAMPLE

documents the different reasons to use a search help exit, and shows how it is done.

F4IP_INT_TABLE_VALUE_REQUEST

This function does not exist in 4.6 and above. Use F4IF_INT_TABLE_VALUE_REQUEST instead.

Read only

Former Member
0 Likes
590
Read only

Former Member
0 Likes
590

hiiii

you can use

C14F_LOV_WAID

F4IF_INT_TABLE_VALUE_REQUEST for f4 help

regards

twinkal

Read only

Former Member
0 Likes
590

Hi Ricardo.

You can try these:

HELP_VALUES_GET_WITH_TABLE

F4_FIELD_ON_VALUE_REQUEST

SD_F4_HELP_TABLE

TR_F4_HELP

Good Luck & Regards

Harsh