cancel
Showing results for 
Search instead for 
Did you mean: 

HCM Process and forms getting error with process objecct

Former Member
0 Kudos

HI Friends,

We are implementing SAP HCM Process and forms and we are live. Our process and forms are working fine in DEV & QAS system

but after moving into PRD we are facing some issue with the PROCESSES.  I have verified POBJ_TESTTOOL and SCASE and all

are fine but we are ended up with below error in workflow. 

Procedure we followed:  Initiated an employee claim process through ESS filled in the details and then "Check and Send"

The next moment we are getting into the below error in the workflow.

Error when processing node '0000000168' (ParForEach index 000000)

Error when creating a component of type 'Step'

Error when creating a work item

Error within method CL_SWF_RUN_WIM_BATCH->_CREATE_WORKITEM_CONTAINER

Source (expression '&PROCESS_OBJECT.GUID&') of binding assignment is not available

Source (expression '&PROCESS_OBJECT.OBJECT_KEY&') of binding assignment is not available

Error in the evaluation of expression '<???>&PROCESS_OBJECT.OBJECT_KEY&' for item '1'

Unable to determine the value of component ''

Work item 000001665129: Object FLOWITEM method EXECUTE cannot be executed

\

Appreciate your suggestions on this issues.

Thanks & Regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

The error from Work Item 000001665129 states:

Error within method CL_SWF_RUN_WIM_BATCH->_CREATE_WORKITEM_CONTAINER

Source (expression '&PROCESS_OBJECT.GUID&') of binding assignment is not available

Source (expression '&PROCESS_OBJECT.OBJECT_KEY&') of binding assignment is not available

Error in the evaluation of expression '<???>&PROCESS_OBJECT.OBJECT_KEY&' for item '1'

Unable to determine the value of component ''

Review SAP Library: Definition of the Workflow Container for more details:

http://help.sap.com/saphelp_470/helpdata/en/c5/e4b6ae453d11d189430000e829fbbd/content.htmhttp://help.sap

Go to section "Container elements with import indicator set" and "Container elements with export indicator set" for more details.

Regards,

David