Skip to main content
Question

SAP table visible on screen but not recognized as table in A360

  • February 18, 2026
  • 4 replies
  • 27 views

Forum|alt.badge.img+1

Hi Everyone,

In SAP GUI, a report is displayed in table format on the screen. Visually, it looks like a structured table with rows and columns.

However, when using Automation Anywhere A360:

  • Object Cloning does not identify it as a table control.

  • It captures only single individual elements instead of the entire grid.

  • When using Recorder, it captures properties of each element separately rather than recognizing it as a full table.

Because of this, I am unable to extract the entire table in one go.

In such cases, what is the recommended way to extract the complete table data from SAP when the object is not recognized as a proper table control?

Thanks in advance.

4 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • February 18, 2026

@tejashri.nevase Are you using the SAP package? The SAP BAPI package?

If so, the SAP package has an “Export table” action that will extract the table to a datatable variable.

The SAP BAPI package has a “Get table” action, but it seems to do things more on the server side. 


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • February 19, 2026

@Aaron.Gleason I have tried using export table activity its not working. What is the another way to get the data?

 


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • February 19, 2026

@tejashri.nevase I would check that the version of SAP you’re using is one of our supported versions. If a function, like “export table” isn’t working, that makes me think your SAP isn’t a supported version.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-sap_action.html

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/actions-supported-in-sap-versions.html

Let us know!


Forum|alt.badge.img+2

Hola!, prueba usando la accion Export table, identifica el path con el grabador de script de SAP.

en mi caso el ID de SAP era este para una tabla wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell

busca algo donde enecuentres el SHELL

saludos.