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

POP up window

Former Member
0 Likes
881

Dear All,

Greetings.

I have a requirement of showing a popup, when the program gets executed.

This pop up should contain the a field with the input HELP(F4). this field values is taken as the input for further processing in my program.

If he doesnot selects the input then i should through an error message.

I am not getting what can i use to get a pop up window.

Please guide me in solving this issue.

Thanks

Ram M

Dear All,

Greetings.

I have a requirement of showing a popup, when the program gets executed.

This pop up should contain the a field with the input HELP(F4). this field values is taken as the input for further processing in my program.

If he doesnot selects the input then i should through an error message.

I am not getting what can i use to get a pop up window.

Please guide me in solving this issue.

Thanks

Ram M

4 REPLIES 4
Read only

Former Member
0 Likes
785

hii

POPUP_GET_VALUES

this Fm will give F4 help with field.

FM POPUP_GET_VALUES_USER_CHECKED.

example Program RSSPO430

regards

twinkal

Read only

Former Member
0 Likes
785

Hi,

The FM for getting input through popup is TRM_POPUP_TEXT_INPUT

But this will not have a F4 help. Unless you know the field type how can you create a F4 help?

If you still want F4 help, take a copy of this FM and then make changes in the screen for that FM.

Cheers,

Kothand

Read only

Former Member
0 Likes
785

create a new screen and give the field which u want as f4 help.

if the input is there execute the program

else

error message

endif.

Regards

Anbu B

Read only

saranwin
Contributor
0 Likes
785

Hi Ram,

Try to Find the Function Module to give the pop-up with Input. There are so many standard Function Module's. Otherwise you customize one function Module and creste one Screen '1000' in that Function Module as per your requirtment and Call the Screen inside the Program. Call Screen Syntax :

Syntax : Call Screen 1000 starting at 8 8

Ending at 55 5.

The above syntax will give pop-up. You can extend the popup size by changing the Numeric Value.

Regards,

Saran