Fonction SAP BAPI_1197_REPLICATE - Replicate the Generic Engineering Node

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
DATEHIGH BAPI_PPE_HELP_STRUCTURE-DATE D 8 SY-DATUM X Date and Time, Current (Application Server) Date
REQUESTCHANGES BAPI_PPE_HELP_STRUCTURE-RQSTCHNG C 1 SPACE X Request changes from change service
TIMEHIGH BAPI_PPE_HELP_STRUCTURE-TIME T 6 SY-UZEIT X Date and Time, Current Application Server Time

Paramètre Reférence Long. Facultatif Description
GENERICENGIDS BAPI1197_GEN_GENID 32 X iPPE / BAPI: Identification of a Generic Engineering Node
RECIPIENTS BAPI_PPE_LOGSYS 10 X iPPE/BAPI: Transfer Structure for Logical Systems
RETURN BAPIRET2 548 X Return Parameter

Functionality
You can use this method to transfer generic engineering nodes andrelationships to different systems.
The GENERICENGIDS table provides the function module with a list of thenodes that are to be transferred. The nodes are identified by theirinternal identifications (NODE_ID). You can use the function modulePVSHI_INTERNAL_OBJECT_ID to determine the internal identification foran engineering node.
The data is transferred as follows:

  • The system transfers the generic engineering nodes and their
  • attributes.
    • It also transfers the relationships that point to and from the nodes.

    • The data can be booked into the receiving system using the functionmodule BAPI_1197_SAVEREPLICA.

      Notes
      When the REQUESTCHANGES parameter has the value 'X', the systemevaluates the change pointers for the PPE_GEN message type.Consequently, the system does not consider the GENERICENGIDS parameterand transfers only modified data and any deletions.
      INCLUDE DATEHIGH OBJECT DOKU ID TX
      INCLUDE REQUESTCHANGES_GEN OBJECT DOKU ID TX
      INCLUDE TIMEHIGH OBJECT DOKU ID TX

      Description
      The GENERICIDS table contains the internal identifications for genericengineering nodes (application object type GEN). These nodes aretransported to the appropriate systems.
      INCLUDE RECIPIENTS OBJECT DOKU ID TX
      INCLUDE RETURN_NORM OBJECT DOKU ID TX