Hi Experts,
I have a requirement in which i need to create OR update Marketing attributes of BP.
I used FM CRM_MKTBP_CHANGE_BP for this.
for updating existing Attributes it is working fine, but when i am trying to assign attributes to the BP it is not working.
In return parameter, i am getting Success message, but if i am going to Transaction BP and view the BP, I am not able to view
the assigned attributes.
my code is simple:
CALL FUNCTION 'CRM_MKTBP_CHANGE_BP' EXPORTING IV_PROFILE_TEMPLATE_ID = LV_ATTRSET_HOBBY " this contain the name of the Attribute Set * IV_BP_GUID = * IV_XDESCR = ' ' * IV_FCODE = 'C' * IV_MSA = 'X' * IV_COMMIT = 'X' IV_PARTNER = I_BPNUMBER " BP Number * IV_CONVERT_VALUES = 'X' TABLES IT_IMP_SELTAB = LT_ATTR_HOBBY " Attributes with values ET_RETURN = LT_RETURN " Here i am getting sucess message .
Any idea why it is not working. if you have faced the similiar problem, how did you solved it?
One more point here is: After calling the FM, i can see the records in table AUSP but not in BP Transaction
I just check this for updataing existing marketing attribute. Records are updated in the AUSP table but these changes are not reflected in BP T Code.
Please provide your valuable inputs.
-
Dave
Edited by: Dave on Jun 15, 2011 1:24 PM