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

CNV_TDMS_CRM_FROM_DATE_F01 SAP ABAP INCLUDE - Include CNV_TDMS_CRM_FROM_DATE_F01







CNV_TDMS_CRM_FROM_DATE_F01 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_FROM_DATE_F01 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_FROM_DATE_F01. "Basic submit
SUBMIT CNV_TDMS_CRM_FROM_DATE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_CRM_FROM_DATE_F01 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_CRM_FROM_DATE_F01


INCLUDES used within this REPORT CNV_TDMS_CRM_FROM_DATE_F01

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_CHECK_EXECUTION CALL FUNCTION 'CNV_TDMS_CHECK_EXECUTION' EXPORTING packid = p_pack phase = p_phase activity_id = gc_act_id_confirm IMPORTING state_tec = lv_state_tec state_log = lv_state_log EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 entry_does_not_exist = 3 other_error = 4 OTHERS = 5.

CNV_MBT_L_STATE_INIT CALL FUNCTION 'CNV_MBT_L_STATE_INIT' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS OTHERS = 1.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = text-001 text_option1 = text-002 text_option2 = text-003 icon_text_option1 = 'ICON_DISPLAY' icon_text_option2 = 'ICON_CHANGE' titel = text-004 start_column = 25 start_row = 6 cancel_display = gc_x IMPORTING answer = lv_ans.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVTDMS_01_EVAL' CHANGING ct_fieldcat = gt_fcat.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-006 text_button_1 = text-007 text_button_2 = text-008 default_button = '2' display_cancel_button = space IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text-009 text_button_1 = text-007 "yes text_button_2 = text-008 "no display_cancel_button = gc_x IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.

CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS OTHERS = 1.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = gc_x displ_mode = gc_2 id = gc_tx langu = sy-langu object = iv_docu_object EXCEPTIONS wrong_name = 1 OTHERS = 2.



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