<?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: Regarding idoc filter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103309#M1706175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Implement this BADI. It should trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2012 12:40:32 GMT</pubDate>
    <dc:creator>former_member189779</dc:creator>
    <dc:date>2012-11-22T12:40:32Z</dc:date>
    <item>
      <title>Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103306#M1706172</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 a requirement in Idoc.&lt;/P&gt;&lt;P&gt;I want to generate Idocs for selected plant only using MATMAS. here I am doin for change pointer also. I used filter in bd64 for single plant. when i run BD21 transaction it will generate idocs for all plants. So i donot process to all the plants. Please tell me is there any user exit or enhancemet regarding this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Chandra Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103306#M1706172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-22T12:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103307#M1706173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Badi IDOC_CREATION_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if idoc_control-mestyp = 'MATMAS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; types:begin of ty_marc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr type marc-matnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; werks(70), "TYPE marc-werks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mmsta type marc-mmsta,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end of ty_marc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: i_marc type table of ty_marc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_tbd05 type table of tbd05.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: w_marc type table of ty_marc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_tbd05 type tbd05,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_idoc_data type edidd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w_idoc_cont type edidc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: lv_matnr type mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; read table idoc_data into w_idoc_data with key segnam = 'Your segment having plant'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear:create_idoc. based on your plant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103307#M1706173</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-11-22T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103308#M1706174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let know, do i need to implement in&amp;nbsp; IDOC_CREATION_CHECK. if i do so, when i run BD21, is it trigger this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103308#M1706174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-22T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103309#M1706175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Implement this BADI. It should trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103309#M1706175</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-11-22T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103310#M1706176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is one method IDOC_DATA_CHECK, can we do coding in this or we can create new implemention method..?Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103310#M1706176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-22T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103311#M1706177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside the BADI Interface you can Implement the method.&lt;/P&gt;&lt;P&gt;Call with Interface method as&lt;/P&gt;&lt;P&gt;Interface_name~Method with data you can check or block what you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103311#M1706177</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-11-22T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103312#M1706178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create new implementation and write you code in &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; IDOC_DATA_CHECK&lt;/SPAN&gt; method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 12:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103312#M1706178</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-11-22T12:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103313#M1706179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; in method IDOC_DATA_CHECK , CREATE_IDOC parameter set to X, do i need to set it as blank..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103313#M1706179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-22T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding idoc filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103314#M1706180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CREATE_IDOC&lt;/SPAN&gt; will be X for the plant you want to create Idoc for rest of plants make it blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-idoc-filter/m-p/9103314#M1706180</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-11-22T14:27:14Z</dc:date>
    </item>
  </channel>
</rss>

