<?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.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317113#M508279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;last warning!! really?? you make me laugh....haa haa haa.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when is your interview which you are going to fail anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have you given some thought about repairing that F1 key of your keyboard? LOL!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2007 06:10:39 GMT</pubDate>
    <dc:creator>Sougata</dc:creator>
    <dc:date>2007-06-02T06:10:39Z</dc:date>
    <item>
      <title>IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317105#M508271</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;what r the views for creating idoc in material master,vendor master and&lt;/P&gt;&lt;P&gt;customer master?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Suresh.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 03:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317105#M508271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T03:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317106#M508272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link it will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2862757&amp;amp;messageID=3051802" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2862757&amp;amp;messageID=3051802&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 03:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317106#M508272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T03:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317107#M508273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when is the interview mate? and is the F1 key not working in your keyboard??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 03:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317107#M508273</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-30T03:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317108#M508274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;IDoc Views&lt;/P&gt; &lt;BR /&gt;&lt;BR /&gt;IDoc types can be used for more than one message, that is, for more than one business process. As a result, the IDoc types usually contain more segments than necessary for the individual application cases. To improve performance when generating IDocs, you can use views to ensure that only the segments relevant to the current business process are filled with data. Views are therefore only important for IDoc outbound processing.&lt;BR /&gt;&lt;BR /&gt;Integration&lt;BR /&gt;The application must support this function: The program which writes the application data in the IDocs must carry out the following tasks:&lt;BR /&gt;&lt;BR /&gt;· Determine from the partner profiles whether a view exists. To determine this, the function module EDI_PARTNER_READ_OUTGOING is called.&lt;BR /&gt;&lt;BR /&gt;· Query, which segments belong to the view. The function module EDI_VIEW_READ is called once, which returns the segments in a table.&lt;BR /&gt;&lt;BR /&gt;· Query, whether the current segment should be maintained in the current view. The table returned by EDI_VIEW_READ is used.&lt;BR /&gt;&lt;BR /&gt;For a list of IDoc Interfaces that support IDoc views, see SAPNet Note 185445.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;You must have IDoc development authorization (authorization object S_IDOCDEFT, for example in the role SAP_BC_SRV_EDI_DEVELOPER) before you can define a view.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Activities&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To define a view, choose the ALE customizing transaction SALE ® Model and Implement Business Process ®Configure Master Data Distribution ®Specify Scope of Data to be Distributed ® IDoc Views (WE32). Enter a name for the view and choose .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When the next screen appears, assign a message type (logical message) and a basic type to the view (the assignment of an extension to the view is optional). This assignment is checked in the partner profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Position the cursor on a segment, which is to be included in the view. Choose . The following segments must be included in the view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. Qualified segments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. Mandatory segments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save your entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In the partner profiles (General outbound processing), enter the view for the corresponding combination of partner and message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ REWARD POINTS IF HELPFUL....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 03:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317108#M508274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T03:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317109#M508275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata....!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                If you have interest tell the answer... otherwise keep silence.... Dont talk unnecessary words.... mind it.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 02:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317109#M508275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T02:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317110#M508276</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;go through these links .&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;Follow below steps to create custom IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Create segments through transaction WE31.&lt;/P&gt;&lt;P&gt;2.Create IDoc Type through transaction WE30 by attaching created segments.&lt;/P&gt;&lt;P&gt;3.Message type through transaction WE81.&lt;/P&gt;&lt;P&gt;4.Link Idoc and message type in WE82 transaction.&lt;/P&gt;&lt;P&gt;Please refer to the details mentioned in the hyper-links beow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are creating IDOC in material master or any thing go to WE31 there you give segment name and desc'n then &lt;/P&gt;&lt;P&gt;you have 5 mandatory  fields selects them and select remaining wat ever u want.&lt;/P&gt;&lt;P&gt;mandatory fields are: MATNR ,MTART ,MEINS , MAKTX &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LIKE THIS FOR EVERY CUST'R mast'r or any thing some mandatory fields are there select them and select remaining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want see mandatory fields. go to T-coe     BD53 &lt;/P&gt;&lt;P&gt;and give one standard messege type name and eg: matmas&lt;/P&gt;&lt;P&gt;there mandatory fields will be in Green color..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the details how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see the IDOC &amp;amp; status check it in WE02/WE05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get step by step process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For processing Idoc errors go to WE19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2015"&gt;&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.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.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.geocities.com/xplosion78/customised_ALE_IDOC_BY_SACHIN_DABHADE.zip" target="test_blank"&gt;http://www.geocities.com/xplosion78/customised_ALE_IDOC_BY_SACHIN_DABHADE.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/35/b0ea5187a62488e10000009b38f9b7/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/35/b0ea5187a62488e10000009b38f9b7/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c4/6bc368fef411d28d0900104b56737d/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c4/6bc368fef411d28d0900104b56737d/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2015"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;anilreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 02:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317110#M508276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T02:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317111#M508277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you really need to fix that F1 key on your keyboard...which never ever worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317111#M508277</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-31T05:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317112#M508278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the last warning to you..... did i ask any questions to you.... are you thinking that u are great in SAP....? mind your own business..... dont advise others.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 16:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317112#M508278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317113#M508279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;last warning!! really?? you make me laugh....haa haa haa.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when is your interview which you are going to fail anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have you given some thought about repairing that F1 key of your keyboard? LOL!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2007 06:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2317113#M508279</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-06-02T06:10:39Z</dc:date>
    </item>
  </channel>
</rss>

