cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Updating Z fields in Project WBS element from CRM Campaign data(MKTPL_MKTELEM)

Former Member
0 Likes
564

Hi Experts,

when a campaign is saved in CRM, a BDoc 'MKTPL_MKTELEM' is triggered by Standard code which reaches ECC and update few standard fields in PS - Project/ WBS element. Now there are some fields in CRM Campaign, which exists in the mentioned BDoc message as well. This field values should be populated in Z-fields at WBS element. Question is, where to map these fields? How does ECC knows which field of BDoc message should be populated to a field in WBS element? Is there any FM/Exit/ BADI for this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member196553
Active Contributor
0 Likes

Hello Prajakta,

on CRM side the mapping is done from function module CRM_MKTPL_R3_MAPP2R3 - there is the BAdI CRM_MKTPL_R3_INT (ERP Integration: BAdI). The BAdI provides the following IF-methods:

CHANGE_XML_DATA Change Data Before ERP Transfer
CHANGE_R3_ATTRIBUTES Changes Attributes of a WBS Element

You can implement the methods according to your business requirement.

best regards,

Johannes

Former Member
0 Likes

Thank you so much.This was a very helpful answer.

Answers (1)

Answers (1)

muttepawar-2009
Active Participant
0 Likes
Former Member
0 Likes

Thank you..However, there is no answer to the asked question in the thread.

muttepawar-2009
Active Participant
0 Likes

you can send comment to the person

damandeep.thakur2 he has done himself.