cancel
Showing results for 
Search instead for 
Did you mean: 

looking forward a FM or method or BAPI to change status of project

Former Member
0 Kudos

I need to set a project status to 'cancel' or 'reset cancel'. after debuging the standard WD program and class, the FM is still not found by me.

pls advise, thanks a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

To set the status of a project, phase or task use the following BAPIs

BAPI_BUS2172_SET_STATUS - To set the status of the project

BAPI_BUS2173_SET_STATUS - To set the status of the phase

BAPI_BUS2175_SET_STATUS - To set th status of a task

In each of the BAPIs pass the relevant GUIDs of the project, phase or the task as applicable and in structure IS_BUSINESS_TRANSACTION in field BUSINESS_TRANSACTION pass the relevant value -

RELEASE Release

COMPLETE Complete

REVOKE_COMPLETE Reset Complete

CANCEL Cancel

REVOKE_CANCEL Reset Cancel

SET_IN_PROCESS Set in Process

SET_USER_STATUS Set User Status

REVOKE_USER_STATUS Reset User Status Without Status Number

Former Member
0 Kudos

Hi,

Please use FM: BAPI_BUS2172_SET_STATUS.

BR

Matthias