BMEN_CORRMEN6 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 BMEN_CORRMEN6 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.
Selection Text: EXTID = Enhancement ID
Title: Program BMEN_CORRMEN6
Text Symbol: 003 = Transport Problems
Text Symbol: 002 = Enhancement ID Deleted
Text Symbol: 001 = Enhancement ID is Still Being Used
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = object * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' importing we_order = order * WE_TASK = * WE_KO200 = * WE_OBJECT_APPENDABLE = * ES_TADIR = * TABLES * WT_E071K = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TRINT_TADIR_DELETE CALL FUNCTION 'TRINT_TADIR_DELETE' EXPORTING OBJECT = object-object OBJ_NAME = tadir_objname PGMID = object-pgmid * IV_TEST_MODE = ' ' EXCEPTIONS TADIR_ENTRY_NOT_EXISTING = 1 OBJECT_EXISTS = 2 OBJECT_LOCKED = 3 OBJECT_DISTRIBUTED = 4 OTHERS = 5.
TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_order = order wi_ko200 = object * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' * IMPORTING * WE_ORDER = * WE_TASK = * WE_KO200 = * ES_TADIR = * TABLES * WT_E071K = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.