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

Reading List From Memory

Former Member
0 Likes
416

Hi,

I have downloaded a list from memory using the FM 'LIST_FROM_MEMORY' into a table it_list which is of row type.

How can I move the contents to an internal table which is defined inside the calling program?

Regards,

Renjith Michael.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Hi Renjith,

You can move the contents to the internal table by moving the record type structure ABAPLIST to the internal table. To write it you can use the FM

WRITE_LIST.

Regards,

George

2 REPLIES 2
Read only

Former Member
0 Likes
377

Hi Renjith,

You can move the contents to the internal table by moving the record type structure ABAPLIST to the internal table. To write it you can use the FM

WRITE_LIST.

Regards,

George

Read only

0 Likes
376

Hi

I am using write_list Fm to write

but when i execute my prog in background,

actual data is not there in the spool

please guide

Thanks and Regards

Manu