CNV_TDMS_BI_LOGSYS_CONV_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_BI_LOGSYS_CONV_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_LOGSYS_CONV_FORMS
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 = text-001 text_question = text-029 text_button_1 = text-003 text_button_2 = text-004 default_button = '1' display_cancel_button = gc_x IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-025 text_button_1 = text-003 text_button_2 = text-004 default_button = '1' display_cancel_button = gc_x IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = gc_legend i_tabname = '1' it_fieldcat = lt_fct it_excluding = lt_excluding TABLES t_outtab = lt_legend_tab EXCEPTIONS program_error = 0 OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 default_button = '1' display_cancel_button = gc_x IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-029 text_button_1 = text-003 text_button_2 = text-004 default_button = '1' display_cancel_button = gc_x IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOGSYS' dynprofield = 'VALUE_NEW' value_org = 'S' TABLES value_tab = lt_receiver_logsys return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2.
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_BI_LOGSYS_CONV_FORMS - Include CNV_TDMS_LOGSYS_CONV_FORMS CNV_TDMS_BI_LOGSYS_CONV_CLASS - Include CNV_TDMS_BW_LOGSYS_CONV_CLASS CNV_TDMS_BI_LOGSYS_CONVERT - Assign Logical System Names in the Receiver System CNV_TDMS_BI_LOGSYS_CONVERT - Assign Logical System Names in the Receiver System CNV_TDMS_BI_GET_ERP_TOP - Include CNV_TDMS_CR_GET_ERP_TOP CNV_TDMS_BI_GET_ERP_PACKID - Get the Relevant ERP Package for the current Package