2006 Feb 27 11:01 AM
Hi All,
I am using transaction CG3Z to transfer files from presentation server to application server(in 4.7). For some lines i am getting # symbol. How to avoid this character at the end of lines.
Regards
rajavardhana reddy
Hi All,
I am using transaction CG3Z to transfer files from presentation server to application server(in 4.7). For some lines i am getting # symbol. How to avoid this character at the end of lines.
Regards
rajavardhana reddy
2006 Feb 27 11:03 AM
Check the value what u are passing for Transfer format for data: hope its ASC
2006 Feb 27 11:11 AM
Hi,
I hope you might have saved the file as Tab delimited file, so that might be the reason you are finding '#' , this is equal to TAB. if you are not sending the tab delimited file then ,then try to save it as tab delimited and see..
Regards
vijay
2006 Feb 27 11:21 AM
Hi Vijay,
It is true that we have saved file as tab delimited file. Due to this when i am running the program with this file, we are getting error. How to solve this problem
2006 Feb 27 11:12 AM
hi
This character represent Tab in ascii format.
U can use CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB
this method which represent same '#' or tab
I have used in upload and download for splitting purpose.
eg.
SPLIT T_FLAT AT CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB
INTO T_WTYRCL_UPLOAD-REFNO
T_WTYRCL_UPLOAD-CLMTY.
It may be useful.
Regard
vinod
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |