Application Development 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: 

Problem with Submit statement into print program for delivery

SimoneMilesi
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.