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

C_RSTS_OPEN_WRITE - explanation

Former Member
0 Likes
795

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

i have found some explanation on the usage of CALL and suggested not to use the System functions?

few explanatiuons rquired?

1.is there any way we can find where the file is stored in the application server?

2.what is use of HANDLE and RECTYP in above statment

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

i have found some explanation on the usage of CALL and suggested not to use the System functions?

few explanatiuons rquired?

1.is there any way we can find where the file is stored in the application server?

2.what is use of HANDLE and RECTYP in above statment

1 REPLY 1
Read only

Former Member
0 Likes
507

Hi,

Hope this link will help you.

Regards,

Pravin