2008 Oct 03 7:48 AM
Hi experts,
Is it possible to Creating a folder in application server in background.?
My requirement is like this , every time a PO is created it has to be saved locally.
When atlast i manged to do this, i get stuck again by this CR ,
The PO has to be saved in a folder with the same name as PO number,
I do not know if it is possible.
So as always I am looking for inputs/suggestions or knowledge if you had come across scenario like this one.
Thanks and Regards,
K
2008 Oct 03 8:12 AM
Hi,
You could create a system command in SM69 to create a directory and then use the function module SXPG_CALL_SYSTEM to invoke the command and pass in the directory name as a parameter at run time.
Darren
2008 Oct 03 8:12 AM
Hi,
You could create a system command in SM69 to create a directory and then use the function module SXPG_CALL_SYSTEM to invoke the command and pass in the directory name as a parameter at run time.
Darren
2008 Oct 03 9:52 AM
2009 Nov 12 1:58 PM
Ken
What command have you created in SM69? I am giving operating system command 'mkdir <path>\<new dir name>', it return error code 1.
Regards
K