SUSO_DELETE_OBJECT 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 SUSO_DELETE_OBJECT 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: Program SUSO_DELETE_OBJECT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_CHECK_SYSTEM_TYPE *CALL FUNCTION 'PRGN_CHECK_SYSTEM_TYPE' * EXCEPTIONS * SAP_SYSTEM = 1 * OTHERS = 2.
PRGN_AUTH_MAXIMAL_AUTHORITY *CALL FUNCTION 'PRGN_AUTH_MAXIMAL_AUTHORITY' * EXPORTING * ALSO_S_TCODE = 'X' * ALSO_S_DEVELOP = 'X' * ALSO_S_USER_AGR = 'X' * ALSO_S_USER_GRP = 'X' * EXCEPTIONS * NOT_AUTHORIZED = 1 * OTHERS = 2.
TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'SYST' * IV_CLI_DEP = ' ' * IMPORTING * EV_ORDER = CORRNR * EV_TASK = TASK_number * EXCEPTIONS * INVALID_CATEGORY = 1 * NO_CORRECTION_SELECTED = 2 * OTHERS = 3.
PRGN_APPEND_TRANSPORT_ENTRY *CALL FUNCTION 'PRGN_APPEND_TRANSPORT_ENTRY' * EXPORTING * TASK = TASK_NUMBER * PGMID = 'R3TR' * OBJECT = 'SUSO' * OBJ_NAME = E071_OBJECT * TABKEY = space * EXCEPTIONS * TRANSPORT_PROBLEM = 1 * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SUSO_DELETE_OBJECT - Program SUSO_DELETE_OBJECT SUSO_DELETE_OBJECT - Program SUSO_DELETE_OBJECT SUSINUPG - Migration Check Script to test the migration of ASN data in LOCINSUS SUSINUPG - Migration Check Script to test the migration of ASN data in LOCINSUS SUSALTOP - documentation and ABAP source code SUSALTO1 - documentation and ABAP source code