CNV_TDMS_02_AMOUNT 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_02_AMOUNT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNVTDMSAMOUNT - Transaction for Amount Transfer
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: Information about amount of data being transferred to receiver system
Text Symbol: 001 = TableName
Text Symbol: 002 = Amount in KB
Text Symbol: 003 = MigObject
Text Symbol: 004 = Loading...
Text Symbol: 005 = Display data transfer volume for migration package
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_CONSTANTS.
INCLUDE CNV_TDMS_02_AMOUNTTOP.
INCLUDE CNV_TDMS_02_AMOUNTO01.
INCLUDE CNV_TDMS_02_AMOUNTI01.
INCLUDE CNV_TDMS_02_AMOUNTFO1.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 25 text = text-004.
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_02_AMOUNT - Information about amount of data being transferred to receiver system CNV_TDMS_02_AMOUNT - Information about amount of data being transferred to receiver system CNV_TDMS_02_AC_PLAN_CALC_TOP - Include CNV_TDMS_02_AC_PLAN_CALC_TOP CNV_TDMS_02_AC_PLAN_CALC_SUBR - Include CNV_TDMS_02_AC_PLAN_CALC_SUBR CNV_TDMS_02_AC_PLAN_CALC - Program CNV_TDMS_02_AC_PLAN_CALC CNV_TDMS_02_AC_PLAN_CALC - Program CNV_TDMS_02_AC_PLAN_CALC