Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

creating directory in application server

Former Member
0 Likes
1,100

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
920

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

4 REPLIES 4
Read only

Former Member
0 Likes
920

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.

Read only

Former Member
0 Likes
921

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

Read only

Former Member
0 Likes
920

hi

good

refer these links

thanks

mrutyun^

Read only

Former Member
0 Likes
920

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>