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

Create folder in Application server

Former Member
0 Likes
1,265

Hi

How to create folder in Application server through program? we are using windows NT as OS. Please let me know how to achive this.

4 REPLIES 4
Read only

Former Member
848

Hello,

The "secure" way is to use the CCMS External Command interface:

1) Create an external command, called e.g. "ZMKFOLDER", in txn SM69. This command shlould execute the O/S command "CMD /C MKDIR"

2) In your code call function SXPG_COMMAND_EXECUTE, specifying your command and the folder name as parameter.

Regards,

Mark

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
848

Use fm WBMR_CREATE_APPL_FOLDER

SO_FOLDER_INSERT_API1

Read only

Former Member
0 Likes
848

Resolved it myself

Read only

0 Likes
848

Hi Kesavadas Thekkillath, can share code how did you resolve as I needed? thanks