cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance Order TECO date must not be befor the Permit Issue Date

Former Member
0 Kudos
221

Hi Friends,

I have a genuine requirement like " Maintenance Order TECO date must not be befor the Permit Issue Date ".

The requirement is System shall issue a message if TECO date is before the Permit issue date.

Guys pls help me onthis.

Thanks & Regards,

krishna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you do not create the checks via a user exit the only option i know would work is to put a user status on the order that has to be changed before technical completion is carried out. This would mean an extra manual step in the technical completion that they have to manually go into the order and check for the permits before the technical completion.

Jim

former_member1107731
Contributor
0 Kudos

Krishna,

What you can do is use a User Exit: IWO10004 Maintenance order: Customer check for order completionand check that the reference date of completion, also you would need the approval date for the assigned permits in Order by using the table "IHSG" or a relevant function module to get the details of the Permit approval date. After you have the permit approval date, you can compare it with the reference date of completion and if mismatched then generate the relevant error message.

regards,

Muhammad Usman Kahoot

Former Member
0 Kudos

I would suggest that you can put the logic directly into a user exit IWO10007 Customer enhancement - permits in the order using the logic that if the permit issue date is later than the TECO date issue error message If this is not a suitable user exit them follow the link below and you will get the full list to choose from

http://www.sap-basis-abap.com/pm/user-exits-in-sap-pm.htm

Jim

Former Member
0 Kudos

HI,

thanks for the Reply. B ut is there any option in the standard with out enhancement like Message control?

Former Member
0 Kudos

Hi,

In IPMD , for each permit you can put Order completion as 2 ->Permit must be issued else error message.

Now when this permit is pulled to Order via Tech Object ..system will not allow u to do TECO until u issue the permit ,in this way Permit date /time will always be same or before the TECO date/time

regards

giri

Former Member
0 Kudos

HI,

My question is different. What i'm asking is when doing the same, permit issue date must not be more that order TECO date. That is today if i issue permit and on yesterdays date i can TECO the order wich must be controlled by a message.

Former Member
0 Kudos

hi

check the user exit IWO10004-Maintenance order: Customer check for order completion

add your condition.

Permit table: IHSG

Regards

Seenu

Former Member
0 Kudos

But here we have a limit on Enhancements. So requirement to be met in standard it self.