SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_CRM_TABLES_SROUTINE SAP ABAP INCLUDE - Include CNV_TDMS_09_TABLES_SROUTINE







CNV_TDMS_CRM_TABLES_SROUTINE is a standard ABAP INCLUDE 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_CRM_TABLES_SROUTINE 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_CRM_TABLES_SROUTINE. "Basic submit
SUBMIT CNV_TDMS_CRM_TABLES_SROUTINE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_CRM_TABLES_SROUTINE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CNV_TDMS_09_TABLES_SROUTINE


INCLUDES used within this REPORT CNV_TDMS_CRM_TABLES_SROUTINE

No INCLUDES are used within this REPORT code!


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:

CNV_TDMS_09_GETDATA_TABLES09 call function 'CNV_TDMS_09_GETDATA_TABLES09' destination gv_destid exporting pack_id = gd_packid tables cnv_tdms_09_getdata = gt_09_tables exceptions no_data_exists = 1 others = 2.

CNV_TDMS_09_POPULATE_TABLES09 * CALL FUNCTION 'CNV_TDMS_09_POPULATE_TABLES09' * DESTINATION gv_destid * EXPORTING * im_packid = gd_packid * TABLES * t_09_tables = lt_09_tables.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lv_tabname importing x030l_wa = ls_tabhead tables dfies_tab = th_tabinfo_new exceptions not_found = 1 internal_error = 2 others = 3.

DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = lv_tabname importing subrc = lv_subrc exceptions others = 1.

CNV_MBT_L_PROTOCOL_WRITE_DB call function 'CNV_MBT_L_PROTOCOL_WRITE_DB' exceptions others = 1.

CNV_TDMS_06_GET_USER_TAB_X * CALL FUNCTION 'CNV_TDMS_06_GET_USER_TAB_X' * EXPORTING * P_PACK = GD_PACKID * P_PHASE = GD_PHASE * P_ACT_ID = GD_ACT_ID * TABLES * IT_TABL = GT_06_USTAB.

CNV_TDMS_06_TAB_SPEC_HANDLING call function 'CNV_TDMS_06_TAB_SPEC_HANDLING' exporting p_pack = gd_packid p_task = 'DROP' tables spec_tab = gt_06_ustab exceptions no_pcl_destination = 1 no_correct_sign = 2 table_empty = 3 others = 4.

CNV_TDMS_09_GETCLIENT_DEL call function 'CNV_TDMS_09_GETCLIENT_DEL' destination gv_destid exporting packid = gd_packid tables cnv_tdms_09_clientdel = gt_clients exceptions no_data_exists = 1 others = 2.

CNV_TDMS_09_UPDATE_CLDEL call function 'CNV_TDMS_09_UPDATE_CLDEL' destination gv_destid tables et_cldel = gt_clients exceptions modify_error = 1 others = 2.

CNV_TDMS_09_GETPACK call function 'CNV_TDMS_09_GETPACK' destination gv_destid exporting pack_id = gd_packid tables it_09_pack = lt_09_pack exceptions no_data_exists = 1 others = 2.

CNV_TDMS_09_GETCTR call function 'CNV_TDMS_09_GETCTR' destination gv_destid exporting pack_id = gd_packid tables it_09_ctr = lt_09_ctr exceptions no_data_exists = 1 others = 2.

CNV_TDMS_09_SETDATA_TABLES09 call function 'CNV_TDMS_09_SETDATA_TABLES09' destination gv_destid exporting pack_id = gd_packid tables cnv_tdms_09_setdata = gt_09_tables exceptions write_error = 1 others = 2.

CNV_TDMS_09_COPYTO_RECV call function 'CNV_TDMS_09_COPYTO_RECV' exporting i_pack_id = gd_packid tables it_09_cldel = gt_clients it_09_pack = lt_09_pack it_09_ctr = lt_09_ctr it_09_tables = gt_09_tables exceptions insert_cldel_error = 1 insert_pack_error = 2 insert_table_error = 3 insert_ctr_error = 4 others = 5.



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_CRM_TABLES_SROUTINE or its description.