Application Development 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: 

problem in long record for FM LIST_FROM_MEMORY

Former Member
0 Kudos

HI,

Im using FM LIST_FROM_MEMORY & LIST_TO_ASCI to get the abap list from memory. However the data record is more than 1024 characters. Hence every record is split in two lines. Is there any other FM which will return entire record ?

Bye

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

Its an issue with tables parameter in fm LIST_FROM_MEMORY it have table ABAPLIST that have length of 1000

former_member194669
Active Contributor
0 Kudos

May be another possible approach will be write to application server or write to spool and read it back.

0 Kudos

Im calling a standard report thro submit statement. Hence i cant write it to spool...Can anyone suggest any alternate method