Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>PTMgrExtRemunSpec



Index

PTMgrExtRemunSpec

PTMgrExtRemunSpec


The Business Object Manager for External Employee Remuneration Specifications
takes evaluated time data from an external system and transfers it to the EE Remuneration Info infotype (2010) in
SAP HR Time Management
.


Structure


Time data is first stored in the interface table for EE Remuneration Info
infotype (2010) (PTEX2010) and the interface table for infotypes (directory table) (PTEXDIR). The time data is then posted to the
EE Remuneration Info infotype (2010).


Information on cost assignment and activity allocation can also be provided along with the time data.


Integration


If time data from externalt time management systems is to be posted to the Attenances (2002) and Absences
(2001) infotypes in SAP Time Management, then use the Business Object BUS2011
Manager for External Attendances/Absences
.


11-Dec-2005


Methods

Available Methods


  • Check : Checks external EE remuneration info (w/o account assignment) [ BAPI_PTMGREXTREMSPEC_CHECK ]
  • CheckWithActivityAllocation : Checks external EE remuneration info (with activity allocation) [ BAPI_PTMGREXTREMSPEC_CHECKWACT ]
  • CheckWithCostAssignment : Checks external EE remuneration info (with cost assignment) [ BAPI_PTMGREXTREMSPEC_CHECKWCOS ]
  • Insert : Insert external EE remun. info in table (w/o account assignment) [ BAPI_PTMGREXTREMSPEC_INSERT ]
  • InsertWithActivityAllocation : Insert EE remuneration info in table (with activity allocation) [ BAPI_PTMGREXTREMSPEC_INSWACT ]
  • InsertWithCostAssignment : Insert external EE remuneration info in table (w/ cost assignment) [ BAPI_PTMGREXTREMSPEC_INSWCOST ]

11-Dec-2005


Check

Check


This method performs a plausibility check on the evaluated time data from external time management systems in the Employee Remuneration Info infotype (2010).

Executing this method is optional. It is carried out when transferring data 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 (without Account Assignment) and then stored in the interface tables PTEX2010 andPTEXDIR.
  • 1Incorrect data records are logged in the external time management
    system and are not not uploaded to the SAP R/3 System. These records can then be corrected there.
  • 1

    Example

    1

    Notes

    This method checks the information on different payment.

    This method supports neither cost assignment nor activity allocation.


    11-Dec-2005


    CheckWithActivityAllocation

    CheckWithActivityAllocation


    This method performs a plausibility check on the evaluated time data from external time management systems in the infotype EE Remuneration Info (2010). The data related to activity allocation is also checked.

    Executing this method is optional. It is carried out when transferring data 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 Activity Allocation) and then stored in the interface tables PTEX2010 andPTEXDIR.
  • Incorrect data records are logged in the external time management
    system and are not not uploaded to the SAP R/3 System. These records can then be corrected there.
  • Notes

    This method checks information on different (alternative) payment.

    This method does not support cost assignment.


    11-Dec-2005


    CheckWithCostAssignment

    CheckWithCostAssignment


    This method performs a plausibility check on the evaluated time data from external time management systems in the infotype EE Remuneration Info (2010). The data related to cost assignment is also checked.

    Executing this method is optional. It is carried out when transferring data 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 records can then be corrected there.
  • Notes

    This method also checks the information on different (alternative) payment.

    This method does not support activity allocation.


    11-Dec-2005


    Insert

    Insert


    This method transfers evaluated time data from external time managemen systems to the SAP R/3 System.

    Information on different payment is also transferred.

    Notes

    This method stores the data records in the interface tables PTEX2010 and PTEXDIR. Then, the report RPTEXTPT (External
    Transfer -> Time Management
    reads the data from PTEX2010 and stores it in the Employee Remuneration Info infotype 2010.

    Neither cost assignment nor activity allocation is supported with this method.

    The method BAPI: Checks External Remuneration Info (without Account Assignment and can check the data
    prior to transferring for plausibility checks.


    11-Dec-2005


    InsertWithActivityAllocation

    InsertWithActivityAllocation


    This method transfers evaluated time data from external time management systems to the SAP R/3 System.

    Information on different payment and activity allocation is also transferred.

    Notes

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

    No cost assignment is supported with this method.

    The method

    BAPI: Checks External Employee Remuneration Info (with Activity Allocation) and can check the data
    prior to transferring it for plausibility checks.


    11-Dec-2005


    InsertWithCostAssignment

    InsertWithCostAssignment


    This method transfers evaluated time data from external time management systems to the SAP R/3 System.

    Information on different payment and activity allocation is also transferred.

    Notes

    This method stores the data records in the interface tables PTEX2000 and PTEXDIR. Then, the report RPTEXTPT (External
    Transfer -> Time Management
    reads the data from PTEX2010 and stores ot as Employee Remuneration Info in infotype 2010.

    Notes

    No activity allocation is supported with this method.

    The method

    BAPI: Checks External Employee Remuneration Info (with Cost Assignment) and can check the data
    prior to transferring it for plausibility checks.


    11-Dec-2005