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 program EXPORT LIST TO MEMORY issue

Former Member
0 Likes
1,266

I've been trying to get the SU53 like report in code, but I've stumbled across an issue.
After calling the program with:

SUBMIT SAPMS01G EXPORTING LIST TO MEMORY AND RETURN.

The program still opens the output screen and the table extracted from the list is empty.

The HR_ESS_GET_AUTHORITY_ERRORS function module uses the same kind of submit and after running it, it yields the same result.

Please share your suggestions on what could be an issue and/or fix for this.

Thanks and regards

1 ACCEPTED SOLUTION
Read only

Former Member
1,044

You can adapt SU53 for your purpose.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
1,044

It can't work because the program doesn't generate an ABAP List (it's just a dynpro with a list tree control). Copy the program and adapt it.

Read only

Former Member
1,045

You can adapt SU53 for your purpose.