SAP ABAP Class CL_FMFG_RCN_PROVIDER (Reconciliation Tool Data Provider)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM (Application Component) Funds Management
     FMFG_RECON_E (Package) Reconciliation Tool
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_AVC Avail. Control data provider for Reconciliation 20021008
2 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_BCS Budget Control System data provider for Reconciliation 20020829
3 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_BP Former Budgeting data provider for Reconciliation 20030626
4 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_CO Controlling data provider for Reconciliation 20040906
5 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_FMA FM Actuals data provider for Reconciliation 20021002
6 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_GL GL (GLT0 based) data provider for Reconciliation 20020819
7 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_L90 Grants Management data provider for Reconciliation 20041008
8 Inheritance (c INHERITING FROM c_ref)  CL_FMFG_RCN_PROVIDER_L95 BudgetProprietary Ledger data provider for Reconciliation 20021120
Properties
Class CL_FMFG_RCN_PROVIDER  
Short Description Reconciliation Tool Data Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FMFG_RECON_E    
Program status P  SAP Standard Production Program 
Category 0   
Package FMFG_RECON_E   Reconciliation Tool 
Created 20020819   SAP 
Last change 20060313   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABADR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 FMFGR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FMFG_RCN_PROVIDER has no interface implemented.
Friends
Class CL_FMFG_RCN_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_GROUP_DD_STRUCTURE Constant Protected Type reference (TYPE) TABNAME 'IFMFGRCN_FIN_FIELDS' DD Structure for group's field list 20021101
2 CON_MATCH_FIELD_PREFIX Constant Protected Type reference (TYPE) CHAR6 'MATCH_' Prefix for fld names reference doc #, AWxxx etc in item grid 20021101
3 CON_MULTI_MATCH_DOCS Constant Protected Type reference (TYPE) BELNR_D '...' Special MATCH_BELNR val for >1 match 20021101
4 CON_OFF Constant Protected Type reference (TYPE) BOOLE_D ' ' False 20021128
5 CON_ON Constant Protected Type reference (TYPE) BOOLE_D 'X' True 20021128
6 CON_VARIANT_SAVE_ALL Instance attribute Public Type reference (TYPE) CHAR1 'A' Allow saving all variants 20021126
7 GT_SEL_FIELDS Instance attribute Protected Type reference (TYPE) DDFIELDS Field List of fields supported 20020829
8 GT_SMRY_RESULTS Instance attribute Protected Type reference (TYPE) FMFGRCN_T_SLICE_RESULT Summarized results of slice calculation 20020918
9 G_DERIV_APPLCLASS Instance attribute Protected Type reference (TYPE) APPLCLASS Derivation application 20020830
10 G_DERIV_STRATID Instance attribute Protected Type reference (TYPE) ABADRSTRATID Strategy ID 20020830
11 G_DERIV_SUBCLASS Instance attribute Protected Type reference (TYPE) ABADRSUBCLASS Derivation application 20020830
12 G_DIALOGBOX_EVT Static Attribute Private Object reference (TYPE REF TO) LCL_DIALOGBOX_EVT Event handler for dialog box 20050615
13 G_GROUP Instance attribute Protected Object reference (TYPE REF TO) IF_FMFG_RCN_GROUP Reconciliation Group 20020917
14 G_NO_OOB_ITEM_DISPLAY Static Attribute Private Type reference (TYPE) BOOLE_D User wants no display of item out of balance 20050615
15 G_OPERATOR Instance attribute Public Type reference (TYPE) FMFGRCNOPERATOR Plus/minus sign for equation 20021118
16 G_RESULTS_STRUCTURE Instance attribute Protected Type reference (TYPE) TABNAME DDict structure name for slice results 20020926
17 G_SLICE Instance attribute Protected Object reference (TYPE REF TO) CL_FMFG_RCN_SLICE Instance of reconciliation data slice 20020916
18 G_SLICEID Instance attribute Protected Type reference (TYPE) FMFGRCNSLICEID Slice id 20021010
19 G_SLICE_NAME Instance attribute Protected Type reference (TYPE) FMFGRCNSLICENAME Slice name 20021010
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SLICE_FILTER_TO_WHERE Static method Protected Method Add filter criteria to where clause 20050201
2 CHECK_DRV_STEPS_FOR_SLICE Instance method Protected Method Determine if slice has any derivation steps defined 20021128
3 CHECK_SLICE Instance method Public Method Provider specific data validation of slice data 20021008
4 CHECK_SLICESEL Instance method Public Constructor Validate slice selection criteria 20021129
5 CLEAR_ITEM_DATA Instance method Public Method Release memory used when loading item data 20050113
6 CONVERT_EXT_2_INT_FORMAT Instance method Public Method Convert slice selection values to internal format 20021129
7 GETCLASSNAME Instance method Public Method Provide the class name for this provider 20020830
8 GETDEFINITIONDYNPRO Instance method Public Method Provide program name/screen number for slice definition scrn 20020819
9 GETDERIVATIONSTRATEGYKEY Instance method Public Method Provide the derivation tool environment code for provider 20020830
10 GETLISTDRVDEFAULTSOURCES Instance method Public Method Provide a set of default derivation source fields 20020830
11 GETLISTDRVIDENTIFIERS Instance method Public Method Provide list of DD structures for derivation 20020830
12 GETLISTDRVSOURCEFIELDS Instance method Public Method Provides list of allowed fields for derivation sources 20020830
13 GETLISTDRVTARGETFIELDS Instance method Public Method Provides list of allowed fields for derivation targets 20021126
14 GETLISTSELECTIONFIELDS Instance method Public Method Get list of slice data selection fields 20020829
15 GET_DEFAULT_SLICESEL Instance method Public Method Provider default values for slice selection criteria 20021008
16 GET_FIELD_STRUCT_NAME Instance method Public Method Return name of DD field structure 20021126
17 GET_ITEM_FILTER_FIELDS Instance method Public Method Return a list of fields supported for item filter criteria 20050128
18 GET_ITEM_KEY_BY_INDEX Instance method Public Method Get key fields for an item 20020920
19 GET_LIST_DERIVE_SOURCE_FLDS Instance method Protected Method List of fields used as source for a deriv. environment 20021202
20 GET_LIST_SLICE_DATA Instance method Public Method Return slice data 20020917
21 GET_LIST_VIEWFIELDS Instance method Public Method Get list of view fields supported by the provider 20020926
22 GET_PROVIDER_ATTRIBUTES Instance method Public Method Access various attributes about the provider 20021010
23 GET_RUNTIME_SELECT_SCREEN Instance method Public Method Provide program name/screen number for slice definition scrn 20021003
24 IS_PERIOD_AVAILABLE Instance method Public Method Indicate if PERIOD available as a breakdown field 20050308
25 LOAD_ITEM_LIST Instance method Public Method Load item level data for drilldown or matching 20020919
26 LOAD_SLICE_DATA Instance method Public Method Populate data for a data slice 20020917
27 OPEN_SLICE Instance method Public Method Initialization processing for a data slice 20020916
28 RETRIEVE_CONTEXT_FOR_BCKGRND Instance method Public Method Store data required to load item data in background job 20050121
29 SHOW_ITEM_GRID Instance method Public Method Display drilldown results in ALV grid 20020920
30 SHOW_OUT_OF_BALANCE_ITEMS Static method Protected Method Display for out of balance between gt_slice_result and items 20050615
31 SHOW_PROGRESS Instance method Public Method Show progress to user 20021010
32 STORE_CONTEXT_FOR_BCKGRND_LOAD Instance method Public Method Store data required to load item data in background job 20050120
33 SUMMARIZE_BY_VIEW_FIELDS Instance method Public Method Summarize slice data based on current view fields 20020918
34 USE_SPONSOR_FISCAL_OPTION Instance method Public Method Indicate if field IFMFGRCN_SLICE-SPONSOR_FISCAL is supported 20050308
35 WHERE_CLAUSE_FOR_RPMAX Static method Public Method Add clause to restrict period for a range based on RPMAX 20050314
Events
Class CL_FMFG_RCN_PROVIDER has no event.
Types
Class CL_FMFG_RCN_PROVIDER has no local type.
Method Signatures

Method ADD_SLICE_FILTER_TO_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_WHERE Call by reference Type reference (TYPE) RSDS_WHERE_TAB 20050201
2 Importing IT_SLICE_FILTER Call by reference Type reference (TYPE) FMFGRCN_T_TABLE_FILTER 20050201
3 Importing I_TABLENAME1 Call by reference Type reference (TYPE) TABNAME Tabellenname 20050201
4 Importing I_TABLENAME2 Call by reference Type reference (TYPE) TABNAME Tabellenname 20050201
5 Importing I_TABLENAME3 Call by reference Type reference (TYPE) TABNAME Tabellenname 20050201
6 Importing I_TABLEPREFIX1 Call by reference Type reference (TYPE) CHAR1 20050201
7 Importing I_TABLEPREFIX2 Call by reference Type reference (TYPE) CHAR1 20050201
8 Importing I_TABLEPREFIX3 Call by reference Type reference (TYPE) CHAR1 20050201

Method ADD_SLICE_FILTER_TO_WHERE on class CL_FMFG_RCN_PROVIDER has no exception.

Method CHECK_DRV_STEPS_FOR_SLICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DERIVE_ENV Call by reference Type reference (TYPE) ABADRENV 20021128
2 Returning RE_FLAG Value transfer Type reference (TYPE) BOOLE_D 20021128

