SAP ABAP Interface IF_FINB_READER (Read Interface)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB-SRV (Application Component) Services
     FINB_REPORTING (Package) Reporting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FINB_REPORTING_READER Read Interface of Reporting Tool 20040525
2 Interface composition (i COMPRISING i_ref)  /EACC/IF_JOURNAL_READER General Read Interface for a Journal 20020315
3 Interface composition (i COMPRISING i_ref)  /EACC/IF_DOCUMENT_READER Document Reader 20020507
4 Interface composition (i COMPRISING i_ref)  /EACC/IF_ACC_DOC_READER Read Interface for Accounting Document 20020423
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_DEBITCREDIT_MAT Debit/Credit Reporting Material 20041223
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_DIMENSION_MAP_READER Read with Generation ID for Dimension_Map Inherit 20040624
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_DEBITCREDIT_DOC Document for Material Debit/Credit 20050120
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_VALUATION Balance Sheet Valuation Procedure - Framework Class 20041013
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_RULE_DETAIL List of Rules: Detailed Information 20050317
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_RULE_ALL List of Rules: General Information 20050317
... Click here to see Used By full list (61 items)
Properties
Interface IF_FINB_READER  
Short Description Read Interface    
General Data
Package FINB_REPORTING   Reporting 
Created 20020214   SAP 
Last changed 20041209   SAP 
Unicode checks active    
Forward declarations
Interface IF_FINB_READER has no forward declaration.
Interfaces
Interface IF_FINB_READER has no interface.
Friends
Interface IF_FINB_READER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AGGR_TYPE_MAX Constant Public Type reference (TYPE) FINB_READ_AGGR_TYPE 'X' Aggregation Type 20020429
2 AGGR_TYPE_MIN Constant Public Type reference (TYPE) FINB_READ_AGGR_TYPE 'N' Aggregation Type 20020429
3 AGGR_TYPE_NONE Constant Public Type reference (TYPE) FINB_READ_AGGR_TYPE ' ' Aggregation Type 20020430
4 AGGR_TYPE_SUM Constant Public Type reference (TYPE) FINB_READ_AGGR_TYPE 'S' Aggregation Type 20020429
5 FALSE Constant Public Type reference (TYPE) BOOLE_D ' ' Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20020430
6 TABLE_LINE Constant Public Type reference (TYPE) FIELDNAME 'TABLE_LINE' Field Name 20041011
7 TRUE Constant Public Type reference (TYPE) BOOLE_D 'X' Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20020430
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_CURSOR Instance method Public Method 20020214
2 FETCH Instance method Public Method 20020214
3 GET_READING_STRUCTURE Instance method Public Method 20020521
4 GET_SELECT_FIELDS Instance method Public Method Obsolete; GET_READING_STRUCTURE, ...->Use GET_LIST 20020308
5 OPEN_CURSOR Instance method Public Method Open Cursor 20020214
6 SELECT Instance method Public Method 20040406
Events
Interface IF_FINB_READER has no event.
Types
Interface IF_FINB_READER has no local type.
Method Signatures

Method CLOSE_CURSOR Signature

Method CLOSE_CURSOR on Interface IF_FINB_READER has no parameter.
Method CLOSE_CURSOR on Interface IF_FINB_READER has no exception.

Method FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE wird als Changing-Parameter behandelt!!! 20020214
2 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) FINB_PACKAGE_SIZE 1000 Paketgröße 20020214
# Exception Resumable Description Created on
1 NO_MORE_DATA Keine weiteren Daten 20020214
2 NO_OPEN_CURSOR 20020409

Method GET_READING_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_STRUCTURE Value transfer Object reference (TYPE REF TO) CL_FINB_KF_CHARS_STRUCTURE Merkmalsvektor 20020521

Method GET_READING_STRUCTURE on Interface IF_FINB_READER has no exception.

Method GET_SELECT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECT_FIELDS Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20020521

Method GET_SELECT_FIELDS on Interface IF_FINB_READER has no exception.

