Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WB01

Former Member
0 Likes
1,226

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.

2 REPLIES 2
Read only

Former Member
0 Likes
635

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

Read only

Former Member
0 Likes
635

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