SAP ABAP Class CL_HRPAYBE_DI_B2A_BL (Dimona: B2A Business Library)
Hierarchy
SAP_HRCBE (Software Component) Sub component SAP_HRCBE of SAP_HR
   PY-BE (Application Component) Belgium
     PC12 (Package) HR accounting: Belgium
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPAYBE_DI_CO Dimona: Common Constants 20100511
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRPAYBE_DI_DOMA_CO Dimona: DOMAIN values Constants 20100511
Properties
Class CL_HRPAYBE_DI_B2A_BL  
Short Description Dimona: B2A Business Library    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC12   HR accounting: Belgium 
Created 20100426   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_HRPAYBE_DI_B2A_CO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_HRPAYBE_DI_CO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 P99SD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 P99SF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 P99SG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 PBEBW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 PBEDI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 PBEDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
9 PBEEG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRPAYBE_DI_CO Dimona: Common Constants 20100511
2 IF_HRPAYBE_DI_DOMA_CO Dimona: DOMAIN values Constants 20100511
Friends
Class CL_HRPAYBE_DI_B2A_BL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DATA_HANDLER Static Attribute Private Object reference (TYPE REF TO) LIF_DATA_HANDLER 20120829
Methods
# Method Level Visibility Method type Description Created on
1 CALL_B2A Static method Public Method Call B2A 20100426
2 CHECK_IF_KEEP_OPEN_B2A Static method Public Method Check if the B2A process should be keeped OPEN 20100809
3 CHECK_REF_FILE_NAME Static method Public Method Check if the Reference File corresponds with B2A DATAB file 20100816
4 DISPLAY_TAB_ERROR Static method Public Method Display list of errors by using B2A protocol 20100812
5 GET_BMSID Static method Public Method Get bmsid 20100706
6 GET_FILE_DAY_COUNTER Static method Public Method Get the counter of Dimona Files in the same day 20100511
7 GET_SENDER_ID Static method Public Method Get Sender ID 20100919
8 INSERT_PB2ADATB_DATA Static method Public Method Insert B data 20100811
9 NAVIGATE_TO_DATB_TEMSE_ID Static method Public Method Naviage to dataB from PB2A interface 20100902
10 PUBLISH_B2A_NEW Static method Public Method Publish declaration in B2A 20100616
11 PUBLISH_B2A_SET_STATUS Static method Public Method Dimona redefinition for the B2A SET_STATUS method 20100616
12 READ_B2A_DATA Static method Public Method Read B2A data 20100520
13 READ_PB2ADATA_DATA Static method Public Method Read PB2ADATA 20100617
14 READ_PB2ADATB_DATA Static method Public Method Read PB2ADATB 20100617
15 READ_PB2AMGR_DATA Static method Public Method Read pb2amgr 20100617
16 READ_RECEIPT_FROM_TEMSE Static method Public Method Read reference from receipt file 20100706
17 SET_PB2ADATB_DATA Static method Public Method Set pb2adatb with receipt 20100616
Events
Class CL_HRPAYBE_DI_B2A_BL has no event.
Types
Class CL_HRPAYBE_DI_B2A_BL has no local type.
Method Signatures

Method CALL_B2A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100426
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100426

Method CALL_B2A on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method CHECK_IF_KEEP_OPEN_B2A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100809
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100809
3 Exporting EV_ALL_REJECTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100904
4 Exporting EV_KEEP_OPEN Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100809
5 Exporting EV_ONE_REJECTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100902
6 Importing IS_DIMONA_FILE Call by reference Type reference (TYPE) PBEDI_S_DIMONA_FILE 20100809
7 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100809
8 Importing IS_PERID Call by reference Type reference (TYPE) PBEEG_S_DIMONA_PERID 20100809
9 Importing IV_B2A_TEMP Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100809
10 Importing IV_BMSID Call by reference Type reference (TYPE) PC_B2A_BMSID HR-B2A: Message Identifier 20100809
11 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100809
12 Importing IV_REFNR Call by reference Type reference (TYPE) P12_DI_REFERENCE_NUMBER Dimona Declaration Number 20100809
13 Importing IV_STATUS Call by reference Type reference (TYPE) PC_B2A_STATUS Status of B2A Document 20100809
14 Importing IV_SUBST Call by reference Type reference (TYPE) PC_B2A_SUBST Substatus of B2A Document 20100809

