CNV_MBT_DEL_DELETE_CLIENT 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 CNV_MBT_DEL_DELETE_CLIENT 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: P_ACT_ID = D Activity ID
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Title: Program CNV_TDMS_09_DELETE_CLIENT
Text Symbol: 001 = Changes will be lost.
Text Symbol: 002 = Maintain DELETE CLIENT.
Text Symbol: 003 = Client
Text Symbol: 004 = Client Name
Text Symbol: 005 = Marked for Deletion
Text Symbol: 006 = Do you want to save changes?
Text Symbol: 007 = Complete database
Text Symbol: 008 = TDMS Specific
INCLUDE CNV_MBT_DEL_DELETE_CLIENT_TOP.
INCLUDE CNV_MBT_DEL_PROTMESS. "FOR STATUS AND PROTOCOL
INCLUDE CNV_MBT_DEL_DELETE_CLIENT_CLAS.
INCLUDE CNV_MBT_DEL_DELETE_CLIENT_SUBR.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = ld_tabname VARKEY = ld_varkey EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = ld_tabname VARKEY = ld_varkey.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_DEL_DELETE_CLIENT - Program CNV_TDMS_09_DELETE_CLIENT CNV_MBT_DEL_DELETE_CLIENT - Program CNV_TDMS_09_DELETE_CLIENT CNV_MBT_DEL_DEFINE_DEL_METHOD - Program to define deletion method CNV_MBT_DEL_DEFINE_DEL_METHOD - Program to define deletion method CNV_MBT_DEL_COPY_ENTRIES - Copy entries from cnvtdms_09-tables to cnvmbt09-tables CNV_MBT_DEL_COPY_ENTRIES - Copy entries from cnvtdms_09-tables to cnvmbt09-tables