cancel
Showing results for 
Search instead for 
Did you mean: 

User Status

former_member131844
Active Participant
0 Kudos

Hi,

I have requirement in cprojects, Like when ever the project plan saves in one user status, it have to move to a another user status automatically with out manual intraction.For example, the PM works on "In work" user status and save the project plan, it has to move to " Release" status. How can this be archive in cProjects. Can some one please explain the procedure?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member131844
Active Participant
0 Kudos

I need to control system status for Dx3 Object in cProjects. Where i can control these system status.

Kind Regards,

Vijay

Former Member
0 Kudos

Hi Vijay,

You can implement a subsystem, and use methods PREPARE_TO_SAVE. A subsystem is a class that is called at save.

Please have a look at sample one with standard documentation: CL_DPR_DEMO_SUBSYSTEM

You can copy sample class CL_DPR_DEMO_SUBSYSTEM into a custom one.

Then, the method PREPARE_TO_SAVE will be called by the system at save action.

You can here implement your own logic.

Matthias