Method CHECK_IF_KEEP_OPEN_B2A on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method CHECK_REF_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100816
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100816
3 Exporting ES_PB2ADATA Call by reference Type reference (TYPE) HRB2A_S_PB2ADATA 20100816
4 Exporting EV_B2A_REFIL Call by reference Type reference (TYPE) PC_B2A_CONTENT 20100816
5 Exporting EV_FILE_NAME_EQ Call by reference Type reference (TYPE) BOOLE_D 20100816
6 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR 20100816
7 Importing IV_APPL Call by reference Type reference (TYPE) T5F99F0-APPL IF_HRPAYBE_DI_B2A_CO=>APPL_RECEIPT Subapplication 20120830
8 Exporting IV_REFIL Call by reference Type reference (TYPE) P12_REFIL HR-B2A: Structure for PB2ADATA 20100816

Method CHECK_REF_FILE_NAME on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method DISPLAY_TAB_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100812
2 Importing IT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100812
3 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100812

Method DISPLAY_TAB_ERROR on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method GET_BMSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100706
2 Returning RV_BMSID Value transfer Type reference (TYPE) PC_B2A_BMSID HR-B2A: Message Identifier 20100706

Method GET_BMSID on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method GET_FILE_DAY_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100511
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100511
3 Exporting EV_COUNTER Call by reference Type reference (TYPE) I 20100511
4 Importing IV_DATE Call by reference Type reference (TYPE) D SY-DATUM 20100511

Method GET_FILE_DAY_COUNTER on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method GET_SENDER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100919
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value, Return Value After ABAP Statements 20100919
3 Exporting EV_FILE_NUMBER Call by reference Type reference (TYPE) P12_FLNBR Unique number for declaration files 20100919
4 Exporting EV_SENDER_ID Call by reference Type reference (TYPE) P12_SENDER Sender identification number 20100919
5 Importing IR_BADI Call by reference Object reference (TYPE REF TO) HRPAYBE_DIG 20100919
6 Importing IR_TEMSE Call by reference Object reference (TYPE REF TO) CL_HR99S00_TEMSE class for TemSe Southern Europe 20100919
7 Importing IS_DIMONA_FILE Call by reference Type reference (TYPE) PBEDI_S_DIMONA_FILE 20100919
8 Importing IT_TEMSE_CONTENT Call by reference Type reference (TYPE) PBEDI_T_TEMSE 20100919
9 Importing IV_APPL Call by reference Type reference (TYPE) P_APPL Subapplication 20100919
10 Importing IV_CHANNEL Call by reference Type reference (TYPE) P12_DIDCH Dimona Declaration Channel 20100919
11 Importing IV_DATE Call by reference Type reference (TYPE) D 20100919
12 Importing IV_RUN_MODE Call by reference Type reference (TYPE) C 20100919

Method GET_SENDER_ID on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method INSERT_PB2ADATB_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100811
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100811
3 Importing IS_PB2ADATB Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100811

Method INSERT_PB2ADATB_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method NAVIGATE_TO_DATB_TEMSE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100902
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100902
3 Exporting ET_DATB Call by reference Type reference (TYPE) HRB2A_T_DATB HR-B2A: Table Type for Detail Display 20100902
4 Exporting EV_CONTENT Call by reference Type reference (TYPE) PC_B2A_CONTENT HR-B2A: Content of Transfer Data 20100902
5 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100902
6 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100902
7 Importing IV_MOLGA Call by reference Type reference (TYPE) MOLGA IF_HRPAYBE_DI_CO=>MOLGA Country Grouping 20100902
8 Importing IV_SEQNO Call by reference Type reference (TYPE) PC_B2A_SEQNO HR-B2A: Sequence Number 20100902

