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 using ABAP oops

Former Member
0 Likes
458

hi friends,

how to display pop-up window using abap objects,

also if i have to display an alv inside it how to do it?

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
311

Just define the dynpro screen as popup, and call those with the extension STARTING AT, don't forget to associate to a popup status in PBO.

Regards