SAP ABAP Class CL_FBICRC_HELPER (ICR: Helper Class)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI (Application Component) Financial Accounting
     FB_ICRC_MAIN (Package) Inter-Company Reconciliation (Main Logic)
Properties
Class CL_FBICRC_HELPER  
Short Description ICR: Helper Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FB_ICRC_MAIN   Inter-Company Reconciliation (Main Logic) 
Created 20130719   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)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FBICRC_HELPER has no interface implemented.
Friends
Class CL_FBICRC_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CURR_LIST Static Attribute Public Type reference (TYPE) FBICRC_T_TCURC Table type of tcurc 20130731
Methods
# Method Level Visibility Method type Description Created on
1 ADD_UP_PERIOD Static method Public Method Get period of line items 20130731
2 ADD_UP_TOTAL_TSL Static method Public Method Add up total currency from year / period to year / period 20130731
3 AUTHORITY_CHECK_EXE Static method Public Method Authority check for Execute of ICR 20130731
4 AUTH_CHECK_WITH_MSG Static method Public Method Do authority check and create error msg 20130731
5 BUILD_APPL_CONTEXT_ICR_COMPANY Static method Public Method Build Application Context for ICR 20130731
6 CHECK_ADDITIONAL_FIELDS Static method Public Method Check additional fields existence 20130731
7 CHECK_GROUP_CUSTOMIZING Static method Public Method Check group customizing fields existence 20130731
8 CLASSIFY_ASSIGNED_DOCUMENTS Static method Public Method Assigned with difference and assigned without difference 20130731
9 CONVERT_SELECTION_OR_TO_STRING Static method Public Method Convert import table into SQL where clause with 'OR' 20130731
10 CONVERT_SELECTION_TO_STRING Static method Public Method Convert selection table to string 20130731
11 CONVERT_SELECTION_TO_WHERE_STR Static method Public Method Convert import table into SQL where clause with 'AND' 20130731
12 CONVERT_STRING_TO_SELECTION Static method Public Method Get selection table from string 20130731
13 CONV_TIME_INT_TO_EXT Static method Private Method Convert time into user profile setting format 20130731
14 CREATE_DATE Static method Public Method Merge date & time into one 20130731
15 CREATE_DYNAMIC_STRUCTURE Static method Public Method Create a dynamic structure 20130731
16 DECODE_COMP_PTNR Static method Public Method Decode company-partner pair from string 20130731
17 DECODE_ORGU_PTNR Static method Public Method Decode nav tree node into orgunit, partner, etc. 20130731
18 ENCODE_COMP_PTNR Static method Public Method Encode company-partner pair table into url 20130731
19 ENQUEUE_ICRC Static method Public Method Enqueue documents 20130731
20 FILL_OVERVIEW_TREE_NODE Static method Public Method Fetch information to fill an overview tree leaf node 20130731
21 FPM_SEAR_CRI_TO_ABAP_SELOPT Static method Public Method Convert FPM search criteria to selection range table 20130731
22 GEN_NAV_PARA_BY_SELOPT Static method Public Method Generate navigation param based on rsdsselopt 20130731
23 GEN_SELOPT_BY_NAV_PARA Static method Public Method Generate selection option based on navigation parameter 20130731
24 GET_COMPCODE_NAME_BY_ID Static method Public Method Get company code name by company code 20130731
25 GET_COMP_NAME_BY_ID Static method Public Method Get company name by company id 20130731
26 GET_DEFAULT_CURR Static method Public Method Get default currency from customizing 20130731
27 GET_DEFAULT_CURRENCY Static method Public Method Get default display currency 20130731
28 GET_DEFAULT_REMINDER_CONTENT Static method Public Method Caculate with difference or without difference data 20130731
29 GET_DEFAULT_RVERS Static method Public Method Get default version from customizing 20130731
30 GET_DIFF_STATUS_ICON Static method Public Method Get difference status icon according to difference info 20130731
31 GET_DISPC_SELECTION Static method Public Method Get comp/part selection criteria table 20130731
32 GET_FIELD_LIST Static method Public Method Get Field List of DB Table 20130731
33 GET_LOCAL_ITEMS_BY_KEY Static method Public Method Get line items that are stored in central data by key 20130731
34 GET_PERSIST_OBJECTS_FOR_SR Static method Public Method Get BOR Objects for new ICR 20130731
35 GET_REC_END_DATE Static method Public Method Get reconciliation end date of company and process 20130731
36 GET_SERVICE_REQUEST_LIST Static method Public Method Get service request list of a line item 20130731
37 IS_PREFIX_OF Static method Public Method Return whether the string returns of the target substring 20130731
38 IS_PROCESS_ACTIVE Static method Public Method Get the activation status of a process 20130731
39 PREFILL_SHLP_RULE Static method Public Method Prefill search help rules 20130731
40 RAISE_FPM_EVENT Static method Public Method Raise FPM event 20130731
41 SET_COMMUNICATION_STATUS Static method Public Method Set communication status of a line item 20130731
42 SET_COMMUNICATION_STATUS_LINE Static method Public Method Set communication status of a document 20130731
43 TREE_NODE_TEXT_PROCESS Static method Private Method Process node text 20130731
44 UPDATE_COMMUNICATION_STATUS Static method Public Method Update communication status of documents 20130731
45 UPDATE_NAV_PAR_BY_RNG_SELOPT Static method Public Method Update navigation parameter by range selection options 20130731
46 UPDATE_NAV_PAR_BY_SELOPT Static method Public Method Update navigation parameter by selection option 20130731
47 UPDATE_RNG_SEAR_CRI_BY_NAV_PAR Static method Public Method Update range search criteria via navigation parameter 20130731
48 UPDATE_SEAR_CRI_BY_NAV_PAR Static method Public Method Update search criteria via navigation parameter 20130731
49 VALIDATE_CURRENCY Static method Public Method Validate currency 20130731
Events
Class CL_FBICRC_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 FBICRC_S_ICR_KEY Public See coding 20130731 BEGIN OF fbicrc_s_icr_key, company TYPE rcomp_d, tradingpartner TYPE rassc, version TYPE rvers, fiscalyear TYPE ryear, postingperiod TYPE poper, END OF fbicrc_s_icr_key
2 LTT_DOCNR Public See coding 20130826 LTT_DOCNR TYPE HASHED TABLE OF DOCNR WITH UNIQUE DEFAULT KEY
3 LTT_DOC_ID Public See coding 20130826 LTT_DOC_ID TYPE HASHED TABLE OF FBICRC_DOC_ID WITH UNIQUE DEFAULT KEY
4 LTT_FBRC0040 Public See coding 20130731 ltt_fbrc0040 TYPE STANDARD TABLE OF fbrc0040 WITH DEFAULT KEY
5 LTT_FBRC0090C Public See coding 20130731 ltt_fbrc0090c TYPE STANDARD TABLE OF v_fbrc0090c WITH DEFAULT KEY
6 LTT_GOS_INSTID Public See coding 20130826 LTT_GOS_INSTID TYPE HASHED TABLE OF SIBFBORIID WITH UNIQUE DEFAULT KEY
7 TT_SHLP_PREFILL_RULE Public See coding 20130731 tt_shlp_prefill_rule TYPE TABLE OF ddshselopt
Method Signatures

