cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BAPI Material (BUS1001) via VBA

knut_wagner
Explorer
0 Kudos

Hi Experts,

after getting the new SAP GUI 750 PL6 (on ERP6 EHP8) I'm having trouble with my VBA code.

So far i used this code:

 Set oBapi = oBapiCtrl.GetSapObject("Material", sMatNr)

I tried BUS1001 instead of Material as well, but both methods end with this error message:

The type information for the business object type Material could not be retrieved from the Business Object Repository. You should check if the object type is available in the R/3 System.

Message-Nr:

Workarea:

Description:


Other BAPIs like GoodsMovement or BapiService are okay....

Any ideas?


Accepted Solutions (1)

Accepted Solutions (1)

knut_wagner
Explorer
0 Kudos

The problem was solved with the PL10.

One of the notes among 2740726 and 2735896 could have solved my issue.

Answers (2)

Answers (2)

knut_wagner
Explorer
0 Kudos

No, sorry... didn't find a solution on 750.

Knut

qurm
Participant
0 Kudos

Hi, I have had a similar problem, also with 750 ECC6, EHP, and the latest GUI 750 Patch 6. In my case the "DRAW" object gives the same error, but PurchaseOrder is OK.

Did you find an answer or workaround?

Andy