/AWS1/CL_FDT=>GETVARIABLES()
¶
About GetVariables¶
Gets all of the variables or the specific variable. This is a
paginated API. Providing null maxSizePerPage
results in retrieving maximum of
100 records per page. If you provide maxSizePerPage
the value must be between
50 and 100. To get the next page result, a provide a pagination token from
GetVariablesResult
as part of your request. Null pagination token
fetches the records from the beginning.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_NAME
TYPE /AWS1/FDTSTRING
/AWS1/FDTSTRING
¶
The name of the variable.
IV_NEXTTOKEN
TYPE /AWS1/FDTSTRING
/AWS1/FDTSTRING
¶
The next page token of the get variable request.
IV_MAXRESULTS
TYPE /AWS1/FDTVARIABLESMAXRESULTS
/AWS1/FDTVARIABLESMAXRESULTS
¶
The max size per page determined for the get variable request.