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,018

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
780

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
780

Hello,

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

Vasanth

Read only

Former Member
0 Likes
780

Hi Sandeep ,

I dnot think that is possible.

Regards

Arun

Read only

former_member225631
Active Contributor
0 Likes
780

Are you asking f4 help for selection screen field?

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
781

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.