‎2006 Sep 05 10:51 AM
Hi all
What is the Methodology for implementing ALE? is it the five phases involved Are there any documents related to this topic?
thanks,
Sruthy
‎2006 Sep 05 11:04 AM
hi,
Give me your mail id. I shall send the implementation guide.
Regards,
Sailaja.
‎2006 Sep 05 11:09 AM
HI,
go through the following links for ALE detials,
implmentation step by step
http://www.sapgenie.com/whitepapers/ale.htm
http://www.sapgenie.com/ale/index.htm
http://www.sappoint.com/abap.html
http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pdf
Regards,
‎2006 Sep 05 11:12 AM
Hi,
Data exchange between R/3 Systems happend through ALE Methodology. Check out the following SAP HELP url which will take you through the configuaration process :
http://help.sap.com/saphelp_47x200/helpdata/en/1a/0e33b3539911d1898b0000e8322d00/frameset.htm
But, if you`re working on a production server pls do not attempt such configuarations. You can just use them for ur knowledge.
Reward if helpful.
Rgds
‎2006 Sep 05 11:59 AM
hi
good
go through this link,
http://www.thespot4sap.com/Articles/SAP_ALE_Configuring.asp
thanks
mrutyun^
‎2006 Sep 05 12:10 PM
To develop a new custom ALE scenario, comprises 5 steps:
1. Design and develop the custom IDoc with its segments and a new message type
2. Configure the ALE environment with the new IDoc and message type (customer model, partner profiles and linking IDoc to message type)
3. Develop the outbound process which does the following:
Populates the custom IDoc with control info and functional data
Sends the IDoc to the ALE layer for distribution
Updates status and handles errors
4. Configure the ALE inbound side (partner profiles with inbound process code)
5. Develop the inbound process which does the following:
Reads the IDoc into a BDC table; selects other data that is required
Runs transaction using call transaction or BDC session
Updates status and handles errors