RGBCFL00 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 RGBCFL00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GCCG - Generate Code for FI-SL
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: G_ALE = Distributed Systems (ALE)
Selection Text: G_ALLOC = Assessment/Distribution
Selection Text: G_ARC = Archiving
Selection Text: G_CATT = CATT
Selection Text: G_CUR = Currency Translation
Selection Text: G_CUS = Customizing
Selection Text: G_FORW = Balance Carryforward
Selection Text: G_MOV = Direct Posting Field Movements
Selection Text: G_PLAN = Planning
Selection Text: G_REC = Drilldown
Selection Text: G_ROLL = Rollup
Selection Text: G_SEL = Read the FI-SL tables
Selection Text: G_SUBRT = Substitution
Selection Text: G_T830X = Access to integr. master data
Selection Text: G_TT_SI = FI-SL tables
Selection Text: G_UPD = Direct posting
Selection Text: G_VL = Transfer tables to FI-SL
Title: Update FI-SL Programs
Text Symbol: 200 = Transfer tables to FI-SL
Text Symbol: 190 = Direct posting
Text Symbol: 180 = FI-SL tables
Text Symbol: 170 = Access to Integrated Mstr Data
Text Symbol: 160 = Substitution
Text Symbol: 150 = Read the FI-SL tables
Text Symbol: 140 = Rollup
Text Symbol: 130 = Drilldown Reporting
Text Symbol: 120 = Planning
Text Symbol: 110 = Direct Posting Field Movements
Text Symbol: 100 = Balance Carryforward
Text Symbol: 001 = The includes can only be generated in client 000.
Text Symbol: 002 = Table
Text Symbol: 003 = was entered in include
Text Symbol: 004 = Direct posting routines were generated
Text Symbol: 005 = Caution: Also check tables T800M and T888M (field movements)
Text Symbol: 006 = **ERROR** Table
Text Symbol: 007 = not found
Text Symbol: 008 = Created by:
Text Symbol: 009 = Date :
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCC1_CHECK_CC_IS_ACTIVE CALL FUNCTION 'SCC1_CHECK_CC_IS_ACTIVE' IMPORTING "CC_ACTIVE = 'X': client copy IS_RUNNING = CC_ACTIVE. "CC_ACTIVE = ' ': other parent
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '02'.
G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = I800A-TAB EXCEPTIONS OTHERS = 8.
G_FIELD_SET * CALL FUNCTION 'G_FIELD_SET' * EXPORTING * FTYPE = 'A' * TABLE = CF_TABLE * TEXT_FLAG = 'X' * EXCEPTIONS * NOT_FOUND = 4.
G_FIELD_GET * CALL FUNCTION 'G_FIELD_GET' * IMPORTING * FIELD_ATTR = DFIES * SUBRC = RC.
G_FIELD_GET * CALL FUNCTION 'G_FIELD_GET' * IMPORTING * FIELD_ATTR = DFIES * SUBRC = RC.
G_SPLIT_LINE CALL FUNCTION 'G_SPLIT_LINE' "#EC * EXPORTING INPUT_LINE = C-L CONDENSE_SHORT_LINES = 'X' TABLES EXPORT_LINES = EXPORT_LINES EXCEPTIONS OTHERS = 1.
G_UPDATE_T800O CALL FUNCTION 'G_UPDATE_T800O' EXPORTING PGMID = 'R3TR' OBJECT = 'PROG' OBJNAME = CRD_RNAME GEN_PROGRAM = 'RGBCFL00' USNAM = SY-UNAME UDAT = SY-DATUM UTIME = SY-UZEIT.
CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = XS_LOG IMPORTING E_LOG_HANDLE = XS_LOG_HANDLE EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = GS_LOG_HANDLE I_MSGTY = GC_I I_PROBCLASS = GC_4 I_TEXT = IV_FREE_TEXT EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING E_S_DISPLAY_PROFILE = XS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = IS_DISPLAY_PROFILE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RGBCFL00 or its description.