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

BAPI_CUSTOMER_CREATEFROMDATA1 no change pointers are created

Former Member
0 Likes
566

Hi

We are using BAPI BAPI_CUSTOMER_CREATEFROMDATA1 to create a customer,

Iam able to create customer with the above BAPI, but the issue it is not creating change pointer records in CDHDR and CDPOS tables.

Any Idea why the BAPI is not creating the change pointers and how should i go with creation of customer master.

Thanks

Srinivas

3 REPLIES 3
Read only

Former Member
0 Likes
502

Hi,

Change document details will be updated CDHDR and CDPOS only if you make changes in the document.

Regards

Vinod

Read only

Former Member
0 Likes
502

Solved, After calling the BAPI BAPI_CUSTOMER_CREATEFROMDATA1 is called, it should be committed by BAPI_TRANSACTION_COMMIT

Thanks Srinivas

Read only

Former Member
0 Likes
502

Solved, After calling the BAPI BAPI_CUSTOMER_CREATEFROMDATA1 is called, it should be committed by BAPI_TRANSACTION_COMMIT

Thanks Srinivas