Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi_display_material call from visual basic

axel_doerr
Explorer
0 Likes
502

Hi,

i'd like to call bapi_display_material from visual basic. If i enter a not known material i get a nice message back, that the material doesn't exist, so the call seems to work. When i enter a known material number the systems returns False for the call. I normally would expect, the sapgui gets started running transcation mm03 (like it is when you test via se37). Does anybody know what needs to be done?

Axel

3 REPLIES 3
Read only

vattekrishna
Participant
0 Likes
463

Hi Alex,

I am not sure about mm03 display directly from VB.

But you can use BAPI_MATERIAL_GET_ALL to get the material data.

Read only

vattekrishna
Participant
0 Likes
463

Hi Alex,

I am not sure about mm03 display directly from VB.

But you can use BAPI_MATERIAL_GET_ALL to get the material data.

Read only

0 Likes
463

Hi,

for reading the data i already use the bapi you mention. That's not my problem. I'm filling an excel sheet with material data and want to give the user a possibility to launch a material display directly from excel.

Axel