SAP Reports / Programs

RKKEDEL1 SAP ABAP Report - Delete Base Planning Objects







RKKEDEL1 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 RKKEDEL1 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

KKE5 - Delete Test Data for Base Object


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 RKKEDEL1. "Basic submit
SUBMIT RKKEDEL1 AND RETURN. "Return to original report after report execution complete
SUBMIT RKKEDEL1 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: LOEKZ = Base Plan Obj. w/ DeletionFlag
Selection Text: S_EXTNR = Base Planning Object
Selection Text: S_KOKRS = Controlling Area
Selection Text: TESTLAUF = Test Run
Title: Delete Base Planning Objects
Text Symbol: 001 = Number of deleted base planning objects:
Text Symbol: 002 = Test run - base planning objects that would be deleted:
Text Symbol: 003 = Base planning obj.COAr Name Deletion flag
Text Symbol: 004 = No suitable base planning objects found
Text Symbol: 005 = & base planning object(s) deleted
Text Symbol: B02 = Processing Options


INCLUDES used within this REPORT RKKEDEL1

INCLUDE RKKEDTOP.


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:

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING LANGUAGE = '*' OBJECT = TDOBJECT ID = TDID NAME = TDNAME EXCEPTIONS NOT_FOUND = 1.

K_UNITCOSTING_DATA_RESET CALL FUNCTION 'K_UNITCOSTING_DATA_RESET' EXPORTING KUR_BZOBJ = BAUTEIL_BZOBJ KUR_KALNR = KALNR KUR_LEDNR = BAUTEIL_LEDGER EXCEPTIONS BZOBJ_NOT_VALID = 01.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_events = lt_events is_print = ls_print TABLES t_outtab = gt_del_ckbs_alv EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = 'RKKEDEL1' i_internal_tabname = gc_struct * i_structure_name = gc_struct i_inclname = 'RKKEDTOP' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "#EC * EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.



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