SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGUGSL00 SAP ABAP Report - G/L Generate Allocation Select Statement







RGUGSL00 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 RGUGSL00 into the relevant SAP transactions such as SE38 or SE80


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 RGUGSL00. "Basic submit
SUBMIT RGUGSL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGSL00 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_TT_SI = G/L GeneGenerate G/L field includes
Selection Text: G_VL = G/L GeneGenerate interface include
Title: G/L Generate Allocation Select Statement
Text Symbol: 001 = The includes can only be generated from client 00.
Text Symbol: 002 = Table Fields
Text Symbol: 003 = have been generated for the include
Text Symbol: 010 = Program SAPFGUSL has been generated
Text Symbol: 078 = User
Text Symbol: 079 = Date
Text Symbol: 080 = Time


INCLUDES used within this REPORT RGUGSL00

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:

G_SPLIT_LINE CALL FUNCTION 'G_SPLIT_LINE' EXPORTING INPUT_LINE = C-L CONDENSE_SHORT_LINES = 'X' TABLES EXPORT_LINES = EXPORT_LINES EXCEPTIONS OTHERS = 1.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = GF_TABLE LANGU = SY-LANGU FTYPE = GF_TYPE LENGTH24 = ' '.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = GF_TABLE LANGU = SY-LANGU FTYPE = 'K' LENGTH24 = ' ' NO_GLX_OBJ_PROCESSING = 'X'.

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_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = GF_TABLE LANGU = SY-LANGU FTYPE = 'A' LENGTH24 = ' '.

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_UPDATE_T800O CALL FUNCTION 'G_UPDATE_T800O' EXPORTING PGMID = 'R3TR' OBJECT = 'PROG' OBJNAME = CRD_RNAME GEN_PROGRAM = 'RGUGSL00' USNAM = SY-UNAME UDAT = SY-DATUM UTIME = SY-UZEIT.

G_GET_TABLE_INFO CALL FUNCTION 'G_GET_TABLE_INFO' EXPORTING I_TAB = T800A-TAB IMPORTING E_TAB_INFO = S_T800A.

G_GET_TABLE_INFO CALL FUNCTION 'G_GET_TABLE_INFO' EXPORTING I_TAB = T800A-TAB IMPORTING E_TAB_INFO = S_T800A.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = I_TABLE-NAME IMPORTING X030L_WA = LS_X030L EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RSS_PROGRAM_GENSTATUS_RESET CALL FUNCTION 'RSS_PROGRAM_GENSTATUS_RESET' EXPORTING I_UNI_IDC25 = '*' I_PROGRAM_CLASS = 'GUSL_SELECT' EXCEPTIONS INVALID_UNIQUE_ID = 1 INVALID_PROGRAM_CLASS = 2 OTHERS = 3.

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' "#EC * EXPORTING I_LOG_HANDLE = XS_LOG_HANDLE I_MSGTY = GC_MSGTY "type I I_TEXT = LD_TEXT EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING E_S_DISPLAY_PROFILE = XS_PROFILE.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_DISPLAY_PROFILE = XS_PROFILE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = XS_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 RGUGSL00 or its description.