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

CALL 'C_RSTS_OPEN_WRITE'

Former Member
0 Likes
1,142

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

1 REPLY 1
Read only

Former Member
0 Likes
722

Hello Renato,

I am facing same problem. Can you tell me if you managed to solve this problem and how?

Thanks,
Ashish