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

Table LTDX entries

Former Member
0 Likes
2,623

The table reference above is used for "Generic Storage of Layouts", I

> presume this is all releated to ALV reports. The last two fields in

> the table are CLUSTR and CLUSTD. Can somebody tell me where to find

> the information that these two fields point to? I have a report

> that has a layout referenced in this table and I need to change it,

> but so far I haven't found where it is. I'm betting that it might be

> buried in this cluster.

>

> Any info would be appreciated.

The table reference above is used for "Generic Storage of Layouts", I

> presume this is all releated to ALV reports. The last two fields in

> the table are CLUSTR and CLUSTD. Can somebody tell me where to find

> the information that these two fields point to? I have a report

> that has a layout referenced in this table and I need to change it,

> but so far I haven't found where it is. I'm betting that it might be

> buried in this cluster.

>

> Any info would be appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
1,270

Hi,

LTDX is the cluster table which stores the layout variants. when you choose alv variants of a report it will select the layout settings/variants from this table.

Regards

Vijay

Read only

Former Member
0 Likes
1,270

Hi

Here i am giving some details about those two fields

1- Go to that table

2- Click on that particular field

and you find out below details

Field - clustd

Domain - indx_clust

Data type - LRAW

Field - clustr

Domain - sybin2

Data type - int2

CLUSTR - Data Length

CLUSTD - Data

Thanks

Mrutyunjaya Tripathy