SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | End User Technology(BW-BEX-ET) SAP BW

RSZ_KILL_TASK SAP ABAP Report - TEST/INTERNAL: Deletion of an order/task







RSZ_KILL_TASK 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 RSZ_KILL_TASK 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 RSZ_KILL_TASK. "Basic submit
SUBMIT RSZ_KILL_TASK AND RETURN. "Return to original report after report execution complete
SUBMIT RSZ_KILL_TASK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: TEST/INTERNAL: Deletion of an order/task


INCLUDES used within this REPORT RSZ_KILL_TASK

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 DEFAULTOPTION = 'N' TEXTLINE1 = 'Wirklich loeschen?' "#EC NOTEXT TEXTLINE2 = ' ' TITEL = 'Auftrag/Aufgabe loeschen' "#EC NOTEXT IMPORTING ANSWER = ANSWER.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING WI_DIALOG = ' ' * WI_LANGU = SY-LANGU * WI_SEL_E070 = ' ' WI_SEL_E071 = 'X' * WI_SEL_E071K = ' ' * WI_SEL_E07T = ' ' WI_TRKORR = KORR * WI_SEL_E070C = ' ' TABLES WT_E071 = IE071 WT_E071K = IE071K EXCEPTIONS NOT_EXIST_E070 = 01 NO_AUTHORIZATION = 02.

TR_DELETE_COMM_OBJECT_KEYS CALL FUNCTION 'TR_DELETE_COMM_OBJECT_KEYS' EXPORTING IS_E071_DELETE = IE071 IV_DIALOG_FLAG = ' ' * IMPORTING * ET_NEW_LOCKS = CHANGING CS_REQUEST = L_REQUEST EXCEPTIONS E_DATABASE_ACCESS_ERROR = 1 E_EMPTY_LOCKKEY = 2 E_BAD_TARGET_REQUEST = 3 E_WRONG_SOURCE_CLIENT = 4 N_NO_DELETION_OF_C_OBJECTS = 5 N_NO_DELETION_OF_CORR_ENTRY = 6 N_OBJECT_ENTRY_DOESNT_EXIST = 7 N_REQUEST_ALREADY_RELEASED = 8 N_REQUEST_FROM_OTHER_SYSTEM = 9 R_ACTION_ABORTED_BY_USER = 10 W_BIGGER_LOCK_IN_SAME_ORDER = 12 W_DUPLICATE_ENTRY = 13 W_NO_AUTHORIZATION = 14 W_USER_NOT_OWNER = 15.

CORR_DELETE_ENTRY * CALL FUNCTION 'CORR_DELETE_ENTRY' * EXPORTING * DELETE_ENTRY = IE071 * KORRNUM = KORR * TABLES * E071_TAB = IE071 * LOCK_SPLITS = LOCKS * EXCEPTIONS * NO_AUTHORIZATION = 01.

TR_DELETE_COMM CALL FUNCTION 'TR_DELETE_COMM' EXPORTING WI_TRKORR = KORR WI_DIALOG = SPACE EXCEPTIONS ORDER_ALREADY_RELEASED = 01 ORDER_CONTAINS_C_MEMBER = 02 ORDER_CONTAINS_LOCKED_ENTRIES = 03 ORDER_IS_REFERED = 04 REPAIR_ORDER = 05 USER_NOT_OWNER = 06 DELETE_WAS_CANCELLED = 07 ORDERNUMBER_EMPTY = 08 TR_ENQUEUE_FAILED = 09 OBJECTS_FREE_BUT_STILL_LOCKS = 10 ORDER_LOCK_FAILED = 11 NO_AUTHORIZATION = 12 WRONG_CLIENT = 13.



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