Skip to Content
0
Former Member
Jan 13, 2012 at 04:18 PM

Replicating vendor from R/3 using BBPGETVD

71 Views

Hi Experts

I have a scenario in which I'm replication vendors from backend to SRM using BBPGETVD.(or updating using BBPUPDVD)

I have written logic in BAdI BBP_TRANSDATA_PREP for replicating under some conditions.

Now my functional has asked me to replicate the same vendors for more than one purchasing organisations and these new purchasing organisations will be maintained in a Z table in SRM.

So if a vendor has porg = c100 in backend, then I have to create 2 vendors in SRM. 1st with the porg same as backend and the 2nd with the porg from the Z table.

I have tried appending duplicate rows in CT_LFA1 and CT_LFM1 in the BAdI implementation (with different porgs) but that didn't work.

Please help me in creating the second vendor which has the porg from the Z table.

Points will be awarded.