ALE

ALE IDOC Transaction codes

Posted in ALE on May 26th, 2011 by Abap master

Here is the list of important ALE IDOC transaction codes and its purposes for a quick reference. SALE – This transaction code is used for access IMG ALE Configuration root WE05 – IDoc overview WE07 – IDoc statistics WE20 – This transaction code is used for manually maintain partner profiles WE21 – This transaction code [...]

ALE Distribution model using Message types

Posted in ALE on May 25th, 2011 by Abap master

In message type distribution data transfer is occurring in asynchronously. Here is the list of processes in ALE distribution using Message types. Outbound Processing Master IDOC creation using application function module. Receiver determination (If it not specified in application) Data selection Segment filtering Field conversion Version change Dispatch control IDOC dispatch In communication layer IDOCs [...]

ALE Distribution model using BAPI

Posted in ALE on May 25th, 2011 by Abap master

In ALE applications BAPIs can be called synchronously and asynchronously but synchronous communication only using for reading external data. For writing, ALE BAPI distribution use only asynchronous communication method. Here is the list of processes in ALE data distribution model using BAPI Outbound Processing Receiver determination (Receiver system for the BAPI call will define and [...]

SAP ALE Tutorial

Posted in ALE on May 25th, 2011 by Abap master

The full form of ALE is Application Link Enabling. ALE is the fundamental component of SAP for exchanging data between SAP system and non-SAP systems for business integration purpose. ALE is using Synchronous/asynchronous communication for reading data and asynchronous communication for writing data. The major advantages of ALE are Application data can be distributed between [...]