2008 Jan 24 6:02 AM
Hai,
Is it possible to create new folder in OAOR transction? If CLASS NAME = PICTURE & CLASS TYPE = OT
Hai,
Is it possible to create new folder in OAOR transction? If CLASS NAME = PICTURE & CLASS TYPE = OT
2008 Jan 24 6:07 AM
Hi Uday,
try this,
You have to solve it within ABAP.
DATA: lv_comm(50) TYPE c,
lv_dir(50) TYPE c.
lv_dir = 'mydir'.
CONCATENATE 'mkdir' lv_dir INTO lv_comm SEPARATED BY space.
dir = unixcom = lv_comm. "command to create dir
or,
Just ask your basis to do it for you as they have all the authorizations.
cheers,
Hema.
2008 Jan 24 6:29 AM
HAi Hema,
I can't understand your input why we should write coding to crate folder in OAOR transaction, and i can't understand what is unixcom, dir
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |