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

Creating ALV

Former Member
0 Likes
403

Hi,

I want to know the method to create ALV inside a popup screen ?

Regards,

Imran

Hi,

I want to know the method to create ALV inside a popup screen ?

Regards,

Imran

2 REPLIES 2
Read only

Former Member
0 Likes
376

you can use a container for this. for a container type of ALV u need to create a screen. in the pop up screen call the screen created for container. Then pop up screen will call the container screen and the ALV will be displayed.

you can refer to the std program SALV_DEMO_METADATA

In this program form display_grid calls the screen 100. after that the code is written in PBO & PAI of the screen.

I hope this helps.

Reward points if useful.

Message was edited by:

Mayank Agarwal

Read only

Former Member
0 Likes
376

hi,

Use this FM

'REUSE_ALV_POPUP_TO_SELECT'

REgards

Reshma