cancel
Showing results for 
Search instead for 
Did you mean: 

S/4HANA technical replacement for FK01 BDC Create Vendor with reference

0 Kudos
930

Dear Community,

we are currently in a transition to S/4Hana 2023 FPS1.
I need to convert some programs and run into a little tool that calls FK01 to create a new vendor in another company code based on the same vendor from another company code via bdc.

What I found in the SAP Note that this can be done with the Transaction "BP" and then  “Create from Reference” (2579816).
However, I'm searching for a more technical ABAP based approach to replace the old BDC call of FK01 ideally by keeping (nearly) the same parameters.
I checked BAPI’s and other possible interfaces, but could not found a cunning replacement (e.g. checked Note 2484299)

Does someone solve this problem already?
Many thanks in advance.

KR
Markus

 

Accepted Solutions (0)

Answers (1)

Answers (1)

GitteGreibe
Participant
0 Kudos

Hi Markus,

If you 'just' need to enhance existing suppliers by copying existing company code relevant data to a new company code, then I also think that class CL_MD_BP_MAINTAIN is a good place to start.
SAP note also describes a possible solution which include that class:
2417298 - Integration of Business Partner with Customer and Supplier Roles - SAP for Me

But if you need to be able to provide input for the company code relevant data on the individual suppliers, I think you should try to look at Fiori app 'Manage Mass Maintenance' (Fiori ID F1047A). It can be used for mass maintenance of business partners. 

BR,
Gitte. 

Since we start with S/4 without Fiori I will note that down for later use. Once I confirmed the the ABAP Process I will provide the Coding Sample. 🙂