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

MarketingLocation in ContactFactSheet

former_member737455
Participant
272

Hi experts!

When importing a contact using the odata interface, you are able to assign a marketing location to the contact.

https://<Server>:<Port>/sap/opu/odata/SAP/API_MKT_CONTACT_SRV;v=0004/MarketingLocations(ContactID='<ContactID>',ContactOrigin='<ContactOrigin>', MarketingLocationExternalID='< MarketingLocationExternalID>

Thats what we did and we are able to see the assigned MarketingLocation within the segmentation.
Is there also a way to display the assigned MarketingLocation within the contacts profile?

Thx Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee

Hi,

By standard, there is no way to access marketing location in Profile UI. There was a parallel discussion in past as well. You can only access the location either via segmentation or via api or via CDS views.

However, if you need to show the data in profile then the easiest way would be to store marketing location(In addition to standard) in custom field via BADI logic before import and then add those custom fields to profile UI,.

Ask a Question