SAP Reports / Programs

CNV_TDMS_08_DOM_EXCEPT_MAINT_P SAP ABAP Report - Maintain special rules for client conversion in TDMS







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


Text pool values


Title: Maintain special rules for client conversion in TDMS
Text Symbol: 008 = Value
Text Symbol: 009 = Continue
Text Symbol: 010 = Create Object
Text Symbol: 011 = Length
Text Symbol: 012 = Offset
Text Symbol: 013 = Table-
Text Symbol: 007 = Name
Text Symbol: 001 = Routine
Text Symbol: 002 = Field_1
Text Symbol: 003 = Field_2
Text Symbol: 004 = Example
Text Symbol: 005 = Status
Text Symbol: 006 = Table name
Text Symbol: 023 = Data Element Name
Text Symbol: 024 = Used
Text Symbol: 025 = Param. No. 1
Text Symbol: 026 = Param. No. 2
Text Symbol: 027 = Example Table
Text Symbol: 022 = Domain Name
Text Symbol: 014 = be deleted from the list?
Text Symbol: 015 = Should the object really
Text Symbol: 017 = Delete structure description
Text Symbol: 018 = Routine Selection
Text Symbol: 019 = Sequence no.
Text Symbol: 021 = Not Use


INCLUDES used within this REPORT CNV_TDMS_08_DOM_EXCEPT_MAINT_P

INCLUDE CNV_TDMS_08_DOM_EX_MA_DATA.


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_08_GET_EXEC_NUM_P CALL FUNCTION 'CNV_TDMS_08_GET_EXEC_NUM_P' EXPORTING gd_packid = gd_packid gd_phase = gd_phase gd_act_id = gd_act_id TABLES lt_state = lt_state.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_structure_name = 'gt_outtab' i_callback_user_command = gv_user_command is_layout = gs_layout i_callback_pf_status_set = gv_status_set it_fieldcat = gt_fieldcat[] TABLES t_outtab = gt_outtab.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = gv_text textline2 = gv_text2 titel = gv_title start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = gv_answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = gv_text textline2 = gv_text2 titel = gv_title start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = gv_answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = gv_text textline2 = gv_text2 titel = gv_title start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = gv_answer EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' * exporting * i_callback_program = gv_repid * i_structure_name = 'gt_outtab' * i_callback_user_command = gv_user_command * is_layout = gs_layout * i_callback_pf_status_set = gv_status_set * it_fieldcat = gt_fieldcat[] * tables * t_outtab = gt_outtab.

POPUP_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING f4_formname = 'POPUP_F4_HELP' f4_programname = gv_repid formname = 'POPUP_CALLBACK' programname = gv_repid popup_title = gv_popup_title ok_pushbuttontext = gv_ok_pushbuttontext icon_ok_push = gv_icon_ok_push IMPORTING returncode = vl_returncode TABLES fields = gt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

HELP_VALUES_GET_WITH_DD_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_TABLE' EXPORTING fieldname = p_fieldtabname fieldtabname = '' selectfield = 3 shfields = '35' tabname = 'CNVMBTRULES' tabkey = '*' title_in_list_popup = text-018 show_values = 'X' IMPORTING selectvalue = value EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 table_not_in_ddic = 4 database_error = 5 OTHERS = 6.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' i_callback_program = gv_repid i_structure_name = 'GT_OUTTAB_VALUE' i_callback_user_command = gv_user_command is_layout = gs_layout2 i_callback_pf_status_set = gv_status_set it_fieldcat = gt_fieldcat[] i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 120 i_screen_end_line = 15 TABLES t_outtab = p_gt_outtab_value.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_structure_name = 'GT_OUTTAB' i_callback_user_command = gv_user_command is_layout = gs_layout i_callback_pf_status_set = gv_status_set_1 it_fieldcat = gt_fieldcat[] i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 120 i_screen_end_line = 15 TABLES t_outtab = gt_outtab_small.

CNV_MBT_UC_DOWNLOAD CALL FUNCTION 'CNV_MBT_UC_DOWNLOAD' EXPORTING filename = lv_file_1 filetype = lv_type_1 TABLES data_tab = p_gt_outtab EXCEPTIONS download_error = 1 OTHERS = 2.

CNV_MBT_UC_DOWNLOAD

CNV_MBT_UC_DOWNLOAD * call function 'CNV_MBT_UC_DOWNLOAD' "ohne dialog CALL FUNCTION 'CNV_MBT_UC_DOWNLOAD' EXPORTING filename = lv_file_2 filetype = lv_type_2 TABLES data_tab = p_gt_outtab_struc EXCEPTIONS download_error = 1 OTHERS = 2.

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

CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_p_pack phase = p_p_phase activity_id = p_p_act_id state_tec = p_p_state_tec state_log = p_p_state_log aborted = p_p_aborted EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_p_pack phase = p_p_phase activity_id = p_p_act_id EXCEPTIONS OTHERS = 1.



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