Fonction SAP BAPI_PTMGREXTREMSPEC_CHECKWCOS - Check External Employee Remuneration Info (with Cost Assignment)

Paramètre Reférence Long. Facultatif Description
REMUNERATION_SPECIFICATION BAPI7012_2 369 Remuneration Info
RETURN BAPIRET2 548 Confirmations

Functionality this method performs a plausibility check on theevaluated time data from external time management systems in theinfotype EE Remuneration Info (2010). The data related to costassignment is also checked.
Executing this method is optional. It is carried out when transferringdata to the SAP R/3 System.

  • Correct data records are transferred to the SAP R/3 System with the
  • method AS BAPI: Inserts ExternalEmployee Remuneration Info in Interface Table (with Cost Assignment) and then stored in the interface tables PTEX2010 and PTEXDIR.
    • Incorrect data records are logged in the external time management
    • system and are not not uploaded to the SAP R/3 System. These recordscan then be corrected there.

      Example

      Notes
      This method also checks the information on different (alternative)payment.
      This method does not support activity allocation.

      Description
      INCLUDE BAPI_DATAELEMENT
      The following data is required:

      • Logical system of the original document (Field EXTSYSTEM)

      • External application (Field EXTAPPLICATION)

      • Document number (Field EXTDOCUMENTNO)

      • Personnel number (Field EMPLOYEENUMBER)

      • Validity date (Field VALIDITYDATE)

      • Wage type (Feld WAGETYPE)

      • Depending on the wage type, the following fields are to be completed:

      • Either number of hours for employee remuneration info (FieldNO_OF_HOURS), or
        Number of time unit for employee remuneration info (Field NUMBER) and

        Description
        Table with messages from record processing.
        Critical errors are assigned the types E (error) and A(abort). Warnings are indicated by a W, information and successmessages by I and S respectively.
        If at least one E or A record appears in the table, theattendance/absence record was rejected by the system.