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: 

Hi

Former Member
0 Kudos
230

Hi,

When i set my program in background job , my list data is send to unix directory in .txt but in the .txt file iam not getting the complete data compared to the list output , iam using this FM CALL FUNCTION 'LIST_TO_ASCI' , what may be the fault

1 REPLY 1

former_member223537
Active Contributor
0 Kudos
135

Hi,

The maximum no. of characters in a row(horizontal) is 255 characters.

If your output has more than 255 characters, thn it would be truncated.

Best regards,

Prashant