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 statement

Former Member
0 Likes
20,404

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.

4 REPLIES 4
Read only

Former Member
Read only

0 Likes
20,177

Also, take a look at this thread.

http://scn.sap.com/thread/3190700

Read only

0 Likes
20,177

Now also iam getting same error.

iam not using export list to memory in submit statement.

at submit statement only iam getting error.

Read only

0 Likes
20,177

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.