Skip to Content
0
Jun 07, 2011 at 01:40 PM

Update market attribute for BP

72 Views

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