Method ADD_UP_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PERIOD_SELECTION Call by reference Type reference (TYPE) RSDSSELOPT Structure of generic SELECT-OPTION for (dynamic selections) 20130731
2 Importing IV_FPOPER Call by reference Type reference (TYPE) POPER Posting period 20130731
3 Importing IV_FYEAR Call by reference Type reference (TYPE) RYEAR Fiscal year 20130731
4 Importing IV_RYEAR Call by reference Type reference (TYPE) RYEAR Fiscal year 20130731
5 Importing IV_TPOPER Call by reference Type reference (TYPE) POPER Posting period 20130731
6 Importing IV_TYEAR Call by reference Type reference (TYPE) RYEAR Fiscal year 20130731

Method ADD_UP_PERIOD on class CL_FBICRC_HELPER has no exception.

Method ADD_UP_TOTAL_TSL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TOTAL_TSL Call by reference Type reference (TYPE) VTCUR9 Value in Transaction Currency 20130731
2 Importing IS_FBICRC002T Call by reference Type reference (TYPE) FBICRC002T Process 002 Totals Table 20130731
3 Importing IV_FPOPER Call by reference Type reference (TYPE) POPER Posting period 20130731
4 Importing IV_FYEAR Call by reference Type reference (TYPE) RYEAR Fiscal year 20130731
5 Importing IV_TPOPER Call by reference Type reference (TYPE) POPER Posting period 20130731
6 Importing IV_TYEAR Call by reference Type reference (TYPE) RYEAR Fiscal year 20130731

