Hi Gurus,
My Req - I have a field in selection screen , where i am passing Table name, and have to read table values from RFC system.
So i have to create a Dynamic internal Table of the Input Table in screen. This i have done.
Now how i can convert the data i have got from RFC_READ_TABLE as the output comes in DATA (concatinating all field values into a string).
Note- The Internal table (ITAB) will be dynamic as user can pass any Table name in screen.
I am stuck with the Return Values i am getting from RFC_READ_TABLE as its in string format,.
If any way, i can transfer the values with Offset & Length from DATA (Return table of FM) to ITAB (Dynamic Itab) .
Please suggest ways .
Thanks