2005 Nov 21 12:32 PM
Hi all,
I need to test the application for moving data from one directory to another,for that i need to create a dir and some sample files in it on Application server,
so ,can any one help me by giving some sampl code/FM with proper examples?
Its on urgent basis...
Thanx in advance..
2005 Nov 21 12:36 PM
Hi Got to AL11 transaction and click the configure button.
THen follow the GUI there to create the required directories.
THis will help u.
Satish
Hi all,
I need to test the application for moving data from one directory to another,for that i need to create a dir and some sample files in it on Application server,
so ,can any one help me by giving some sampl code/FM with proper examples?
Its on urgent basis...
Thanx in advance..
2005 Nov 21 12:36 PM
Hi Got to AL11 transaction and click the configure button.
THen follow the GUI there to create the required directories.
THis will help u.
Satish
2005 Nov 21 12:42 PM
OPEN DATASET DS1 FOR OUTPUT.
if datset is no there ii will create file with the path
you have mentioned in DS1.
Regards
Vijay
2005 Nov 21 3:54 PM
Hi Altaf,
If you have any file on presentation server just use CG3Y transaction and upload the data to application server,check that in AL11 transaction.
Regards
sirish
2007 Jun 18 12:00 PM
You can create an external command via SM69 which you can then invoke through function module SXPG_COMMAND_EXECUTE
For NT you'd need something like the following:
Operating system command
cmd
Parameters for operating system command
/c mkdir
$/SAPGLOBALHOST/\?
Have fun,
Mark
Kudos to Pete Devereux and Pete White
2007 Jun 18 12:02 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |