cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: CRM Marketing attributes for CRM 7.0

Former Member
0 Kudos

Hi Gurus,

We are using function module CRM_MKTBP_CHANGE_BP to change marketing attributes for a business partner in which the marketing attributes are coming from another interface.

We get the marketing attributes created all the time, but the problem is when theres is a change in marketing attributes, these changes are also reflected, but the changed by and time stamp is not changed, though we pass it explicitly via the internal table IT_IMP_SELTAB when passing the fields CHANGED_AT and CHANGED_BY.

Requesting if anyone knows another FM or BAPI or OSS noted available for this as this particular FM is not released yet too.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For the function module, there is no importing parameters to check this flag EQ 'X'.

In the table CRM_MKTBP_CHECK, the program name CRM_MKTBP_ZCACL_UPDATE_30 exists with flag_run = 'X' also.

Still from the interface data when change in marketing attributes for a business partner the changed by and changed at fields doesn;t seem to change.

Former Member
0 Kudos

Hello,

We have similar problem.

Is anybody know the solution for this?. The marketing attribute values are changing using FM CRM_MKTBP_CHANGE_BP, but not the changed_at, changed_by fields.

thanks

Ismail

former_member193357
Participant
0 Kudos

Hi,

Even i was facing the same issue. I solved the problem by using FM CRM_MKTBP_SAVE_BP_LIST.It update the Created by and Changed by and Attributes values in AUSP table.

Where else in FM CRM_ISA_BP_CHAR_VALUES_SAVE it read data(i.e. created by and changed by) from AUSP table to update marketting attribute values.

Regards.

Hemant.

former_member186644
Contributor
0 Kudos

Hi ,

Check that the Flag Run in the table CRM_MKTBP_CHECK for function module CRM_MKTBP_UPDATE_AUSP_EX_DB is set to X. This is for recording the history for any changes in the attributes. If not then set this flag to X. After that just change the value of one of the attributes and check the 'CHANGED AT' and 'CHANGED BY' fields for that attibute.

Hope this helps.

Regards,

Gervase