admin管理员组

文章数量:1125625

Hi Stackoverflow community,

Is there a way to retrieve text from the status bar in SAP using GUI XT scripting? I'm automating the process of completing the views in the material master (MM01 transaction) for creating a Part Number.

In some cases, warning messages appear in the status bar, and I need to extract part of that information to populate specific fields in SAP, as shown in the attached image:

Can you help me?

I've already tried using code like the following, searching in the web, in another forums, but with no results:

StatusType = session.findById("wnd[0]/sbar").messageType

本文标签: sap guiHow to Get Value from SAP Status Bar using SAP GUI scriptingStack Overflow