SAP Reports / Programs | Distributed System Landscape | Defense Forces and Public Security | Distributed System Landscape(IS-DFS-BIT-DIS) SAP IS

/ISDFPS/_SWITCH_USER_COMMANI01 SAP ABAP INCLUDE - Include /ISDFPS/_SWITCH_USER_COMMANI01







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


INCLUDES used within this REPORT /ISDFPS/_SWITCH_USER_COMMANI01

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_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-q01 text_button_1 = 'Ja'(a01) ICON_BUTTON_1 = 'ICON_OKAY' text_button_2 = 'Nein'(a02) ICON_BUTTON_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' USERDEFINED_F1_HELP = gf_popup_help start_column = 25 start_row = 6 IMPORTING answer = gf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION gf_cent_rfcdest EXCEPTIONS communication_failure = 1 "wrong RFC dest system_failure = 2 "no connection OTHERS = 3.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/IM_CUA' if_msgty = 'S' if_msgno = gf_msgno if_msgv1 = sy-uname if_msgv2 = gf_cent_rfcdest if_msgv3 = gf_logsys CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_log it_log_msg = gt_appl_log_msg if_save_log = 'X' if_display_log = ' ' IMPORTING ef_loghandle = gf_loghandle EXCEPTIONS import_para_error = 1 bal_log_error = 2 OTHERS = 3.

/ISDFPS/CUA_SWITCH CALL FUNCTION '/ISDFPS/CUA_SWITCH' DESTINATION gf_cent_rfcdest EXPORTING if_logsys = gf_logsys if_initiator = sy-uname if_switch_on = gf_switch_on if_switch_off = gf_switch_off if_delete_all = 'L' EXCEPTIONS input_para_error = 1 switch_para_error = 2 switch_error = 3 auth_error = 4 communication_failure = 5 "wrong RFC dest system_failure = 6 "no connection OTHERS = 7.

/ISDFPS/CUA_SWITCH CALL FUNCTION '/ISDFPS/CUA_SWITCH' EXPORTING if_logsys = gf_logsys if_initiator = sy-uname if_switch_on = gf_switch_on if_switch_off = gf_switch_off if_delete_mode = 'C' EXCEPTIONS input_para_error = 1 switch_para_error = 2 switch_error = 3 auth_error = 4 OTHERS = 5.



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 /ISDFPS/_SWITCH_USER_COMMANI01 or its description.