Application Development 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: 

BAPI TO CREATE BUSINESS PARTNER NUMBER

Former Member
0 Kudos

Hi,

I am using BAPI_BUPA_CREATE_FROM_DATA to create Business Partner number .

When I am executing the BAPI Business partner number is not getting created in tcode BP.

I am passing Partner Category = 2

Central Data = aaa

Please Help.

Palak

Edited by: Palak Singhal on Sep 29, 2008 11:52 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Please got through the documentation of the Fm in SE37 tcode... IT will help you about the required fields.

Regards,

Vishwa.

3 REPLIES 3

Former Member
0 Kudos

Hi

Please got through the documentation of the Fm in SE37 tcode... IT will help you about the required fields.

Regards,

Vishwa.

Former Member
0 Kudos

Have you done a BAPI_TRANSACTION_COMMIT ?

Regards

Carl

bpawanchand
Active Contributor
0 Kudos

Hi

After executing the BAPI did you call

BAPI_TRANSACTION_COMMIT call this after you execute BAPI_BUPA_CREATE_FROM_DATA so that the database gets updated.

regards

Pavan