on 2022 May 06 8:05 PM
I just searched for an API that is released for the use in cloud development that would convert an xstring into a string.
Request clarification before answering.
A colleague gave me the hint to use the class cl_abap_conv_codepage.
So the following line of code did the trick.
rv_csv_data = cl_abap_conv_codepage=>create_in( )->convert( raw_string ).
There is also a static method called "create_out( )" that can be used to convert strings into xstrings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
56 | |
10 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.