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

RGUDELEC SAP ABAP Report - Delete Incorrect Configuration Entries







RGUDELEC 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 RGUDELEC 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 RGUDELEC. "Basic submit
SUBMIT RGUDELEC AND RETURN. "Return to original report after report execution complete
SUBMIT RGUDELEC 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: TESTLAUF = Test Run
Selection Text: PT895C = Global version parameters
Selection Text: PT895 = Local version parameters
Selection Text: PT894T = Version texts for ledger
Selection Text: PT894 = Ledger versions
Selection Text: PT886C = Ledger-glob.comp.-act.assgnmts
Selection Text: PT886B = Ledger-co.code-act.assignments
Selection Text: PT886A = Ledger-activity assignments
Selection Text: PT882C = Ledger-global comp.assignments
Selection Text: PT882 = Ledger-company cde assignments
Selection Text: PT881T = Ledger texts
Selection Text: PT881 = Ledger
Title: Delete Incorrect Configuration Entries
Text Symbol: 013 = Problem Description
Text Symbol: 012 = Update Run
Text Symbol: 011 = Test Run
Text Symbol: 010 = Assignment ledger & for table & not defined
Text Symbol: 009 = Table & for ledger & does not exist
Text Symbol: 008 = No Incorrect Entries Found
Text Symbol: 007 = Version & not defined
Text Symbol: 006 = Activity & not defined
Text Symbol: 005 = Global company & not defined
Text Symbol: 004 = Company code & not defined
Text Symbol: 003 = Ledger & not defined
Text Symbol: 002 = Incorrect entries in table &:
Text Symbol: 001 = Program Control


INCLUDES used within this REPORT RGUDELEC

INCLUDE MGCU0COM.


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_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '05'.

G_T881_T881T_T884C_UPDATE CALL FUNCTION 'G_T881_T881T_T884C_UPDATE' TABLES I_FLAG = ITABFLAGT I_T881 = IT881V I_FLAGT = ITABFLAG1 I_T881T = IT881TV I_FLAG2 = ITABFLAG2 I_T884C = IT884CV I_FLAG3 = ITABFLAG3 I_T894 = IT894V I_FLAG4 = ITABFLAG4 I_T894T = IT894TV.

G_T882_UPDATE CALL FUNCTION 'G_T882_UPDATE' TABLES I_FLAG = ITABFLAG5 I_T882 = IT882V.

G_T882C_T030C_UPDATE CALL FUNCTION 'G_T882C_T030C_UPDATE' TABLES I_FLAG = ITABFLAG6 I_T882C = IT882CV I_FLAGT = ITABFLAG7 I_T030C = IT030CV.

G_T895_UPDATE CALL FUNCTION 'G_T895_UPDATE' TABLES I_FLAG = ITABFLAG8 I_T895 = IT895V.

G_T895C_UPDATE CALL FUNCTION 'G_T895C_UPDATE' TABLES I_FLAG = ITABFLAG9 I_T895C = IT895CV.

G_T886A_T886B_UPDATE CALL FUNCTION 'G_T886A_T886B_UPDATE' TABLES I_FLAG = ITABFLAG11 I_T886B = IT886BV I_FLAGT = ITABFLAG10 I_T886A = IT886AV.

G_T886A_T886C_UPDATE CALL FUNCTION 'G_T886A_T886C_UPDATE' TABLES I_FLAG = ITABFLAG12 I_T886C = IT886CV I_FLAGT = ITABFLAG10 I_T886A = IT886AV.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT IT_SORT = LT_SORT IT_EVENTS = LT_EVENTS I_TABNAME_HEADER = LC_MS_TABNAME I_TABNAME_ITEM = LC_SL_TABNAME IS_KEYINFO = LS_KEYINFO IS_PRINT = LS_PRINT TABLES T_OUTTAB_HEADER = GT_SUB_MASTER T_OUTTAB_ITEM = [] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = GC_MS_STRUCTNAME CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = IV_SL_STRUCTNAME CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENT.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING E_WIDTH = LV_LINSZ.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.



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 RGUDELEC or its description.