Method ADD_UP_TOTAL_TSL on class CL_FBICRC_HELPER has no exception.

Method AUTHORITY_CHECK_EXE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERROR_MSG Call by reference Type reference (TYPE) FBICRC_T_ERROR_MSGS ICR: Table for Error Messages 20130731
2 Changing CT_RA_COMPANY Call by reference Type reference (TYPE) RSDS_SELOPT_T 20130731
3 Importing IV_LOCAL_COMPANIES Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130731
4 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method AUTHORITY_CHECK_EXE on class CL_FBICRC_HELPER has no exception.

Method AUTH_CHECK_WITH_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_AUTH_ERROR Call by reference Type reference (TYPE) FBICRC_TH_RCOMP_PROP Company Properties 20130731
2 Changing CTH_COMPANY Call by reference Type reference (TYPE) FBICRC_TH_RCOMP_PROP Company Properties 20130731
3 Changing CT_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20130731
4 Changing CT_RA_COMPANY Call by reference Type reference (TYPE) RSDS_SELOPT_T Structure of generic SELECT-OPTION for (dynamic selections) 20130731
5 Changing CT_RA_SEQNR Call by reference Type reference (TYPE) RSDS_SELOPT_T 20130731
6 Exporting EV_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130731
7 Importing IV_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130731
8 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method AUTH_CHECK_WITH_MSG on class CL_FBICRC_HELPER has no exception.

Method BUILD_APPL_CONTEXT_ICR_COMPANY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE Line item data 20130731
2 Importing IV_TCODE Value transfer Type reference (TYPE) SYTCODE Transaction Code 20130731
3 Returning RS_APPLICATION_CONTEXT Value transfer Type reference (TYPE) SSC_S_APPLICATION_CONTEXT Application Context for parameters transfer to CRM SR. 20130731

Method BUILD_APPL_CONTEXT_ICR_COMPANY on class CL_FBICRC_HELPER has no exception.

Method CHECK_ADDITIONAL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Original Select Range Table 20130731
2 Importing IV_PROCESS Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method CHECK_ADDITIONAL_FIELDS on class CL_FBICRC_HELPER has no exception.

Method CHECK_GROUP_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Original Select Range Table 20130731

Method CHECK_GROUP_CUSTOMIZING on class CL_FBICRC_HELPER has no exception.

Method CLASSIFY_ASSIGNED_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ASSIGNED Call by reference Type reference (TYPE) TABLE Assigned Documents that not Grouped 20130731
2 Exporting ET_ASSIGNED_WITHOUT_DIFF Call by reference Type reference (TYPE) TABLE Assigned Documents without Difference 20130731
3 Exporting ET_ASSIGNED_WITH_DIFF Call by reference Type reference (TYPE) TABLE Assigned Documents with Difference 20130731

Method CLASSIFY_ASSIGNED_DOCUMENTS on class CL_FBICRC_HELPER has no exception.

Method CONVERT_SELECTION_OR_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Select Range Table 20130731
2 Returning RV_WHERE_CLAUSE Value transfer Type reference (TYPE) STRING Where Clause 20130731

Method CONVERT_SELECTION_OR_TO_STRING on class CL_FBICRC_HELPER has no exception.

Method CONVERT_SELECTION_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRING Call by reference Type reference (TYPE) STRING Where Clause 20130731
2 Importing IT_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Select Range Table 20130731

Method CONVERT_SELECTION_TO_STRING on class CL_FBICRC_HELPER has no exception.

