Hello,
If I execute the standard report RSSCD100_PFCG for a particular role then it gives me a small pop up window which also contains an ALV.
When I close the pop up window then the original output of RSSCD100_PFCG report is displayed in an ALV.
I've created a custom report where I am submitting standard report RSSCD100_PFCG via SUBMIT statement.
But for the above particular scenario the report RSSCD100_PFCG gives a runtime error in a popup window.
The error statement is "SET SCREEN not allowed in subscreen (screen: SAPLSBAL_DISPLAY 0101)".
But when I execute my custom report with the help of a background job then it works perfectly fine.
Due to the fact that the ALV output for report RSSCD100_PFCG is not generated in background and hence no ALV is displayed in a popup window.
My requirement is to display the output of report RSSCD100_PFCG in an ALV via my custom report.
Is there any way that I can avoid this Set Screen error?
Thanks & Regards,
Prashant Gaur