2011 Dec 27 12:30 PM
Hi all, i,m mantaining a Z version of RFFOBR_D - Payment media
the command CALL 'C_RSTS_OPEN_WRITE' writes the file on the server, after that the user can download the file on F110...
the problem that i having is that the file downloaded comes in just one line concatenated, when it should be breaked in lines..
thanks for your help..
CALL 'C_RSTS_OPEN_WRITE'
ID 'HANDLE' FIELD hlp_handle "file-handle
ID 'NAME' FIELD hlp_temsename"gewünschter Dateiname
ID 'BINARY' FIELD 'X' "binär öffnen !
ID 'TYPE' FIELD 'DATA'
ID 'RECTYP' FIELD 'U------' "Zusatz zum binären Öffnen
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
CALL 'C_RSTS_WRITE'
ID 'HANDLE' FIELD hlp_handle
ID 'BUFF' FIELD buffer
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
CALL 'C_RSTS_CLOSE'
ID 'HANDLE' FIELD hlp_handle
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
Hi all, i,m mantaining a Z version of RFFOBR_D - Payment media
the command CALL 'C_RSTS_OPEN_WRITE' writes the file on the server, after that the user can download the file on F110...
the problem that i having is that the file downloaded comes in just one line concatenated, when it should be breaked in lines..
thanks for your help..
CALL 'C_RSTS_OPEN_WRITE'
ID 'HANDLE' FIELD hlp_handle "file-handle
ID 'NAME' FIELD hlp_temsename"gewünschter Dateiname
ID 'BINARY' FIELD 'X' "binär öffnen !
ID 'TYPE' FIELD 'DATA'
ID 'RECTYP' FIELD 'U------' "Zusatz zum binären Öffnen
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
CALL 'C_RSTS_WRITE'
ID 'HANDLE' FIELD hlp_handle
ID 'BUFF' FIELD buffer
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
CALL 'C_RSTS_CLOSE'
ID 'HANDLE' FIELD hlp_handle
ID 'RC' FIELD _rc
ID 'ERRMSG' FIELD errmsg. "#EC CICCALL
2014 Mar 04 1:06 PM
Hello Renato,
I am facing same problem. Can you tell me if you managed to solve this problem and how?
Thanks,
Ashish
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |