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

RFC Help

former_member438956
Active Participant
0 Likes
362

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.

2 REPLIES 2
Read only

Former Member
0 Likes
343

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

Read only

0 Likes
343

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..