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 help for import parameter in function module

Former Member
0 Likes
1,026

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
Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
788

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
Read only

Former Member
0 Likes
788

Hello,

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

Vasanth

Read only

Former Member
0 Likes
788

Hi Sandeep ,

I dnot think that is possible.

Regards

Arun

Read only

former_member225631
Active Contributor
0 Likes
788

Are you asking f4 help for selection screen field?

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
789

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.