‎2019 May 15 11:55 AM
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
‎2019 May 22 10:37 AM
‎2019 May 15 4:00 PM
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.
‎2019 May 22 10:37 AM