2009 Sep 02 3:41 AM
I have some attachments uploaded into a transaction code - where in by clicking a button, a pop up will appear and I can attach a pdf or word or excel orany thing - but mostly we use pdf and word docs.
I am able to retrieve these attachments and store them in the local directory or amy mapped folder.
Now the task is to store these on the application server:
To achieve this, I used func mod SO_REPLI_DOCUMENT_READ, which gives the contents of the file in the internal table objcont - as a numbered format with the folder info also included.
Then I used OPEN DATASET to create a PDF file.
when I transfer the contents of the internal table objcont to the file, subrc is 0 but the file is empty.
Please advise how to achive this..
Thanks,
Ven
I have some attachments uploaded into a transaction code - where in by clicking a button, a pop up will appear and I can attach a pdf or word or excel orany thing - but mostly we use pdf and word docs.
I am able to retrieve these attachments and store them in the local directory or amy mapped folder.
Now the task is to store these on the application server:
To achieve this, I used func mod SO_REPLI_DOCUMENT_READ, which gives the contents of the file in the internal table objcont - as a numbered format with the folder info also included.
Then I used OPEN DATASET to create a PDF file.
when I transfer the contents of the internal table objcont to the file, subrc is 0 but the file is empty.
Please advise how to achive this..
Thanks,
Ven
2009 Oct 21 8:54 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |