SAP Reports / Programs

/ISDFPS/ALE_SYNC_SYSTEMS SAP ABAP Report - ALE Synchronization







/ISDFPS/ALE_SYNC_SYSTEMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To synchronize systems in a distributed DFPS system landscape DFPS Customizing: ,,- Distributed system landscape ,,- Object categories and transport priorities ,,- Assignment of message types to object categories ,,- Organizational unit responsible for error handling ,,- CCMS monitoring integration (main system - for test scenarios) Called in the decentralized system - Partner system - ALE IDoc parameters - Transport handling parameters SAP Application log ..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_SYNC_SYSTEMS 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/ALE_SYNC - ALE Sync. with Partner Systems


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_SYNC_SYSTEMS. "Basic submit
SUBMIT /ISDFPS/ALE_SYNC_SYSTEMS AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ALE_SYNC_SYSTEMS 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_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: 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 = Transports
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_SYNC_SYSTEMS

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.



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