‎2007 Sep 19 11:55 AM
Hi guru,
i need to create the directory in application server.
will any of u guide me how we can create it in application server.
Regards,
Lakshmi..
‎2007 Sep 19 12:01 PM
Hi Lakshmi,
I would suggest you speak to your UNIX people (or whatever system you use) and ask them to create your directory as they will know the correct permissions to apply.
However, if you must, you can use SM49 and create a MKDIR command.
Regards,
Chester
‎2007 Sep 19 12:01 PM
hi,
i think you can use the cl_gui_frontend_services class for creating the directory.
use the method create_directory of this class.
<b>Rewar points if helpful,</b>
Regards,
jinesh.
‎2007 Sep 19 12:01 PM
Hi Lakshmi,
I would suggest you speak to your UNIX people (or whatever system you use) and ask them to create your directory as they will know the correct permissions to apply.
However, if you must, you can use SM49 and create a MKDIR command.
Regards,
Chester
‎2007 Sep 19 12:03 PM
‎2007 Sep 19 12:25 PM
Hi,
To create a dir in application service u can make a unix script and then excute it by creating a command in sm69. Use the FM "SXPG_CALL_SYSTEM"
U will need authorizations to create dir on the appln server
Thx
Chet
<b>REWARD PTS IF HELPFULL</b>