<?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: we 19  rest tool for idoc processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667139#M883246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs are generally table like structures which carry the required data to be transferred form r/3-legacy and vice- versa. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;So these intermediate documents are to be triggered and this can be done in t.code WE19. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Checking the status of the &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs&lt;/SPAN&gt; can be monitored in WE02, WE05.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;This tcode(WE19) assists in triggering the &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs&lt;/SPAN&gt; with the values you provide and send them to the Logical system configured in the RFC Destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Inbound Idocs are the incoming data to R3 while Outbound Idocs&amp;nbsp; are the outgoing data to the specified destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Standard Inbound/Outbound processing buttons will receive/trigger the Idocs with the respective control record information.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Control records have sender/reciever info ; data record have the data ; status records has the overall status of the Idoc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/SPAN&gt; &lt;/STRONG&gt; will create the idoc dynamically depending on your requirements&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Apr 2013 07:12:46 GMT</pubDate>
    <dc:creator>parandhaman_mohan</dc:creator>
    <dc:date>2013-04-05T07:12:46Z</dc:date>
    <item>
      <title>we 19  rest tool for idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667137#M883244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all abap gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i heard that we19 is test tool for idoc proceesing and it is also also used for idoc deletion . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may i know what is idoc testing why it is required . can u pls explain n in detail ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so many options are there in we19 tcode like inbound function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tell me how to create idoc dynamically and send to the other system by using we 19 tool  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanksssss in adavance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 05:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667137#M883244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-05T05:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: we 19  rest tool for idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667138#M883245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Intermediate Document&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data. IDoc is not a process.&lt;/P&gt;&lt;P&gt;-         IDocs are stored in the database.&lt;/P&gt;&lt;P&gt;-         In the SAP system, IDocs are stored in database tables.&lt;/P&gt;&lt;P&gt;-         IDocs are independent of the sending and receiving systems.&lt;/P&gt;&lt;P&gt;-         IDocs are independent of the direction of data exchange.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creation of IDOCs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;?         Transaction code: WE 30&lt;/P&gt;&lt;P&gt;Defining Segment:&lt;/P&gt;&lt;P&gt;Creating Segment : Tcode - WE31&lt;/P&gt;&lt;P&gt;Creating Message Type : Tcode - we81&lt;/P&gt;&lt;P&gt;Assigning Message type to Idoc type: Tcode - we82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Process&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The two processes for IDoc are Outbound Process and Inbound Process.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outbound Process&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When the data is sent out from the system, the process is called Outbound Process and the IDoc is known as Outbound IDoc.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inbound Process&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When the data is coming in, the process is called Inbound Process and the IDoc is known as Inbound IDoc.&lt;/P&gt;&lt;P&gt;Outbound Process (Sending System) Steps :&lt;/P&gt;&lt;P&gt;1) Goto Tcode SALE:&lt;/P&gt;&lt;P&gt;Click on Sending &amp;amp; Receiving Systems à Select Logical Systems&lt;/P&gt;&lt;P&gt;Here Define the Logical Systems à Click on Execute Button&lt;/P&gt;&lt;P&gt;Go for New Entries&lt;/P&gt;&lt;P&gt;1)       System Name : LOG1&lt;/P&gt;&lt;P&gt;Description: Sending System&lt;/P&gt;&lt;P&gt;2)       System Name : LOG2&lt;/P&gt;&lt;P&gt;Description: Receiving System&lt;/P&gt;&lt;P&gt;Press Enter &amp;amp; Save it will ask for Request if you want new request create new request or press continue for transferring the objects.&lt;/P&gt;&lt;P&gt;Assigning Client to the Logical System:&lt;/P&gt;&lt;P&gt;Select Assign Client to Logical Systems -à Execute&lt;/P&gt;&lt;P&gt;Ø      100 à Double click on this and give the following information&lt;/P&gt;&lt;P&gt;           Client                   : Sending System&lt;/P&gt;&lt;P&gt;           City                      : Chennai&lt;/P&gt;&lt;P&gt;           Logical System    : LOG1&lt;/P&gt;&lt;P&gt;            Currency                   :&lt;/P&gt;&lt;P&gt;            Client role                  :&lt;/P&gt;&lt;P&gt;Ø      250 à Double click on this and give the following information&lt;/P&gt;&lt;P&gt;Client                     : Receiving System&lt;/P&gt;&lt;P&gt;City                        :&lt;/P&gt;&lt;P&gt;Logical System    : LOG2&lt;/P&gt;&lt;P&gt;Save this Data.&lt;/P&gt;&lt;P&gt;Step 2) For RFC Creation:&lt;/P&gt;&lt;P&gt;-         Goto Tcode SM59 à Select R/3 Connects&lt;/P&gt;&lt;P&gt;Click on create Button&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;Give the information for required fields:&lt;/P&gt;&lt;P&gt;RFC Destination    : LOG2&lt;/P&gt;&lt;P&gt;Connection type     : 3&lt;/P&gt;&lt;P&gt;Target Host              : sappdc.wipro.com&lt;/P&gt;&lt;P&gt;System No              : 00&lt;/P&gt;&lt;P&gt;Client                       : 210&lt;/P&gt;&lt;P&gt;User                            : Login user name&lt;/P&gt;&lt;P&gt;Password                   :&lt;/P&gt;&lt;P&gt;Save this &amp;amp; Test it and Remote Login&lt;/P&gt;&lt;P&gt;Step 3) Goto Tcode BD64: - Click on the change button&lt;/P&gt;&lt;P&gt;Click on the create model view&lt;/P&gt;&lt;P&gt;Short Text: model view&lt;/P&gt;&lt;P&gt;Technical Name: LMOD&lt;/P&gt;&lt;P&gt;Save this &amp;amp; press ok&lt;/P&gt;&lt;P&gt;Select just created model view&lt;/P&gt;&lt;P&gt;Name: "LMOD"&lt;/P&gt;&lt;P&gt;Goto add message type&lt;/P&gt;&lt;P&gt;Model Name  : LMOD&lt;/P&gt;&lt;P&gt;Sender           : LOG1&lt;/P&gt;&lt;P&gt;Receiver          : LOG2&lt;/P&gt;&lt;P&gt;Message type: ZAZHARMESS&lt;/P&gt;&lt;P&gt;Save and press Enter.&lt;/P&gt;&lt;P&gt;4) Goto Tcode BD82:&lt;/P&gt;&lt;P&gt;Give Model View   : LMOD&lt;/P&gt;&lt;P&gt;Partner system      : LOG2&lt;/P&gt;&lt;P&gt;Execute this by pressing F8&lt;/P&gt;&lt;P&gt;It will gives you sending system port No:  A00000000089 (Like)&lt;/P&gt;&lt;P&gt;5) Goto Tcode BD64:&lt;/P&gt;&lt;P&gt;Select the model view&lt;/P&gt;&lt;P&gt;Goto à Edit à model view à Distribute&lt;/P&gt;&lt;P&gt;Press ok &amp;amp; Press Enter.&lt;/P&gt;&lt;P&gt;Run your Zprogram&lt;/P&gt;&lt;P&gt;REPORT  ZIDOC1                             .&lt;/P&gt;&lt;P&gt;DATA: Begin of imara occurs 0,&lt;/P&gt;&lt;P&gt;matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;mtart like mara-mtart,&lt;/P&gt;&lt;P&gt;end of imara.&lt;/P&gt;&lt;P&gt;DATA: wamas_con LIKE edidc,&lt;/P&gt;&lt;P&gt;imas_data LIKE edidd OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;icom_con LIKE edidc OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: e_matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;e_msgtyp LIKE edidc-mestyp,&lt;/P&gt;&lt;P&gt;e_rcvprn LIKE edidc-rcvprn.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;retrive app. data from DB&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT matnr mtart FROM mara INTO TABLE imara WHERE&lt;/P&gt;&lt;P&gt;matnr = e_matnr.&lt;/P&gt;&lt;P&gt;*Master idoc control record&lt;/P&gt;&lt;P&gt;wamas_con-rcvprt = 'LS'.&lt;/P&gt;&lt;P&gt;wamas_con-rcvprn = e_rcvprn.&lt;/P&gt;&lt;P&gt;wamas_con-idoctp = 'ZAZHARIDOC'.&lt;/P&gt;&lt;P&gt;wamas_con-mestyp = e_msgtyp.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;master idoc data records&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;LOOP AT imara.&lt;/P&gt;&lt;P&gt;imas_data-segnam = 'ZAZHARSEG'.&lt;/P&gt;&lt;P&gt;move imara to imas_data-sdata .&lt;/P&gt;&lt;P&gt;APPEND imas_data.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;master_idoc_control = wamas_con&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;communication_idoc_control = icom_con&lt;/P&gt;&lt;P&gt;master_idoc_data = imas_data&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;6) Verifying Transfer of IDOCs Tcode - we05&lt;/P&gt;&lt;P&gt;ALE/IDOC Status Codes (outbound):&lt;/P&gt;&lt;P&gt;01    à IDoc Added&lt;/P&gt;&lt;P&gt;30 à IDoc ready for dispatch&lt;/P&gt;&lt;P&gt;29 à Error in ALE service Layer&lt;/P&gt;&lt;P&gt;12 à Dispatch ok&lt;/P&gt;&lt;P&gt;      03 à Data passed to port ok.&lt;/P&gt;&lt;P&gt;Inbound Process (Receiving System) Steps:&lt;/P&gt;&lt;P&gt;Do the same step as you did in sending system&lt;/P&gt;&lt;P&gt;ü      Creating IDoc&lt;/P&gt;&lt;P&gt;ü      Defining the Segment&lt;/P&gt;&lt;P&gt;ü      Creating Message Type&lt;/P&gt;&lt;P&gt;ü      Assigning the Message Type&lt;/P&gt;&lt;P&gt;ü      Defining the Logical System&lt;/P&gt;&lt;P&gt;ü      Assigning the Logical System&lt;/P&gt;&lt;P&gt;ü      Creating the Distribution Model&lt;/P&gt;&lt;P&gt;Goto Tcode - we57:&lt;/P&gt;&lt;P&gt;Assign function module to IDoc type&lt;/P&gt;&lt;P&gt;Module: Function module&lt;/P&gt;&lt;P&gt;Basic type:  &lt;/P&gt;&lt;P&gt;Message type:&lt;/P&gt;&lt;P&gt;Direction: 2 (inbound)&lt;/P&gt;&lt;P&gt;Creating Inbound process code - we42&lt;/P&gt;&lt;P&gt;Verifying Idoc List Tcode - we05&lt;/P&gt;&lt;P&gt;ALE/IDOC Status Codes (Inbound):&lt;/P&gt;&lt;P&gt;50 à IDoc Added&lt;/P&gt;&lt;P&gt;51 à Application Document not posted&lt;/P&gt;&lt;P&gt;64 à IDoc ready to be transferred to application&lt;/P&gt;&lt;P&gt;62 à IDoc passed to application&lt;/P&gt;&lt;P&gt;53 à Application Document posted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful transactions for IDocs&lt;/P&gt;&lt;P&gt;BD87 : Status Monitor for ALE Messages&lt;/P&gt;&lt;P&gt;SALE : Display ALE Customizing&lt;/P&gt;&lt;P&gt;WE02 : Display IDoc&lt;/P&gt;&lt;P&gt;WE05 : IDoc Lists&lt;/P&gt;&lt;P&gt;WE09 : Search for IDoc in Database&lt;/P&gt;&lt;P&gt;WE19 : Test tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/step%2bby%2bstep%2bprocedure%2bfor%2bcreation%2bof%2bidoc&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 05:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667138#M883245</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2008-04-05T05:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: we 19  rest tool for idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667139#M883246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs are generally table like structures which carry the required data to be transferred form r/3-legacy and vice- versa. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;So these intermediate documents are to be triggered and this can be done in t.code WE19. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Checking the status of the &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs&lt;/SPAN&gt; can be monitored in WE02, WE05.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;This tcode(WE19) assists in triggering the &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Idocs&lt;/SPAN&gt; with the values you provide and send them to the Logical system configured in the RFC Destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Inbound Idocs are the incoming data to R3 while Outbound Idocs&amp;nbsp; are the outgoing data to the specified destination.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Standard Inbound/Outbound processing buttons will receive/trigger the Idocs with the respective control record information.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Control records have sender/reciever info ; data record have the data ; status records has the overall status of the Idoc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/SPAN&gt; &lt;/STRONG&gt; will create the idoc dynamically depending on your requirements&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 07:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/we-19-rest-tool-for-idoc-processing/m-p/3667139#M883246</guid>
      <dc:creator>parandhaman_mohan</dc:creator>
      <dc:date>2013-04-05T07:12:46Z</dc:date>
    </item>
  </channel>
</rss>

