<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140339#M746296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Triggering the Outbound Process via Stand-Alone Programs:&lt;/P&gt;&lt;P&gt;Stand-Alone programs are started explicitly by a user to transmit data from one SAP system to another. Standard Programs for several master data objects exist in SAP.  Ex. The material master data can be transferred using the RBDSEMAT program or transaction BD10.&lt;/P&gt;&lt;P&gt;The stand-alone programs provide a selection screen to specify the objects to be transferred and the receiving system. After the stand-alone program is executed, it calls the IDoc selection program with the specified parameters.&lt;/P&gt;&lt;P&gt;Triggering the Outbound Process via Change Pointers:&lt;/P&gt;&lt;P&gt;The change pointer technique is used to initiate the outbound process automatically when master data is created or changed.&lt;/P&gt;&lt;P&gt;A standard program, RBDMIDOC, is scheduled to run on a periodic basis to evaluate the change pointers for a message type and start the ALE process for distributing the master data to the appropriate destination. The RBDMIDOC program reads the table TBDME to determine the IDoc selection program for a message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 06:51:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T06:51:15Z</dc:date>
    <item>
      <title>ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140338#M746295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHILE TRANSFERING  DATA FROM CLIENT TO CLIENT SAY 200 TO 400..&lt;/P&gt;&lt;P&gt;I GOT THE STATUS 64 IN RECEIVER CLIENT...&lt;/P&gt;&lt;P&gt;MEANS READY TO SEND DATA TO APPLICATION..&lt;/P&gt;&lt;P&gt;BUT I AM NOT GETTING DATA IN MY APPLICATION CAN U SUGGEST  HOW TO CONTINUE PLS....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140338#M746295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140339#M746296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Triggering the Outbound Process via Stand-Alone Programs:&lt;/P&gt;&lt;P&gt;Stand-Alone programs are started explicitly by a user to transmit data from one SAP system to another. Standard Programs for several master data objects exist in SAP.  Ex. The material master data can be transferred using the RBDSEMAT program or transaction BD10.&lt;/P&gt;&lt;P&gt;The stand-alone programs provide a selection screen to specify the objects to be transferred and the receiving system. After the stand-alone program is executed, it calls the IDoc selection program with the specified parameters.&lt;/P&gt;&lt;P&gt;Triggering the Outbound Process via Change Pointers:&lt;/P&gt;&lt;P&gt;The change pointer technique is used to initiate the outbound process automatically when master data is created or changed.&lt;/P&gt;&lt;P&gt;A standard program, RBDMIDOC, is scheduled to run on a periodic basis to evaluate the change pointers for a message type and start the ALE process for distributing the master data to the appropriate destination. The RBDMIDOC program reads the table TBDME to determine the IDoc selection program for a message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140339#M746296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140340#M746297</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;Please reward points, if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Steps For ALE/IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE IDOC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending System(Outbound ALE Process)&lt;/P&gt;&lt;P&gt;Tcode SALE ? for &lt;/P&gt;&lt;P&gt;a) Define Logical System &lt;/P&gt;&lt;P&gt;b) Assign Client to Logical System&lt;/P&gt;&lt;P&gt;Tcode SM59-RFC Destination&lt;/P&gt;&lt;P&gt;Tcode BD64 ? Create Model View&lt;/P&gt;&lt;P&gt;Tcode BD82 ? Generate partner Profiles &amp;amp; Create Ports&lt;/P&gt;&lt;P&gt;Tcode BD64 ? Distribute the Model view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Type MATMAS &lt;/P&gt;&lt;P&gt;Tcode BD10 ? Send Material Data&lt;/P&gt;&lt;P&gt;Tcode WE05 ? Idoc List for watching any Errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiving System(Inbound ALE )&lt;/P&gt;&lt;P&gt;Tcode SALE ? for &lt;/P&gt;&lt;P&gt;a) Define Logical System &lt;/P&gt;&lt;P&gt;b) Assign Client to Logical System&lt;/P&gt;&lt;P&gt;Tcode SM59-RFC Destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode BD64 ? Check for Model view whether it has distributed or not&lt;/P&gt;&lt;P&gt;Tcode BD82 -- Generate partner Profiles &amp;amp; Create Ports&lt;/P&gt;&lt;P&gt;Tcode BD11 Getting Material Data&lt;/P&gt;&lt;P&gt;Tcode WE05 ? Idoc List for inbound status codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE IDOC Steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending System(Outbound ALE Process)&lt;/P&gt;&lt;P&gt;Tcode SALE ?3 for &lt;/P&gt;&lt;P&gt;a) Define Logical System &lt;/P&gt;&lt;P&gt;b) Assign Client to Logical System&lt;/P&gt;&lt;P&gt;Tcode SM59-RFC Destination&lt;/P&gt;&lt;P&gt;Tcode BD64 !V Create Model View&lt;/P&gt;&lt;P&gt;Tcode BD82 !V Generate partner Profiles &amp;amp; Create Ports&lt;/P&gt;&lt;P&gt;Tcode BD64 !V Distribute the Model view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Receiving system Settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiving System(Inbound ALE )&lt;/P&gt;&lt;P&gt;Tcode SALE ?3 for &lt;/P&gt;&lt;P&gt;a) Define Logical System &lt;/P&gt;&lt;P&gt;b) Assign Client to Logical System&lt;/P&gt;&lt;P&gt;Tcode SM59-RFC Destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode BD64 !V Check for Model view whether it has distributed or not&lt;/P&gt;&lt;P&gt;Tcode BD82 -- Generate partner Profiles &amp;amp; Create Ports&lt;/P&gt;&lt;P&gt;Tcode BD11 Getting Material Data&lt;/P&gt;&lt;P&gt;Tcode WE05 !V Idoc List for inbound status codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Type MATMAS &lt;/P&gt;&lt;P&gt;Tcode BD10 !V Send Material Data&lt;/P&gt;&lt;P&gt;Tcode WE05 !V Idoc List for watching any Errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)a Goto Tcode SALE&lt;/P&gt;&lt;P&gt;Click on Sending &amp;amp; Receiving Systems--&amp;gt;Select Logical Systems&lt;/P&gt;&lt;P&gt;Here Define Logical Systems---&amp;gt; Click on Execute Button&lt;/P&gt;&lt;P&gt;go for new entries&lt;/P&gt;&lt;P&gt;1) System Name : ERP000&lt;/P&gt;&lt;P&gt;Description : Sending System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) System Name : ERP800&lt;/P&gt;&lt;P&gt;Description : Receiving System&lt;/P&gt;&lt;P&gt;press Enter &amp;amp; Save &lt;/P&gt;&lt;P&gt;it will ask Request&lt;/P&gt;&lt;P&gt;if you want new request create new Request orpress continue for transfering the objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B) goto Tcode SALE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Assign Client to Logical Systems--&amp;gt;Execute&lt;/P&gt;&lt;P&gt;000--&amp;gt; Double click on this &lt;/P&gt;&lt;P&gt;Give the following Information&lt;/P&gt;&lt;P&gt;Client : ERP 000&lt;/P&gt;&lt;P&gt;City : &lt;/P&gt;&lt;P&gt;Logical System&lt;/P&gt;&lt;P&gt;Currency&lt;/P&gt;&lt;P&gt;Client role&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save this Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2) For RFC Creation&lt;/P&gt;&lt;P&gt;Goto Tcode SM59--&amp;gt;Select R/3 Connects&lt;/P&gt;&lt;P&gt;Click on Create Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC Destination Name should be same as partner's logical system name and case sensitive to create the ports automatically while generating the partner profiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the information for required fields&lt;/P&gt;&lt;P&gt;RFC Destination : ERP800&lt;/P&gt;&lt;P&gt;Connection type: 3&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Target Host : ERP000&lt;/P&gt;&lt;P&gt;System No:000&lt;/P&gt;&lt;P&gt;lan : EN&lt;/P&gt;&lt;P&gt;Client : 800&lt;/P&gt;&lt;P&gt;User : Login User Name&lt;/P&gt;&lt;P&gt;Password: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save this &amp;amp; Test it &amp;amp; RemortLogin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;Goto Tcode BD64 -- click on Change mode button&lt;/P&gt;&lt;P&gt;click on create moduleview&lt;/P&gt;&lt;P&gt;short text : xxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;Technical Neme : MODEL_ALV&lt;/P&gt;&lt;P&gt;save this &amp;amp; Press ok &lt;/P&gt;&lt;P&gt;select your just created modelview Name :'MODEL_ALV'.&lt;/P&gt;&lt;P&gt;goto add message type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Model Name : MODEL_ALV&lt;/P&gt;&lt;P&gt;sender : ERP000&lt;/P&gt;&lt;P&gt;Receiver : ERP800&lt;/P&gt;&lt;P&gt;Message type :MATMAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save &amp;amp; Press Enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Goto Tcode BD82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give Model View : MODEL_ALV&lt;/P&gt;&lt;P&gt;Partner system : ERP800&lt;/P&gt;&lt;P&gt;execute this by press F8 Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will gives you sending system port No :A000000015(Like)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Goto Tcode BD64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seelct the modelview&lt;/P&gt;&lt;P&gt;goto &lt;DEL&gt;&amp;gt;edit&lt;/DEL&gt;&amp;gt;modelview--&amp;gt;distribute&lt;/P&gt;&lt;P&gt;press ok &amp;amp; Press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)goto Tcode : BD10 for Material sending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material : mat_001&lt;/P&gt;&lt;P&gt;Message Type : MATMAS&lt;/P&gt;&lt;P&gt;Logical System : ERP800&lt;/P&gt;&lt;P&gt;and Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7)goto Tcode : BD11 for Material Receiving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material : mat_001&lt;/P&gt;&lt;P&gt;Message Type : MATMAS&lt;/P&gt;&lt;P&gt;and Execute --&amp;gt; 1 request idoc created for message type Matmas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Master Idoc set for Messge type MATMAS--&amp;gt;press Enter&lt;/P&gt;&lt;P&gt;1 Communication Idoc generated for Message Type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is your IDOC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change Pointers&lt;/P&gt;&lt;P&gt;I know how to change the description of a material using ALE Change Pointers.&lt;/P&gt;&lt;P&gt;I will give the following few steps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Tcode BD61---&amp;gt; check the change pointers activated check box&lt;/P&gt;&lt;P&gt;save and goback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Tcode BD50---&amp;gt; check the MATMAS check box save and comeback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Tcode BD51---&amp;gt; goto IDOC_INPUT_MATMAS01 select the checkbox save and comeback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Tcode BD52---&amp;gt; give message type : matmas press ok button.&lt;/P&gt;&lt;P&gt;select all what ever you want and delete remaining fields.&lt;/P&gt;&lt;P&gt;save &amp;amp; come back.&lt;/P&gt;&lt;P&gt;5) 5) go to Tcode MM02 select one material and try to change the description and save it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will effects the target systems material desciption will also changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) goto Tcode SE38 give program Name is : RBDMIDOC and Execute&lt;/P&gt;&lt;P&gt;give Message type : MATMAS and Executte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE/IDOC Status Codes/Messages&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01 Error --&amp;gt; Idoc Added&lt;/P&gt;&lt;P&gt;30 Error --&amp;gt; Idoc ready for dispatch(ALE Service)&lt;/P&gt;&lt;P&gt;then goto SE38 --&amp;gt; Execute the Program RBDMIDOC&lt;/P&gt;&lt;P&gt;29 Error --&amp;gt; ALE Service Layer &lt;/P&gt;&lt;P&gt;then goto SE38 --&amp;gt; Execute the Program RSEOUT00&lt;/P&gt;&lt;P&gt;03 Error --&amp;gt; Data Passed to Port ok&lt;/P&gt;&lt;P&gt;then goto SE38 --&amp;gt; Execute the Program RBDMOIND&lt;/P&gt;&lt;P&gt;12 Error --&amp;gt; Dispatch ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound Status Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;50 Error --&amp;gt; It will go for ALE Service Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;56 Error --&amp;gt; Idoc with Errors added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;51 Error --&amp;gt; Application Document not posted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;65 Error --&amp;gt; Error in ALE Service Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 51 or 56 Errors do the following steps&lt;/P&gt;&lt;P&gt;goto WE19 &lt;DEL&gt;&amp;gt; give the IDOC Number and Execute&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Press on Inbound function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 65 Error --&amp;gt; goto SE38 --&amp;gt; Execute the Program RBDAPP01 then your getting 51 Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/3140340#M746297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:41:32Z</dc:date>
    </item>
  </channel>
</rss>