Method CONVERT_SELECTION_TO_WHERE_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_WHERE_CLAUSE Call by reference Type reference (TYPE) STRING Where Clause 20130801
2 Importing IT_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Select Range Table 20130731

Method CONVERT_SELECTION_TO_WHERE_STR on class CL_FBICRC_HELPER has no exception.

Method CONVERT_STRING_TO_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTION Call by reference Type reference (TYPE) RSDS_FRANGE_T Select Range Table 20130731
2 Importing IV_STRING Call by reference Type reference (TYPE) STRING Original Where String 20130731

Method CONVERT_STRING_TO_SELECTION on class CL_FBICRC_HELPER has no exception.

Method CONV_TIME_INT_TO_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TIME Call by reference Type reference (TYPE) STRING Exporting Time 20130731
2 Importing IV_TIME Call by reference Type reference (TYPE) T Original Time 20130731
3 Importing IV_TIME_FORMAT Call by reference Type reference (TYPE) XUTIMEFM Time Format (12-/24-Hour Specification) 20130731

Method CONV_TIME_INT_TO_EXT on class CL_FBICRC_HELPER has no exception.

Method CREATE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE_TIME Call by reference Type reference (TYPE) STRING Exporting String of Date and Time 20130731
2 Importing IV_DATE Value transfer Type reference (TYPE) SO_DAT_SD Date On Which Object Was Sent 20130731
3 Importing IV_TIME Value transfer Type reference (TYPE) SO_TIM_SD Time at Which The Object Was Sent 20130731

Method CREATE_DATE on class CL_FBICRC_HELPER has no exception.

Method CREATE_DYNAMIC_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_LINE Call by reference Object reference (TYPE REF TO) DATA Data of a Line 20130731
2 Exporting ER_DATA_TAB Call by reference Object reference (TYPE REF TO) DATA Data of a Table 20130731
3 Exporting ER_STRUCT_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20130731
4 Importing IT_NEW_FIELD Call by reference Type reference (TYPE) FBICRC_T_FIELD_NAME_TYPES ICR name and type table for creating structure 20130731
5 Importing IV_ORIGIN_TYPE Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20130731

Method CREATE_DYNAMIC_STRUCTURE on class CL_FBICRC_HELPER has no exception.

Method DECODE_COMP_PTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMP_PTNR Call by reference Type reference (TYPE) FBICRC_T_COMP_PTNRS ICR: company-partner pair table 20130731
2 Importing IV_STR Call by reference Type reference (TYPE) STRING String Contains Information 20130731

Method DECODE_COMP_PTNR on class CL_FBICRC_HELPER has no exception.

Method DECODE_ORGU_PTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ORGU Call by reference Type reference (TYPE) RCOMP_D Company 20130731
2 Exporting EV_ORGU_PRCTR Call by reference Type reference (TYPE) PRCTR Company name 20130731
3 Exporting EV_PTNR Call by reference Type reference (TYPE) RCOMP_D Partner 20130731
4 Exporting EV_PTNR_PRCTR Call by reference Type reference (TYPE) PRCTR Partner name 20130731
5 Importing IV_TREE_NODE Call by reference Type reference (TYPE) STRING Tree Node String 20130731

Method DECODE_ORGU_PTNR on class CL_FBICRC_HELPER has no exception.

Method ENCODE_COMP_PTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STR Call by reference Type reference (TYPE) STRING String Contains Information 20130731
2 Importing IT_COMP_PTNR Call by reference Type reference (TYPE) FBICRC_T_COMP_PTNRS ICR company-partner pair table 20130731

Method ENCODE_COMP_PTNR on class CL_FBICRC_HELPER has no exception.

Method ENQUEUE_ICRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_FOREIGN_LOCK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130731
2 Importing IT_SEL_TOTAL Call by reference Type reference (TYPE) TABLE 20130731
3 Importing IV_COMPANY Call by reference Type reference (TYPE) RCOMP_D Company 20130731
4 Importing IV_POPER Call by reference Type reference (TYPE) POPER Posting period 20130731
5 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
6 Importing IV_RASSC Call by reference Type reference (TYPE) RASSC Company ID of Trading Partner 20130731
7 Importing IV_RELEASE_LOCK Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130731
8 Importing IV_VERSION Call by reference Type reference (TYPE) RVERS Version 20130731
9 Importing IV_YEAR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130731
# Exception Resumable Description Created on
1 FOREIGN_LOCK Data is locked by other person 20130731
2 NO_CHANGE_AUTHORITY No authority to change data under a company 20130731
3 NO_DISPLAY_AUTHORITY No authority to display data under a company 20130731

