Skip to main content
Question

Unable to read data from interface in SAP

  • 30 July 2024
  • 1 reply
  • 19 views

Hello,

We have requirement where we need to read multiple rows of data from interface in SAP. But unable to capture that interface, instead of that it is selecting entire outside border. Control type of that object is “Tree”. Could someone please help, if there is any way to read that data.

 

Thanks in Advance.

I would try some of the SAP commands instead of recorder. You can also try recording your actions using the SAP macro recorder then examine the VBA that SAP creates for clues on how to get to that data. If it is a tree view control, you may need to iterate through it as it may not be possible to capture the table.


Reply