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 Mike Lewis 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: *

  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

    Create and Export/Import Table from VBA into SAP

    in the meantime i found a solution ... see below !!! BUT NOW I HAVE A NEW PROBLEM: 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...
  3. 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...
  4. Swat76

    Create and Export/Import Table from VBA into SAP

    I create the table like this. But how can i send this to my SAP-function ??? Set fac = New SAPTableFactory Set tbl = fac.NewTable Call tbl.Create("Kreditor", 64) Set col1 = tbl.Columns.Add(col) col1.Name = "Position" col1.IntLength = 10 col1.Type = RfcTypeNum
  5. Swat76

    Create and Export/Import Table from VBA into SAP

    thank you for your answer. but i cannot login to this site. is there any other help you can give me. i know the functions i want to call in sap but i cannot create a correct table for the function paramaters (in vba).
  6. 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
  7. 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