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

/ISDFPS/XI_ALE_SYNC_F02 SAP ABAP INCLUDE - /ISDFPS/XIALESYNCF02







/ISDFPS/XI_ALE_SYNC_F02 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/XI_ALE_SYNC_F02 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/XI_ALE_SYNC_F02. "Basic submit
SUBMIT /ISDFPS/XI_ALE_SYNC_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/XI_ALE_SYNC_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /ISDFPS/XI_ALE_SYNC_F02

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_GET_LOCAL_SYSTEM CALL FUNCTION '/ISDFPS/ALE_GET_LOCAL_SYSTEM' IMPORTING local_system = g_local_logsys * IS_CENTRAL = EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/XI_SYS_MSG_PRIO_GET CALL FUNCTION '/ISDFPS/XI_SYS_MSG_PRIO_GET' EXPORTING i_receiver_id = g_receiver_id IMPORTING et_obj_prio = gt_obj_prio et_obj_prio_level = gt_obj_prio_level.

/ISDFPS/XI_FILTER_DEACTIVATE CALL FUNCTION '/ISDFPS/XI_FILTER_DEACTIVATE' EXPORTING i_receiver_id = l_receiver_id i_msg_type = l_msg_type.

/ISDFPS/XI_FILTER_MSG_CNT_GET * CALL FUNCTION '/ISDFPS/XI_FILTER_MSG_CNT_GET' * EXPORTING * i_receiver_id = l_receiver_id * i_msg_type = l_msg_type * IMPORTING * e_msg_count = l_msg_cnt_mt.

/ISDFPS/XI_FILTER_MSG_CNT_GETN CALL FUNCTION '/ISDFPS/XI_FILTER_MSG_CNT_GETN' EXPORTING i_receiver_id = l_receiver_id it_msg_type = lt_msg_type IMPORTING e_msg_count = l_msg_count.

/ISDFPS/XI_FILTER_ACTIVATE CALL FUNCTION '/ISDFPS/XI_FILTER_ACTIVATE' EXPORTING i_receiver_id = l_receiver_id i_msg_type = l_msg_type.

/ISDFPS/TEST_SYSTEM_RFC_CONN * CALL FUNCTION '/ISDFPS/TEST_SYSTEM_RFC_CONN' * EXPORTING * system = gs_remote_system-logsys * IMPORTING * rfc_ok = l_rfc_ok * rfc_msg = l_rfc_msg * EXCEPTIONS * entry_not_exist = 1 * OTHERS = 2.

/ISDFPS/TEST_SYSTEM_RFC_CONN CALL FUNCTION '/ISDFPS/TEST_SYSTEM_RFC_CONN' EXPORTING system = gs_remote_system-logsys IMPORTING rfc_ok = l_rfc_ok rfc_msg = l_rfc_msg EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/ALE_GET_SYSTEM_STATE CALL FUNCTION '/ISDFPS/ALE_GET_SYSTEM_STATE' EXPORTING system = gs_remote_system-logsys IMPORTING system_state = ls_system_state EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/ALE_GET_SYSTEM_STATE CALL FUNCTION '/ISDFPS/ALE_GET_SYSTEM_STATE' EXPORTING system = gs_remote_system-logsys IMPORTING system_state = ls_system_state EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

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

/ISDFPS/REPORT_SYSTEM_STATE CALL FUNCTION '/ISDFPS/REPORT_SYSTEM_STATE' DESTINATION gs_remote_system-rfcdest EXPORTING system = gs_local_system-logsys EXCEPTIONS tid_not_found = 1 ccms_report_error = 2 OTHERS = 3.

/ISDFPS/ALE_GET_SYSTEM_STATE CALL FUNCTION '/ISDFPS/ALE_GET_SYSTEM_STATE' EXPORTING system = gs_remote_system-logsys IMPORTING system_state = ls_system_state EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/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.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = gs_remote_system-delta_s unit = 'MIN' IMPORTING end_date = l_job_date end_time = l_job_time CHANGING start_date = l_sy_datum start_time = l_sy_uzeit 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_no_valid = 6 OTHERS = 7.

JOB_OPEN





CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_job_name jobclass = l_job_class IMPORTING jobcount = l_job_count EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_job_count jobname = l_job_name sdlstrtdt = l_job_date sdlstrttm = l_job_time IMPORTING job_was_released = l_job_was_released EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

/ISDFPS/ALE_SET_SYSTEM_OFFLINE CALL FUNCTION '/ISDFPS/ALE_SET_SYSTEM_OFFLINE' DESTINATION 'NONE' EXPORTING system = gs_remote_system-logsys autark_flag = 'X' EXCEPTIONS entry_not_exist = 1 update_error = 2 OTHERS = 3.

/ISDFPS/REPORT_SYSTEM_STATE CALL FUNCTION '/ISDFPS/REPORT_SYSTEM_STATE' DESTINATION 'NONE' EXPORTING system = gs_remote_system-logsys EXCEPTIONS tid_not_found = 1 ccms_report_error = 2 OTHERS = 3.

/ISDFPS/TEST_SYSTEM_RFC_CONN CALL FUNCTION '/ISDFPS/TEST_SYSTEM_RFC_CONN' EXPORTING system = gs_remote_system-logsys IMPORTING rfc_ok = l_rfc_ok rfc_msg = l_rfc_msg * RFC_INFO = EXCEPTIONS entry_not_exist = 1 OTHERS = 2.

/ISDFPS/ALE_SET_SYSTEM_OFFLINE CALL FUNCTION '/ISDFPS/ALE_SET_SYSTEM_OFFLINE' DESTINATION gs_remote_system-rfcdest EXPORTING system = gs_local_system-logsys autark_flag = ' ' EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

/ISDFPS/REPORT_SYSTEM_STATE CALL FUNCTION '/ISDFPS/REPORT_SYSTEM_STATE' DESTINATION gs_remote_system-rfcdest EXPORTING system = gs_local_system-logsys EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.



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