‎2007 Jan 17 3:44 PM
‎2007 Jan 17 3:49 PM
try this.
1. submit report exporting list to memory.
2. to get the output from memory
call function 'LIST_FROM_MEMORY'
tables
listobject = int_listobject
exceptions
not_found = 1.
3. to convert the list in binary format to text (ASCI)
call function 'LIST_TO_ASCI'
tables
listasci = int_listascii
listobject = int_listobject
exceptions
others = 1.
‎2007 Jan 17 3:49 PM
try this.
1. submit report exporting list to memory.
2. to get the output from memory
call function 'LIST_FROM_MEMORY'
tables
listobject = int_listobject
exceptions
not_found = 1.
3. to convert the list in binary format to text (ASCI)
call function 'LIST_TO_ASCI'
tables
listasci = int_listascii
listobject = int_listobject
exceptions
others = 1.
‎2007 Jan 17 3:51 PM