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

Split Full Name to First name and last name

former_member601733
Participant
0 Likes
1,100

Hi All,

I our project we are receiving full name from non sap and we want to split and update the first and last name based on comma.

Can we do via CPI or write a logic in marketing? Which is the best practise. If we can write logic kindly suggest the best place(Badi) to implement?

Regards,

Selvam

Accepted Solutions (0)

Answers (4)

Answers (4)

KunalBansal
SAP Champion
SAP Champion

Hi Selvam,

If this is going to be a file-based upload, you should use an excel feature to split the Name to Fname and Lname.

Kunal

former_member601733
Participant
0 Likes

Hi All,

We did the fix in CPI to split the Full name into first and last name based on Comma delimiter.

ekta91
Discoverer
0 Likes

Hi Selvam,

How did you achieve this in CPI - via message mapping?

andreasfranz
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Selvam

of course you can also implement a BadI. However just be aware that just splitting names is not very reliable.

best regards

Andreas Franz

former_member601733
Participant
0 Likes

Hi Kunal,

We have both file based and real time update happening from multiple systems. We want to have only solution for all type of data

Selvam