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

Submit and Return

Former Member
0 Likes
1,093

I want to create a report and need to call the report program AUT_REP10 in this program using submit and return.

Transaction is AUT10.

When I tried to call using submit with parameters exporting list to memory and return, it is showing the below dump.

Access via 'Null' object reference not possible.

Is that possible to get the output log of the program AUT_REP10 using submit and return.

Can anyone please help me for this scenario.

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
848

Hi,

you will find an example of SUBMIT and manage the result (in this case send into an email)

but, you need a transaction that allow to be call without SAPGui link. For example most of the ALV Grid use Custom Container, and it is not posisble to call them in background.

regards

Fred

Read only

0 Likes
848

Hi Fred,

Thanks for your reply.

In my program, the result is not getting saved in to memory.  Before going into the selection, it is showing dump.

Aut_rep10 is the program name. My requirement is to take the vbak vbap table log and show some of the fields as the report output and save the log into a z table.

Read only

Former Member
0 Likes
848

Did anyone face this scenario. Have to take the output of Aut10 transaction and save the output log into a z table. Can anyone please help to get me a solution.

Read only

Former Member
0 Likes
848

Hello,

Can anyone please help me to work with the transaction AUT10 and report AUT_rep10.

Have anyone worked on this report?. My requirement is to fetch the output of the report AUT_REP10 and save the details into one z table using submit and return exporting list to memory by creating a Z program.