SAP ABAP Class CL_HRPA_INFOTYPE_0427 (Garnishment Debts Infotype)
Hierarchy
EA-HRCMX (Software Component) Sub component EA-HRCMX of EA-HR
   PA-PA-MX (Application Component) Mexico
     PAOC_PAD_MX (Package) Personnel administration add-on: Mexico
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPA_INFOTYPE_NNNN HR Master Data: Generic IT Logic 20021111
Properties
Class CL_HRPA_INFOTYPE_0427  
Short Description Garnishment Debts Infotype    
Super Class CL_HRPA_INFOTYPE_NNNN HR Master Data: Generic IT Logic 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_PAD_MX   Personnel administration add-on: Mexico 
Created 20021111   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 P02GV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 PMXGI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 PMXGP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 PMXGV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPA_INFOTYPE_0427 has no interface implemented.
Friends
Class CL_HRPA_INFOTYPE_0427 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_INFTY_ORDER Constant Private Type reference (TYPE) PSKEY-INFTY '0426' Order infotype 20021111
2 GC_MOLGA Constant Private Type reference (TYPE) T500L-MOLGA '32' Country grouping 20021111
Methods
# Method Level Visibility Method type Description Created on
1 GET_DEFAULT_DEBT_CODE Static method Private Method Get default debt code 20021111
2 GET_NEW_OBJPS Instance method Private Method Obtain new debt number (OBJPS 20021112
3 GET_ORDER_INFOTYPE Instance method Private Method Obtain data from order infotype 20021112
4 READ_T52G7 Static method Private Method Read table T52G7 20021112
5 READ_T7MXG0 Static method Private Method Read table T7MXG0 20021113
6 READ_T7MXG2 Static method Private Method Read table T7MXG2 20021111
7 SPECIFIC_COMPUTATIONS Instance method Private Method Infotype-specific checks 20021112
8 TEST_CALC_RULE Instance method Private Method Check calculation rule 20021112
9 TEST_DEBT_AND_UNIT Instance method Private Method Check debt code and unit 20021113
10 TEST_ORDER Instance method Private Method Check garnishment 20021112
11 TEST_UNIT_AND_FIELDS Instance method Private Method Check unit and fields 20021113
Events
Class CL_HRPA_INFOTYPE_0427 has no event.
Types
Class CL_HRPA_INFOTYPE_0427 has no local type.
Method Signatures

Method GET_DEFAULT_DEBT_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBCOD Value transfer Type reference (TYPE) T52G7-DBCOD Debt code 20021111
2 Importing GCATE Call by reference Type reference (TYPE) T52G7-GCATE Code for type 20021111
3 Importing MOLGA Call by reference Type reference (TYPE) T52G7-MOLGA Country grouping 20021111
4 Importing OBJPS Call by reference Type reference (TYPE) P0427-OBJPS Object identifier 20021112

Method GET_DEFAULT_DEBT_CODE on class CL_HRPA_INFOTYPE_0427 has no exception.

Method GET_NEW_OBJPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INFTY Call by reference Type reference (TYPE) P0427-INFTY Infotype 20021112
2 Returning OBJPS Value transfer Type reference (TYPE) P0427-OBJPS Object identifier 20021112
3 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personnel number 20021112
4 Importing SUBTY Call by reference Type reference (TYPE) P0427-SUBTY Subtype 20021112
5 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20021112

Method GET_NEW_OBJPS on class CL_HRPA_INFOTYPE_0427 has no exception.

Method GET_ORDER_INFOTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEGDA Call by reference Type reference (TYPE) P0426-BEGDA Valid from date 20021112
2 Importing ENDDA Call by reference Type reference (TYPE) P0426-ENDDA Valid to date 20021112
3 Importing PERNR Call by reference Type reference (TYPE) PERNR_D Personnel number 20021112
4 Exporting PS_P0426 Call by reference Type reference (TYPE) P0426 Garnishment 20021112
5 Exporting PT_P0426 Call by reference Type reference (TYPE) PMXGP_ORDER_TAB Table with garnishments 20021112
6 Importing SUBTY Call by reference Type reference (TYPE) P0426-SUBTY Subtype 20021112
7 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20021112

Method GET_ORDER_INFOTYPE on class CL_HRPA_INFOTYPE_0427 has no exception.

Method READ_T52G7 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCOD Call by reference Type reference (TYPE) T52G7-DBCOD Debt code 20021112
2 Importing GCATE Call by reference Type reference (TYPE) T52G7-GCATE Code for type 20021112
3 Importing MOLGA Call by reference Type reference (TYPE) T52G7-MOLGA Country grouping 20021112
4 Exporting PS_T52G7 Call by reference Type reference (TYPE) T52G7 Payable 20021112

Method READ_T52G7 on class CL_HRPA_INFOTYPE_0427 has no exception.

Method READ_T7MXG0 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCOD Call by reference Type reference (TYPE) T7MXG0-DBCOD Debt code 20021113
2 Importing GCATE Call by reference Type reference (TYPE) T7MXG0-GCATE Code for type 20021113
3 Exporting PS_T7MXG0 Call by reference Type reference (TYPE) T7MXG0 Maintenance payment debt Mexico 20021113

Method READ_T7MXG0 on class CL_HRPA_INFOTYPE_0427 has no exception.

Method READ_T7MXG2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DFIND Call by reference Type reference (TYPE) T7MXG2-DFIND Default values indicator 20021111
2 Returning DFVAL Value transfer Type reference (TYPE) T7MXG2-DFVAL Default values 20021111

Method READ_T7MXG2 on class CL_HRPA_INFOTYPE_0427 has no exception.

Method SPECIFIC_COMPUTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021112
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER Messages 20021112
3 Changing PS_P0427 Call by reference Type reference (TYPE) P0427 Garnishment 20021112
4 Importing TCLAS Call by reference Type reference (TYPE) TCLAS Transaction type for data retention 20021112

Method SPECIFIC_COMPUTATIONS on class CL_HRPA_INFOTYPE_0427 has no exception.

Method TEST_CALC_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021112
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER Messages 20021112
3 Importing PS_P0426 Call by reference Type reference (TYPE) P0426 Garnishment 20021112
4 Importing PS_P0427 Call by reference Type reference (TYPE) P0427 Debts by garnishment 20021112

Method TEST_CALC_RULE on class CL_HRPA_INFOTYPE_0427 has no exception.

Method TEST_DEBT_AND_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021113
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER Messages 20021113
3 Importing PS_P0426 Call by reference Type reference (TYPE) P0426 Garnishment 20021113
4 Importing PS_P0427 Call by reference Type reference (TYPE) P0427 Garnishment debt 20021113

Method TEST_DEBT_AND_UNIT on class CL_HRPA_INFOTYPE_0427 has no exception.

Method TEST_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021112
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER Messages 20021112
3 Importing PS_P0427 Call by reference Type reference (TYPE) P0427 Garnishment debt 20021112
4 Importing PT_P0426 Call by reference Type reference (TYPE) PMXGP_ORDER_TAB Table with garnishments 20021112

Method TEST_ORDER on class CL_HRPA_INFOTYPE_0427 has no exception.

Method TEST_UNIT_AND_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_OK Call by reference Type reference (TYPE) BOOLE_D Data element for BOOLE domain: TRUE (='X') & FALSE (=' ') 20021113
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRPA_MESSAGE_HANDLER Messages 20021113
3 Importing PS_P0427 Call by reference Type reference (TYPE) P0427 Debts by garnishment 20021113

Method TEST_UNIT_AND_FIELDS on class CL_HRPA_INFOTYPE_0427 has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 200