Fonction SAP BAPI_ALM_CONF_GETLIST - List of maintenance/service order confirmations

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
COMPLETED BAPI_CORU_PARAM-TESTRUN C 1 X Confirmations for completed orders
IN_PROCESS BAPI_CORU_PARAM-TESTRUN C 1 X Confirmations for orders "in process"
OPERATION BAPI_ALM_CONFIRMATION-OPERATION C 4 X Operation
SUBOPERATION BAPI_ALM_CONFIRMATION-SUB_OPER C 4 X Suboperation

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return Parameter

Paramètre Reférence Long. Facultatif Description
CONFIRMATIONS BAPI_CONF_KEY 150 Keys of Selected Confirmations
CONF_RANGE BAPI_PP_CONFRANGE 23 X Confirmations to be selected
ORDER_RANGE BAPI_PP_ORDERRANGE 27 X Orders to be selected

Functionality
This method provides a list of all confirmations that satisfy thespecified selection criteria (order, operation, suboperation orconfirmation number).
Key data for the confirmation and the confirmed object, such as order,operation and suboperation are specified in the list. Someadministration data for the confirmation is also specified, such asdate and time of creation, creator, confirmation record type.

Notes
The selection criteria can be transferred as

  • Individual value (for example, the OPERATION parameter)

  • Interval (for example, the ORDER_RANGE and CONF_RANGE
  • parameters)
    If no restrictive conditions are specified, all the confirmations areincluded in the list.
    Note that a selection is only successful if the selection criteria donot contain any contradictions. For example, no confirmations will befound in a maintenance or service order if an operation has beenspecified as a parameter that does not exist in the order.
    The selected data is transferred to the CONFIRMATIONS table.
    If no confirmations can be found for the selection conditions, theRETURN parameter will provide information on the errors thatoccurred.

    Description
    The return parameter displays if the data required for a confirmationwas successfully retrieved or which exceptions occurred.
    If the confirmation data was retrieved successfully, the returnparameter is returned with initial values.
    The return parameter is only filled if either the required confirmationdoes not exist (the confirmation exists, but belongs to a differentorder type) or there is no authorization to display the confirmation.If one of these exceptions occurred, the structure of the RETURNparameter contains all the detailed necessary informaion on the errorthat occurred, but which is also provided in the MESSAGE messagetext.

    Description
    Confirmations for completed orders should be selected.

    Description
    Confirmations for orders that are in process should be selected.

    Description
    Operation of an order to which the existing confirmations should beassigned.

    Description
    Suboperation of an order to which the existing confirmations should beassigned.

    Description
    The CONFIRMATIONS table provides key data and some selecteddetailed data for all the selected confirmations.

    Description
    The confirmations to be considered for selection can be assigned in theCONF_RANGE range table.

    Description
    The orders to be considered for the selection of confirmations can beassigned in the ORDER_RANGE range table.

901919PM/CS order: Incorrect maint planner group authorization chk
898409PM/CS order: Incorrect maint plng plant authorization check