SAP Reports / Programs

/ISDFPS/ALE_SYSTEM_SYNC SAP ABAP Report - ALE Synchronization







/ISDFPS/ALE_SYSTEM_SYNC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to synchronize systems in the distributed DFPS system landscape...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/ALE_SYSTEM_SYNC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/SYSTEM_SYNC - Synchronization with Partner System


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


Text pool values


Selection Text: P_TR_IMP = Import Transports
Selection Text: P_TR_FTP = Transfer Transports by FTP
Selection Text: P_TR_1ST = Transfer Transports Bef. IDoc
Selection Text: P_TRFCST = tRFC Queue from
Selection Text: P_TRANS = Handle Transports
Selection Text: P_SYSTEM = System Name
Selection Text: P_SNDONL = Only Send
Selection Text: P_SLAVE = Slave Call
Selection Text: P_NR_UPD = Send NR Data
Selection Text: P_NAST = Evaluate NAST
Selection Text: P_MAXPRI = Maximum IDoc Priority
Selection Text: P_INPROC = Inbound Processing - Remote
Selection Text: P_EVL_CP = Evaluate Change Pointers
Selection Text: P_BTC_ST = Start Batch Jobs
Selection Text: P_BTCTST = Test Switch for Batch Jobs
Selection Text: P_BTCPRE = Prefix for Batch Jobs
Selection Text: P_BTCDEL = Delay [Min]
Selection Text: P_AUTO = Automatic Start
Selection Text: P_ALE_ST = Evaluate ALE Status
Title: ALE Synchronization
Text Symbol: 017 = Synchronization
Text Symbol: 016 = TTT Restart
Text Symbol: 011 = Hidden/Test
Text Symbol: 010 = Final Processing
Text Symbol: 009 = Number Range Data
Text Symbol: 008 = Partner
Text Symbol: 007 = SYNC Start
Text Symbol: 006 = Ctrl Parameters
Text Symbol: 005 = Shipments
Text Symbol: 004 = ALE IDoc Transfer
Text Symbol: 003 = Partner System
Text Symbol: 002 = Start
Text Symbol: 001 = Error
Text Symbol: 000 = OK


INCLUDES used within this REPORT /ISDFPS/ALE_SYSTEM_SYNC

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/GET_TIME_UTC CALL FUNCTION '/ISDFPS/GET_TIME_UTC' IMPORTING date_utc = g_start_date_utc time_utc = g_start_time_utc.

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

/ISDFPS/ALE_SET_TRFC_PARAMS CALL FUNCTION '/ISDFPS/ALE_SET_TRFC_PARAMS' EXPORTING system = gs_remote_system-logsys IMPORTING params_modified = l_trfc_modified EXCEPTIONS entry_not_exist = 1 update_error = 2 authorization_failed = 3 foreign_lock = 4 OTHERS = 5.

/ISDFPS/NRIV_TRANSFER CALL FUNCTION '/ISDFPS/NRIV_TRANSFER' DESTINATION gs_remote_system-rfcdest EXPORTING logsys = gs_local_system-logsys TABLES it_nriv = lt_nriv EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

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

/ISDFPS/REPORT_SYSTEM_STATE CALL FUNCTION '/ISDFPS/REPORT_SYSTEM_STATE' DESTINATION gs_local_system-rfcdest EXPORTING system = gs_remote_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/ALE_SYSTEM_SYNC or its description.