Method FILL_OVERVIEW_TREE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OVERVIEW_TREE Call by reference Type reference (TYPE) FBICRC_S_OVERVIEW_TREE_NODE ICR: Overview Report Tree Node Structure 20130731
2 Importing IS_NAVI_TREE Call by reference Type reference (TYPE) FBICRC_S_TREE_NODE_P ICR: Navigation Tree Node for Parent-Child Hierarchy 20130731
3 Importing IV_COMP Call by reference Type reference (TYPE) RCOMP_D Company 20130731
4 Importing IV_DISP_CUKY Call by reference Type reference (TYPE) WAERS Currency Key 20130731
5 Importing IV_HIER_NODE_KEY Call by reference Type reference (TYPE) FBICRC_TEXT String of Node Key 20130731
6 Importing IV_HIER_PARENT_KEY Call by reference Type reference (TYPE) FBICRC_TEXT String of Parent Key 20130731
7 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method FILL_OVERVIEW_TREE_NODE on class CL_FBICRC_HELPER has no exception.

Method FPM_SEAR_CRI_TO_ABAP_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SEAR_CRI_VAL Call by reference Type reference (TYPE) CLIKE Value of Search Criteria 20130731
2 Exporting ES_SELOPT Value transfer Type reference (TYPE) RSDSSELOPT Structure of generic SELECT-OPTION for (dynamic selections) 20130805
3 Importing IS_SEAR_CRI Call by reference Type reference (TYPE) FPMGB_S_SEARCH_CRITERIA Search Criteria 20130731

Method FPM_SEAR_CRI_TO_ABAP_SELOPT on class CL_FBICRC_HELPER has no exception.

Method GEN_NAV_PARA_BY_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELOPT Call by reference Type reference (TYPE) RSDS_SELOPT_T Search Criteria Range Table 20130731
2 Returning RV_SELOPT Value transfer Type reference (TYPE) STRING Returning String 20130731

Method GEN_NAV_PARA_BY_SELOPT on class CL_FBICRC_HELPER has no exception.

Method GEN_SELOPT_BY_NAV_PARA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELOPT Call by reference Type reference (TYPE) RSDS_SELOPT_T Search Criteria Range Table 20130731
2 Importing IV_SELOPT Call by reference Type reference (TYPE) STRING Importing String 20130731

Method GEN_SELOPT_BY_NAV_PARA on class CL_FBICRC_HELPER has no exception.

Method GET_COMPCODE_NAME_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMPCODE_NAME Call by reference Type reference (TYPE) BUTXT Name of the company code or company 20130731
2 Importing IV_COMPCODE Call by reference Type reference (TYPE) BUKRS Company Code 20130731

Method GET_COMPCODE_NAME_BY_ID on class CL_FBICRC_HELPER has no exception.

Method GET_COMP_NAME_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMP_NAME Call by reference Type reference (TYPE) NAME_1 Company name 20130731
2 Importing IV_COMP_ID Call by reference Type reference (TYPE) RCOMP_D Company 20130731

Method GET_COMP_NAME_BY_ID on class CL_FBICRC_HELPER has no exception.

Method GET_DEFAULT_CURR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISP_CURR Call by reference Type reference (TYPE) RTCUR Currency Key 20130731
2 Exporting EV_HIDE_CURR Call by reference Type reference (TYPE) ABAP_BOOL 20130731
3 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method GET_DEFAULT_CURR on class CL_FBICRC_HELPER has no exception.

Method GET_DEFAULT_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
2 Returning RV_CURR Value transfer Type reference (TYPE) FB_ICRC_DCURR Display Currency 20130731

