cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Release of Project When Created

Former Member
0 Kudos

Dear Experts,

We want to release project automatically when it is created first time, please guide how to achieve this

Regards

Shailesh Sontakke

Accepted Solutions (1)

Accepted Solutions (1)

former_member203108
Active Contributor
0 Kudos

You will have to look for BADI/exit which is called during save of project and then use BAPI/FM to set the system status to REL. For WBSE you can check this BADI WORKBREAKDOWN_UPDATE

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Use the method AT-SAVE in the badi

 PROJECTDEF_UPDATE 

Write the code to set the system status to REL in BAPI

BAPI_BUS2054_SET_STATUS

ashis

Former Member
0 Kudos

Hi;

you can achieve this by creating a user Profile.. in that profile set the status Release.

Assign this User profile into your project profile.

This will solve your problem.