<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ALE Configuration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206393#M472017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Creation of Custom IDOc type and message Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Create Partner Profile(WE20 Tcode) and Port Definition in WE19 Tcodes.&lt;/P&gt;&lt;P&gt;take the Basis help to create them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First create segments in WE31 Tcode with the required dataelements&lt;/P&gt;&lt;P&gt;2.Create the Basic Idoc Type in WE30&lt;/P&gt;&lt;P&gt;   release the Segments and IDOC type.&lt;/P&gt;&lt;P&gt;3.Create Message type in We81&lt;/P&gt;&lt;P&gt;4.Assign the message type to IDOC type in WE82 T code&lt;/P&gt;&lt;P&gt;5.Create the process code in We41 (for Outbound) WE42 (for Inbound)&lt;/P&gt;&lt;P&gt;6.Create A fun module in SE37 starting with ZIDOC_OUTPUT_.. by copying some Inbound (for    Inbound) Outbound Fun module&lt;/P&gt;&lt;P&gt;7.Create  Workflow setting if needed ..&lt;/P&gt;&lt;P&gt;8. Assign the fun module to Idoc Type, Message Type and WF object (if it is there0&lt;/P&gt;&lt;P&gt;9.Define setting for fun module in BD51&lt;/P&gt;&lt;P&gt;10.In BD51 Define the settings for Fun module..&lt;/P&gt;&lt;P&gt;10.Assign the Processs Code to Fun mod`ule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound:&lt;/P&gt;&lt;P&gt;Step 1.  Application document is created when transaction is saved.&lt;/P&gt;&lt;P&gt;         2.  Message control is invoked.&lt;/P&gt;&lt;P&gt;         3.  Messages are processed by system.&lt;/P&gt;&lt;P&gt;         4.  Messages are Edited (if desired).&lt;/P&gt;&lt;P&gt;         5.  Output (ALE /  EDI) is checked&lt;/P&gt;&lt;P&gt;         6.  Validate against Message control record from Partner Profile&lt;/P&gt;&lt;P&gt;         7.  Application Document is saved.&lt;/P&gt;&lt;P&gt;         8.  Entry NAST table is created for every selected output program&lt;/P&gt;&lt;P&gt;              along with Medium &amp;amp; Timing.&lt;/P&gt;&lt;P&gt;         9.  Check for Process Immediately .&lt;/P&gt;&lt;P&gt;                 If (yes)&lt;/P&gt;&lt;P&gt;                   Determine Processing Program from TNAPR Table.&lt;/P&gt;&lt;P&gt;                 ELSE&lt;/P&gt;&lt;P&gt;                   Execute RSNASTED Program.&lt;/P&gt;&lt;P&gt;       10.  Read Partner Profile to determine Process Code.&lt;/P&gt;&lt;P&gt;       11.  Process Code points to the Function Module &amp;amp; Invoked.&lt;/P&gt;&lt;P&gt;       12.  IDoc is generated.  &lt;/P&gt;&lt;P&gt;       13.  Check for ALE Request.&lt;/P&gt;&lt;P&gt;                    if (Yes)&lt;/P&gt;&lt;P&gt;                        Perform Filters, Conversions, Version Changes etc.&lt;/P&gt;&lt;P&gt;                    Else.&lt;/P&gt;&lt;P&gt;                        IDoc is stored in DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INBOUND:&lt;/P&gt;&lt;P&gt;Step 1.  EDI Subsystem creates an IDoc file from EDI Messages&lt;/P&gt;&lt;P&gt;	   2.   Subsystem calls Functional Module 				  	     EDI_DATA_INCOMING from startRFC program.&lt;/P&gt;&lt;P&gt;         3.  Data in Control Record is validate against the Partner 		    	   Profile.&lt;/P&gt;&lt;P&gt; 	   4. IDoc is generated in Database and syntax check is 		   	   carried out.&lt;/P&gt;&lt;P&gt;	   5. IDoc file is deleted once file read.&lt;/P&gt;&lt;P&gt;	   6. Event PROCESSSTATE REACHED is triggered in Idoc Object Workflow.  &lt;/P&gt;&lt;P&gt;                   7.  Check for Process Immediately.&lt;/P&gt;&lt;P&gt;			If NO&lt;/P&gt;&lt;P&gt;			  Execute RBDAPP01 Program&lt;/P&gt;&lt;P&gt;			Else&lt;/P&gt;&lt;P&gt;			   Read Process Code from Partner Profile   	&lt;/P&gt;&lt;P&gt;	                  Process Code Points to  Function Module&lt;/P&gt;&lt;P&gt;			  Application Document Posted.	&lt;/P&gt;&lt;P&gt;further help:&lt;/P&gt;&lt;P&gt;check url&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/configuration.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/configuration.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/training" target="test_blank"&gt;http://www.sapdevelopment.co.uk/training&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also u can get lots of inof from the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/why_ale.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/why_ale.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 11:44:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T11:44:54Z</dc:date>
    <item>
      <title>ALE Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206392#M472016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to complete steps in ALE configuration .please give the steps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 11:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206392#M472016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206393#M472017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Creation of Custom IDOc type and message Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Create Partner Profile(WE20 Tcode) and Port Definition in WE19 Tcodes.&lt;/P&gt;&lt;P&gt;take the Basis help to create them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First create segments in WE31 Tcode with the required dataelements&lt;/P&gt;&lt;P&gt;2.Create the Basic Idoc Type in WE30&lt;/P&gt;&lt;P&gt;   release the Segments and IDOC type.&lt;/P&gt;&lt;P&gt;3.Create Message type in We81&lt;/P&gt;&lt;P&gt;4.Assign the message type to IDOC type in WE82 T code&lt;/P&gt;&lt;P&gt;5.Create the process code in We41 (for Outbound) WE42 (for Inbound)&lt;/P&gt;&lt;P&gt;6.Create A fun module in SE37 starting with ZIDOC_OUTPUT_.. by copying some Inbound (for    Inbound) Outbound Fun module&lt;/P&gt;&lt;P&gt;7.Create  Workflow setting if needed ..&lt;/P&gt;&lt;P&gt;8. Assign the fun module to Idoc Type, Message Type and WF object (if it is there0&lt;/P&gt;&lt;P&gt;9.Define setting for fun module in BD51&lt;/P&gt;&lt;P&gt;10.In BD51 Define the settings for Fun module..&lt;/P&gt;&lt;P&gt;10.Assign the Processs Code to Fun mod`ule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound:&lt;/P&gt;&lt;P&gt;Step 1.  Application document is created when transaction is saved.&lt;/P&gt;&lt;P&gt;         2.  Message control is invoked.&lt;/P&gt;&lt;P&gt;         3.  Messages are processed by system.&lt;/P&gt;&lt;P&gt;         4.  Messages are Edited (if desired).&lt;/P&gt;&lt;P&gt;         5.  Output (ALE /  EDI) is checked&lt;/P&gt;&lt;P&gt;         6.  Validate against Message control record from Partner Profile&lt;/P&gt;&lt;P&gt;         7.  Application Document is saved.&lt;/P&gt;&lt;P&gt;         8.  Entry NAST table is created for every selected output program&lt;/P&gt;&lt;P&gt;              along with Medium &amp;amp; Timing.&lt;/P&gt;&lt;P&gt;         9.  Check for Process Immediately .&lt;/P&gt;&lt;P&gt;                 If (yes)&lt;/P&gt;&lt;P&gt;                   Determine Processing Program from TNAPR Table.&lt;/P&gt;&lt;P&gt;                 ELSE&lt;/P&gt;&lt;P&gt;                   Execute RSNASTED Program.&lt;/P&gt;&lt;P&gt;       10.  Read Partner Profile to determine Process Code.&lt;/P&gt;&lt;P&gt;       11.  Process Code points to the Function Module &amp;amp; Invoked.&lt;/P&gt;&lt;P&gt;       12.  IDoc is generated.  &lt;/P&gt;&lt;P&gt;       13.  Check for ALE Request.&lt;/P&gt;&lt;P&gt;                    if (Yes)&lt;/P&gt;&lt;P&gt;                        Perform Filters, Conversions, Version Changes etc.&lt;/P&gt;&lt;P&gt;                    Else.&lt;/P&gt;&lt;P&gt;                        IDoc is stored in DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INBOUND:&lt;/P&gt;&lt;P&gt;Step 1.  EDI Subsystem creates an IDoc file from EDI Messages&lt;/P&gt;&lt;P&gt;	   2.   Subsystem calls Functional Module 				  	     EDI_DATA_INCOMING from startRFC program.&lt;/P&gt;&lt;P&gt;         3.  Data in Control Record is validate against the Partner 		    	   Profile.&lt;/P&gt;&lt;P&gt; 	   4. IDoc is generated in Database and syntax check is 		   	   carried out.&lt;/P&gt;&lt;P&gt;	   5. IDoc file is deleted once file read.&lt;/P&gt;&lt;P&gt;	   6. Event PROCESSSTATE REACHED is triggered in Idoc Object Workflow.  &lt;/P&gt;&lt;P&gt;                   7.  Check for Process Immediately.&lt;/P&gt;&lt;P&gt;			If NO&lt;/P&gt;&lt;P&gt;			  Execute RBDAPP01 Program&lt;/P&gt;&lt;P&gt;			Else&lt;/P&gt;&lt;P&gt;			   Read Process Code from Partner Profile   	&lt;/P&gt;&lt;P&gt;	                  Process Code Points to  Function Module&lt;/P&gt;&lt;P&gt;			  Application Document Posted.	&lt;/P&gt;&lt;P&gt;further help:&lt;/P&gt;&lt;P&gt;check url&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/configuration.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/configuration.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ale2.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ale2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/training" target="test_blank"&gt;http://www.sapdevelopment.co.uk/training&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also u can get lots of inof from the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/why_ale.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/why_ale.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 11:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206393#M472017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206394#M472018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/whitepapers/ale.htm" target="test_blank"&gt;http://www.sapgenie.com/whitepapers/ale.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/index.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap.html" target="test_blank"&gt;http://www.sappoint.com/abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pd" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 11:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-configuration/m-p/2206394#M472018</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2007-05-09T11:48:40Z</dc:date>
    </item>
  </channel>
</rss>

