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

screen painter

Former Member
0 Likes
398

hai,

can any one tell how to pop-up window in screen painter like, i have given some student number in runtime then another pop-up window should appear with deatails

please help me

3 REPLIES 3
Read only

Former Member
0 Likes
374

Hi,

Check this link-

Regards,

Sujit

Read only

Former Member
0 Likes
374

hiii

you can create new sub screen and call it when you press some button like below and write your code in that sub screen

CASE sy-ucomm.

when 'DETAIL'

CALL SCREEN 200.

ENDCASE.

or you can create a small window by using following statement

WINDOW STARTING AT x1 y1 ENDING AT x2 y2.

regards

twinkal

Read only

Former Member
0 Likes
374

Hi,

create a new screen and populate it with the data to be displayed in the pbo event...

In your main screen... use CALL SCREEN <NUM> to call the screen

regards

padma