CNV_TDMS_06_JEST_ANALYZE 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_TDMS_06_JEST_ANALYZE 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: Analyze Jest entries for OBART
INCLUDE CNV_TDMS_06_JEST_ANALYZE_DATA.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_INIT call function 'CNV_MBT_L_STATE_INIT' exporting packid = gd_packid phase = gd_phase activity_id = gd_act_id * IMPORTING * SESSION_ID = exceptions others = 1.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING PACKID = gd_PACKid PHASE = gd_PHASE ACTIVITY_ID = gd_ACT_ID EXCEPTIONS OTHERS = 1.
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_TDMS_06_JEST_ANALYZE - Analyze Jest entries for OBART CNV_TDMS_06_JEST_ANALYZE - Analyze Jest entries for OBART CNV_TDMS_06_GET_US_TAB_X_DATA - CNVTDMS06GETUSTABXDATA CNV_TDMS_06_GET_US_TAB_P_DATA - CNVTDMS06GETUSTABPDATA CNV_TDMS_06_GET_USER_TAB_X - Get User tables out of sending system CNV_TDMS_06_GET_USER_TAB_X - Get User tables out of sending system