Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Swat76
  • Content: Threads
  • Order by date
  1. Swat76

    Runtime Error 7 "Not enough Memory" with CreateObject

    we have a "new" client installation for sap-gui 6.5. this is a complete installation. with our old installation everything worked fine. when i want to create the sap.bapi object (first line of code below) i receive following runtime error: "runtime error 7. not enough memory". has anyone a hint...
  2. Swat76

    Runtime Error 7 "Not enough Memory" with CreateObject

    after we installed the full version of sap-gui 6.5 on our clients machines we receive a runtime-error when creating an instance of sap.bapi in excel: Dim oBAPICtrl As Object Set oBAPICtrl = CreateObject("SAP.BAPI.1") this worked fine with our old installation. as far as i know is this handled...
  3. Swat76

    Create and Export/Import Table from VBA into SAP

    how can i create a table and export it to sap ??? i will then call a sap-rfc object to process the table. urgent !!! thank you
  4. Swat76

    Create and Export/Import Table from VBA into SAP

    how can i export a table into sap to run a funtion call ???

Part and Inventory Search

Back
Top