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: 

How to know internal table of ALV

Former Member
0 Kudos
119

Dear experts ,i have a standard transaction MCRP.

When i execute,i get ALV output.Is there any way to know the internal table assigned to ALV or any objct histrory maintained of transactions etc by which i could k now the name.

4 REPLIES 4

Former Member
0 Kudos
78

Hi,

You can check this in FM for ALV in this which table u are passing.

Regards

Susheel

Former Member
0 Kudos
78

go to debugging mode and select breakpoint at function module

and give REUSE_ALV_LIST_DISPLAY and also give REUSE_ALV_GRID_DISPLAY

Edited by: S.r.v.r.Kumar on Jun 18, 2008 1:03 PM

former_member195383
Active Contributor
0 Kudos
78

check for system--->status.

then double click on the program name....It will take u to the program...

In side that u can find which table is used for ALV display

Former Member
0 Kudos
78

hi,

check the program RMCF2600 in this ifind the interanl table

assigned to the alv.

reward if useful,

thanks and regards