Application Development 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: 

F4 help for import parameter in function module

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Sathish
Employee
Employee
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

Hello,

I think u r testing thé FM in SE37. In that case it is not possible.

Vasanth

Former Member
0 Kudos

Hi Sandeep ,

I dnot think that is possible.

Regards

Arun

former_member225631
Active Contributor
0 Kudos

Are you asking f4 help for selection screen field?

Sathish
Employee
Employee
0 Kudos

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.