Method CHECK_DRV_STEPS_FOR_SLICE on class CL_FMFG_RCN_PROVIDER has no exception.

Method CHECK_SLICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SLICEDATA Call by reference Type reference (TYPE) IFMFGRCN_SLICE 20021008
2 Importing IT_SELECT Call by reference Type reference (TYPE) FMFGRCN_T_SLICESEL 20021008
# Exception Resumable Description Created on
1 SLICE_NOT_VALID 20021008

Method CHECK_SLICESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECT Call by reference Type reference (TYPE) FMFGRCN_T_SLICESEL 20021129
# Exception Resumable Description Created on
1 DATA_NOT_VALID 20021129

Method CLEAR_ITEM_DATA Signature

Method CLEAR_ITEM_DATA on class CL_FMFG_RCN_PROVIDER has no parameter.
Method CLEAR_ITEM_DATA on class CL_FMFG_RCN_PROVIDER has no exception.

Method CONVERT_EXT_2_INT_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_INT Call by reference Type reference (TYPE) ANY 20021129
2 Importing IM_EXIT Call by reference Type reference (TYPE) CONVEXIT 20021129
3 Importing IM_EXT Call by reference Type reference (TYPE) ANY 20021129
4 Importing IM_ROLLNAME Call by reference Type reference (TYPE) ROLLNAME Datenelement (semantische Domäne) 20021129

Method CONVERT_EXT_2_INT_FORMAT on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETCLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CLSNAME Value transfer Type reference (TYPE) SEOCLSNAME Name des Objektyps 20020830

Method GETCLASSNAME on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETDEFINITIONDYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20020819
2 Exporting E_GETDATA_FUNCTION Call by reference Type reference (TYPE) RS38L_FNAM 20020827
3 Exporting E_PROGID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Hauptprogramm 20020819
4 Exporting E_SETDATA_FUNCTION Call by reference Type reference (TYPE) RS38L_FNAM 20020827
5 Exporting E_SETMODE_FUNCTION Call by reference Type reference (TYPE) RS38L_FNAM 20020903

Method GETDEFINITIONDYNPRO on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETDERIVATIONSTRATEGYKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_APPLCLASS Call by reference Type reference (TYPE) APPLCLASS Applikationsklasse für DD-Objekte (nicht benutzt) 20020830
2 Exporting EX_STRATID Call by reference Type reference (TYPE) ABADRSTRATID Strategie-ID 20020830
3 Exporting EX_SUBCLASS Call by reference Type reference (TYPE) ABADRSUBCLASS Teilgruppe für Anwendungsklasse 20020830

Method GETDERIVATIONSTRATEGYKEY on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETLISTDRVDEFAULTSOURCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SOURCE_FIELDS Call by reference Type reference (TYPE) ABADR_TAB_SOURCES 20020830

Method GETLISTDRVDEFAULTSOURCES on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETLISTDRVIDENTIFIERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_IDENTIFIERS Value transfer Type reference (TYPE) ABADR_TAB_NAMES 20020830

