cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or Function Module to Insert / Update Vendor Master Partner Function

sankar1781
Participant
0 Kudos
1,330

Hi Experts,

Is there a solution to Update/Insert Partner function data for the created / extended Vendor Master purchase organization?

Able to extend the Purchase organization using FM VENDOR_INSERT but only the Purchase Organization data and not the Partner function as there is not feature or table to insert.

Let me know your valuable inputs. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Eduardo-CE
Active Participant
0 Kudos

Hi,

Have you checked class VMD_EI_API Method maintain_bapi? inside PURCHASING_DATA you can specify Functions.

Hope it helps.

Answers (1)

Answers (1)

sankar1781
Participant
0 Kudos

Hi eduardo.cardona2,

Thanks for your response.

Used to call VMD_EI_API->maintain_bapi again to post the Partner function as a subsequent posting once the Purchase organization is extended using VENDOR_INSERT.