‎2010 Aug 16 9:09 PM
Hi,
I have a requirement were i need to transfer vendor master data from one client to another, i am doing it via ale config for CREMAS , now there were couple of feilds which were not part of cremas so i extended cremas and grouped those feilds in a zsegment and created extension of cremas05 as zcremas05.
I populated the data of this zsegment via badi -VENDOR_ADD_DATA_BI and evey thing is fine till tis point i can see the idoc data getting populated in sending client .
Now for posting CREMAS uses FM IDOC_INPUT_CREDITOR. My issue is how do i modify IDOC_INPUT_CREDITOR so that i can post my segment feilds. I have noticed that the badi VENDOR_ADD_DATA_BI is called here too but not sure how to use it here.
So in short my problem is how to i modify IDOC_INPUT_CREDITOR so that it takes care of i zsegment posting.
‎2010 Aug 17 5:19 AM
Hi,
1) Check for the Enhancement points where you can insert your piece of code in the FM or
2) copy Fm to Z FM and try to modify the Z fm.
BR,
Lokeswari.