Sapass

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



Index

PrimaryWageType

PrimaryWageType


Definition


The Primary Wage Type business object is an overall term used to
describe wage types that the user employs in master data maintenance
(dialog wage types) and that the system automatically provides in time
evaluation to fulfill certain predefined conditions (time wage types).


11-Dec-2005


Methods

Available Methods


  • GetList : List of wage types for a country [ BAPI_WAGE_TYPE_GET_LIST ]
  • GetListExt : List of wage types registered for the interface in payroll [ BAPI_WAGE_TYPE_GET_LIST_EXT ]
  • RegisterExt : Register wage type for the interface to Payroll [ BAPI_WAGE_TYPE_REGISTER_EXT ]
  • UnregisterExt : Cancel wage type registration for the interface to Payroll [ BAPI_WAGE_TYPE_UNREGISTER_EXT ]

11-Dec-2005


GetList

GetList


No document is available


11-Dec-2005


GetListExt

GetListExt


This function module reads all instances of the PrimaryWageTypeclass that have been registered for interface and returns a tablecontaining the wage types and accompanying texts that are permitted for the application.

You can use this function module to enable the simple assignment of HR
wage types and salary elements from the transferring application in Customizing.

Further Information

SAP Library: Assignment of Salary Types to HR Wage Types under Transfer of Salary Elements to Payroll
.


11-Dec-2005


RegisterExt

RegisterExt


This BAPI enables you to register an HR wage type for the interface toPayroll. You select the HR wage types you want to use for the interface.

Wage components can only be transferred if they are assigned to a registered wage type.

If you access the PrimaryWageType.GetListExt BAPI as input help in
production operation, the system only provides you with registered wage types for the transfer.

Notes

Alternatively, you can register wage types by accessing the Implementation Guide (IMG) for External Wage Components and choosingSpecify Wage Types -> Permit Wage Types for the Interface, or by using maintenance view V_T512X.


Further Information

In the SAP Library, choose Transferring Wage Components to Payroll -> Assigning Wage Components to HR Wage Types.


11-Dec-2005


UnregisterExt

UnregisterExt


This BAPI cancels a wage type's registration for transferring external wage components to Payroll.

Notes

Alternatively, you can register wage types by accessing the Implementation Guide (IMG) for External Wage Components and choosing
Specify Wage Types -> Permit Wage Types for the Interface, or by using maintenance view V_T512X.

Further Information

In the SAP Library, choose Transferring Wage Components to Payroll -> Assigning Wage Components to HR Wage Types.


11-Dec-2005