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

.ld extension file

Former Member
0 Likes
626

when i download file with .ld file extension from program it taking enter key from field and changes pattern

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

try to replace '#' with space in field of file

3 REPLIES 3
Read only

Former Member
0 Likes
594

try to replace '#' with space in field of file

Read only

0 Likes
593

replace statement for replacing '#' with space is not working

Read only

0 Likes
593

this is not character you have  to use class

  cl_abap_char_utilities attribute HORIZONTAL_TAB,VERTICAL_TAB or NEWLINE.

these attribute are represented by '#' you have to check for all of them.