2009 Feb 16 6:17 PM
I need to ftp a file out of SAP with an hex '05'(tab space) as a seperator between the fields in the file. Any ideas as to how this could be done.
Thanks,
ALAM.
2009 Feb 16 10:13 PM
Hi,
HEX '05' is not TAB character, but I believe you want to write HEX '09'. Then you can use example with concatenate from ars.
Regards,
Pavel
Hi,
HEX '05' is not TAB character, but I believe you want to write HEX '09'. Then you can use example with concatenate from ars.
Regards,
Pavel
2009 Feb 16 6:25 PM
there are a set FMs to do FTP.......pls. search SDN with the key words like FTP_COMMAND, FTP_CONNECT.
thanq
2009 Feb 16 6:26 PM
data: tab type c value CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TABTotal Questions: 72 (35 unresolved)
Please close your open threads
2009 Feb 16 6:27 PM
Try this way
concatenate i_tab-fld1 i_tab-fld2 into v_str separated by cl_abap_char_utilities=>horizontal_tab.
then make FTP
a®
2009 Feb 16 10:13 PM
Hi,
HEX '05' is not TAB character, but I believe you want to write HEX '09'. Then you can use example with concatenate from ars.
Regards,
Pavel
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |