getFieldValues()
Return a list of values from a table, tree, or screen record.
Syntax
getFieldValues(
name STRING)
RETURNS DYNAMIC ARRAY OF STRING
- name is the name of the table, tree, or screen record.
Usage
You can use it to return a list of values in the current row of a table, tree, or screen record. For example:
CALL ggc.getFieldValues("sr_table") RETURNING values