cancel
Showing results for 
Search instead for 
Did you mean: 

customer mastersata external bp number in idetification tab

Former Member
0 Kudos
512

hi,

iam dowm loading data from flat file to crm.

iam using bapi_bupa_create_from_data.

bapi_bupa_add_roles.

commit.everything is working perfectly.

but i need to pass one parameter i.e in identification tab

"bussiness partner external number".

iam adding search1 and search2 and place it in bp external number.

how to give this parameter.which function module should i use.

If i use bapi' bapi_bupa_create_fromdata.and parameter is bussinesspartnerexternno run time error occuring.

how can i fill bpexternalnumber in identification tab in bp master data...

please help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

To assign external number to BP use the

same FM BAPI_BUPA_CREATE_FROM_DATA

and populate the central block sturucture with external id

for ex

BAPIBUS1006_CENTRAL-PARTNEREXTERNAL = LV_EXTID.

and make sure that LV_EXTID is declared of type BU_BPEXT.

Thanks,

Thirumala.