call a sap remote-function-module from t-sql Stored-Proedure

질문 call a sap remote-function-module from t-sql Stored-Proedure

  • 2007年1月15日 10:23
     
     

    Hello,

    is it possible to call an sap remote-function-module directly from a stored-procedure in SQL-Server-2005?

    If yes, where can I find an example?

    Thanks

    Gerd

     

     

全部回复

  • 2007年1月15日 11:20
     
     
    Hi,

    Never touched SAP, but can you run the remote function module from a DOS prompt?  if so, could you use xp_cmdshell from the extended stored procedures?

    Just an idea :)

    Cheers,
    Menthos