cancel
Showing results for 
Search instead for 
Did you mean: 

Project is not created from Project PO

Former Member
0 Kudos

Hi,

I can able to create Project PO successfully. But Project is not created from Project PO. Giving message like

Object Project Definition TN1.LEVBW.09004 could not be created

Project TN1.LEVBW.09004 is currently being processed by WF-BATCH.

As I investigated, the defect is caused due to a Lock of the PO in SAP while executing the workflow.

I suspect this lock is getting caught in the function module 'ZPS_STUDIO_PROJECT_CREATE' in the include 'LZPS02F01', after calling the function module 'BAPI_PO_CHANGE'. (Since the PO is being processed by both transaction & workflow here).

I've tried to change the 'COMMIT WORK' statement adding WAIT. But I'm still unable to resolve the issue.

Please provide me the solution.

Thanks,

suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is due to same workflow is triggering with two business object.