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: 

Reg: Save Layout in ALV

Former Member
0 Kudos

Is there any table in ABAP which will have the details of Saved layout in ALV Report

1 REPLY 1

Former Member
0 Kudos

Tables:

VARI

and

VARID

**************************

The layout variants are stored in table LTDX.

Here is the list of tables involved.

LTDX ->Generic storage of display variants

LTDXD ->Default display variants

LTDXS ->SAP Default Display Variants

LTDXT ->Display Variant Texts

Regards

vasu