cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment User status change via Operation confirmation status

dennis_rechards
Participant
0 Kudos

Hi Gurus,

     My requirement is to trigger the BAPI STATUS_CHANGE_EXTERN for changing Equipment PRT user status, assigned to a particular operation,  by means of the confirmation status of that operation into PM order .

Means once the user sets "Final confirmation" and "No remaining work" indicators on that operation , BAPI should be called to change the user status of assigned Equipment.

Kindly help me to find the way to do it...

Thanks in advance..

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Dennis,

User Exit CONFPM05  can do this job. Put your code in the include ZXCOFU05  here, satisfying the conditions of 'Final confirmation' and 'No remaining work' ticks and then calling the Function module STATUS_CHANGE_EXTERN. Prior to this you need to retrieve you Equipment number in the form of OBJNR to pass it to the function module. After implementation, when you save the confirmation (IW41), the code will change the user status of the Equipment. With these inputs your ABAPer should be able to achieve this.

Best of Luck

KJogeswaraRao

dennis_rechards
Participant
0 Kudos

Thanks Mr. Kavala..

Answers (0)