‎2009 Nov 16 2:04 PM
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.
‎2009 Nov 16 2:12 PM
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
‎2009 Nov 16 2:13 PM
‎2010 Mar 01 9:21 AM
‎2019 Sep 05 10:21 AM
Hi Kesavadas Thekkillath, can share code how did you resolve as I needed? thanks