SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Information System(FI-SL-IS) SAP FI

GRW_DEL_OBJECTS_DELETE_REP SAP ABAP Report - Report to delete entries from table GRW_DEL_OBJECTS







GRW_DEL_OBJECTS_DELETE_REP 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 GRW_DEL_OBJECTS_DELETE_REP 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 GRW_DEL_OBJECTS_DELETE_REP. "Basic submit
SUBMIT GRW_DEL_OBJECTS_DELETE_REP AND RETURN. "Return to original report after report execution complete
SUBMIT GRW_DEL_OBJECTS_DELETE_REP 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: DATE = Date
Selection Text: OBJECT = Object Name
Selection Text: OBJ_TYPE = ReportWriter Object
Selection Text: P_DETAIL = Detail List
Selection Text: P_TEST = Test run
Selection Text: S_MANDT = Client
Title: Report to delete entries from table GRW_DEL_OBJECTS
Text Symbol: 001 = Should all the entries in the table be deleted?
Text Symbol: 002 = Delete all entries
Text Symbol: 003 = Prod run
Text Symbol: 004 = Test run
Text Symbol: 005 = User :
Text Symbol: 006 = Date :
Text Symbol: 007 = Number of entries deleted :


INCLUDES used within this REPORT GRW_DEL_OBJECTS_DELETE_REP

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-001 * textline2 = text-002 titel = text-002 defaultoption = 'N' IMPORTING answer = answer.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = fnam pvalkey = pvalkey dynpprog = dynpprog dynpnr = dynpnr dynprofield = dynprofield stepl = sy-stepl value_org = 'C' TABLES value_tab = int_obj field_tab = fieldtab return_tab = returntab EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = p_sy_repid dynumb = p_sy_dynnr TABLES dynpfields = lt_dynpfield EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'GRW_DEL_OBJECTS' CHANGING CT_FIELDCAT = LT_FIELDCAT.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS I_SAVE = G_SAVE IS_VARIANT = GS_VARIANT IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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