<?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: Remove field from IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779925#M1308147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should pass blank value to a field in Customer Master IDOC. How can i acheive that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2009 15:02:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-07T15:02:53Z</dc:date>
    <item>
      <title>Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779920#M1308142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We r sending customer master IDOC from one system to other. We do not require a field to be sent. Can someone suggest is there any way to remove or hide that field. We are using standard IDOC type DEBMAS06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 16:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779920#M1308142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T16:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779921#M1308143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Check below link for idoc reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[link1|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7674262"&gt;&lt;/A&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;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 17:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779921#M1308143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779922#M1308144</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 not delete the field but there is option to delete the segemnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not want to send the segement with out that afield data ,clear the field data by reading segment in the user-exit &lt;/P&gt;&lt;P&gt;and send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below steps are mentioned in the belwo link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Steps  to delete segemnt...from an idoc|https://wiki.sdn.sap.com/wiki/display/HOME/Step&lt;EM&gt;by&lt;/EM&gt;Step&lt;EM&gt;procedure&lt;/EM&gt;for&lt;EM&gt;creation&lt;/EM&gt;of+IDOC]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.2 IDoc reduction&lt;/P&gt;&lt;P&gt;3.2.1 Principle&lt;/P&gt;&lt;P&gt;Standard basic IDoc types are often adapted to all imaginable interfaces. However, it sometimes happens that the sent volume is too big compared with the needs. A filter can applied (see above), which represents a dynamical method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of segments or the number of fields in a segment can also be reduced in a static way, while still keeping the structure of the basic IDoc type. Indeed, for all basic IDocs, SAP had envisaged their reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A reduced IDoc has less segments than the basic IDoc, provided that the deleted segments are not mandatory. The segments of a reduced IDoc can also have less fields than the corresponding segments of the basic IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dealing with the standard basic IDoc types, their integration function module already takes into account the possibility of a reduction. The advantage to use reduced IDocs seems to be obvious then: to profit from standard functions while reducing the volume of exchanged data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.2.2 Customizing&lt;/P&gt;&lt;P&gt;Launch the BD53 transaction (IDoc Reduction Maintenance: Initial Screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Reduced message type field, type the value ZVISTAPM_REDUCED, then press the Create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the popup window which appears, type in the Message type reference field the value MATMAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validate. In the next popup window, type a short description for the new reduced message type. Validate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the following window, select the segments and the fields needed for the new reduced message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on Jul 6, 2009 11:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 17:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779922#M1308144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779923#M1308145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried IDOC reduction. Its not working.&lt;/P&gt;&lt;P&gt;Filtering works if i want to restrict the unwanted data. When we click on "Create filter group" ,its automatically picking up some fields... How can i add my own field there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 13:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779923#M1308145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779924#M1308146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the filter group of the distribution Model ?&lt;/P&gt;&lt;P&gt;-&amp;gt; Go to BD95 and BD59 to add new Filter Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 14:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779924#M1308146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T14:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779925#M1308147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should pass blank value to a field in Customer Master IDOC. How can i acheive that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779925#M1308147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove field from IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779926#M1308148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did it through BD79 transaction. it solved the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 19:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-field-from-idoc/m-p/5779926#M1308148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T19:36:26Z</dc:date>
    </item>
  </channel>
</rss>

