CNV_TDMS_BW_OTHER_ANALYSES 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_BW_OTHER_ANALYSES 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: GD_DEST = Destination_id
Selection Text: P_ACT_ID = Activity ID
Selection Text: P_PACK = Package ID
Selection Text: P_PHASE = Phase ID
Title: Perform TDMS-Specific Analyses
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_PROTMESS_TOP.
INCLUDE CNV_TDMS_CONSTANTS.
INCLUDE CNV_TDMS_BW_OTHER_ANALYS_TOP.
INCLUDE CNV_TDMS_BW_OTHER_ANALYS_FORM.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = gc_sender IMPORTING destination_id = gd_dest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 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.
CNV_TDMS_BW_OTHER_ANALYSES - Perform TDMS-Specific Analyses CNV_TDMS_BW_OTHER_ANALYSES - Perform TDMS-Specific Analyses CNV_TDMS_BW_LOGSYS_CONV_TOP - Include CNV_TDMS_BW_LOGSYS_CONV_TOP CNV_TDMS_BW_LOGSYS_CONV_CLASS - Include CNV_TDMS_BW_LOGSYS_CONV_CLASS CNV_TDMS_BW_LOGSYS_CONVERT - Maintain the conversion of logical system names CNV_TDMS_BW_LOGSYS_CONVERT - Maintain the conversion of logical system names