cancel
Showing results for 
Search instead for 
Did you mean: 

How to create BP

Former Member
0 Kudos

Hi,

I need to create business partner. I am using 'BAPI_BUPA_FS_CREATE_FROM_DATA2'. I am able to create BP but i have to populate the other tabs also of trnasaction 'BP' programmatically like 'identification tab', 'control tab' which is not possible through this FM.

Is there any FM or BAPI for this?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aamir,

Firstly, you could use BUPA_CREATE_FROM_DATA to create the BP, as mentioned by others.

To cretae other tabs, you need to use teh BAPIs / APIs for hte particualr dataset.

E,g: for identification - use BUPA_IDENTIFICATION_ADD

for payment transactions : BUPA_BANKDETAIL_ADD

Some more :

BUPA_ADDRESS_ADD

BUPA_INDUSTRYSECTOR_ADD

BUPA_NATIONALITY_ADD

BUPA_PCARD_ADD

BUPA_ROLE_ADD

For adding control tab - BUPA_CREATE_FROM_DATA is enough. Control fields such as auth group, BP type, etc can be passed to structure IS_DATA in BUPA_CREATE_FROM_DATA.

Hope this helps you!

Cheers,

Rishu.

Former Member
0 Kudos

Hi Rishu,

Thanks for reply but i need little more help. For 'identification' tab i want to populate tax type, tax group, and tax country field also which is not there in FM 'BUPA_IDENTIFICATION_ADD'. Please suggest me some FM or how to find the FM.

Thanks in advance.

Former Member
0 Kudos

Hi Aamir!

You can use BUPA_TAX_ADD to add the tax related data.

To add tax classsification data, use BUTX_FRG0010_ADD.

Cheers,

Rishu.

saumya_govil
Active Contributor
0 Kudos

Hi Aamir,

You can use FM BAPI_BUPA_TAX_ADD for adding tax type and tax number.

Hope this helps!

Regards,

Saumya

Answers (3)

Answers (3)

saumya_govil
Active Contributor
0 Kudos

Hi Aamir,

To populate these tabs you can use FM BAPI_BUPA_CREATE_FROM_DATA.

You can pass the identification values in CENTRALDATAPERSON import parameter.

Regards,

Saumya

Former Member
0 Kudos

HI Aamir,

Use FM BAPI_BUPA_CREATE_FROM_DATA.

Hope it helps.

Regards,

Manish

Former Member
0 Kudos

Hi

Have you tried this one?

BAPI_BUPA_CREATE_FROM_DATA

Thanks

Edited by: dharma raj on Jun 30, 2009 5:46 PM