cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically Set System Status as CLSD for the Maintenance Orders

Former Member
0 Kudos

All,

The requirement from the client is that, they want to set the system status as 'CLSD' for the maintenance order automatically if it is more than 90 days old.

Do we have option in standard ? or Do we need to go for an enhancement?

If an enhancement, how to do it?

Thanks.

Regards

Amudha

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Amudha

  • You need to develop a program where the code will take all REL orders of your Order type of your choice into consideration. If any of the order Basic Start date is earlier than 90 days from the system date, it can be set your desired status using function module STATUS_CHANGE_INTERN.
  • The selection screen will have Order type and Status. You will fill these two fields and create a screen variant.
  • Using this variant you will create a Background job (SM36) and run this program DAILY in background .
  • Thus automation can be set-up for setting a particular system-status to our Orders.
  • You and your ABAPer have to evolve the full solution in the above lines.

Regards

KJogeswaraRao

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I am not sure its available in standard. Check program PPSFCACT. check if it works for you or you may develope an z program following the logic in PPSFCACT.

Regards,

Amol

MTerence
Active Contributor
0 Kudos

Hi Amudha,

Please google it, as this was discussed multiple times in scn.

Work Order Business Close,CO99 - Collective Pro... | SCN

Regards

Terence