SAP ABAP Class CL_HR_T5UTLA (Read T5UTLA (Timedependent Attributes of Taxcompany))
Hierarchy
☛
SAP_HRCUS (Software Component) Sub component SAP_HRCUS of SAP_HR
⤷
PY-US (Application Component) USA
⤷
PC10 (Package) HR accounting: USA
⤷
⤷
Properties
| Class | CL_HR_T5UTLA | |
| Short Description | Read T5UTLA (Timedependent Attributes of Taxcompany) | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PC10 | HR accounting: USA |
| Created | 20091204 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HR_T5UTLA has no interface implemented.
Friends
Class CL_HR_T5UTLA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_HR_T5UTLA | Read T5UTLA (Timedependent Attributes of Taxcompany) | 20130125 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TY_T_T5UTLA_BUFFER | 20130125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Build select conditions considering wildcard % | 20121116 | |
| 2 | Instance method | Protected | Constructor | CONSTRUCTOR | 20130125 | |
| 3 | Instance method | Public | Method | Get additional tax code information by Tax Company and Taxau | 20130322 | |
| 4 | Static method | Public | Method | Get formula number override by Tax Company and Tax Authority | 20121116 | |
| 5 | Instance method | Public | Method | Get formula number override by Tax Company and Tax Authority | 20130125 | |
| 6 | Static method | Public | Method | Get instance of CL_HR_T5UTLA | 20130125 | |
| 7 | Instance method | Public | Method | Get rounding indicator by Tax Company and Tax Authority | 20130220 | |
| 8 | Static method | Public | Method | Get default supplemental payment code | 20100401 | |
| 9 | Instance method | Protected | Method | Get default supplemental payment code | 20130125 | |
| 10 | Instance method | Protected | Method | Get T5UTLA entries | 20130220 | |
| 11 | Static method | Public | Method | Read full line of T5UTLA | 20121116 | |
| 12 | Instance method | Protected | Method | Read table T5UTLA without Variable Key | 20130125 | |
| 13 | Instance method | Protected | Method | Read full line of T5UTLA with Variable Key | 20130125 | |
| 14 | Instance method | Protected | Method | Read table T5UTLA using wildcards | 20130125 | |
| 15 | Instance method | Protected | Method | Read table T5UTLAVK | 20130125 |
Events
Class CL_HR_T5UTLA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SELECT_CONDITION | Protected | See coding | 20121116 | begin of ty_s_select_condition,
txcmp TYPE p10_compm,
taxau TYPE taxat,
end of ty_s_select_condition
|
||
| 2 | TY_S_T5UTLA_BUFFER | Protected | See coding | 20130125 | begin of ty_s_t5utla_buffer,
txcmp_input type p10_compm,
taxau_input type taxat,
result type t5utla,
end of ty_s_t5utla_buffer
|
||
| 3 | TY_T_SELECT_CONDITION | Protected | See coding | 20121116 | ty_t_select_condition type standard table of ty_s_select_condition
|
||
| 4 | TY_T_T5UTLA | Protected | See coding | 20130125 | ty_t_t5utla TYPE STANDARD TABLE OF t5utla
|
||
| 5 | TY_T_T5UTLA_BUFFER | Protected | See coding | 20130125 | ty_t_t5utla_buffer type standard table of ty_s_t5utla_buffer
with key txcmp_input taxau_input result-taxty result-varky
|
Method Signatures
Method BUILD_SELECT_CONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SELECT_CONDITIONS | Call by reference | Type reference (TYPE) | TY_T_SELECT_CONDITION | 20121116 | ||||
| 2 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20121116 | |||
| 3 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20121116 |
Method BUILD_SELECT_CONDITIONS on class CL_HR_T5UTLA has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_HR_T5UTLA has no parameter.
Method CONSTRUCTOR on class CL_HR_T5UTLA has no exception.
Method GET_ADDITIONAL_TAX_CODE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130322 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130322 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130322 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130322 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130322 | |||
| 6 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130322 | |||
| 7 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130322 | |||
| 8 | RV_ADDTAXCD | Value transfer | Type reference (TYPE) | HRPAYUS_ADD_TAX_CODE | Additional Tax Code Information | 20130322 |
Method GET_ADDITIONAL_TAX_CODE_INFO on class CL_HR_T5UTLA has no exception.
Method GET_FORMULA_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20121116 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130125 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130125 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20121116 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20121116 | |||
| 6 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20121116 | |||
| 7 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Not More Closely Defined Area, Possibly Used for Patchlevels | 20121116 | |||
| 8 | RV_FRMNR | Value transfer | Type reference (TYPE) | P10_BSIFORMULA | Formula number | 20121116 |
Method GET_FORMULA_NUMBER on class CL_HR_T5UTLA has no exception.
Method GET_FORMULA_OVERRIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130125 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130125 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130125 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130125 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130125 | |||
| 6 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130125 | |||
| 7 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130125 | |||
| 8 | RV_FRMNR | Value transfer | Type reference (TYPE) | P10_BSIFORMULA | Formula number | 20130125 |
Method GET_FORMULA_OVERRIDE on class CL_HR_T5UTLA has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_HR_T5UTLA | Read T5UTLA (Timedependent Attributes of Taxcompany) | 20130125 |
Method GET_INSTANCE on class CL_HR_T5UTLA has no exception.
Method GET_ROUNDING_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130220 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130220 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130220 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130220 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130220 | |||
| 6 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130220 | |||
| 7 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130220 | |||
| 8 | RV_RNDID | Value transfer | Type reference (TYPE) | HRPAYUS_RNDID | Rounding Indicator | 20130220 |
Method GET_ROUNDING_INDICATOR on class CL_HR_T5UTLA has no exception.
Method GET_SUPCD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20100401 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130220 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130220 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20100401 | |||
| 5 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20100401 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | CHAR4 | Not More Closely Defined Area, Possibly Used for Patchlevels | 20100401 | |||
| 7 | RV_SUPCD | Value transfer | Type reference (TYPE) | P10_SUPCD_DEF | Default Supplemental Method | 20100401 |
Method GET_SUPCD on class CL_HR_T5UTLA has no exception.
Method GET_SUPPLEMENTAL_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130125 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130220 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130220 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130125 | |||
| 5 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130125 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Not More Closely Defined Area, Possibly Used for Patchlevels | 20130125 | |||
| 7 | RV_SUPCD | Value transfer | Type reference (TYPE) | P10_SUPCD_DEF | Default Supplemental Method | 20130125 |
Method GET_SUPPLEMENTAL_CODE on class CL_HR_T5UTLA has no exception.
Method GET_T5UTLA_BY_PAYROLL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130220 | |||
| 2 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130220 | |||
| 3 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130220 | |||
| 4 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130220 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130220 | |||
| 6 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130220 | |||
| 7 | RV_T5UTLA | Value transfer | Type reference (TYPE) | T5UTLA | Timedependent Attributes of Taxcompany on Taxauthority Level | 20130220 |
Method GET_T5UTLA_BY_PAYROLL_TYPE on class CL_HR_T5UTLA has no exception.
Method READ_BY_KEY_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_T5UTLA | Call by reference | Type reference (TYPE) | T5UTLA | Timedependent Attributes of Taxcompany on Taxauthority Level | 20121116 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20121116 | |||
| 3 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20121116 | |||
| 4 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20121116 | |||
| 5 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20121116 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Not More Closely Defined Area, Possibly Used for Patchlevels | 20121116 |
Method READ_BY_KEY_DATE on class CL_HR_T5UTLA has no exception.
Method READ_BY_KEY_DATE_NO_VARKY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_T5UTLA | Call by reference | Type reference (TYPE) | TY_T_T5UTLA | Timedependent Attributes of Taxcompany on Taxauthority Level | 20130125 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130125 | |||
| 3 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130125 | |||
| 4 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130125 | |||
| 5 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130125 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Not More Closely Defined Area, Possibly Used for Patchlevels | 20130125 |
Method READ_BY_KEY_DATE_NO_VARKY on class CL_HR_T5UTLA has no exception.
Method READ_BY_KEY_DATE_WITH_VARKY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_T5UTLA | Call by reference | Type reference (TYPE) | T5UTLA | Timedependent Attributes of Taxcompany on Taxauthority Level | 20130125 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20130125 | |||
| 3 | IV_TAXAU | Call by reference | Type reference (TYPE) | TAXAT | Tax authority | 20130125 | |||
| 4 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130125 | |||
| 5 | IV_TXCMP | Call by reference | Type reference (TYPE) | P10_COMPM | Common Paymaster Tax Company | 20130125 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130125 |
Method READ_BY_KEY_DATE_WITH_VARKY on class CL_HR_T5UTLA has no exception.
Method READ_USING_WILDCARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_T5UTLA | Call by reference | Type reference (TYPE) | TY_T_T5UTLA | 20130125 | ||||
| 2 | IT_SELECT_COND | Call by reference | Type reference (TYPE) | TY_T_SELECT_CONDITION | 20130125 | ||||
| 3 | IV_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Start Date | 20130125 | |||
| 4 | IV_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | End Date | 20130125 | |||
| 5 | IV_TAXTY | Call by reference | Type reference (TYPE) | TAXTY | Tax type | 20130125 | |||
| 6 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130125 |
Method READ_USING_WILDCARD on class CL_HR_T5UTLA has no exception.
Method READ_VARIABLE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OCRSN | Call by reference | Type reference (TYPE) | PAY_OCRSN | Reason for Off-Cycle Payroll | 20130125 | |||
| 2 | IV_PAYTY | Call by reference | Type reference (TYPE) | PAYTY | Payroll type | 20130125 | |||
| 3 | IV_VARKY | Call by reference | Type reference (TYPE) | HRPAYUS_VARKY | Variable Key | 20130125 | |||
| 4 | RS_T5UTLAVK | Value transfer | Type reference (TYPE) | T5UTLAVK | Payroll type table for T5UTLA | 20130125 |
Method READ_VARIABLE_KEY on class CL_HR_T5UTLA has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |