<?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 Problem with Inbound in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210363#M473342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ALE. I created ALE config in two different R/3 systems. After triggering ALE, I got message in Out bound as 1 i.e, Idoc generated. When I saw in Inbound systems, I got 52,62,64 and finally 50 status. Its showing as Application document not completely posted. What action I have to take further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 13:23:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T13:23:11Z</dc:date>
    <item>
      <title>Problem with Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210363#M473342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ALE. I created ALE config in two different R/3 systems. After triggering ALE, I got message in Out bound as 1 i.e, Idoc generated. When I saw in Inbound systems, I got 52,62,64 and finally 50 status. Its showing as Application document not completely posted. What action I have to take further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210363#M473342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210364#M473343</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;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;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;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;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&lt;/P&gt;&lt;P&gt;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>Fri, 27 Apr 2007 13:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210364#M473343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210365#M473344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CSY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE or Application Link Enabling ensures a distributed but integrated SAP installation. It comprises the controlled exchange of business messages and consistent data management in loosely-linked SAP application systems. ALE is point to point mainly used for integrating SAP systems and capable of creating a dialogue only between a pair of systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the ALE process steps you need do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Creating the Logical System in Application Server(trnx SALE).&lt;/P&gt;&lt;P&gt;2)Assigning the Clients to the Logical systems(Trnx SALE).&lt;/P&gt;&lt;P&gt;3) Create a distribution model for the IDOC(trnx BD64)&lt;/P&gt;&lt;P&gt;4)Create an RFC desination for the XI(trnx SM59).&lt;/P&gt;&lt;P&gt;5)Create a tRFC port (trnx WE21).&lt;/P&gt;&lt;P&gt;6)Create partner profile (trnx WE20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls refer to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b3/4bf60b4bab1343a03c004d2cb3566d/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b3/4bf60b4bab1343a03c004d2cb3566d/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/43/ce993b45cb0a85e10000000a1553f6/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/43/ce993b45cb0a85e10000000a1553f6/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps(ALE SETTINGS) have a look at this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="324535"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pls see the below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.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.sapgenie.com/sapedi/idoc_abap.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/idoc_abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/idoc_sample.html" target="test_blank"&gt;http://www.allsaplinks.com/idoc_sample.html&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;/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pls reward points if you helpful&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound/m-p/2210365#M473344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:33:46Z</dc:date>
    </item>
  </channel>
</rss>

