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: 

pop up box

Former Member
0 Kudos

Hi,

I have a problem with a standard report where i want to get a pop up box which displays a list of data.

Which function should i call for this?

Regards,

Darpana.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Create a screen in the screen painter and call it using the command *CALL SCREEN <number> STARTING AT... *.

See these http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/frameset.htm too.

Regards.

4 REPLIES 4

Former Member
0 Kudos

Hi,

POPUP_WITH_TABLE_DISPLAY_OK

Darren

0 Kudos

I want to display this pop up window in the selection screen of my report.

This pop-up window should display a list of messages related to my internal table vales, not just 1 message.

Former Member
0 Kudos

Hello,

Create a screen in the screen painter and call it using the command *CALL SCREEN <number> STARTING AT... *.

See these http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/frameset.htm too.

Regards.

Former Member
0 Kudos

you're going to modify a standard abap program to add a popup? or put it in a user exit/badi?