cancel
Showing results for 
Search instead for 
Did you mean: 

Creating BP using 'BUPA_CREATE_FROM_DATA'

Former Member
0 Kudos

Hi Experts,

Can somebody tell me what all are the mandatory fields to create a BP using the Function Module 'BUPA_CREATE_FROM_DATA' in CRM?

Also, I have the following data for the BP to be created:

First Name

Last Name

House Number

Street

City

Zip Code

Country

Telephone

Fax

Email.

Where in the input parameters can these be entered?

Any pointers/help is appreciated. TIA.

Regards,

Kris.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kris,

There are two mandatory field for crating the contact Person BP , these are partner category and central data , partner category you can give it as 1 for contact person, and all the fields that u have mentioned comes in central data and central data person so u can provide it in there,

You have to provide the address data too in the the adress data field that is u can divide your fields and then pass it on to bapi in the required parameters.

Hope you find it helpful.

feel free to ask further

Regards,

Mayank

Former Member
0 Kudos

Hello Kris,

The mandatory parameters are IV_CATEGORY and IS_DATA, the rest are optional.

The First Name and Last Name can be passed using the paramete IS_DATA_PERSON if the BP is of type person.

All the other address fields can be passed using the parameter

IS_ADDRESS. You can pass the Telephone, Fax and Email data using the tables IT_ADTEL,IT_ADFAX and IT_ADSMTP.

Hope this helps.

PS: For example codes please do a Where-Used-List of the FM.

Thanks & Regards

Anupam