cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer custom field of supplier data from ROS client to ECC and replicate back to SRM client

former_member219695
Participant
0 Kudos

Hi,

We are implementing SRM 7.02 in two client scenario for one of the  public sector and our requirement is to have a custom

field in ROS screen and during transfer of vendor data  through PI, custom field also needs to be transferred to ECC as well.

Once vendor data is complete we need to replicate that custom field to SRM client as well.

Can you please suggest how we can do that.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member219695
Participant
0 Kudos

Any update on this?

Former Member
0 Kudos

Dear Shuvra,

For Transferring the vendor information from ROS to ECC is through XML message to PI , then from PI to ECC it is IDoc communication.

Kindly confirm me the in ECC the vendor is created thr' IDoc or not ???.


former_member219695
Participant
0 Kudos

Yes Vendor is creating correctly in ECC via IDOC.

Former Member
0 Kudos

Then u can create a RFC function module in ROS system to get the custom fields data.

U can call that FM in ECC,

1.      Process Code – CRE2 – Call FM - IDOC_INPUT_CREDITOR_MDM -Inside there is a FM: IDOC_INPUT_CREDITOR -> ERP_IDOC_INPUT_CREDITOR .

Insude that FM ERP_IDOC_INPUT_CREDITOR , u can create an enhancement and call the above RFC FM created in ROS system.

after you got the custom fields, update the vendor master information using BDC technique or through BAPI.

I hope it clears you...