‎2004 Aug 27 9:09 AM
When trying to implement the BAdI IWO1_WKCTR_CHANGE, it gives an error message "BAdI definition IWO1_WKCTR_CHANGE is only provided for SAP internal use". I need to implement this particular BAdI for replicating the change of work centre in first operation in the Service Order(IW32),to the corresponding Notification Work centre. Currently, this is not happening,I went through the Note 612061, and the patch code is in sync for my system as given in the note.Is there any alternate way to overcome this situation. Thanks in advance for your help and support.
‎2004 Aug 27 4:47 PM
Mira,
You might want to log this problem in OSS message since this Badi maybe requires some special instruction from SAP development. I can see another note 619343 related to this Badi but it is released internally and it is still in German. Reporting it to OSS message is the best help.
‎2004 Aug 31 9:45 AM
Hi Nablan,
I have done this as well, and they came back to me to refer to SAP Note 508140 , Customer messages - Customer Logon Data. This really didn't make me clear like what exactly I'll need to do. Please help.Thanks in advance.
Kind Regards,
Mira Saikrishna
IBM Consulting
‎2004 Aug 29 7:56 AM
Hi,
You have a user exit at the time of saving the work order : did u try this : EXIT_SAPLCOIH_009,
Customer Check for 'Save' Event
Version 4.6C & 4.7
Regards,
Prabhu Rajesh.
‎2004 Aug 31 7:00 PM
Hello Mira,
Oss note 508140 is giving you instruction to open your system for them to look at your problem. You should ask your Basis team to open your system for oss access.
‎2004 Aug 31 7:15 PM
Guys,
BADIs are introduced to give more flexibility on ABAP development to their (SAP) development, Partners and Customers. Some of the BADIs can only be implemented by SAP for which SAP will charge. To implement such BADIs, SAP first it will analyze the business case then they will implement. This is why SAP is asking you to open the system for them to look into that.
As some one (Prabhu) suggested, you may look at the other exit(s) to see whether you can use it or not. Also there are other exits (including BADIs) - did you try them?
Thanks and best regards
Anjaiah
‎2004 Sep 01 11:56 AM
Hi Anjaiah,
Have looked into all the available exits. & user-exits available are for different functionalities to perform. In my case, when I change the Work centre is done in Service order (IW32) and click on Notification, that should make a change in the Notification as well. But that does not replicate there. I searched all the user-exits and I didn't find any appropriate one. The only option was through this BadI which again was restricted by SAP to be implemented.Now the SAP are using logon to our system & try to find some solution. If u find any user-exit for this scenario pls let me know. But definateli EXIT)SAPLOICH_009 is not the correct one.