<?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: basic type show in WE05 not same as per defined in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932111#M1485897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;Create view in WE32 by including desired fileds. Give the view name in WE20 outbound parameters of the receiving system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 06:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-29T06:58:51Z</dc:date>
    <item>
      <title>basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932107#M1485893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a customised message type ZMATMAS1, using customised basic type ZMATMAS1 too.&lt;/P&gt;&lt;P&gt;already assigned in WE81 WE82 BD69 &amp;amp; activated in BD50&lt;/P&gt;&lt;P&gt;When idoc generated from BD21, I found that the idoc in WE05 shows the  basic type is MATMAS05, why it doesn't follow ZMATMAS1 as I defined ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 02:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932107#M1485893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T02:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932108#M1485894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether the custom message type is assigned to MATMAS05 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 05:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932108#M1485894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T05:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932109#M1485895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the problem is that you cannot just reconfigure the system to utilize a different IDoc type or IDoc extension type. The reason is pretty straightforward: If you want to use a different IDoc type, that means that your IDoc container changed and thus your logic for filling the IDoc must be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general the function module used for creating the IDoc via change pointers is defined for a given message type in transaction BD60. However, instead of replacing this generic SAP function module with your own creation you should check out the exits available for material master IDocs generated via change pointers. I'd recommend to take a look at customer exit &lt;STRONG&gt;EXIT_SAPLMV01_002&lt;/STRONG&gt;, which allows you to define an IDoc extension type and furthermore gives you the chance to fill additional segments that you defined in your IDoc extension type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932109#M1485895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932110#M1485896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;I need to pass only few fields of material master to a non sap system via biztalk&lt;/P&gt;&lt;P&gt;I can't use reduced type of MATMAS bcos some mandatory fields cannot be omitted.&lt;/P&gt;&lt;P&gt;Thus I use this customised ZMATMAS1.&lt;/P&gt;&lt;P&gt;I'm not sure this is the correct method or is there any way have to do on the reduced msg type ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using the EXIT as you mentioned, wht shall I do in the EXIT ? chg the IDOC_DATA details ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Janice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932110#M1485896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932111#M1485897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;Create view in WE32 by including desired fileds. Give the view name in WE20 outbound parameters of the receiving system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932111#M1485897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932112#M1485898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, just noticed that I initially read your posting wrong. You have defined a new &lt;EM&gt;basic&lt;/EM&gt; IDoc type and not a new &lt;EM&gt;extension&lt;/EM&gt; type. So my reference to the customer exit is not applicable, because the one I referenced cannot be used to change the basic IDoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you taken a look at message type MATCOR with IDoc type MATCOR01 (basically MARA + MAKT)? This might be what you want if you just need some basic material data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use reduced type of MATMAS bcos some mandatory fields cannot be omitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm not aware of any mandatory fields. Within IDocs you have a concept of mandatory segments and you cannot remove mandatory segments via IDoc reduction. So for MATMAS05 you cannot remove E1MARAM and E1MAKTM, but other segments you can remove. Thus a reduced message type actually is an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 07:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932112#M1485898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: basic type show in WE05 not same as per defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932113#M1485899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you 'Release' your idoc type and Idoc segments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in we30  in menu Edit&lt;DEL&gt;&amp;gt; set release and in we31 menu Edit&lt;/DEL&gt;&amp;gt; set release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 13:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-type-show-in-we05-not-same-as-per-defined/m-p/6932113#M1485899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T13:21:46Z</dc:date>
    </item>
  </channel>
</rss>

