SAP Reports / Programs

RGBCFL00 SAP ABAP Report - Update FI-SL Programs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GCCG - Generate Code for FI-SL


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RGBCFL00. "Basic submit
SUBMIT RGBCFL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGBCFL00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 :





Text Symbol: 010 = Time :
Text Symbol: 011 = Substitution routines have been generated in all clients
Text Symbol: 012 = Include program RGCATT01 generated for CATT procedures
Text Symbol: 013 = Coding for maintaining code combinations has been generatd
Text Symbol: 014 = Export and import programs for ALE generated
Text Symbol: 015 = Generator :
Text Symbol: 020 = Table deleted from T800A since not in Repository:
Text Symbol: 030 = Used tables
Text Symbol: 031 = FI-SL basic functions
Text Symbol: 032 = Plng
Text Symbol: 033 = Other FI-SL functions
Text Symbol: 034 = Misc.
Text Symbol: 035 = Always mark the check boxes for these
Text Symbol: 040 = Distributed systems (ALE)
Text Symbol: 050 = Assessment/Distribution
Text Symbol: 060 = Archiving
Text Symbol: 070 = CATT
Text Symbol: 080 = Currency Translation
Text Symbol: 090 = Customizing


INCLUDES used within this REPORT RGBCFL00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.

BAL_LOG_CREATE





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.



Contribute (Add Comments)

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.