Hi experts,
im having bit confused issue,
Portal users UME source is ABAP system.
when a user logged in to the portal he can see the first name and last name which are configured in ECC.
But in my case some users are having prefix with their names in the ABAP system.
now my question is, how can we get the same prefix in the portal system?
eg: In ECC system a user name is configured as follows:
first name: XYZ
last name: ABC
Prefix : DE
so the full name will be : XYZ DE ABC
IN Portal:
it is displayed as follows:
welcome XYZ ABC
our intention is to get the full name as : XYZ DE ABC
how can we achieve this in the portal system??