<?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: reduce MATMAS05? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936338#M942024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have fieldfieltering,segmentfieltering and idoctype filtering &lt;/P&gt;&lt;P&gt;with some transactions like bd56,bd59,bd53.&lt;/P&gt;&lt;P&gt;I am not sure with the transaction codes pls chk it by we/se.&lt;/P&gt;&lt;P&gt;Even we do have filtering concept in BD64(Distribution Model view)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jun 2008 14:46:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-01T14:46:52Z</dc:date>
    <item>
      <title>reduce MATMAS05?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936337#M942023</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;How NOT to send some fields in some segments in MATMAS05 with IDOC?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Like don't send field PSTAT, VPSTA, MTART from E1MARAM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adibo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 09:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936337#M942023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: reduce MATMAS05?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936338#M942024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have fieldfieltering,segmentfieltering and idoctype filtering &lt;/P&gt;&lt;P&gt;with some transactions like bd56,bd59,bd53.&lt;/P&gt;&lt;P&gt;I am not sure with the transaction codes pls chk it by we/se.&lt;/P&gt;&lt;P&gt;Even we do have filtering concept in BD64(Distribution Model view)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2008 14:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936338#M942024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-01T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: reduce MATMAS05?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936339#M942025</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;You can do only two types of filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1). IDOC filtering at distiribution model level. In this case the IDOC will be either sent completely or will not be sent at all depending upon the type of filter. If you want to use this try tcode ( BD95 and BD59)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Segment filtering (BD56). In this case you can remove the entire segment from the IDOC which is non mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case you need to remove only few fields of the segment but not the entire segment. You cannot achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is CLEAR THE DATA in these fields using the CONVERSION RULES between two systems. ( tcode SALE --&amp;gt; Modelling and implementing business process --&amp;gt; Converitng data between sender and reciever )&lt;/P&gt;&lt;P&gt;Select the fields you want to clear and define the logic in the Conversion rule for the message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2008 16:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936339#M942025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-01T16:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: reduce MATMAS05?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936340#M942026</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;tnx for your answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use BD53??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I can filter segments AND fields IN segments??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adibo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reduce-matmas05/m-p/3936340#M942026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T07:56:37Z</dc:date>
    </item>
  </channel>
</rss>