Method GET_DEFAULT_CURRENCY on class CL_FBICRC_HELPER has no exception.

Method GET_DEFAULT_REMINDER_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) STRING Reminder Content 20130731

Method GET_DEFAULT_REMINDER_CONTENT on class CL_FBICRC_HELPER has no exception.

Method GET_DEFAULT_RVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISP_RVERS Call by reference Type reference (TYPE) RVERS Version 20130731
2 Exporting EV_HIDE_RVERS Call by reference Type reference (TYPE) ABAP_BOOL 20130731
3 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method GET_DEFAULT_RVERS on class CL_FBICRC_HELPER has no exception.

Method GET_DIFF_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_ICON Value transfer Type reference (TYPE) STRING String of Icon of the Status 20130731
2 Exporting EV_STATUS_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip String of Icon of the Status 20130731
3 Importing IV_DIFF Call by reference Type reference (TYPE) ICRC_GDIFF Difference in Currency of Document Group 20130731
4 Importing IV_IS_NO_DATA Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130731
5 Importing IV_UNASS_EXIST Call by reference Type reference (TYPE) BOOLEAN Record type 20130731

Method GET_DIFF_STATUS_ICON on class CL_FBICRC_HELPER has no exception.

Method GET_DISPC_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJ_GRP_ITEMS Call by reference Type reference (TYPE) FBICRC_T_OBJ_GRP_ITEMS ICR: Table for object group item 20130731
2 Exporting ET_SELECTION_ORGUNIT Call by reference Type reference (TYPE) RSDS_FRANGE_T Dispc Selection of Orgunit 20130731
3 Exporting ET_SELECTION_PARTNER Call by reference Type reference (TYPE) RSDS_FRANGE_T Dispc Selection of Partner 20130731
4 Importing IT_FBRC0040 Call by reference Type reference (TYPE) LTT_FBRC0040 20130731
5 Importing IT_FBRC0090C Call by reference Type reference (TYPE) LTT_FBRC0090C 20130731
6 Importing IV_DISPC Call by reference Type reference (TYPE) FB_RC_DISPC Object Group 20130731
7 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method GET_DISPC_SELECTION on class CL_FBICRC_HELPER has no exception.

Method GET_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TYP_DFIES Table Type: DFIES 20130731
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20130731

Method GET_FIELD_LIST on class CL_FBICRC_HELPER has no exception.

Method GET_LOCAL_ITEMS_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_UNASSIGNED Call by reference Object reference (TYPE REF TO) DATA Assigned Records Table whose ID in the Importing ID Table 20130731
2 Importing IR_UNASSIGNED Call by reference Object reference (TYPE REF TO) DATA Assigned Records Table 20130731
3 Importing IT_ID Call by reference Type reference (TYPE) FBICRC_T_GU_RECIDS Table for Record Number of Line Items 20130731

Method GET_LOCAL_ITEMS_BY_KEY on class CL_FBICRC_HELPER has no exception.

Method GET_PERSIST_OBJECTS_FOR_SR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TCODE Value transfer Type reference (TYPE) SYTCODE Transaction Code 20130731
2 Returning RS_PERSIST_OBJTYPE Value transfer Type reference (TYPE) SWO_OBJTYP Object Type 20130731

Method GET_PERSIST_OBJECTS_FOR_SR on class CL_FBICRC_HELPER has no exception.

Method GET_REC_END_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_END_DATE Call by reference Attribute reference (LIKE) SY-DATUM ABAP-Systemfeld: Aktuelles Datum des Applikationsservers 20130731
2 Exporting EV_FISCAL_YEAR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130731
3 Exporting EV_PERIOD Call by reference Type reference (TYPE) POPER Posting period 20130731
4 Importing IV_COMP Call by reference Type reference (TYPE) RCOMP_D Company 20130731
5 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method GET_REC_END_DATE on class CL_FBICRC_HELPER has no exception.

