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: 

Table to contain field name assocaiated with layout in ALV

mahesh_jagnani
Participant
0 Kudos

Hi,

i need to get the field names which an ALV Layout(Custom Layout saved earlier via same ALV Report) stores before displaying ALV.

Is there any table link ?

Thanks

Mahesh

6 REPLIES 6

ronaldo_aparecido
Contributor
0 Kudos

Sorry but i don´t understand .

Could you be moore specific?

The names of fields and their characteristics are usually in an internal table of fieldcat within a field name field

Thanks.

0 Kudos

Suppose we have a report which display an ALV.Now in ALV i created some layout and saved them with diffrent name say-TEST1,TEST2.

Now i created one parameter in selection screen for those layout name.

User can enter TEST1,TEST2...

now we want once user will execute the report With parameter value "TEST1", an eamil should go which will contain all the column fields which he will see in the ALV.

0 Kudos

Hi Mahesh,

See   page 23/24

0 Kudos

This message was moderated.

Former Member
0 Kudos

Call FM REUSE_ALV_LIST_LAYOUT_INFO_GET or REUSE_ALV_GRID_LAYOUT_INFO_GET.

Rob

mahesh_jagnani
Participant
0 Kudos

I solved it via FM :-LT_DBDATA_READ_FROM_LTDX