How can I call a RFC via an SAP function from a Web system -- actually an ASP system? I know that the .COM Connector is not available in Windows XP, so I need to make some kind of interface to do this job.
Does anyone have any bright ideas?
We have I believe the same issue. We have a webApp that does connect through sap connect and actually calls bapis to upload data into sap. that part works great. But when we have a different bapi to read a file (resume) from a web file location or even a sap server it does a cntrl_error. There should be a way to ID the sap system and make them a network user to access and load files. Please include me in any solutions out there.
Last Wiki Answer Submitted: June 9, 2005 4:01 pm by Sheba0 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
We are using the .Net conector. We dont have a problem accessing sap or the bapi’s. Our issue is the userid that is in SAP. What id does it have from a aspx application calling for example gui_upload of a .doc or .pdf from a network webserver. For the guy that opened this thread using a sap connector works great but accessing network file systems does not work for us. Maybe I need to ask my question in another thread.
Have you considered going to aspx and .NET connector ?
We are using the .Net conector. We dont have a problem accessing sap or the bapi’s. Our issue is the userid that is in SAP. What id does it have from a aspx application calling for example gui_upload of a .doc or .pdf from a network webserver. For the guy that opened this thread using a sap connector works great but accessing network file systems does not work for us. Maybe I need to ask my question in another thread.
Have you considered using a DCOM+ object with impersonation ?