‎2006 Dec 19 10:49 AM
Hi all,
I want to create a F4 help for a particular table field(Let's say MARA-MATNR) in the function module. i.e. when i will run the function module for the parameter matnr i need a F4 help. Is i possible?
With Regards.
Sandeep
‎2006 Dec 19 10:59 AM
Hi Sandeep,
When a FM is executed the import and the export parameters are populated on the screen. F4 help is possible only by adding statement ON VALUE-REQUEST in case of selection screen, incase of normal screen it is defined while creating the screen itself.
Executing a FM is an option to check whether FM gives desired set of output for given input values.
This option requested by you is not possible.
If this explains and answers do give points.
‎2006 Dec 19 10:51 AM
Hello,
I think u r testing thé FM in SE37. In that case it is not possible.
Vasanth
‎2006 Dec 19 10:52 AM
‎2006 Dec 19 10:56 AM
‎2006 Dec 19 10:59 AM
Hi Sandeep,
When a FM is executed the import and the export parameters are populated on the screen. F4 help is possible only by adding statement ON VALUE-REQUEST in case of selection screen, incase of normal screen it is defined while creating the screen itself.
Executing a FM is an option to check whether FM gives desired set of output for given input values.
This option requested by you is not possible.
If this explains and answers do give points.