‎2012 Nov 05 6:36 AM
Hi Folks,
I need to get the output results from standard program and hence I designed a custom program that calls the standard program using submit statement.
if iam using EXPORTING LIST TO MEMORY in submit statement iam getiing following error.
set screen not allowed in subscreens (screen: SAPLSBAL_DISPLAY 0101)
the output of standard program is in ALV
How to capture output results.
‎2012 Nov 05 6:41 AM
‎2012 Nov 05 6:44 AM
‎2012 Nov 05 6:56 AM
Now also iam getting same error.
iam not using export list to memory in submit statement.
at submit statement only iam getting error.
‎2012 Nov 05 7:01 AM
Use Submit to SAP spool, then you will not get this error.
Then read the spool number using the FM above.
Please search in SCN on how to use the FM.