Fonction SAP BAPI_ALM_ORDEROPER_GET_LIST - Determination of a List of Operations from Selection

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
DISPLAY_PARAMETERS BAPI_ALM_LIST_NAVIGATION_IN u 12 X ALM Order Lists: Parameter for Navigation

Paramètre Reférence Type Long. Description
NAVIGATION_DATA BAPI_ALM_LIST_NAVIGATION_RET u 20 ALM Order Lists: Basic Dates for Navigation

Paramètre Reférence Long. Facultatif Description
ET_RESULT BAPI_ALM_ORDER_LISTOPER_RESULT 1402 ALM Orders: Operation List from Selection
ET_TEMPLATE BAPI_ALM_ORDER_LISTOPER_RANGES 123 X ALM Order BAPIs: Copy Structure for Selection Parameter
IT_RANGES BAPI_ALM_ORDER_LISTOPER_RANGES 123 ALM Order BAPIs: Copy Structure for Selection Parameter
RETURN BAPIRET2 548 Return Parameters

Functionality
You can use this method to determine a list of operations by a list ofselection conditions. The number of hits that are displayed for theuser can be specifically restricted; without copying furtherparameters, the first 50 hits are displayed.
A complete list of the hits is stored internally. If you perform theselection again within a Logical Unit of Work (LUW) without changingthe selection parameters but with other refurbishment parameters, youreceive further partial amounts of the selection result, as specifiedby you.
However, you can also force a new database selection. However, youshould note that such queries put a strain on the database and theorder of the hits may change after the next selection.

Description
Structured parameter with specifications for the number of hits (numberof hits, displayed hits numbered consecutively as from- and to-specifications, displayed page, and last page of the list)

Description
Structured parameter which can be used to determine the number of hits.

Description
Selection results, corresponding to the page settings (for example, alist of hits 21-40 of 103)

Description
Structure built by the system which can be used as a template for newentries for selection parameters. This list is also returned if theentries in table IT_RANGES are invalid or insufficient.

Default
Optional

Description
Transfer table for selection parameters for ouptutting a list ofoperations.

Value range
You can transfer values for selected parameters or selection options inthis table to determine an operation list by selected criteria.
For this, enter the description of a parameter or a selection option inthe field FIELD_NAME. The values allowed for the parameters correspondto the names of the components in the structureBAPI_ALM_ORDER_LISTOPER_PARAMS. You can find the selection optionsallowed in the structure BAPI_ALM_ORDER_LISTOPER_SELOPS.
If FIELD_NAME represents a selection option, in the field SIGN you candefine whether the number of hits for this criteria should be excludedfrom the hit list (value 'E' for exclusive) or included ('I' forinclusive). The field SIGN is not interpreted for parameter names.
The option field is also only analyzed for selection options. Thenlogical operators must be used here in accordance with the ABAP syntax('EQ', 'CP', 'BT'...).
In the field LOW_VALUE, either the value for a parameter or a lowerlimit for a selection option (for example, from-value) is expected.
HIGH_VALUE is only analyzed for selection options and is the upperlimit for a selection option (for example, to-value).

Default
You must maintain at least one entry in this table. Under certainprerequisites, the system has additional parameter prerequisistes tolimit the number of hits: If you make no specifications for theparameters SHOW_OPEN_DOCUMENTS and SHOW_HISTORICAL_DOCUMENTS, then onlycurrent operations and no historic operations are selected.

Description
Table with error messages when processing had to be terminated.