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: 

Capturing the output of a standard transaction in internal table

Former Member
0 Kudos

Hi All,,,

Can someone suggest me the way to capture the output of an standard transaction in an internal table which can then be downloaded as a file or transported to outside system via BAPI interface...

Thanks In Advance.....

Abhi......

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

you'll find many threads in the forum about that (SUBMIT EXPORTING LIST, etc.), but it does not guarantee that it will work for your transaction, as it depends on the display technology and a few other things.

Former Member
0 Kudos

Import statement is used to import the report output to an internal table and then you can use the CALL Function statement to call a BAPI and give the internal table to the BAPi.

Former Member
0 Kudos

Import statement is used to import the report output to an internal table and then you can use the CALL Function statement to call a BAPI and give the internal table to the BAPi.

Former Member
0 Kudos

Answered........