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

cremas extension posting issue

0 Likes
411

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.

1 REPLY 1
Read only

Former Member
0 Likes
340

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.