‎2007 May 01 10:41 PM
Hi ,
I have requirement where, when ever a Plant is created/changed/deleted through transaction WB01/WB02 i need to send the data to legacy through an interface .I am not able to find an IDoc or not able to get some solution how i can achieve this.
If any one has some similar experiance please let me.
Thanks.
‎2007 May 02 12:04 AM
Find a User Exit or Badi in the T-code and look for the Zinclude, so that you can write your code.
Im also trying to search for these, and will update you as soon i finish
‎2007 Jul 25 1:34 PM
Basically you want the data in SAP and legacy to be in sync,so if the data has to sent for a range given range of dates then we can track the creation , change or deletion of sites in SAP thru table CDHDR,CDPOS for TCODE-WB01, WB02; OBJECTCLAS - KRED; CHANGE_IND - 'I' OR 'U',and send the file.
Message was edited by:
surupa ghosh