Fonction SAP BAPI_PTMGREXTREMSPEC_INSWCOST - Insert external EE remuneration info in table (w/ cost assignment)

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

Functionality
This method transfers evaluated time data from external time managementsystems to the SAP R/3 System.
Information on different payment and activity allocation is alsotransferred.

Example

Notes
This method stores the data records in the interface tables PTEX2000and PTEXDIR. Then, the report RPTEXTPT (ExternalTransfer -> Time Management reads the data from PTEX2010 and storesot as Employee Remuneration Info in infotype 2010.

Example

Notes
No activity allocation is supported with this method.
The method
BAPI: Checks External EmployeeRemuneration Info (with Cost Assignment) and can check the dataprior to transferring it for plausibility checks.

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) andtime/measurement unit (Field TIME_UNIT)

    Description
    Tables 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.