cancel
Showing results for 
Search instead for 
Did you mean: 

Enumerated dropdown special characters

Former Member
0 Kudos

Hi,

I am using enumerated dropdowns. The popups are working fine and the values are being returned all right.

The problem I have is when one of the values contains a special character like: '

When I select this, the value ' is getting filled into the dropdown.

For example: "aan 't" will become "aan 't". The backend does accept this value and when I reopen the form for review, the value gets filled as it should. So when I get the value directly from the backend there is no problem but when I get the value through the dropdown the problem arises.

Does anyone know how I can fix this problem?

Thx in advance,

Philip Ursi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you working on ISR Framework?

Former Member
0 Kudos

Yes we are using ISR-framework

Former Member
0 Kudos

are you passing the additional data through the BADI or you have hard coded the values in the ADOBE form layout itself???

My suggestion would be to define the values in the ADOBE form itself.

Aslo check the SAP Note 925657 - ISR: Additional technical attributes.

~BD

Former Member
0 Kudos

hey was this of any help to you?

Former Member
0 Kudos

Thanks for answering but this has not fixed my problem. The values have to come from the backend because they could change. And changing the form means transporting it from dev sys...

Philip

Former Member
0 Kudos

Hi Philip,

I wanted to know r u using the method - SCENAERIO_SET_ADDITIONAL_VALUE for F4 or Dropdown values? Please also confirm the BADI which u r using.

Some times you may not get the values from the backend due to some inconsistency for which SAP has provided a note which I mentioned in my previous post. Did you check the note?