on 2012 Jan 31 10:24 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.