SAP ABAP Class CL_HRPADNO_ACF_EH (ACF enhanced)
Hierarchy
SAP_HRCNO (Software Component) Sub component SAP_HRCNO of SAP_HR
   PY-NO (Application Component) Norway
     PC20_ACF (Package) Altinn Communication Framework: Norway
Properties
Class CL_HRPADNO_ACF_EH  
Short Description ACF enhanced    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC20_ACF   Altinn Communication Framework: Norway 
Created 20121123   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPADNO_ACF_EH has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_HRPADNO_ACF_EH_AUTH 20130104 ACF enhanced - Authentication
2 CL_HRPADNO_ACF_EH_DOCUMENT 20130104 ACF enhanced - Document
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ACF Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF Altinn Communication Framework 20130104
2 MO_AUTH Instance attribute Public Object reference (TYPE REF TO) CL_HRPADNO_ACF_EH_AUTH ACF enhanced - Authentication data 20130104
3 MO_CORRESPONDENCE_EXT Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF_CORRESPO Altinn - ICorrespondenceExternalBasic 20130104
4 MO_INTERMEDIARY_INBOUND_EXT Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF_INT_INB Altinn - IIntermediaryInboundExternalBasic 20130104
5 MO_RECEIPT_EXT Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF_RECEIPT Altinn - IReceiptExternalBasic 20130104
6 MO_REPORTEE_ELEMENT_LIST_EXT Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF_REP_ELEM_LS Altinn - IReporteeElementListExternalBasic 20130104
7 MO_SYSTEM_AUTHENTICATION_EXT Instance attribute Protected Object reference (TYPE REF TO) IF_HRPADNO_ACF_SYS_AUTH Altinn - ISystemAuthenticationExternal 20130104
8 MO_UI_CALLBACK Instance attribute Public Object reference (TYPE REF TO) IF_HRPADNO_ACF_UI_CALLBACK ACF - UI Callback 20130104
9 MV_COMM_AVAILABLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130104
10 MV_LANGUAGE_ID Instance attribute Public Type reference (TYPE) INT4 1033 Natural number 20130104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130104
2 CREATE_NEW_CORRESPONDENCE Instance method Public Method 20130104
3 CREATE_NEW_SUBMISSION Instance method Public Method 20130104
4 DO_ALTINN_RECEIVE Instance method Public Method 20130104
5 DO_ALTINN_SEND Instance method Public Method 20130104
6 DO_ALTINN_UPDATE Instance method Public Method 20130104
7 GET_DOCUMENT Instance method Public Method 20130104
8 GET_DOCUMENTS Instance method Public Method 20130104
9 GET_GUID_FOR_CORRESP_ID Instance method Public Method 20130104
10 NEW_GUID_LOCK Static method Public Method 20130617
11 NEW_GUID_UNLOCK Static method Public Method 20130617
Events
Class CL_HRPADNO_ACF_EH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_GUID Public See coding 20130104 TY_T_GUID TYPE STANDARD TABLE OF pno_acf_guid WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AUTH_DATA Call by reference Object reference (TYPE REF TO) CL_HRPADNO_ACF_EX_AUTH_DATA ACF data definition - Authentication Data 20130104
2 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
3 Importing IO_UI_CALLBACK Call by reference Object reference (TYPE REF TO) IF_HRPADNO_ACF_UI_CALLBACK ACF - UI Callback 20130104
4 Importing IV_COMM_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130104

Method CONSTRUCTOR on class CL_HRPADNO_ACF_EH has no exception.

Method CREATE_NEW_CORRESPONDENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CORR_F_EUSV2 Call by reference Object reference (TYPE REF TO) CL_HRPADNO_ACF_DD_CORR_F_EUSV2 ACF data definition - CorrespondenceForEndUserSystem 20130104
2 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
3 Importing IV_GUID Call by reference Type reference (TYPE) PNO_ACF_GUID Globally Unique Identifier (GUID) for Document 20130617
4 Returning RO_RETURN Value transfer Object reference (TYPE REF TO) CL_HRPADNO_ACF_EH_DOCUMENT ACF enhanced - Document 20130104

Method CREATE_NEW_CORRESPONDENCE on class CL_HRPADNO_ACF_EH has no exception.

Method CREATE_NEW_SUBMISSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FORM_TASK_SHIPMENT Call by reference Object reference (TYPE REF TO) CL_HRPADNO_ACF_DD_FORM_TASK_S ACF data definition - FormTaskShipment 20130104
2 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
3 Importing IV_GUID Call by reference Type reference (TYPE) PNO_ACF_GUID Globally Unique Identifier (GUID) for Document 20130617
4 Returning RO_RETURN Value transfer Object reference (TYPE REF TO) CL_HRPADNO_ACF_EH_DOCUMENT ACF enhanced - Document 20130104

Method CREATE_NEW_SUBMISSION on class CL_HRPADNO_ACF_EH has no exception.

Method DO_ALTINN_RECEIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
2 Importing IT_GUID Call by reference Type reference (TYPE) TY_T_GUID 20130104

Method DO_ALTINN_RECEIVE on class CL_HRPADNO_ACF_EH has no exception.

Method DO_ALTINN_SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
2 Importing IT_GUID Call by reference Type reference (TYPE) TY_T_GUID 20130104

Method DO_ALTINN_SEND on class CL_HRPADNO_ACF_EH has no exception.

Method DO_ALTINN_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
2 Importing IT_GUID Call by reference Type reference (TYPE) TY_T_GUID 20130104

Method DO_ALTINN_UPDATE on class CL_HRPADNO_ACF_EH has no exception.

Method GET_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
2 Importing IV_GUID Call by reference Type reference (TYPE) PNO_ACF_GUID ACF - GUID 20130104
3 Returning RO_RETURN Value transfer Object reference (TYPE REF TO) CL_HRPADNO_ACF_EH_DOCUMENT ACF enhanced - Document 20130104

Method GET_DOCUMENT on class CL_HRPADNO_ACF_EH has no exception.

Method GET_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130104
2 Importing IT_GUID Call by reference Type reference (TYPE) TY_T_GUID 20130104
3 Returning RT_RETURN Value transfer Type reference (TYPE) CL_HRPADNO_ACF_EH_DOCUMENT=>TY_T_TABLE 20130104

Method GET_DOCUMENTS on class CL_HRPADNO_ACF_EH has no exception.

Method GET_GUID_FOR_CORRESP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CORRESPONDENCE_ID Call by reference Type reference (TYPE) PNO_ACF_CORRESPONDENCE_ID ACF - Correspondence Id 20130104
2 Returning RV_RETURN Value transfer Type reference (TYPE) PNO_ACF_GUID ACF - GUID 20130104

Method GET_GUID_FOR_CORRESP_ID on class CL_HRPADNO_ACF_EH has no exception.

Method NEW_GUID_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_HRPAYNO_MESSAGES Messages 20130617
2 Returning RV_RETURN Value transfer Type reference (TYPE) PNO_ACF_GUID 20130617

Method NEW_GUID_LOCK on class CL_HRPADNO_ACF_EH has no exception.

Method NEW_GUID_UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) PNO_ACF_GUID Globally Unique Identifier (GUID) for Document 20130617

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