on 2021 Oct 10 9:52 PM
Create Notification : IW21
I can change the required Start date and required End date.
But the issue is that this function does work on work orders.
The dialog box won't come out, we can't change the basic date automatically.
But the basic finish date can be changed when we filled the priority in the selection screen.
The basic finish date will change if you choose a priority value before you enter the next screen.
You will see the basic finish date had changed as per priority. And you can't change the date any more whatever the priority is.
That's the issue.
I think this is the user exit EXIT_SAPLCOIH_012 issue. The user exit is wrapped by CUSTOMER_PRIOK_0120. Inside CUSTOMER_PRIOK_0120, there is a check for priority (PRIOK).
But I am not too sure about this, because I am not an ABAP.
Please anyone can help me with this.
Thanks.
Albert,
Sorry, but I also don't know SAP's reasoning for having two different sets of functionality.
I also would have expected that the order and notification priority would function in the same way, and would also have a separate user-exit to manipulate the priority value..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Albert,
You are correct that user-exit IWO10012 (Maintenance order: Priority handling on central header) can be used to change the priority in the PM/CS order. This user-exit calls function module EXIT_SAPLCOIH_012.
What is the code inside EXIT_SAPLCOIH_012?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually I want to know why SAP make this different between notifications and orders. What's the purpose ?
User | Count |
---|---|
94 | |
9 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.