‎2007 Apr 18 8:01 AM
Hallow I build a function in se37 ,and in the function I wont to delete file from server now I have a program
in se 80 that can do that (YHR_DELETE_FILE_FROM_SERVER)the program have just one parameters (the path of the file I wont to delete )
How I can call to this program in my function.
regards
did some one now about function that can delete file from server?
‎2007 Apr 18 8:05 AM
Antonio,
U can directly call that program in the Function Module.
Regards,
Sujatha.
‎2007 Apr 18 8:04 AM
‎2007 Apr 18 8:05 AM
Antonio,
U can directly call that program in the Function Module.
Regards,
Sujatha.
‎2007 Apr 18 8:22 AM
‎2007 Apr 18 11:15 AM
‎2007 Apr 18 8:07 AM
‎2007 Apr 18 11:20 AM
Hi antonio,
1.in se 80 that can do that (YHR_DELETE_FILE_FROM_SERVER)t
2. use like this in your FM
<b>SUBMIT YHR_DELETE_FILE_FROM_SERVER
WITH
parameter1 = myfilename.</b>
regards,
amit m.