SAP Reports / Programs

CNV_TDMS_BW_AMOUNT SAP ABAP Report - Display Data Transfer volumes







CNV_TDMS_BW_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_BW_AMOUNT into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_TDMS_BW_AMOUNT. "Basic submit
SUBMIT CNV_TDMS_BW_AMOUNT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_BW_AMOUNT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ACT_ID = Activity
Selection Text: P_PACK = Package
Selection Text: P_PHASE = Phase
Title: Display Data Transfer volumes
Text Symbol: 001 = TDBWP_AMOUNT
Text Symbol: 002 = Amount in KB
Text Symbol: 003 = Other Tables
Text Symbol: 004 = Loading Data...
Text Symbol: 005 = Object :
Text Symbol: 006 = Description
Text Symbol: 008 = Object
Text Symbol: 010 = List of Objects
Text Symbol: 011 = Objects
Text Symbol: 012 = InfoCube
Text Symbol: 013 = ODS Objects
Text Symbol: 014 = Master Data
Text Symbol: 015 = Other Tables
Text Symbol: 016 = Total size (in KB)


INCLUDES used within this REPORT CNV_TDMS_BW_AMOUNT

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_CONSTANTS.
INCLUDE CNV_TDMS_BW_AMOUNTTOP.
INCLUDE CNV_TDMS_BW_AMOUNT_CLASS.
INCLUDE CNV_TDMS_BW_AMOUNTO01.
INCLUDE CNV_TDMS_BW_AMOUNTI01.
INCLUDE CNV_TDMS_BW_AMOUNTFO1.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-004.

CNV_TDMS_SET_GET_STATE CALL FUNCTION 'CNV_TDMS_SET_GET_STATE' EXPORTING gd_packid = p_pack gd_phase = p_phase gd_act_id = p_act_id * tables * lt_state = EXCEPTIONS insert_error = 1 rfc_error = 2 OTHERS = 3 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_TDMS_BW_AMOUNT or its description.