‎2007 Mar 06 5:32 AM
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.
‎2007 Mar 06 6:22 AM
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
‎2007 Mar 06 6:22 AM
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
‎2009 Dec 30 8:01 AM
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