Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module to convert raw data internal table to structure based inter

Former Member
0 Likes
2,254

Hello friends,

is there a function module which converts a raw data internal table to a structure based internal table.

regards

kaushik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,087

Hi,

You can use the following class and method.

cl_abap_container_utilities=>read_container_c

Regards,

Prasana.

2 REPLIES 2
Read only

Former Member
0 Likes
1,087

hi

check this FM RRXWS_RAW_DATA_TO_ITAB

кu03B1ятu03B9к

Read only

Former Member
0 Likes
1,088

Hi,

You can use the following class and method.

cl_abap_container_utilities=>read_container_c

Regards,

Prasana.