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

Need FM

Former Member
0 Likes
918

Hi,

Is any FM is available in which I will display the desired field in popup window & set the F4 help for the same field?

i.e. If i select one push button in selection screen then one popup will display. In that pop-up window I have field name FILE & I need to set F4 help for this??

Any suggestion??

Hi,

Is any FM is available in which I will display the desired field in popup window & set the F4 help for the same field?

i.e. If i select one push button in selection screen then one popup will display. In that pop-up window I have field name FILE & I need to set F4 help for this??

Any suggestion??

8 REPLIES 8
Read only

Former Member
0 Likes
892

It would be easier just to define your own subscreen and have the fields defined in there. You can then also assigne a standard search help or a bespoke one.

Read only

Former Member
0 Likes
892

Hi

use the fun module

F4_FILENAME

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
892

use fm F4IF_INT_TABLE_VALUE_REQUEST

Sameer

Read only

Peter_Inotai
Active Contributor
0 Likes
892

Hi,

You can use F4IF_INT_TABLE_VALUE_REQUEST to have the F4 help functionality.

Best regards,

Peter

Read only

Former Member
0 Likes
892

refer to the Fm

HELP_VALUES_GET_WITH_TABLE

Read only

0 Likes
892

Any sample code??

Read only

0 Likes
892

hi,

use POPUP_TO_GET_VALUE

Siva

Read only

gopi_narendra
Active Contributor
0 Likes
892

Check this program <b>demo_sel_screen_pushbutton</b>

this might be of some use.

Instead of buttons on the pop up you can give filenames and provide F4 to it using F4_FILENAME function module.

Regards

Gopi