cancel
Showing results for 
Search instead for 
Did you mean: 

Setting work status programatically

Former Member

Is there a way to set to set work status programatically? I have one cube which is a summary cube and it needs to be able to display the lock status of its entries using EPMWorkStatus. If I find enrties that are not locked I would like to be able to trigger some action from this template to lock the model

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191765
Active Participant
0 Kudos

Check program - UJW_WS_TEST;

If there is no user involvement required for your requirement then I would say trigger the lock using SE38 if it meets your criteria CL_UJW_WORK_STATUS_MGR->update_work_status_locks

If user involvement is there then use the same func. in BAdis