CNV_TDMS_BW_FROM_DATE_USER_I01 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_BW_FROM_DATE_USER_I01 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_BW_FROM_DATE_USER_I01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_CHECK_EXECUTION CALL FUNCTION 'CNV_TDMS_CHECK_EXECUTION' EXPORTING packid = ls_ref_pack-packid phase = p_phase activity_id = gc_act_id_confirm IMPORTING state_tec = lv_stat_tec state_log = lv_stat_log EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 entry_does_not_exist = 3 other_error = 4 OTHERS = 5.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'PACKID' * PVALKEY = ' ' dynpprog = prog dynpnr = dynr dynprofield = 'REF_PACK' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = gt_ref_pack * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 "warning text_question = text-074 * text-001: You have unsaved changes.Would you like to save
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_BW_FROM_DATE_USER_I01 - Include CNV_TDMS_BW_FROM_DATE_USER_I01 CNV_TDMS_BW_FROM_DATE_TOP - Include CNV_TDMS_01_FROM_P_TOP CNV_TDMS_BW_FROM_DATE_STATUO01 - Include CNV_TDMS_BW_FROM_DATE_STATUO01 CNV_TDMS_BW_FROM_DATE_INIT_O01 - Include CNV_TDMS_BW_FROM_DATE_INIT_O01 CNV_TDMS_BW_FROM_DATE_INIT_F01 - Include CNV_TDMS_BW_FROM_DATE_INIT_F01 CNV_TDMS_BW_FROM_DATE_FIND_O01 - Include CNV_TDMS_BW_FROM_DATE_FIND_O01