Skip to content

/AWS1/CL_ATH=>BATCHGETNAMEDQUERY()

About BatchGetNamedQuery

Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.

Method Signature

IMPORTING

Required arguments:

IT_NAMEDQUERYIDS TYPE /AWS1/CL_ATHNAMEDQUERYIDLIST_W=>TT_NAMEDQUERYIDLIST TT_NAMEDQUERYIDLIST

An array of query IDs.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ATHBTCGETNAMEDQUERY01 /AWS1/CL_ATHBTCGETNAMEDQUERY01