Skip to Content
0
Former Member
May 04, 2010 at 02:22 PM

PO print immediately after release

656 Views

Hi SAP experts,

I am getting "update was terminated" message when I release a PO I.e. final release, this message I am getting only for PO for which outtype message with "4" " send immediately when saving the application" the output type is defined for print out.

Requirement is, user wants the PO print after the final release, he don't want to run different T-code for print, the error details are mentioned below.

Mod.ID ; Mod.name ; Module type Status

1 ME_UPDATE_DOCUMENT V1 NORMAL Init

2 EINKBELEG_WRITE_DOCUMENT V1 NORMAL Init

3 ME_REL_EVENT_EKKO V1 NORMAL Init

4 MCE_STATISTICS_UPD_V2 V2 NORMAL Init

5 RV_MESSAGE_UPDATE V1 NORMAL Err

ABAP runtime errors POSTING_ILLEGAL_STATEMENT

Occurred on 23.03.2010 at 09:30:29

>> Short dump has not been completely stored. It is too big.

Statement "CALL SCREEN" is not allowed in this form.

What happened?

The current ABAP/4 program "SAPLSPO1 " had to be terminated because

one of the statements could not be executed.

This is probably due to an error in the ABAP/4 program.

What can you do?

Note the actions and input that caused the error.

Inform your SAP system administrator.

You can print out this message by choosing "Print". Transaction ST22

allows you to display and manage termination messages, including keeping

them beyond their normal deletion date.

Error analysis

This program is triggered in the update task. There, the

following ABAP/4 statements are not allowed:

- CALL SCREEN

- CALL DIALOG

- CALL TRANSACTION

- SUBMIT

How to correct the error

If the error is in one of your own ABAP programs or an SAP program that

you have modified, try to correct it.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

"POSTING_ILLEGAL_STATEMENT"

"SAPLSPO1 " or "LSPO1U04 "

"POPUP_TO_CONFIRM_WITH_MESSAGE"

Thanks & Regards,

Vijay