Method GET_SERVICE_REQUEST_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQUEST_LIST Call by reference Type reference (TYPE) SSC_T_SRALL_LINKOBJ backend service requet all + link object 20130731
2 Importing IT_ASSIGNED Call by reference Type reference (TYPE) TABLE Assigned Documents 20130731
3 Importing IT_UNASSIGNED_ORGU Call by reference Type reference (TYPE) TABLE Unassigned Documents of Orgunit 20130731
4 Importing IT_UNASSIGNED_PTNR Call by reference Type reference (TYPE) TABLE Unassigned Documents of Partner 20130731
5 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
6 Importing IV_RCOMP Call by reference Type reference (TYPE) RCOMP_D Company 20130731

Method GET_SERVICE_REQUEST_LIST on class CL_FBICRC_HELPER has no exception.

Method IS_PREFIX_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Call by reference Type reference (TYPE) STRING Text to be compared 20130731
2 Importing IV_SUBSTRING Call by reference Type reference (TYPE) STRING String that the text begins of 20130731
3 Returning RV_BEGINS_OF Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130731

Method IS_PREFIX_OF on class CL_FBICRC_HELPER has no exception.

Method IS_PROCESS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
2 Returning RV_ACTIVE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130731

Method IS_PROCESS_ACTIVE on class CL_FBICRC_HELPER has no exception.

Method PREFILL_SHLP_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SHLP_PREFILL Call by reference Type reference (TYPE) TT_SHLP_PREFILL_RULE Prefilling Value for Search Help 20130731
2 Importing IV_RPROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731

Method PREFILL_SHLP_RULE on class CL_FBICRC_HELPER has no exception.

Method RAISE_FPM_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130731
2 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20130731

Method RAISE_FPM_EVENT on class CL_FBICRC_HELPER has no exception.

Method SET_COMMUNICATION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TAB Call by reference Object reference (TYPE REF TO) DATA Table of Records 20130731
2 Importing IT_COCODE Call by reference Type reference (TYPE) FBICRC_T_COCODE Company Code 20130826
3 Importing IT_INSTID Call by reference Type reference (TYPE) LTT_GOS_INSTID 20130830
4 Importing IT_MAIL_DOC_ID Call by reference Type reference (TYPE) LTT_DOC_ID 20130830
5 Importing IT_SR_PROP Call by reference Type reference (TYPE) FBICRC_T_SR_PROP ICR: Service Request properties to identify one record 20130830
6 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
7 Importing IV_SHOW_SR Call by reference Type reference (TYPE) ABAP_BOOL Show service request flag or not 20130731
8 Importing IV_SOURCE Call by reference Type reference (TYPE) STRING Item comes from orgu,ptnr or assigned 20130731

Method SET_COMMUNICATION_STATUS on class CL_FBICRC_HELPER has no exception.

Method SET_COMMUNICATION_STATUS_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA Line of Record 20130731
2 Importing IT_EMAIL_DOC_ID Call by reference Type reference (TYPE) LTT_DOC_ID ICR document ID table 20130731
3 Importing IT_INSTID Call by reference Type reference (TYPE) LTT_GOS_INSTID GOS instance ID table 20130731
4 Importing IT_SR_PROP Call by reference Type reference (TYPE) FBICRC_T_SR_PROP ICR Service Request Property 20130826
5 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
6 Importing IV_SOURCE Call by reference Type reference (TYPE) STRING Item come from orgu,ptnr or assigned 20130731

Method SET_COMMUNICATION_STATUS_LINE on class CL_FBICRC_HELPER has no exception.

Method TREE_NODE_TEXT_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRING Call by reference Type reference (TYPE) STRING Exporting String 20130731
2 Importing IV_COMP_NUM Call by reference Type reference (TYPE) STRING Company Number 20130731
3 Importing IV_STRING Call by reference Type reference (TYPE) STRING Original String 20130731

Method TREE_NODE_TEXT_PROCESS on class CL_FBICRC_HELPER has no exception.