Method GETLISTDRVIDENTIFIERS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETLISTDRVSOURCEFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDLIST Value transfer Type reference (TYPE) ABADR_TAB_NAMES 20020830

Method GETLISTDRVSOURCEFIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETLISTDRVTARGETFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDLIST Value transfer Type reference (TYPE) ABADR_TAB_NAMES 20021126

Method GETLISTDRVTARGETFIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GETLISTSELECTIONFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDLIST Value transfer Type reference (TYPE) DDFIELDS 20020829

Method GETLISTSELECTIONFIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_DEFAULT_SLICESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SLICEID Call by reference Type reference (TYPE) FMFGRCNSLICEID 20021008
2 Returning RE_SLICESEL Value transfer Type reference (TYPE) FMFGRCN_T_SLICESEL 20021008

Method GET_DEFAULT_SLICESEL on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_FIELD_STRUCT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STRUCTURE Value transfer Type reference (TYPE) TABNAME Tabellenname 20021126

Method GET_FIELD_STRUCT_NAME on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_ITEM_FILTER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS Call by reference Type reference (TYPE) RSDSFIELDS_T 20050128

Method GET_ITEM_FILTER_FIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_ITEM_KEY_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_KEY Call by reference Type reference (TYPE) IFMFGRCN_ITEM 20020920
2 Importing IM_FOCUS_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME 20021001
3 Importing IM_INDEX Call by reference Type reference (TYPE) INT4 20020920

Method GET_ITEM_KEY_BY_INDEX on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_LIST_DERIVE_SOURCE_FLDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FIELDS Call by reference Type reference (TYPE) FMFGR_T_TABFIELD 20021202
2 Importing IM_DERIVE_ENV Call by reference Type reference (TYPE) ABADRENV Strategie 20021202

Method GET_LIST_DERIVE_SOURCE_FLDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_LIST_SLICE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATA Value transfer Type reference (TYPE) FMFGRCN_T_SLICE_RESULT 20020917

Method GET_LIST_SLICE_DATA on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_LIST_VIEWFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VIEW_FIELDS Value transfer Type reference (TYPE) LVC_T_FNAM 20020926

Method GET_LIST_VIEWFIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_PROVIDER_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SUPPORT_CREATE_DATE Call by reference Type reference (TYPE) BOOLE_D 20021010
2 Exporting EX_SUPPORT_DR_CR_SELECTION Call by reference Type reference (TYPE) BOOLE_D 20021010

Method GET_PROVIDER_ATTRIBUTES on class CL_FMFG_RCN_PROVIDER has no exception.

Method GET_RUNTIME_SELECT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20021003
2 Exporting E_PROGID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Hauptprogramm 20021003

Method GET_RUNTIME_SELECT_SCREEN on class CL_FMFG_RCN_PROVIDER has no exception.

Method IS_PERIOD_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_AVAILABLE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050308

Method IS_PERIOD_AVAILABLE on class CL_FMFG_RCN_PROVIDER has no exception.

Method LOAD_ITEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STD_ITEM Call by reference Type reference (TYPE) FMFGRCN_T_ITEM 20050112
2 Importing IM_CHK_AMT Call by reference Type reference (TYPE) FMFGRCNAMOUNT 20020927
3 Importing IM_FLG_NOZERO Call by reference Type reference (TYPE) FMFGRCN_M_FLG_HIDE_ZERO ' ' 20021121
4 Importing IM_HIER_LEVEL Call by reference Type reference (TYPE) NUM1 20021205
5 Importing IM_RETAIN_DATA Call by reference Type reference (TYPE) BOOLE_D ' ' 20050112
6 Importing IM_SORT2 Call by reference Type reference (TYPE) FMFGRCNSUBTOTAL 20020919
7 Importing IM_SORT3 Call by reference Type reference (TYPE) FMFGRCNSUBTOTAL 20020919
8 Importing IM_SUBTOTAL Call by reference Type reference (TYPE) FMFGRCNSUBTOTAL 20020919
9 Importing IT_ADDNL_CRITERIA Call by reference Type reference (TYPE) FMFGRCN_T_TABLE_FILTER 20050114
# Exception Resumable Description Created on
1 FAILED_CHECK_AMOUNT 20020927

Method LOAD_SLICE_DATA Signature

