Fonction SAP BAPI_BUS2002_ACTELEM_DELETE_M - List: Delete Activity Elements

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_NUMBER BAPI_NETWORK_LIST-NETWORK C 12 Network Number

Paramètre Reférence Long. Facultatif Description
ET_RETURN BAPIRET2 548 X Return Parameter
EXTENSIONIN BAPIPAREX 990 X Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
EXTENSIONOUT BAPIPAREX 990 X Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
IT_DELETE_ACT_ELEMENT BAPI_ACTELEMENT_LIST 4 Activity Element List for the BAPI Processing

Functionality
Delete activity elements (subobject of BOR object BUS2002).

Example
The network to which the activity elements to be deleted belong isspecified by the parameter number. The multiline parameterIT_DELETE_ACT_ELEMENT contains the list of activity elements to bedeleted.
Messages from the application and a success or failure message, asappropriate, are returned to the caller by the BAPI in the parameterRETURN.
You can process only one network each time you call up this BAPI.
Before the activity elements are deleted, various checks are carriedout, for example:

  • Have the activity elements already been confirmed or partially
  • confirmed?
    • Deletion authorization

    • Do purchase orders already exist?

    • If all checks are successful, the activity elements are deleted.

      Notes
      INCLUDE CNIF_PI_BAPI_HINTS OBJECT DOKU ID TX

      Description
      List of activity elements that are to be deleted for the specifiednetwork instance.

586151PI-BAPIs Create/change network: CORE corrections II
580136PI-BAPIs create/change network: CORE corrections