Method UPDATE_COMMUNICATION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ASSIGNED_WITHOUT_DIFF Call by reference Object reference (TYPE REF TO) DATA Assigned Records without Difference 20130731
2 Changing CR_ASSIGNED_WITH_DIFF Call by reference Object reference (TYPE REF TO) DATA Assigned Records with Difference 20130731
3 Changing CR_SUGGEST_WITHOUT_DIFF Call by reference Object reference (TYPE REF TO) DATA Suggested Records without Difference 20130731
4 Changing CR_SUGGEST_WITH_DIFF Call by reference Object reference (TYPE REF TO) DATA Suggested Records with Difference 20130731
5 Changing CR_UNASSIGNED_ORGU Call by reference Object reference (TYPE REF TO) DATA Unassigned Records of Orgunit Side 20130731
6 Changing CR_UNASSIGNED_PTNR Call by reference Object reference (TYPE REF TO) DATA Unassigned Records of Partner Side 20130731
7 Importing IT_COCODE Call by reference Type reference (TYPE) FBICRC_T_COCODE Company Code 20130826
8 Importing IT_SELECTED_IDS Call by reference Type reference (TYPE) FBICRC_T_DOC_ID ICR document ID table 20130731
9 Importing IV_ORGU Call by reference Type reference (TYPE) RCOMP_D Message-Related Entries in Application Log 20130731
10 Importing IV_ORG_FIELD Call by reference Type reference (TYPE) STRING Field Name of Orgunit 20130731
11 Importing IV_PROC Call by reference Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
12 Importing IV_PTNR Call by reference Type reference (TYPE) RASSC Company ID of trading partner 20130731
13 Importing IV_SELECTED_ID Call by reference Type reference (TYPE) GU_RECID Record number of the line item record 20130904
14 Importing IV_SHOW_SR Call by reference Type reference (TYPE) ABAP_BOOL Flag of Show Service Request 20130731

Method UPDATE_COMMUNICATION_STATUS on class CL_FBICRC_HELPER has no exception.

Method UPDATE_NAV_PAR_BY_RNG_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAV_PAR Call by reference Type reference (TYPE) APB_LPD_T_PARAMS Key/Value Pairs 20130731
2 Importing IT_SELOPT Call by reference Type reference (TYPE) RSDS_SELOPT_T Search Criteria Range Table 20130731
3 Importing IV_NAV_PAR_NAME Call by reference Type reference (TYPE) STRING Parameter Name 20130731

Method UPDATE_NAV_PAR_BY_RNG_SELOPT on class CL_FBICRC_HELPER has no exception.

Method UPDATE_NAV_PAR_BY_SELOPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAV_PAR Call by reference Type reference (TYPE) APB_LPD_T_PARAMS Key/Value Pairs 20130731
2 Importing IV_NAV_PAR_NAME Call by reference Type reference (TYPE) STRING Parameter Name 20130731
3 Importing IV_SELOPT Call by reference Type reference (TYPE) STRING Search Criteria Range Table 20130731

Method UPDATE_NAV_PAR_BY_SELOPT on class CL_FBICRC_HELPER has no exception.

Method UPDATE_RNG_SEAR_CRI_BY_NAV_PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEAR_CRI Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20130731
2 Exporting ET_SELOPT Call by reference Type reference (TYPE) RSDS_SELOPT_T Search Criteria Range Table 20130731
3 Importing IR_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130731
4 Importing IV_NAV_PAR_NAME Call by reference Type reference (TYPE) STRING Parameter Name 20130731
5 Importing IV_SEAR_CRI_NAME Call by reference Type reference (TYPE) STRING Search Criteria Name 20130731

Method UPDATE_RNG_SEAR_CRI_BY_NAV_PAR on class CL_FBICRC_HELPER has no exception.

Method UPDATE_SEAR_CRI_BY_NAV_PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEAR_CRI Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20130731
2 Exporting EV_SELOPT Call by reference Type reference (TYPE) STRING Search Criteria in String Format 20130731
3 Importing IR_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130731
4 Importing IV_NAV_PAR_NAME Call by reference Type reference (TYPE) STRING Parameter Name 20130731
5 Importing IV_SEAR_CRI_NAME Call by reference Type reference (TYPE) STRING Search Criteria 20130731

Method UPDATE_SEAR_CRI_BY_NAV_PAR on class CL_FBICRC_HELPER has no exception.

Method VALIDATE_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENCY_KEY Call by reference Type reference (TYPE) WAERS Currency Key 20130731
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Result Flag 20130731

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