2010 Jul 21 4:40 AM
I want to copy a PDF file from one folder to another through a background process in ABAP.
I tried with OPEN DATASET.... statements. But the target PDF file is getting corrupted.
The copying process cannot be done with GUI FRONTEND methods also since it is a background process.
Is there any other method other than the above two methods to copy file?
I want to copy a PDF file from one folder to another through a background process in ABAP.
I tried with OPEN DATASET.... statements. But the target PDF file is getting corrupted.
The copying process cannot be done with GUI FRONTEND methods also since it is a background process.
Is there any other method other than the above two methods to copy file?
2010 Jul 21 3:21 PM
1) use fm SXPG_COMMAND_EXECUTE and copy-command from tcode sm69
2) use : call 'SYSTEM' id 'COMMAND' field command
with unix/Hp-ux command "cp"
A.
2010 Jul 22 4:16 AM
Any idea about the command to be used in SM69 for copying files in Windows XP/DOS environment?
2010 Jul 23 4:21 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |