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
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.
Title: Include CNV_TDMS_13_FORMS - General Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_13_SHELL_FORMS - Include CNV_TDMS_13_FORMS - General Routines CNV_TDMS_13_SHELL_EXP_SIZE - TDSHL_EXPORT_TABSIZE // Export Size of Tables and Database CNV_TDMS_13_SHELL_EXP_SIZE - TDSHL_EXPORT_TABSIZE // Export Size of Tables and Database CNV_TDMS_13_SHELL_EXPORT_EXCTB - TDSHL_EXPORT_EXC_TAB // Export Exclude Table Information CNV_TDMS_13_SHELL_EXPORT_EXCTB - TDSHL_EXPORT_EXC_TAB // Export Exclude Table Information CNV_TDMS_13_SHELL_EDSIZE_CLASS - Include CNV_TDMS_13_SHELL_EDSIZE_CLASS