<?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: Idoc generating in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028772#M962807</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;Apart from the Basic idoc type provided by sap , if you want to add some custom segment which are attcahed to extended idoc type, then you can create those segments in WE31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you to create own Basic idoc type or extened idoc type then you can create in WE30.&lt;/P&gt;&lt;P&gt;For example if you dont want MATMAS03 basic type, instaed of that you want your own idoc type with different segements &amp;amp; field then you can do it in WE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the idoc types should eb assigned to a message type. you can assign this message tpe in WE82.&lt;/P&gt;&lt;P&gt;create message types in WE81.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Create Idoc we need to follow these steps:&lt;/P&gt;&lt;P&gt;Create Segment ( WE31)&lt;/P&gt;&lt;P&gt;Create Idoc Type ( WE30 )&lt;/P&gt;&lt;P&gt;Create Message Type ( WE81 )&lt;/P&gt;&lt;P&gt;Assign Idoc Type to Message Type ( WE82 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 09:29:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T09:29:47Z</dc:date>
    <item>
      <title>Idoc generating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028770#M962805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz explain how this Tcodes will works on idoc genarting &lt;/P&gt;&lt;P&gt;To Create Idoc we need to follow these steps:&lt;/P&gt;&lt;P&gt;Create Segment ( WE31)&lt;/P&gt;&lt;P&gt;Create Idoc Type ( WE30 )&lt;/P&gt;&lt;P&gt;Create Message Type ( WE81 )&lt;/P&gt;&lt;P&gt;Assign Idoc Type to Message Type ( WE82 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028770#M962805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc generating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028771#M962806</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;Pls check this link for a IDOC ...The steps are mentioned in details about creating custom idoc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/idocbasicsunderstanding.html" target="test_blank"&gt;http://www.allsaplinks.com/idocbasicsunderstanding.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/idoc.html" target="test_blank"&gt;http://www.allsaplinks.com/idoc.html&lt;/A&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;To Create Idoc we need to follow these steps:&lt;/P&gt;&lt;P&gt;Create Segment ( WE31)&lt;/P&gt;&lt;P&gt;Create Idoc Type ( WE30 )&lt;/P&gt;&lt;P&gt;Create Message Type ( WE81 )&lt;/P&gt;&lt;P&gt;Assign Idoc Type to Message Type ( WE82 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a Segment&lt;/P&gt;&lt;P&gt;Go to transaction code WE31&lt;/P&gt;&lt;P&gt;Enter the name for your segment type and click on the Create icon&lt;/P&gt;&lt;P&gt;Type the short text&lt;/P&gt;&lt;P&gt;Enter the variable names and data elements&lt;/P&gt;&lt;P&gt;Save it and go back&lt;/P&gt;&lt;P&gt;Go to Edit -&amp;gt; Set Release&lt;/P&gt;&lt;P&gt;Follow steps to create more number of segments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create IDOC Type&lt;/P&gt;&lt;P&gt;Go to transaction code WE30&lt;/P&gt;&lt;P&gt;Enter the Object Name, select Basic type and click Create icon&lt;/P&gt;&lt;P&gt;Select the create new option and enter a description for your basic IDOC type and press enter&lt;/P&gt;&lt;P&gt;Select the IDOC Name and click Create icon&lt;/P&gt;&lt;P&gt;The system prompts us to enter a segment type and its attributes&lt;/P&gt;&lt;P&gt;Choose the appropriate values and press Enter&lt;/P&gt;&lt;P&gt;The system transfers the name of the segment type to the IDOC editor.&lt;/P&gt;&lt;P&gt;Follow these steps to add more number of segments to Parent or as Parent-child relation&lt;/P&gt;&lt;P&gt;Save it and go back&lt;/P&gt;&lt;P&gt;Go to Edit -&amp;gt; Set release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Message Type&lt;/P&gt;&lt;P&gt;Go to transaction code WE81&lt;/P&gt;&lt;P&gt;Change the details from Display mode to Change mode&lt;/P&gt;&lt;P&gt;After selection, the system will give this message ?The table is cross-client (see Help for further info)?. Press Enter&lt;/P&gt;&lt;P&gt;Click New Entries to create new Message Type&lt;/P&gt;&lt;P&gt;Fill details&lt;/P&gt;&lt;P&gt;Save it and go back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign Message Type to IDoc Type&lt;/P&gt;&lt;P&gt;Go to transaction code WE82&lt;/P&gt;&lt;P&gt;Change the details from Display mode to Change mode&lt;/P&gt;&lt;P&gt;After selection, the system will give this message ?The table is cross-client (see Help for further info)?. Press Enter.&lt;/P&gt;&lt;P&gt;Click New Entries to create new Message Type.&lt;/P&gt;&lt;P&gt;Fill details&lt;/P&gt;&lt;P&gt;Save it and go back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below link. It will give the step by step procedure for IDOC creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.supinfo-projects.com/cn/2005/idocs_en/2/" target="test_blank"&gt;http://www.supinfo-projects.com/cn/2005/idocs_en/2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE/ IDOC&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://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.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;/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://http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028771#M962806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc generating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028772#M962807</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;Apart from the Basic idoc type provided by sap , if you want to add some custom segment which are attcahed to extended idoc type, then you can create those segments in WE31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you to create own Basic idoc type or extened idoc type then you can create in WE30.&lt;/P&gt;&lt;P&gt;For example if you dont want MATMAS03 basic type, instaed of that you want your own idoc type with different segements &amp;amp; field then you can do it in WE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the idoc types should eb assigned to a message type. you can assign this message tpe in WE82.&lt;/P&gt;&lt;P&gt;create message types in WE81.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Create Idoc we need to follow these steps:&lt;/P&gt;&lt;P&gt;Create Segment ( WE31)&lt;/P&gt;&lt;P&gt;Create Idoc Type ( WE30 )&lt;/P&gt;&lt;P&gt;Create Message Type ( WE81 )&lt;/P&gt;&lt;P&gt;Assign Idoc Type to Message Type ( WE82 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028772#M962807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc generating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028773#M962808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the scenario -Masterdata transfer :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;MASTER DATA TRANSFERMATION BETWEEN 2 DIFF CLIENTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; For this scenario Client 800 is the Sender and 810 is the receiving system&lt;/P&gt;&lt;P&gt;1. Creating Logical Systems&lt;/P&gt;&lt;P&gt;o Login using 800 client&lt;/P&gt;&lt;P&gt;o Go to T. Code SALE&lt;/P&gt;&lt;P&gt;o Expand Sending and Receiving Systems&lt;/P&gt;&lt;P&gt;o Expand Logical Systems&lt;/P&gt;&lt;P&gt;o Click on Define Logical System&lt;/P&gt;&lt;P&gt;o Click on New Entries&lt;/P&gt;&lt;P&gt;o Create STUD_S, STUD_R Logical Systems&lt;/P&gt;&lt;P&gt;o Save and come back&lt;/P&gt;&lt;P&gt;o Assign the STUD_S Logical System to client 800&lt;/P&gt;&lt;P&gt;o Assign the STUD_R Logical System to client 810&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Creating the RFCs&lt;/P&gt;&lt;P&gt;o Go to T. Code SM59&lt;/P&gt;&lt;P&gt;o Expand R/3 Connections&lt;/P&gt;&lt;P&gt;o Enter RFC Name as STUD_S&lt;/P&gt;&lt;P&gt;o Connection Type as 3&lt;/P&gt;&lt;P&gt;o Language as EN&lt;/P&gt;&lt;P&gt;o Client as 800&lt;/P&gt;&lt;P&gt;o User as SAPUSER&lt;/P&gt;&lt;P&gt;o PWD as abap&lt;/P&gt;&lt;P&gt;o Target host as sap&lt;/P&gt;&lt;P&gt;o Click on Remote logon button to test the RFC&lt;/P&gt;&lt;P&gt;o Enter RFC Name as STUD_R&lt;/P&gt;&lt;P&gt;o Connection Type as 3&lt;/P&gt;&lt;P&gt;o Language as EN&lt;/P&gt;&lt;P&gt;o Client as 800&lt;/P&gt;&lt;P&gt;o User as SATISH&lt;/P&gt;&lt;P&gt;o PWD as abap&lt;/P&gt;&lt;P&gt;o Target host as sap&lt;/P&gt;&lt;P&gt;o Click on Remote logon button to test the RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Creating the Message Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code WE81&lt;/P&gt;&lt;P&gt;o Click on change, continue&lt;/P&gt;&lt;P&gt;o Click on New Entries button&lt;/P&gt;&lt;P&gt;o Give message type as ZBAPI_STUD_MAS and description&lt;/P&gt;&lt;P&gt;o Save and back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Creating the Segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code WE31&lt;/P&gt;&lt;P&gt;o Give segment name as ZBAPI_STUD_SEG&lt;/P&gt;&lt;P&gt;o Enter Short Text&lt;/P&gt;&lt;P&gt;o Enter the Field Name and Data Element in the text boxes&lt;/P&gt;&lt;P&gt;o Save, continue,&lt;/P&gt;&lt;P&gt;o Click on Edit -&amp;gt; Set Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Creating the Basic IDOC Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. code WE30&lt;/P&gt;&lt;P&gt;o Give obj. name as ZBAPI_STUD_IDOC&lt;/P&gt;&lt;P&gt;o Click on create&lt;/P&gt;&lt;P&gt;o Select create new radio button, give description and continue&lt;/P&gt;&lt;P&gt;o Select the IDOC obj name and click on create button&lt;/P&gt;&lt;P&gt;o Enter the segment name which is create earlier&lt;/P&gt;&lt;P&gt;o Select the check box if you want to make the segment mandatory&lt;/P&gt;&lt;P&gt;o Enter 1 in minimum number 99999 in maximum number, continue&lt;/P&gt;&lt;P&gt;o Save and back&lt;/P&gt;&lt;P&gt;o Click on Edit -&amp;gt; Set Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Creating Customer Distribution Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code BD64&lt;/P&gt;&lt;P&gt;o Click on change and Create model view button&lt;/P&gt;&lt;P&gt;o Enter the short text and Technical name as ZSTUDENT&lt;/P&gt;&lt;P&gt;o Select the model and click on Add Message Type Button &lt;/P&gt;&lt;P&gt;o Give the Sender as STUD_S, &lt;/P&gt;&lt;P&gt;o Receiver as STUD_R, &lt;/P&gt;&lt;P&gt;o Message Type as ZBAPI_STUD_MAS&lt;/P&gt;&lt;P&gt;o Select the model view &amp;amp; click on Environment -&amp;gt; Generate Partner Profiles&lt;/P&gt;&lt;P&gt;o Select Transfer IDOC Immediately and Trigger Immediately radio buttons&lt;/P&gt;&lt;P&gt;o Click on Execute&lt;/P&gt;&lt;P&gt;o You should get a list in green color which means it executed successfully.&lt;/P&gt;&lt;P&gt;o Back to main screen, select the model view&lt;/P&gt;&lt;P&gt;o Click Edit-&amp;gt;Model view-&amp;gt;Distribute&lt;/P&gt;&lt;P&gt;o Click on continue&lt;/P&gt;&lt;P&gt;o You should get a list saying model view is distributed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Checking the Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code WE21&lt;/P&gt;&lt;P&gt;o Expand Transactional RFC&lt;/P&gt;&lt;P&gt;o Find the port from the list which is created using BD64 for STUD_R (Receiving system) RFC Destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Checking the Partner Profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code WE20&lt;/P&gt;&lt;P&gt;o Expand Partner Type LS&lt;/P&gt;&lt;P&gt;o Select the Partner profile STUD_R&lt;/P&gt;&lt;P&gt;o Double click on Message Type ZBAPI_STUD_MAS in Outbound parmtrs.&lt;/P&gt;&lt;P&gt;o Check Receiver Port is assigned correctly&lt;/P&gt;&lt;P&gt;o Check the Basic type as your Basic IDOC object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Assigning the Message Type to Basic IDOC Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Go to T. Code WE82&lt;/P&gt;&lt;P&gt;o Click on Change &amp;amp; continue, New Entries button&lt;/P&gt;&lt;P&gt;o Give the Message type as ZBAPI_STUD_MAS &lt;/P&gt;&lt;P&gt;o Give Basic Type as ZBAPI_STUD_IDOC&lt;/P&gt;&lt;P&gt;o Release as 46C&lt;/P&gt;&lt;P&gt;o Save and back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-generating/m-p/4028773#M962808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T09:40:37Z</dc:date>
    </item>
  </channel>
</rss>

