Skip to content

/AWS1/CL_ATH=>BATCHGETPREPAREDSTATEMENT()

About BatchGetPreparedStatement

Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.

Method Signature

IMPORTING

Required arguments:

IT_PREPAREDSTATEMENTNAMES TYPE /AWS1/CL_ATHPREPAREDSTMTNAME00=>TT_PREPAREDSTATEMENTNAMELIST TT_PREPAREDSTATEMENTNAMELIST

A list of prepared statement names to return.

IV_WORKGROUP TYPE /AWS1/ATHWORKGROUPNAME /AWS1/ATHWORKGROUPNAME

The name of the workgroup to which the prepared statements belong.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ATHBTCGETPREPAREDST01 /AWS1/CL_ATHBTCGETPREPAREDST01