2007 May 18 4:00 PM
DATA : w_csv(200) TYPE c. "CSV output file.
m_check_selscr_fnms c3 o.
OPEN DATASET w_srvr_nm_o_c3 FOR OUTPUT IN TEXT MODE.
IF sy-subrc NE 0.
MESSAGE e001 WITH 'File open error for output' w_srvr_nm_o_c3.
ENDIF.
WRITE: / c_output_file, 20 w_srvr_nm_o_c3.
Thanks in advance
BWer
DATA : w_csv(200) TYPE c. "CSV output file.
m_check_selscr_fnms c3 o.
OPEN DATASET w_srvr_nm_o_c3 FOR OUTPUT IN TEXT MODE.
IF sy-subrc NE 0.
MESSAGE e001 WITH 'File open error for output' w_srvr_nm_o_c3.
ENDIF.
WRITE: / c_output_file, 20 w_srvr_nm_o_c3.
Thanks in advance
BWer
2007 May 18 4:14 PM
hi
put a breakpoint in open dataset statement and see the value for w_srvr_nm_o_c3
then go to application server and see in the specified path ( it will be included in varaible w_srvr_nm_o_c3 )
Thanks
Pavan
2007 May 18 4:14 PM
2007 May 18 4:33 PM
Hi..
what type of fiel u want to download?i think u want a csv fiel format.right??
if so u can use gui_download .
Regards,
kamal
2007 May 18 4:38 PM
do you have idea about FILE Transaction,
See the FILE_GET_NAME Function module and probably they might be using this FM.
Goto FILE Transaction and look at Logical Path ,Physical path.
Reward Points if it is helpful
Thanks
Seshu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |