FBICRC_STATUS 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 FBICRC_STATUS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FBIC022 - Reconciliation: Status
FBIC021 - Reconciliation: Status
FBIC020 - Reconciliation: Status
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: PA_RPROC = D Reconciliation Process
Selection Text: PA_RVERS = D Version
Selection Text: SO_POPER = Posting Period
Selection Text: SO_RCOMP = D Company
Selection Text: SO_RYEAR = Fiscal Year
Title: Intercompany Reconciliation: Display Status
Text Symbol: 001 = No Status Available
Text Symbol: 002 = Messages
Text Symbol: 003 = Number of Messages Type:
Text Symbol: 004 = Status Set by Function
Text Symbol: 005 = Function
Text Symbol: 006 = Data Selection
Text Symbol: 007 = Automatic Assignment
Text Symbol: 008 = Manual Assignment
Text Symbol: 009 = Delete Data Records
Text Symbol: 010 = Other Function
Text Symbol: 011 = No Logs Available
Text Symbol: B01 = Auxiliary Programs
Text Symbol: F01 = Organizational Units
Text Symbol: F02 = Version/Time Period
INCLUDE FBICRC_STATUS_TOP.
INCLUDE FBICRC_STATUS_S01.
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.
FBICRC_STATUS - Intercompany Reconciliation: Display Status FBICRC_STATUS - Intercompany Reconciliation: Display Status FBICRC_PREDEFINE_TOOL_USERI01 - Include FBICRC_PREDEFINE_TOOL_USERI01 FBICRC_PREDEFINE_TOOL_TOP - Include FBICRC_PREDEFINE_TOOL_TOP FBICRC_PREDEFINE_TOOL_FUNC - Include FBICRC_PREDEFINE_TOOL_FUNC FBICRC_PREDEFINE_TOOL_AF - Predefinition Tool for Additional Fields