SAP Reports / Programs

RGUREP03 SAP ABAP Report - FI-SL: Deletion of Actual Line Items and Correction of Totals Records







RGUREP03 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 RGUREP03 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 RGUREP03. "Basic submit
SUBMIT RGUREP03 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUREP03 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: P_BUKRS = Company Code
Selection Text: P_RCOMP = Company
Selection Text: P_RLDNR = Ledger
Selection Text: P_RRCTY = Record Type
Selection Text: P_RYEAR = Fiscal year
Selection Text: P_TEST = Test Run
Selection Text: SEL_DOC = Document number (FI-SL)
Title: FI-SL: Deletion of Actual Line Items and Correction of Totals Records
Text Symbol: 001 = Do you want to delete?
Text Symbol: 002 = Confirmatn Prompt
Text Symbol: 003 = Display of deleted actual line items


INCLUDES used within this REPORT RGUREP03

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_GET_TABLE_INFO CALL FUNCTION 'G_GET_TABLE_INFO' EXPORTING I_TAB = t881-tab IMPORTING E_TAB_INFO = t800a.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-001 titel = text-002 IMPORTING answer = answer.

G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING activity = '04'.

G_GET_TABLE_INFO CALL FUNCTION 'G_GET_TABLE_INFO' EXPORTING I_TAB = t881-tab IMPORTING E_TAB_INFO = t800a.

G_TABLE_SELECT_WITH_CURSOR CALL FUNCTION 'G_TABLE_SELECT_WITH_CURSOR' EXPORTING I_TABNAME = h_tab i_selection = t_selection i_zero_records = 'X' CHANGING c_t_glu1 = t_sel_glu1.

G_MAX_PERIOD_AND_OFFSET_GET CALL FUNCTION 'G_MAX_PERIOD_AND_OFFSET_GET' EXPORTING period = t_post_glu1-poper table = t881-tab IMPORTING offset = t_glu1_add-offset rpmax = t_glu1_add-rpmax.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = sy-repid TABLES SELECTION_TABLE = lt_rsparams.

G_UPDATE_T800HIST CALL FUNCTION 'G_UPDATE_T800HIST' EXPORTING I_OBJNAME = sy-repid TABLES T_RSPARAMS = lt_rsparams.



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