cancel
Showing results for 
Search instead for 
Did you mean: 

TECO status in SAP Work Manager 6.2 Application

former_member197782
Participant
0 Kudos

Hi All,

I am working on SAP Work Manager 6.2 application and I am trying to change the work order status to "TECO" from device.

In device status has been changed to "TECO", but when I try to transmit the device to update the status in ECC I am getting the following BAPI Error.

Error: Error while reading the operation from document table

          Error in processing of BAPI Methods.

When I debug the ABAP classes in SWM 6.2 I could observe the below.

There is a method SRULE CREATE is getting called while updating the status, when I delete that line in runtime I could able to update the status to ECC.

But why this method is getting called and what is meant by SRULE create, is it is something like settlement rule create?

Does this standard BAPI execution depends on the functional configuration? Could anyone please sugget.

And also please suggest me where can I restrict this CREATE method? From JAVA perspective?

Thanks in advance,

Roopa M.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

did you have any enhancement already in Java.

You better do some debugging in Java to see what happened.