Method OPEN_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONDITION Call by reference Object reference (TYPE REF TO) CL_FINB_CONDITION Bedingung 20020308
2 Importing IO_HAVING_CONDITION Call by reference Object reference (TYPE REF TO) CL_FINB_CONDITION Bedingung (vom Persistenztool nicht unterstützt) 20040406
3 Importing IT_ADDITIONAL_GROUP_BY_TAB Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20020429
4 Importing IT_ENTRIES Call by reference Type reference (TYPE) ANY TABLE "for all entries"-Tabelle 20040406
5 Importing IT_ENTRIES_WHERE Call by reference Type reference (TYPE) FINB_T_ENTRIES_WHERE "for all entries"-Bedingung 20040406
6 Importing IT_SELECT_TAB Call by reference Type reference (TYPE) FINB_READ_SELECT_CLAUSE Selektionstabelle mit Feldnamen 20020429
7 Importing IT_SEL_TAB Call by reference Type reference (TYPE) FINB_SEL_TAB Selektionstabelle mit Feldnamen 20020308
8 Importing I_AGGREGATION Call by reference Type reference (TYPE) BOOLE_D FALSE obsolete, von Persistenztool nicht unterstützt 20040406
# Exception Resumable Description Created on
1 CURSOR_IS_ALREADY_OPEN Cursor bereits geöffnet 20020409
2 EITHER_SEL_TAB_OR_CONDITION Entweder muss die SEL_TAB oder die CONDITION gefüllt sein 20020308
3 FAILED Funktion konnte nicht ausgeführt werden 20020430
4 INVALID_SELECTION Selektion auf nicht erlaubte Felder 20020214

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Ergebnisdaten 20040406
2 Importing IO_CONDITION Call by reference Object reference (TYPE REF TO) CL_FINB_CONDITION Bedingung 20040406
3 Importing IT_ADDITIONAL_GROUP_BY_TAB Call by reference Type reference (TYPE) FINB_KF_CHARS Merkmale und Kennzahlen 20040406
4 Importing IT_ENTRIES Call by reference Type reference (TYPE) ANY TABLE "for all entries"-Tabelle 20040406
5 Importing IT_ENTRIES_WHERE Call by reference Type reference (TYPE) FINB_T_ENTRIES_WHERE "for all entries"-Bedingung 20040406
6 Importing IT_SELECT_TAB Call by reference Type reference (TYPE) FINB_READ_SELECT_CLAUSE Selektionstabelle mit Feldnamen 20040406
7 Importing IT_SEL_TAB Call by reference Type reference (TYPE) FINB_SEL_TAB Selektionstabelle mit Feldnamen 20040406
# Exception Resumable Description Created on
1 CURSOR_IS_ALREADY_OPEN 20040406
2 EITHER_SEL_TAB_OR_CONDITION 20040406
3 FAILED 20040406
4 INVALID_SELECTION Selektion auf nicht erlaubte Felder 20040406
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FINB_REPORTING_READER Read Interface of Reporting Tool 20040525
2 Interface composition (i COMPRISING i_ref)  /EACC/IF_JOURNAL_READER General Read Interface for a Journal 20020315
3 Interface composition (i COMPRISING i_ref)  /EACC/IF_DOCUMENT_READER Document Reader 20020507
4 Interface composition (i COMPRISING i_ref)  /EACC/IF_ACC_DOC_READER Read Interface for Accounting Document 20020423
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_DEBITCREDIT_MAT Debit/Credit Reporting Material 20041223
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_DIMENSION_MAP_READER Read with Generation ID for Dimension_Map Inherit 20040624
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_DEBITCREDIT_DOC Document for Material Debit/Credit 20050120
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_VALUATION Balance Sheet Valuation Procedure - Framework Class 20041013
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_RULE_DETAIL List of Rules: Detailed Information 20050317
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_RULE_ALL List of Rules: General Information 20050317
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_MARKET_PRICE Market Prices - Framework Class 20041020
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_LAYER1_REPORTING Controls Detail Lists 20050215
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_INTERMEDIATE Build Intermediate Layers for Balance Sheet Valuation 20041028
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_DETAIL_LAYER2 Distribution of Journal Entries to Intermediate Layers 20041124
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_DETAIL_LAYER1 Distribution of Journal Entries to Intermediate Layers 20041124
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_DETAIL_FOR_MPR Details for Market Prices 20041129
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_BSV_ACCOUNT_VALUES Balance Sheet Values by Account - Framework Class 20041102
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_PRICE_MAINT_DETAIL Details for a Price 20040813
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_GRIR_CLEARING GR/IR Clearing 20041108
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_GRIR_READ Read GR/IR Data 20041117
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_JOIN_READER Join Reader for Journals 20041118
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_JOURNAL_READER Reader für Journals 20030710
23 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_MULTI_READER Multireader for Different Accounting Systems 20031028
24 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_PEC_DOCUMENT_SHOW Display Source Document in Period-End Closing 20041130
25 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_REPORTING_APPL Do not use: Simple Call of Reporting Tool 20041216
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_REVALUATION Inventory Revaluation 20041012
27 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_REVALUATION_DOC Document for Price Change/Inventory Revaluation 20040525
28 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_STL_FRAMEWORK Settlement Framework 20040903
29 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_STOCK_VAL_READER Reader Valuated Inventory 20061004
30 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_TAP_READER Target/Actual/Plan -- Reader 20040927
31 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_WIP_CLEARING WIP Clearing 20041015
32 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_INV_WIP_READ Read WIP Data 20041111
33 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_CHECK_SUM Output of Totals Check with Reporting Tool 20050406
34 Interface implementation (CLASS c. INTERFACES i_ref)  /EACA/CL_GL_JOURNAL_READER Reader für Journals 20020708
35 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_AE_MULTI_READER Read More than One Accounting System 20021105
36 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_AE_MULTI_READER_OLD Read More than One Accounting System 20021105
37 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_DOCUMENT_READER Document Read Interface 20020516
38 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_DOC_ROOT_GEN_READER Reader for Document Root (Generated Access) 20040123
39 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_LINE_ITEMS_GEN_READER Reader for Line Items (Generated Accesses) 20040123
40 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_LINE_ITEM_SELECTOR Read Line Items Using Selection Condition 20020409
41 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_READER Read Interface 20020315
42 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_TRANSIENT_DOC_READER Document Read Interface 20020801
43 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CON_ACC_COMPARE_BALANCES Reconcile Monthly Totals Inventory Ledger - General Ledger 20041209
44 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CON_ACC_COMPARE_SETTLEMENT Reconcile Settl. Doc. - Doc. FI and Subsid. Led. 20041215
45 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CON_ACC_DOC_DISPLAY_RT Document Line Display in FB03 with Reporting Tool 20050120
46 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CON_FIN_SURCHARGE_CALL 20040902
47 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_AGGREGAT_READER Aggregate Reader 20041018
48 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_ABSTRACT_DB_READER Reads Data to a Type of DB 20020802
49 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_DMT_READER Document Read Interface 20030723
50 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_FOBJ_JRDR_WRAPPER FIN Object ABAP Join Reader: Wrapping for Reader Interface 20041215
51 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_KF_CHARS_READER Table of Characteristic Values 20020722
52 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_MULTI_READER Document Reader for Several Configurations 20021029
53 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_PER_READER_AD_READER Document Read Interface 20020812
54 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_PR_READER Reader 20030403
55 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FINB_READER Document Read Interface 20020625
56 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_CURRENCY_SERVICE Service for Exchange Rates 20041110
57 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_PRICE_COMPARE_EVT_SERV Price Comparison - Popup Service 20041122
58 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_PRICE_COMPARE_READER Price Comparison - Reader 20041117
59 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_PRICE_MAINTENANCE Price Maintenance 20040809
60 Interface implementation (CLASS c. INTERFACES i_ref)  /EACA/CL_GL_BREP_CONFIG Configuration for Totals Reporting in G/L 20020807
61 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAV_REPORTING PriceManager: Abstract Reporting Class 20040519
History
Last changed by/on SAP  20041209 
SAP Release Created in 10B