Method LOAD_SLICE_DATA on class CL_FMFG_RCN_PROVIDER has no parameter.
# Exception Resumable Description Created on
1 ERROR_LOADING_DATA 20021115
2 MESSAGES_ISSUED 20021216

Method OPEN_SLICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FACTOR Call by reference Type reference (TYPE) IFMFGRCNFACTOR 20020930
2 Importing IM_GROUP Call by reference Object reference (TYPE REF TO) IF_FMFG_RCN_GROUP 20020916

Method OPEN_SLICE on class CL_FMFG_RCN_PROVIDER has no exception.

Method RETRIEVE_CONTEXT_FOR_BCKGRND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULEID Call by reference Type reference (TYPE) FMFGRCNRULEID 20050121
2 Importing IM_SRTFD Call by reference Type reference (TYPE) FMFGRCN_SAV-SRTFD 20050121
# Exception Resumable Description Created on
1 LOAD_FAILED 20050121

Method SHOW_ITEM_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER ALV List Viewer 20020920
2 Importing IM_HIER_LEVEL Call by reference Type reference (TYPE) NUM1 20021205

Method SHOW_ITEM_GRID on class CL_FMFG_RCN_PROVIDER has no exception.

Method SHOW_OUT_OF_BALANCE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ITEMS Call by reference Type reference (TYPE) TABLE Item data table 20050615
2 Changing CT_RESULT Call by reference Type reference (TYPE) TABLE Entry from gt_slice_results 20050615
3 Changing CT_WHERETAB Call by reference Type reference (TYPE) RSDS_WHERE_TAB Where table for item level read 20050615
4 Importing IT_FIELDS_IN_RESULTTAB Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20050615
5 Importing I_CURRENCY Call by reference Type reference (TYPE) RTCUR Currency Key 20050615
6 Importing I_ITEMS_STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME The structure name for it_items 20050615
7 Importing I_ITEM_TOT_AMOUNT Call by reference Type reference (TYPE) FMFGRCNAMOUNT Total amount of items 20050615
8 Importing I_RESULT_AMOUNT Call by reference Type reference (TYPE) FMFGRCNAMOUNT Amount from result record 20050615
9 Importing I_RESULT_STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME The structure name for gt_slice_results 20050615
10 Importing I_WHERETAB_TITLE Call by reference Type reference (TYPE) SYTITLE Title for the Where clause ALV 20050615

Method SHOW_OUT_OF_BALANCE_ITEMS on class CL_FMFG_RCN_PROVIDER has no exception.

Method SHOW_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERC Call by reference Type reference (TYPE) NUMC3 20021010
2 Importing IM_TEXT Call by reference Type reference (TYPE) TEXT132 20021010

Method SHOW_PROGRESS on class CL_FMFG_RCN_PROVIDER has no exception.

Method STORE_CONTEXT_FOR_BCKGRND_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULEID Call by reference Type reference (TYPE) FMFGRCNRULEID 20050120
2 Importing IS_CLUSTER_HEADER Call by reference Type reference (TYPE) FMFGRCN_SAV 20050120
# Exception Resumable Description Created on
1 SAVE_FAILED 20050120

Method SUMMARIZE_BY_VIEW_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ZERO_DOCS Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20051118
2 Returning RE_SMRY_TAB Value transfer Type reference (TYPE) FMFGRCN_T_SLICE_RESULT 20020918

Method SUMMARIZE_BY_VIEW_FIELDS on class CL_FMFG_RCN_PROVIDER has no exception.

Method USE_SPONSOR_FISCAL_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FLAG Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050308

Method USE_SPONSOR_FISCAL_OPTION on class CL_FMFG_RCN_PROVIDER has no exception.

Method WHERE_CLAUSE_FOR_RPMAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_WHERETAB Call by reference Type reference (TYPE) RSDS_WHERE_TAB 20050314
2 Importing IM_PERIOD_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20050314
3 Importing IM_RPMAX Call by reference Type reference (TYPE) RPMAX Periode 20050314

Method WHERE_CLAUSE_FOR_RPMAX on class CL_FMFG_RCN_PROVIDER has no exception.
History
Last changed by/on SAP  20060313 
SAP Release Created in 200