2008 Jul 10 2:11 PM
Hi,
Which Fm i can use for f4 with table.
i now F4IF_INT_TABLE_VALUE_REQUEST
is there more fm.
Regards
2008 Jul 10 2:15 PM
[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.
2008 Jul 10 2:15 PM
[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.
2008 Jul 10 2:18 PM
hi,
Check out the below link for usage
http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
Regards,
Santosh
2008 Jul 10 2:20 PM
hiiii
you can use
C14F_LOV_WAID
F4IF_INT_TABLE_VALUE_REQUEST for f4 help
regards
twinkal
2008 Jul 10 2:28 PM
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