cancel
Showing results for 
Search instead for 
Did you mean: 

convert

Former Member
0 Kudos

Hi to all,

I'm trying to pass string from WDA (HEBREW (UTF_8)) via URL to transaction in ECC 6 through PORTAL.

and I'm getting back ???????

I try to use /ALT/TRNSL_CODEPAGE_2_CODEPAGE- and its not working.

Does anyone have any idea ?

Thanks

varda

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

hello Varda,

Could I check what you are trying to do? - I'm afraid that it isn't that clear (at least to me!).

Is it that you are trying to pass a string value as a URL parameter to a web dynpro application when you are launching it? (for example from another web dynpro or even from a standard ABAP program?)

If this is the case, then what I would suggest is that rather than passing the string as a URL parameter you instead make use of a shared memory area to pass the details and instead pass a GUID which could be used to reference that shared memory area?

Alternatively perhaps you could encode the Unicode string into something palatable from a URL parameter (base64 for example - there are multiple classes that offer a ENCODE_BASE64 method) and then decode the parameter again in your target application.

Or have I completely misunderstood your question?

Hope this helps,

Chris

Former Member
0 Kudos

Thanks Chris

You have been very helpful.

varda