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: 

SUBMIT alv tree report

rchudziak
Participant
0 Kudos

We can create a wrapper report inside which another alv grid report is submitted, and the alv grid data intercepted for manipulation. Can the same be done with reports that produce alv tree e.g. PP_ORDER_PROGRESS? If so, how?

1 REPLY 1

iftah_peretz
Active Contributor
0 Kudos

Hey,

The short answer is yes. In its base, an ALV tree is a table. So, in the same way, you can get a regular ALV grid table you can get that one. If you are using some GUI manipulation to extract the table, then there are many other ways to get the table like IMPORT/EXPORT, writing to DB, using the call from the stack, like so: (name_of_program)name_of_table[] (see Rich's comment) etc.