cancel
Showing results for 
Search instead for 
Did you mean: 

[VBS] Reading Material Master Data within MM03

Former Member
0 Kudos

I'm using SAP scripting via VBS to try and read grayed out non-editable fields. My transaction is MM03-Display Material. I cant seem to determine the correct field because everything is grayed out. I do not have access to MM02.


Is there any way to read these fields into a variable? Or is there a VBS alternative to the SAP READ_TEXT function module?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member233510
Active Contributor
0 Kudos

From material master perspective, you can use FM READ_TEXT only to read Basic data text. For reading material details, you can try with BAPI_MATERIAL_GET_ALL. You've to import respective Plant, Sales org, distribution channel, Sloc to get the required data.