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

Runtime error - POSTING_ILLEGAL_STATEMENT

Former Member
0 Likes
995

Hi friends,

Pls advise how to resolve this runtime error issue mentioned below...which Im getting in PO creation and at the time of releasing the same but getting the error as background express document.

************Runtime error

Pls reply.

thanks & regards

sankar.

2 REPLIES 2
Read only

Former Member
0 Likes
740

Closed.

Post a new one with clear details.

Regret inconvenience.

regards

sankar.

Read only

Former Member
0 Likes
740

There short dump might be due to an user exit. If you look into the ABAP debugger there is an option in Settings - > update debugging.

when you select it, the update debugging will be siwtched on. Now go an check the enhancemetns which are active for MIGO. For Ex- MB_DOCUMENT_BADI method -> AFTER UPDATE. ( Hope you are aware of Badi's ). Put a break point inside the BADI method, I meant the implementation which is active. If the there are any statements like MESSAGE.. CALL SCREEN . .It will take you to a short dump...

Might be one of the probable reason. .. Please investigate..