‎2008 Jun 06 5:59 AM
Hi,
I have a batch file which i execute from command prompt by specifying 3 parameters(file1,file2,flag) which encrypts the file and is working properly in windows.now i want to call this batch file from SAP. i have also created the RFC destination for the same. so can anyone guide me how to call this encrypt.bat file from SAP.
Useful answers will surely be rewarded.
Thanks in advance,
Anil.
‎2008 Jun 06 6:17 AM
I guess u want to call means u want data from that file . then
either u go for WS_UPLOAD or GUI_UPLOAD to collect data from file.
Regards,
Swarup
‎2008 Jun 06 6:45 AM
i do not want to upload or download data. i want to call and execute a batch file from SAP using call function but i m not able to get wht input parameters has to be given so that the file can execute properly..