cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Business partner

Former Member
0 Kudos

Hi this is my first interaction in SDN. I am trying to create Business partner for already existing customer, contact person and sales representative as I want to create Internet user for these objects in SAP R/3.

I am using FM “BAPI_BUPA_CREATE_FROM_DATA” with relevant data and I am getting return code 000, but this is not updating table BUT000, after some time again I am again able to execute FM without getting error for same Partner number.

Here I just want to know how to see the created record using FM “BAPI_BUPA_CREATE_FROM_DATA”, is buffer of BUT000 is not refreshed or what could be reason?

Any suggestion will be highly appreciated

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhupendra,

I also have the same requirement. I am also creating Business partner for already existing customer, contact person and sales representative and I have to make this business partner of type Internet user .

Could you please suggest me what all fields that need to pass here in the FM BAPI_BUPA_CREATE_FROM_DATA.

I have made IDOC interface using CRMXIF_PARTNER_SAVE, but i am not able to get the internet user details by doing so.

Please share the document if you have any.My email id is tiwari.manoj@gmail.com

Thanks Alot.

Regards,

Manoj Tiwari

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

after calling the BAPI

BAPI_BUPA_CREATE_FROM_DATA

you also need to do a commit calling BAPI

BAPI_TRANSACTION_COMMIT

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Thanks for reply, now I am able to see my records in transaction BP0.

Will you tell me, name of table where this record get stored.

I already seen in table BUT000 and BP000 I but could not find.

Regards,

Bhupendra Singh

athavanraja
Active Contributor
0 Kudos

i am not sure about the exact table name. it dosent just go to one table.

but they are in one of the BUT* and BP* tables.

Regards

Raja

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Just turn on a SQL Trace and run your transaction. This will show you all the database tables that are hit. SQL trace works great even when running through a BSP applciation.

thomasalexander_ritter
Active Contributor
0 Kudos

Hi,

take a look at the tables: kna1, knvv, knvp.

btw if you have questions regarding a bapi its most times better to ask the question in the abap programming forum.

Welcome to sdn always nice to see new faces

regards

Thomas