cancel
Showing results for 
Search instead for 
Did you mean: 

Update market attribute for BP

0 Kudos

Dear expert, i need to update market attribute of bp in CRM.

At the moment i'm using function module CRM_MKTBP_ASSIGN_ATTRIBUT_TAB to create/update the attribute.

It works fine but there is a problem when I try to update the field ATWRT (characteristic value) on an attribute that already exist. For example if I have:

OBJEK

000000000000000058

ATINN

0000000034

ATWRT

N

and I want to update in :

OBJEK

000000000000000058

ATINN

0000000034

ATWRT

Y

This doesn't work. I found another function to do it, CRM_MKTBP_UPDATE_ATTR_BP, but I don't know if I can use it instead to use CRM_MKTBP_ASSIGN_ATTRIBUT_TAB .

Anybody already found this problem ?

Davide

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes you can use FM CRM_MKTBP_UPDATE_ATTR_BP to update the marketing attributes of BP.

0 Kudos

ok, thanks, and do you know if in case i want to delete an attribute from bp exist another function module ?

Regards,

Davide

Former Member
0 Kudos

For deleting you can use FM CRM_MKTBP_DEL_BP_LIST.

Answers (1)

Answers (1)

0 Kudos

ok, thank you very much

Davide