cancel
Showing results for 
Search instead for 
Did you mean: 

Marketing Attribute Upload

Former Member
0 Kudos

Hi Experts,

Can you suggest how can we upload the Marketing attributes in bulk for Business partners. I had tried this using ELM, but its allows only upload data for each Attribute SET, My requirement is to upload more than one attribute set with their various attributes values.

Please help .

Regards

Arun Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

we wrote abap program to import attributes for bps from target group.

we used FMs: BAPI_TARGETGROUP_GET_DETAIL to read BPs form TG pointed by the user. then with CRM_MKTBP_READ_ALL_TPL we checked whether these BP have these attributes, and if yes we deleted them with CRM_MKTBP_CHANGE_BP (because in import files there could be new values for these attributes). and with CRM_MKTBP_CHANGE_BP we added attributes for bps.

regards

Radek

Former Member
0 Kudos

Hi Thanks for the prompt response. Really appreciate your solution,

But i will not be creating any Target Group for this. Secondly i might wanted to overwrite or add the vallues to existing attribute where multiple values are allowed.

Regards

Arun Kumar

Former Member
0 Kudos

so use only CRM_MKTBP_CHANGE_BP

regards

Former Member
0 Kudos

Hi Arun,

Try Tcode CRMD_MKT_TOOLS - Expert Tools

Marketing Attributes->Assign Default Values of an Attribute Set to all BPs in a TG,

it might help you.

Thanks,

Dipesh.