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 help

Former Member
0 Likes
619

I am getting cremas from other R/3 system to my R/3 system. I want to update the Text field in the vendor master to store the vendor number coming from that system. Can you kindly help me how i can do that.

4 REPLIES 4
Read only

Former Member
0 Likes
567

Hi Malla,

Try to create a process code for this inbound idoc in WE20. Assign this process code to a custom function module.

In the custom function module try to update vendor master - short text field with vendor number from inbound idoc using function module - VENDOR_UPDATE

Regards

Ram

Read only

0 Likes
567

Check BADI VENDOR_ADD_DATA_BI which is being called for inbound process code CRE1 (Function module IDOC_INPUT_CREDITOR).

Read only

0 Likes
567

I am trying to get CREMAS from R/3 system to R/3 system. When it comes to my system, I donot want that to create a new vendor number instead update that ie(overwrite). How do i do this

Read only

Former Member
0 Likes
567

Moderator message - Cross post locked Rob