Fonction SAP ALE_TSLOCONNEC_TRANSFER_CO - BAPI -> IDoc: ALE_TSLOCONNEC_TRANSFER_CO

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
OBJ_TYPE SERIAL-OBJ_TYPE C 10 'TSLOCONNEC' X
SERIAL_ID SERIAL-CHNUM N 4 '0' X

Paramètre Reférence Long. Facultatif Description
APPLICATION_OBJECTS SWOTOBJID 100 X
COMMUNICATION_DOCUMENTS SWOTOBJID 100 X
RECEIVERS BDI_LOGSYS 10
TRANSFER BAPI_TSLOCONNEC_TRANSFER 102 Transfer of CATS Data to Target Component

Exception Description
ERROR_CREATING_IDOCS

Functionality
This function module was generated from the object TSLOCONNEC
and the method TRANSFERCO for the BAPI call using ALE.
The function module is executed in the outbound system. It firstconverts the data from the BAPI parameters into IDoc format. The IDocis then sent to the relevant receivers. From here, the BAPI is called.
The interface of the function module contains all outgoingparameters from the relevant BAPI function module
BAPI_TSLOCONNEC_TRANSFER_CO
and, in addition, the following parameters that are used in theALE layer:

  • SERIAL_ID

  • This input parameter contains the channel number andis only used for active serialization.
    • RECEIVERS

    • The parameter contains the name of logical systems(receivers) where the BAPI is called.
      • COMMUNICATION_DOCUMENTS

      • The return table contains the name of the logical system in the LOGSYSfield, the object type in the OBJTYPE field, and the object key in theOBJKEY field. It indicates that an object of type IDOC hasbeen created with this key for this logical system.
        • APPLICATION_OBJECTS

        • The input table contains the objects of applications that areprocessed when the BAPI is called. Enter the name of the logicalsystem from which the application objects originate in the LOGSYSfield. The application objects are identified using the object typeOBJTYP and the object key OBJKEY. They are related with outgoingIDocs.