FICICE10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FICICE10 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Display Elimination Document
Text Symbol: L06 = Currency diff.
Text Symbol: L07 = Other diff.
Text Symbol: L08 = Group currency
Text Symbol: L09 = from trans. currency
Text Symbol: L10 = Trans.currency
Text Symbol: L11 = TC to GC
Text Symbol: L12 = Reconc.list Level
Text Symbol: L13 = Test run
Text Symbol: L14 = Update run
Text Symbol: L15 = Document type
Text Symbol: L16 = ExRtInd/ExRt/Ratio
Text Symbol: L17 = Debit
Text Symbol: L18 = Credit
Text Symbol: L19 = Document
Text Symbol: P01 = When limited to
Text Symbol: P02 = consolidation units, the status
Text Symbol: P03 = cannot be updated.
Text Symbol: P04 = Do you want to continue?
Text Symbol: P06 = Execute the interunit elimination
Text Symbol: RSI = Report assignment...
Text Symbol: S01 = Organizational units
Text Symbol: S02 = Version/Time
Text Symbol: S03 = Further settings
Text Symbol: S04 = Technical settings
Text Symbol: T01 = Interunit Elimination: Display document
Text Symbol: 001 = Dim.
Text Symbol: 002 = ConsGroup
Text Symbol: 005 = Date
Text Symbol: 009 = |FS item |Name | Debit | Credit |A|Cons unit |Partner unit |Subitem |
Text Symbol: 012 = Transaction crcy:
Text Symbol: 021 = | All documents already posted |
Text Symbol: 022 = | *** Document(s) posted *** |
Text Symbol: 023 = Version
Text Symbol: 024 = !!! Threshold for differences exceeded: document not posted !!!
Text Symbol: 056 = Others
Text Symbol: 057 = Currency-rel.
Text Symbol: 058 = IU elimination not defined in consolidation group
INCLUDE: FICCON00,
FICICE1T,
FICLPD00,
FICICE1F,
FICLPF00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.