Method NAVIGATE_TO_DATB_TEMSE_ID on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method PUBLISH_B2A_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TEMSE Call by reference Object reference (TYPE REF TO) CL_HR99S00_TEMSE class for TemSe Southern Europe 20100616
2 Changing CS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR 20100616
3 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100616
4 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC 20100616
5 Importing IS_DIMONA_FILE Call by reference Type reference (TYPE) PBEDI_S_DIMONA_FILE 20100616
6 Importing IV_B2A_DESCRIPTION Call by reference Type reference (TYPE) CHAR50 Comment 20100616
7 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA SY-DATUM Start Date 20100616
8 Importing IV_CHANNEL Call by reference Type reference (TYPE) P12_DIDCH '1' DIMONA declaration channel 20100616
9 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA SY-DATUM End Date 20100616

Method PUBLISH_B2A_NEW on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method PUBLISH_B2A_SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100616
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100616
3 Exporting ES_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100616
4 Exporting EV_ALL_SH_REJECTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100904
5 Exporting EV_B2A_TEMP Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100706
6 Exporting EV_ONE_SH_REJECTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100902
7 Importing IS_PERID Call by reference Type reference (TYPE) PBEEG_S_DIMONA_PERID Dimona Period ID 20100706
8 Importing IV_BMSID Call by reference Type reference (TYPE) PC_B2A_BMSID HR-B2A: Message Identifier 20100616
9 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100616
10 Importing IV_REFNR Call by reference Type reference (TYPE) P12_DI_REFERENCE_NUMBER Dimona Declaration Number 20100616
11 Importing IV_STATUS Call by reference Type reference (TYPE) PC_B2A_STATUS Status of B2A Document 20100616
12 Importing IV_SUBST Call by reference Type reference (TYPE) PC_B2A_SUBST Substatus of B2A Document 20100616

Method PUBLISH_B2A_SET_STATUS on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method READ_B2A_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100520
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100520
3 Exporting ER_DAQ_FORM Call by reference Object reference (TYPE REF TO) CL_HR99S00_DAQ Data acquistion for forms 20100520
4 Exporting ER_TEMSE_OBJECT Call by reference Object reference (TYPE REF TO) CL_HR99S00_TEMSE class for TemSe Southern Europe 20100520
5 Exporting ES_DIMONA_FILE Call by reference Type reference (TYPE) PBEDI_S_DIMONA_FILE 20100520
6 Exporting ES_PB2ADATA Call by reference Type reference (TYPE) HRB2A_S_PB2ADATA HR-B2A: Structure for PB2ADATA 20100520
7 Exporting ES_PB2ADATB Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100520
8 Exporting ES_PB2ADATB_RECEIPT Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100617
9 Exporting ES_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100520
10 Exporting ES_TEMSE_ATR Call by reference Type reference (TYPE) PBEDI_S_TEMSE_ATR 20100520
11 Exporting EV_BEGDA Call by reference Type reference (TYPE) D 20100520
12 Exporting EV_DAQ_DATE Call by reference Type reference (TYPE) D 20100520
13 Exporting EV_ENDDA Call by reference Type reference (TYPE) D 20100520
14 Exporting EV_GEN_DATE Call by reference Type reference (TYPE) D 20100520
15 Exporting EV_VERSION Call by reference Type reference (TYPE) P_99S_FOVER Forms : Version 20100520
16 Importing IV_B2A_LEVEL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100811
17 Importing IV_BMSID Call by reference Type reference (TYPE) PC_B2A_BMSID HR-B2A: Message Identifier 20100520
18 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100520
19 Importing IV_STMOD Call by reference Type reference (TYPE) P12_DI_STMOD Form Reference 20100804

