cancel
Showing results for 
Search instead for 
Did you mean: 

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

09-28-2023 8:51 PM
sankar1781 Participant
3882 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Eduardo-CE
Active Participant
0 Likes

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 Likes

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.