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

Falla en carga de CSV con atributos númericos

former_member654580
Participant
0 Likes
301

Hello Experts

Several new contact number formatted attributes were created for segmentation

These values are uploaded to SMC via CSV, but loading them generates error by the figures.

Here is an example of how those attributes are configured

Thanks

Elio C

View Entire Topic
SCHNEIDERT
Active Contributor
0 Likes

Hi Elio,

you can use any REST Client like Postman (https://www.postman.com/)

For Contacts you only need to make your field available for the right Service (API_MKT_CONTACT_SRV). Please see resources https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/39e1b76b82274b5697ff629d... (for payload examples) and https://api.sap.com/api/API_MKT_CONTACT_SRV_0003/resource

You need to create a Communication User, a Communication System and a Communication Arrangement like SAP_COM_0207 for example to create and update Contact data.

But in your case as you already said it seems to be a CSV format problem.

But maybe that helps for testing next time.

BR Tobias