cancel
Showing results for 
Search instead for 
Did you mean: 

Change marketing attributes in business partner

Former Member
0 Kudos

Hi,

I need to change the marketing attributes.

If I have a value it works, but if I have an empty field nothing will be saved.

Atm I'm using this part of code:


      CALL FUNCTION 'CRM_MKTBP_CHANGE_BP'
        EXPORTING
          iv_profile_template_id = lv_attribute
          iv_partner             = bp_nr
        TABLES
          it_imp_seltab          = lt_attr_write
          et_return              = lt_bapiret2_return.

Any suggestions how to solve this problem?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

try to call function 'BAPI_TRANSACTION_COMMIT'.

Regards, Robert