CON_FIN_COMPARE_DOCS 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 CON_FIN_COMPARE_DOCS 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.
Selection Text: P_BUKRS = D Company Code
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_MONAT = D Posting Period
Title: Reconciliation: Inventory Ledger Documents - General Ledger Documents
Text Symbol: BL1 = General Selections
Text Symbol: BL2 = Selection of Accounts
Text Symbol: BL3 = Output Options
Text Symbol: ER1 = Document with Variances
Text Symbol: ER2 = Document not in general ledger
Text Symbol: ER3 = Doc. not in inventory ledger
INCLUDE CON_FIN_COMPARE_SRV_TOP.
INCLUDE CON_FIN_COMPARE_SRV_TOP_DOC.
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.
CON_FIN_COMPARE_DOCS - Reconciliation: Inventory Ledger Documents - General Ledger Documents CON_FIN_COMPARE_DOCS - Reconciliation: Inventory Ledger Documents - General Ledger Documents CON_FIN_COMPARE_BALANCES_MOF01 - CONFINCOMPAREBALANCESMOF01 CON_FIN_COMPARE_BALANCESF06 - Include CON_FIN_COMPARE_DOCSF06 CON_FIN_COMPARE_BALANCESF05 - Include CON_FIN_COMPARE_DOCSF05 CON_FIN_COMPARE_BALANCESF04 - Include CON_FIN_COMPARE_DOCSF03