白皮书下载
Get SAP table data
1、 Function description
Obtain the data of table elements in SAP system, save it in the form of two-dimensional array and output it to variables according to the set range.
2、 Attribute description
.jpg)
●Output to variable: obtain the user interface table element data according to the specified target and selected range, and save it to the output variable.
●Target: the specified interface element found during component execution is essentially an XML fragment, which is used to specify the interface element to be found and the attributes of some parent elements. Click the "Edit" button on the right side of the "target" input box to edit the target element, such as modifying the attribute value in the selector, customizing the element search path, etc.
●Range: optional: get full table, get row, get column and get range; To obtain the range, you need to enter the starting line number, column number and ending line number and column number of the reading range, including two endpoints, which must be a continuous range
●Get header: Yes or no are optional; If yes is selected, header data will be obtained by default; If no is selected, the header data will not be obtained by default, and only the data other than the header will be obtained.
3、 Use example
To be added




