cancel
Showing results for 
Search instead for 
Did you mean: 

ESS WD ABAP Address labels

Former Member
0 Kudos

I found a strange issue with ESS ABAP WD Address screen.

For field Contact name(data element PAD_CONAM), field labels defined at abap dictionary is 'Care Of'.

But on portal, this is displayed as 'C/O'.

If I launch the application from backend, it displays correct label 'Care of'.

I never did admin personalization and did not change the label at uibb configuration. Even if I change the label to something else through UIBB config, it doesnt reflect on portal.

Apart from these where else can the label be coming from? Any help?

Thanks,

Nag

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It is configured in component HRESS_C_PERSINFO_CONFIG to pick country specific component configuration and it is determining the labels displayed on the screen.

Thanks,

Nag

Former Member
0 Kudos

Hi ,

The Field label for PAD_CONAM at dictionary level is


Short             10      c/o
Medium            12      c/o
Long              20      c/o
Heading           25      C/O name
      

There is no 'Care of' here, So you would get the label as 'c/o' only .

Former Member
0 Kudos

Interesting!!

I see 'Care of'. Looks like its based on language.

10 Care Of

12 Care Of

20 Care Of

25 Care Of Name

Former Member
0 Kudos

Hi,

This may vary from system to system. So may be the backend system contains the label 'Care of' and the

system connected to portal may be different. Hope this might be reason for your issue.