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.
Hello @Andre_Fischer
Is there any class that help me read data from PDF file and convert data into internal table?
User | Count |
---|---|
78 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.