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

CNV_TDMS_13_SHELL_FORMS SAP ABAP INCLUDE - Include CNV_TDMS_13_FORMS - General Routines







CNV_TDMS_13_SHELL_FORMS 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_13_SHELL_FORMS 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_13_SHELL_FORMS. "Basic submit
SUBMIT CNV_TDMS_13_SHELL_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_13_SHELL_FORMS 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_13_FORMS - General Routines


INCLUDES used within this REPORT CNV_TDMS_13_SHELL_FORMS

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = p_titlebar text_question = p_question icon_button_1 = 'ICON_OKAY' icon_button_2 = 'ICON_CANCEL' display_cancel_button = p_cancel importing answer = gv_popup_answer exceptions text_not_found = 0 others = 0.

CNV_MBT_RFC_GET call function 'CNV_MBT_RFC_GET' exporting packid = gv_package exec_target = gc_pcl_system importing destination_id = gv_cnvmbtdest exceptions no_destinations_for_packid = 1 no_specific_destination_type = 2 others = 3.

CNV_TDMS_13_SHELL_GET_FILES call function 'CNV_TDMS_13_SHELL_GET_FILES' destination gv_cnvmbtdest exporting im_directory = gv_directory im_file_mask = p_mask tables et_file_list = gt_dir_list exceptions nothing_found = 1 no_authority = 2 communication_failure = 3 message gv_message system_failure = 4 message gv_message others = 5.

CNV_TDMS_13_SHELL_SND_REL call function 'CNV_TDMS_13_SHELL_SND_REL' destination gv_cnvmbtdest importing release = gv_release exceptions communication_failure = 1 message gv_message system_failure = 2 message gv_message others = 3.

CNV_MBT_DOCU_ACTIVITY call function 'CNV_MBT_DOCU_ACTIVITY' exporting iv_activity_id = p_act_id exceptions activity_not_exists = 1 document_id_not_exists = 2 others = 3.

CNV_TDMS_13_SHELL_GET_TABNAME *call function 'CNV_TDMS_13_SHELL_GET_TABNAME' to get the tablenames *in each dataclass existing in the sender system .

CNV_TDMS_13_SHELL_GET_TABNAME call function 'CNV_TDMS_13_SHELL_GET_TABNAME' destination gv_cnvmbtdest exporting package_id = p_pack IM_PHASE = p_phase IM_ACT_ID = p_act_id importing ev_count = lv_count e_retcode = lv_ret_val tables exctb_tab = gt_exctb et_messages = gt_messages.



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