SAP ABAP Class CL_FBICRC_SELECTION_BASIC (ICR: Base Class for Data Selection)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI (Application Component) Financial Accounting
     FB_ICRC_MAIN (Package) Inter-Company Reconciliation (Main Logic)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FBICRC_SELECTION_IMPL_001 ICR: Implementation for Data Selection 001 20130731
2 Inheritance (c INHERITING FROM c_ref)  CL_FBICRC_SELECTION_IMPL_002 ICR: Implementation for Data Selection 002 20130731
3 Inheritance (c INHERITING FROM c_ref)  CL_FBICRC_SELECTION_IMPL_003 ICR: Implementation for Data Selection 003 20130731
Properties
Class CL_FBICRC_SELECTION_BASIC  
Short Description ICR: Base Class for Data Selection    
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 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FBICRC_SELECTION_BASIC has no interface implemented.
Friends
Class CL_FBICRC_SELECTION_BASIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_BADI Instance attribute Protected Object reference (TYPE REF TO) OBJECT Global BADI 20130731
2 GO_SERVICES Instance attribute Protected Object reference (TYPE REF TO) CL_FBICRC_SERVICES Global ICR Service Instance 20130731
3 GT_MESSAGE Instance attribute Public Type reference (TYPE) BAPIRET2_T Return parameter table 20130731
4 GT_RCOMP_MAP Instance attribute Protected Type reference (TYPE) FBICRC_TH_RFCDES_RCOMP_MAP Mapping of Company IDs per RFC Destination 20130731
5 GT_RCOMP_MAP_REV Instance attribute Protected Type reference (TYPE) FBICRC_TH_RFCDES_RCOMP_MAP Mapping of Company IDs per RFC Destination 20130731
6 GT_RCOMP_STATUS Instance attribute Protected Type reference (TYPE) FBICRC_TH_RCOMP_STATUS Table for Company Status 20130731
7 GT_RCOMP_STATUS_ERR Instance attribute Protected Type reference (TYPE) FBICRC_TH_RCOMP_STATUS Table for Company Status 20130731
8 GV_LEAVE_PROGRAM Instance attribute Protected Type reference (TYPE) FB_ICRC_FLAG Indicator of leave program 20130731
9 GV_RCOMP_MAP Instance attribute Protected Type reference (TYPE) FB_ICRC_FLAG General Indicator 20130731
10 MTH_FILE_UPLOAD Instance attribute Public Type reference (TYPE) FBICRC_TH_UPLOAD_FILE Table of Upload File 20130731
11 MTH_RCOMP_PROP Instance attribute Public Type reference (TYPE) FBICRC_TH_RCOMP_PROP Company Properties 20130731
12 MT_ACCT Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Group Account Number 20130731
13 MT_FIELD Instance attribute Public Type reference (TYPE) RSTI_T_FIELDS BRST Selection Data: Field Information 20130731
14 MT_LOG Instance attribute Public Type reference (TYPE) /BOFU/T_BAL_MESSAGE_K Table of Log 20130731
15 MT_PDAT Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Posting Date in the Document 20130731
16 MT_POSTK Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Posting Key 20130731
17 MT_RCOMP Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Company 20130731
18 MT_RCUST Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Customer Number 20130731
19 MT_RVEND Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Vendor 20130731
20 MT_SEL Instance attribute Public Type reference (TYPE) RSTI_T_SEL BRST Selection Data (Communication Handler) 20130731
21 MT_SEQNR Instance attribute Public Type reference (TYPE) RSDS_SELOPT_T Sequential Number 20130731
22 MV_GLIND Instance attribute Public Type reference (TYPE) UMSKZ Special G/L Indicator 20130731
23 MV_MAXRF Instance attribute Public Type reference (TYPE) FB_ICRC_MAXRF Maximum Number of Calls per RFC Destination 20130731
24 MV_OPACT Instance attribute Public Type reference (TYPE) FB_ICRC_FLAG Indicator 20130731
25 MV_POPER Instance attribute Public Type reference (TYPE) POPER Posting period 20130731
26 MV_RESEL Instance attribute Public Type reference (TYPE) FB_ICRC_RESEL Reselect Previously Selected Data 20130731
27 MV_RPROC Instance attribute Public Type reference (TYPE) FB_RC_RPROC Reconciliation Process 20130731
28 MV_RPROC_PROP Instance attribute Public Type reference (TYPE) FBICRC_S_RPROC_PROP Properties of Reconciliation Process 20130731
29 MV_RVERS Instance attribute Public Type reference (TYPE) RVERS Version 20130731
30 MV_RYEAR Instance attribute Public Type reference (TYPE) GJAHR Fiscal Year 20130731
31 MV_SVGRP Instance attribute Public Type reference (TYPE) ICRC_SVGRP Server Group for Parallel Processing 20130731
32 MV_TEST Instance attribute Public Type reference (TYPE) FB_ICRC_TESTRUN Test Run 20130731
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130731
2 INIT_VARIANT Instance method Private Method Clear Global Variant 20130731
3 PREPARE_DATA Instance method Public Method Prepare data and create log 20130731
4 SELECT_MAIN Instance method Public Method Main logic of data selection 20130731
Events
Class CL_FBICRC_SELECTION_BASIC has no event.
Types
Class CL_FBICRC_SELECTION_BASIC has no local type.
Method Signatures

Method CONSTRUCTOR 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 20130731

Method CONSTRUCTOR on class CL_FBICRC_SELECTION_BASIC has no exception.

Method INIT_VARIANT Signature

Method INIT_VARIANT on class CL_FBICRC_SELECTION_BASIC has no parameter.
Method INIT_VARIANT on class CL_FBICRC_SELECTION_BASIC has no exception.

Method PREPARE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_RCOMP_PROP Call by reference Type reference (TYPE) FBICRC_TH_RCOMP_PROP Company Properties 20130731
2 Changing CT_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20130731
3 Exporting ID_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20130731

Method PREPARE_DATA on class CL_FBICRC_SELECTION_BASIC has no exception.

Method SELECT_MAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20130731
2 Changing CTH_RCOMP_PROP 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 Importing ITH_FILE_UPLOAD Call by reference Type reference (TYPE) FBICRC_TH_UPLOAD_FILE ICR: Upload File Table Type 20130731

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