Method READ_B2A_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method READ_PB2ADATA_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100617
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100617
3 Exporting ES_PB2ADATA Call by reference Type reference (TYPE) HRB2A_S_PB2ADATA HR-B2A: Structure for PB2ADATA 20100617
4 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100617

Method READ_PB2ADATA_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method READ_PB2ADATB_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100617
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100617
3 Exporting ES_PB2ADATB_NOTIF Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100617
4 Exporting ES_PB2ADATB_RECEIPT Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100617
5 Exporting ES_PB2ASTAT Call by reference Type reference (TYPE) HRB2A_S_PB2ASTAT HR-B2A: Structure for PB2ASTAT 20100617
6 Exporting ET_PB2ASTAT Call by reference Type reference (TYPE) HRB2A_T_PB2ASTAT HR-B2A: Table Type for PB2ASTAT 20100617
7 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100617
8 Importing IV_B2A_LEVEL Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100811
9 Importing IV_BMSID Call by reference Type reference (TYPE) PC_B2A_BMSID HR-B2A: Message Identifier 20100908
10 Importing IV_STMOD Call by reference Type reference (TYPE) P12_DI_STMOD Form Reference 20100804

Method READ_PB2ADATB_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method READ_PB2AMGR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100617
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100617
3 Exporting ES_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100617
4 Importing IV_GLBID Call by reference Type reference (TYPE) PC_B2A_GLBID HR B2A: Global Object ID 20100617

Method READ_PB2AMGR_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method READ_RECEIPT_FROM_TEMSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100706
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100706
3 Exporting EV_REFIL Call by reference Type reference (TYPE) P12_REFIL File Name 20100816
4 Exporting EV_RENBR Call by reference Type reference (TYPE) P12_RENBR Reference number 20100706
5 Exporting EV_RPCOD Call by reference Type reference (TYPE) P12_RPCOD Result code 20100813
6 Importing IT_TEMSE Call by reference Type reference (TYPE) PBEDI_T_TEMSE 20100706

Method READ_RECEIPT_FROM_TEMSE on class CL_HRPAYBE_DI_B2A_BL has no exception.

Method SET_PB2ADATB_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR Call by reference Type reference (TYPE) P99SF_TAB_ERROR 20100616
2 Changing CV_RETURN_CODE Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100616
3 Exporting ES_PB2ADATB Call by reference Type reference (TYPE) HRB2A_S_PB2ADATB HR-B2A: Structure for PB2ADATB 20100616
4 Importing IR_TEMSE Call by reference Object reference (TYPE REF TO) CL_HR99S00_TEMSE class for TemSe Southern Europe 20100616
5 Importing IS_PB2AMGR Call by reference Type reference (TYPE) HRB2A_S_V_PB2AMGR HR-B2A: Structure for V_PB2AMGR 20100616
6 Importing IV_LTYPE Call by reference Type reference (TYPE) PC_B2A_LTYPE 20100616
7 Importing IV_LTYPENO Call by reference Type reference (TYPE) PC_B2A_LTYPENO HR-B2A: Number per Line Type of Transfer Data 20100616
8 Importing IV_MOLGA Call by reference Type reference (TYPE) MOLGA Country Grouping 20100616
9 Importing IV_PERID Call by reference Type reference (TYPE) P12_DI_PERIODID 20100616
10 Importing IV_RECEIPT Call by reference Type reference (TYPE) P12_RENBR Reference number 20100706
11 Importing IV_REFNR Call by reference Type reference (TYPE) P12_DI_REFERENCE_NUMBER 20100616
12 Importing IV_RPCOD Call by reference Type reference (TYPE) P12_RPCOD Result code 20100813

Method SET_PB2ADATB_DATA on class CL_HRPAYBE_DI_B2A_BL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604