on 2024 Dec 24 7:56 AM
Hello experts,
The client I am working on has SAP R3 version 4.0B! The requirement is to download a PDF file locally. The file is stored in the application server. Function module GUI_DOWNLOAD is not available in ABAP thus I am using WS_DOWNLOAD. I use open dataset for output in binary mode but then I don't know how to use
READ DATASET since there is no xstring-equivalent to read into. Has anyone got any idea how to approach this?
Thank you in advance,
Konstantinos
Request clarification before answering.
If the X type exists, use it (READ DATASET repeatedly). These old systems are not Unicode, one character is one byte, so you may use C instead of X too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.