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
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.
Title: TEST/INTERNAL: Deletion of an order/task
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSZ_KILL_TASK - TEST/INTERNAL: Deletion of an order/task RSZ_KILL_TASK - TEST/INTERNAL: Deletion of an order/task RSZ_COMPONENT_TREE - Report RSZ_COMPONENT_TREE RSZ_COMPONENT_TREE - Report RSZ_COMPONENT_TREE RSZ_CHECK_ELEM_IN_RSOOBJXREF - References Between Query Elements and External Objects RSZ_CHECK_ELEM_IN_RSOOBJXREF - References Between Query Elements and External Objects