cancel
Showing results for 
Search instead for 
Did you mean: 

Replicating material from R/3 to SRM

Former Member
0 Kudos

Hey Experts,

I'm facing a problem while replicating materials from R/3 to SRM. The issue is that the standard material fields are getting replicated but the custom Z-fields ain't getting replicated in SRM.

Has anyone faced this issue before?? How do i go about solving this??

Thanks in advance.

Cheers,

Arijeet

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

use this badi "BBP_GET_VMDATA_CF"

This badi is used when you replicate vendor master data from the backend system and to fill fields that are additionally defined that are to be stored in SRM to supplement vendor master data

This badi contains 2 methods

· GET_DATA

· UPDATE_DATA

GET_DATA = is used to create a new Business partner and is called in the replication program BBPUPDVD.

UPDATE_DATA = is used to update the relevant changed data for an existing business partner and is called in the update program of BBPUPDVD

Former Member
0 Kudos

Hi. Why do you need the Z fields in SRM?

Can you not read the data from them in the BBP_DOC_CHECK_BADI or BBP_DOC_CHANGE_BADI?

You can call BAPI_MATERIAL_GET_DETAIL directly from SRM.

Regards,

Dave.