cancel
Showing results for 
Search instead for 
Did you mean: 

Project creation WRT template using CJWB_PROJECT_COPY

Former Member
0 Kudos

Hello All,

We need to create project (with 4 level of WBS elements) in SAP PS sytem with reference to template.

I have used FM- CJWB_PROJECT_COPY to achieve this.

I could create project but, it will be created without status object and hence can't be seen in CJ20n

We need to run program CNSTATUS to change the staus

Can we create project with status object (WRT template) without running above program? by using CJWB_PROJECT_COPY

If not, please let me know is there any other FM/BAPI to create WRT project

Thanks and Regards,

Prabhu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member203098
Active Contributor
0 Kudos

Hi Prabhu,

Check the CJWB_PROJECT_COPY for fields STSPR,STSPD for user status profiles. if profiles exists then user status will be copied to new project from the template. However in standard system creates the project only in CRTD-created system status and sets the initial status of user status. there are few BAPI's where we can use to set the require system /user status.

BAPI_BUS2001_SET_STATUS

BAPI_BUS2002_SET_STATUS

BAPI_BUS2054_SET_STATUS.

Regards,