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

TO CREATE VARIANT

Former Member
0 Likes
954

how do we create variants, in the alv_list output......and also graphs for reports...

how do we create variants, in the alv_list output......and also graphs for reports...

7 REPLIES 7
Read only

anversha_s
Active Contributor
Read only

0 Likes
917

Hi Anver,

this does'nt have the information required......

can u pls send some other info.

thanks,

CAPC

Read only

Read only

0 Likes
917

I WANT TO CREATE THE VARIANTS IN MY LIST OUPUT....

THIS IS FOR SELECTION SCREEN VARAIANT...

PLS HELP,

CAPC

Read only

0 Likes
917

Hi,

I dont think you can save the layout of a classical list. If it is an ALV, you can use the change layout and save the layout.

If you want the user to always view a particular display variant (of layout) check the table LTDX. This has entries for all the variants declared in a program.

Create a parameter field on your screen, and populate the desired layout variants in its F4 help through an internal table.

This internal table can be populated from LTDX.

Pass this variant to the ALV func.module.

Regards

Subramanian

Read only

Former Member
0 Likes
917

not solved