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

ALV_GRID

former_member191391
Participant
0 Likes
492

HOW TO ADD ALV GRID TO SUBSCREEN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
464

use this REUSE_ALV_POPUP_TO_SELECT

for ex refer.

HOW TO ADD ALV GRID TO SUBSCREEN

3 REPLIES 3
Read only

Former Member
0 Likes
465

use this REUSE_ALV_POPUP_TO_SELECT

for ex refer.

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
464

hi,

Create a subscreen.its is simple create an screen and mark the radio button as subscreen.Then you will call the subscreen from the main screen

In the PBO of the subscreen call the alv grid by using set_table_for_first_display or Reuse_alv_grid_display .

Regards,

Sourabh

Read only

Former Member
0 Likes
464

hi

Create a subscreen.its is simple create an screen and mark the radio button as subscreen.

Then you will call the subscreen in the PBO of normal screen

u can write call screen 100 logic and logic related to alv grid under PBO of subscreen for alv grid

Regards,

deepak