cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to set project status in CJ02.

former_member417922
Participant
0 Kudos

Dear Team,

Is there any Function Module or BAPI to set project status in CJ02.

Please Help.

Thanks in advance,

Sai

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member417922
Participant
0 Kudos

solved myself

Former Member
0 Kudos

Hi,

Could you let me know how the problem was solved.

Thanks,

Sushanth

Former Member
0 Kudos

Sai,

Check if BAPI_BUS2001_SET_STATUS will give you what you are looking for. You can find the documentation for this BAPI via transaction BAPI -> Project System -> Structures -> ProjectDefinitionPI -> SetStatus.

Regards,

Jamie

former_member417922
Participant
0 Kudos

Thanks a lot.

This will serve half of my pupose.

I am looking for setting status of WBS element of aproject definition in CJ02.

Do we have any BAPI or FM for the same.

Actually My purpose is to pool the error log as recording a BDC while closing the status of a WBS element.

Thanks in advance.

Former Member
0 Kudos

You can check if BAPI_BUS2054_SET_STATUS "Set/Reset Status for BUS2054 (Work Breakdown Structure)" will work. Also, function modules STATUS_CHANGE_INTERN (System status) and STATUS_CHANGE_EXTERN (user status) can be used for changing the status of PS Objects.

- Jamie