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

CNV_TDMS_EC_LOGSYS_CONV_SUBR SAP ABAP INCLUDE - Include CNV_TDMS_EC_LOGSYS_CONV_SUBR







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


INCLUDES used within this REPORT CNV_TDMS_EC_LOGSYS_CONV_SUBR

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:

POPUP_FOR_INTERACTION CALL FUNCTION 'POPUP_FOR_INTERACTION' EXPORTING headline = 'Assign Logical System Names'(012) * text1 = 'Sender and Receiver Logical Systems are * identical'(013) text1 = text-013 * -lambas text2 = 'This might lead to inconsistencies'(014) text4 = 'Maintain a valid logical system name for the receiver system'(015) text5 = 'Do you want to still save?'(026) ticon = 'W' button_1 = 'Yes'(016) button_2 = 'No'(004) IMPORTING button_pressed = l_ans .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = gc_logsys dynprofield = gc_value_new value_org = gc_s TABLES value_tab = ls_receiver_logsys return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2.

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-010 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_FOR_INTERACTION CALL FUNCTION 'POPUP_FOR_INTERACTION' EXPORTING headline = 'Assign Logical System Names'(012) text1 = text-024 text2 = text-025 * text3 = * text4 = text-024 * text5 = text-025 ticon = 'W' button_1 = 'OK'(028).



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