SAP ABAP Class CL_HRPAYNO_ETC (HRNO: eTaxCard)
Hierarchy
SAP_HRCNO (Software Component) Sub component SAP_HRCNO of SAP_HR
   PY-NO (Application Component) Norway
     PC20 (Package) HR accounting: Norway
Properties
Class CL_HRPAYNO_ETC  
Short Description HRNO: eTaxCard    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC20   HR accounting: Norway 
Created 20130415   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPAYNO_ETC has no forward declaration.
Interfaces
Class CL_HRPAYNO_ETC has no interface implemented.
Friends
Class CL_HRPAYNO_ETC has no friend class.
Attributes
Class CL_HRPAYNO_ETC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ORGNR_MAPPING Static method Public Method 20130416
Events
Class CL_HRPAYNO_ETC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ORGNR_MAPPING Public See coding 20130416 BEGIN OF ty_s_orgnr_mapping, orgnr_input TYPE pno_acf_reportee, orgnr_output TYPE pno_acf_reportee, END OF ty_s_orgnr_mapping
2 TY_S_REQUEST_CHAR Public See coding 20130416 BEGIN OF ty_s_request_char, recart(2) TYPE c, fodselsnr(11) TYPE c, orgnr(11) TYPE c, END OF ty_s_request_char
3 TY_S_RESPONSE_CHAR Public See coding 20130416 BEGIN OF ty_s_response_char, recart(2) TYPE c, fodselsnr(11) TYPE c, orgnr(11) TYPE c, kommnr(4) TYPE c, tabellnr(4) TYPE c, tabelltype(1) TYPE c, prosent(2) TYPE c, forskuddsform(1) TYPE c, arbgivgr(1) TYPE c, tabellkort_flagg(1) TYPE c, frikortbelop(5) TYPE c, skort_dato(8) TYPE c, skattekort_id(7) TYPE c, signal(1) TYPE c, END OF ty_s_response_char
4 TY_T_ORGNR_MAPPING Public See coding 20130416 ty_t_orgnr_mapping TYPE STANDARD TABLE OF ty_s_orgnr_mapping WITH KEY orgnr_input
5 TY_T_REQUEST_CHAR Public See coding 20130416 ty_t_request_char TYPE STANDARD TABLE OF ty_s_request_char WITH NON-UNIQUE DEFAULT KEY
6 TY_T_RESPONSE_CHAR Public See coding 20130416 ty_t_response_char TYPE STANDARD TABLE OF ty_s_response_char WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method GET_ORGNR_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORGNR_MAPPING Call by reference Type reference (TYPE) CL_HRPAYNO_ETC=>TY_T_ORGNR_MAPPING 20130416
2 Importing IV_ORGNR Call by reference Type reference (TYPE) PNO_ACF_REPORTEE ACF - Reportee Number - SSN(11 digits)/Org Number(9 digits) 20130416
3 Returning RV_RETURN Value transfer Type reference (TYPE) PNO_ACF_REPORTEE ACF - Reportee Number - SSN(11 digits)/Org Number(9 digits) 20130416

Method GET_ORGNR_MAPPING on class CL_HRPAYNO_ETC has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in