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

Problem with Submit statement into print program for delivery

SimoneMilesi
Active Contributor
0 Likes
447

Hi all,

i got a problem with the SUBMIT statement that i put into a print program associated to a delivery output message.

If i print the message by VL02N or VL71, everything works.

But if i associate the output with RV56ABST, the SUBMIT instruction isn't accepted and i get the message

"Processor ABAP: POSTING_ILLEGAL_STATEMENT"

There is any solution to this situation?

Why i cannot use the SUBMIT statement in this case?

1 REPLY 1
Read only

Former Member
0 Likes
393

Hi Simone,

you could try to do the operation in a separate task (call a function in starting new task). This will decouple your current process from the new task.

Cheers,

Stefan.