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: 

ALV WITH TAB STRIP.

Former Member
0 Kudos
439

Hi all,

Can anybody tell me how to go for alv with two tabs.

where 1st tab is for balance & 2nd tab is for Summery.

Thanking you,

Vinayak

4 REPLIES 4

hymavathi_oruganti
Active Contributor
0 Kudos
120

u can set PF-STATUS and set the tabs.

former_member188685
Active Contributor
0 Kudos
120

hi,

you need to create two tab strips in se51 and in the subscreen area you need to create the custome container and call the alv grid . based on the tab selection you can show the two reports.

you need to use OO alv. and need to create the custom container.

regards

vijay

0 Kudos
120

if u use OO ALV,

u can put two tabs directly in the layout above the custom container.

and use user_command

Former Member
0 Kudos
120

Hi vinayak,

1. For ur requirement, u can

also use BLOCK ALV concept.

( it will show multiple ALVs in

one screen, one below the other)

2. REUSE_ALV_BLOCK_LIST_INIT

REUSE_ALV_BLOCK_LIST_DISPLAY

The above two are the important FMs.

regards,

amit m.