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

/ISDFPS/_SYSTEM_SYNC_COMM_F01 SAP ABAP INCLUDE - Include /ISDFPS/_SYSTEM_SYNC_COMM_F01







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


INCLUDES used within this REPORT /ISDFPS/_SYSTEM_SYNC_COMM_F01

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:

/ISDFPS/ALE_SET_PP_MODE CALL FUNCTION '/ISDFPS/ALE_SET_PP_MODE' EXPORTING system = gs_remote_system-logsys collect_flag = p_collect_flag EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

START_TIME_DETERMINE CALL FUNCTION 'START_TIME_DETERMINE' EXPORTING duration = 1 unit = 'TAG' IMPORTING start_date = l_date_from * start_time = l_time CHANGING end_date = g_start_date_utc end_time = g_start_time_utc EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_not_valid = 6 OTHERS = 7.

/ISDFPS/CALL_TRANSACTION CALL FUNCTION '/ISDFPS/CALL_TRANSACTION' STARTING NEW TASK gs_local_system-logsys DESTINATION gs_remote_system-rfcdest EXPORTING if_tcode = '/ISDFPS/ALE_IN_PROC' * IF_SKIP_FIRST_SCREEN = ' ' it_bdcdata = lt_bdcdata is_options = ls_options * IMPORTING * ET_MSG = * TABLES * CT_SETGET_PARAMETER = EXCEPTIONS import_para_error = 1 tcode_error = 2 auth_error = 3 trans_error = 4 OTHERS = 5.

/ISDFPS/ALE_TT_COUNT_GET CALL FUNCTION '/ISDFPS/ALE_TT_COUNT_GET' EXPORTING system = gs_remote_system-logsys IMPORTING tt_count = p_tt_count EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/ALE_TT_COUNT_SET CALL FUNCTION '/ISDFPS/ALE_TT_COUNT_SET' EXPORTING system = gs_remote_system-logsys tt_count = p_tt_count EXCEPTIONS entry_not_exist = 1 update_error = 2 OTHERS = 3.

/ISDFPS/ALE_TT_COUNT_RESET CALL FUNCTION '/ISDFPS/ALE_TT_COUNT_RESET' EXPORTING system = gs_remote_system-logsys EXCEPTIONS entry_not_exist = 1 update_error = 2 OTHERS = 3.

/ISDFPS/ALE_SET_SYSTEM_MODES CALL FUNCTION '/ISDFPS/ALE_SET_SYSTEM_MODES' EXPORTING system = gs_remote_system-logsys con_mode = p_con_mode com_mode = p_com_mode EXCEPTIONS entry_not_exist = 1 update_error = 2 OTHERS = 3.

/ISDFPS/ALE_GET_SYNC_EOU CALL FUNCTION '/ISDFPS/ALE_GET_SYNC_EOU' EXPORTING system = p_system IMPORTING org_unit_type = l_org_type org_unit = l_org_unit EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/START_GENERIC_WF CALL FUNCTION '/ISDFPS/START_GENERIC_WF' DESTINATION 'NONE' EXPORTING if_title = l_title it_descr = lt_descr if_priority = p_prio if_initiator = sy-uname if_receiver = l_org_unit if_receiver_type = l_org_type * it_attachment = if_tcode = l_tcode * IF_SKIP_FIRST_SCREEN = ' ' * IT_BDCDATA = * IS_OPTIONS = * IF_RFC_DEST = * IF_LEAVE = ' ' * IMPORTING * ET_MSG = * TABLES * CT_SETGET_PARAMETER = EXCEPTIONS import_para_error = 1 tcode_error = 2 auth_error = 3 trans_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/_SYSTEM_SYNC_COMM_F01 or its description.