‎2015 Dec 23 11:45 AM
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.
‎2015 Dec 23 1:08 PM
‎2015 Dec 23 5:57 PM
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.
‎2015 Dec 25 7:56 PM
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.
‎2015 Dec 28 5:20 AM
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.