Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a customer master using the Reference Customer or template by using Function module

Former Member
0 Likes
1,341

The creation of customer master or vendor master using reference customer number or Vendor and company code, by using the function module or class method. I tried using BAPI_CUSTOMER_CREATEFROMDATA1 but not useful.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,112

You could consider calling the GET_DATA of a read API like CMD_EI_API_EXTRACT or VMD_EI_API_EXTRACT, before calling the method MAINTAIN_BAPI of and update like API CMD_EI_API or VMD_EI_API.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,113

You could consider calling the GET_DATA of a read API like CMD_EI_API_EXTRACT or VMD_EI_API_EXTRACT, before calling the method MAINTAIN_BAPI of and update like API CMD_EI_API or VMD_EI_API.

Read only

Former Member
0 Likes
1,112

Hi Raymond,

Successfully able to create the data from an existing customer number.