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

ABAP/4 processor: POSTING_ILLEGAL_STATEMENT

Former Member
0 Likes
635

Hi all,

In SLCM Module, I am getting Error in my work flow In-box while I save the booked events for a student in Module booking Screen.

The error display is 'Express Document: Update Terminated'

I am getting the below message in my Work flow Inbox.

Update was terminated

System ID.... EHP4

Client....... 200

User..... AVINASH

Transaction.. PIQST00

Update key... F673B9DE0680F16A8B0A000C292E8516

Generated.... 15.10.2009, 15:47:41

Completed.... 15.10.2009, 15:47:45

Error Info... ABAP/4 processor: POSTING_ILLEGAL_STATEMENT

When I check with SM13, I am getting the below Dump

Function Module HRIQ_PROG_GR_SERV_MODREF_UPDAT

Status Update was terminated

Report LSTRDU30

Row 185

Error details Class: 00 Number: 671

ABAP/4 processor: POSTING_ILLEGAL_STATEMENT

Error Analysis in Dump is

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

There is probably an error in the program "SAPLSTRD".

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

following ABAP/4 statements are not allowed:

- CALL SCREEN

- CALL DIALOG

- CALL TRANSACTION

- SUBMIT

Can any one please suggest me how to solve this.

I was struck here for the past 2 days.

I could not able to understand where i have to check for it.

Thanks in Advance.

Regards

Avinash.

2 REPLIES 2
Read only

Former Member
0 Likes
488

Call Screen within update processs is no good idea.....

Read only

ThomasZloch
Active Contributor
0 Likes
488

Check for SAP Notes as this seems to be happening inside SAP standard program code.

Thomas