cancel
Showing results for 
Search instead for 
Did you mean: 

WF going in Error state

Former Member
0 Kudos

Hello All,

When we order any shopping card we have configured one custome defined workflow which will listen to

event BUS2121 ( Saved ). Problem we are facing is workflow is going into error status immeditely it

runs it gives error messages like Container (runtime object) cannot be created

Work item : Container cannot be read

Strange thing is this WF doesnt listen to any event ( In event trace we found event BUS2121 ( SAVED ) is not triggerd even not a single event is triggered ) but still WF runs once SC is ordered.

Pl help if anyone is already faced such type of problem.

Anaysis we did till now...

1. Analysed check FM and Starting conditions it is working fine.

2. Checked WAPI's SAP_WAPI_START_WORKFLOW

SRM_WAPI_START_WORKFLOW

SWJ_WAPI_START_WORKFLOW

while ordering SC through BBPSC04 but break point doesnt work in these FM.

Regards,

Rushikesh

Accepted Solutions (0)

Answers (1)

Answers (1)

khan_voyalpadusman
Active Contributor
0 Kudos

you have to put breakpoint at

program : saplbbp_pd

subroutne : procdoc_wfl_update.

start debugging at this point.

please note that all the update in workflow happens as update task , if you want to debug --> there is one flag you have to set up

you have set the value of flag iv_dialog to X , to be able to debug workflow

Edited by: khan voyalpad usman on Apr 11, 2009 5:26 AM