<?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: inbound processing pgm for material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270637#M150262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pawan,&lt;/P&gt;&lt;P&gt;  for this purpose you can use a BTE linked to the event MGV00200. Use transaction FIBF to create a new customer event. In this way you can use a Z function module to check all data from IDOC_DATA table (the entire Idoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 13:10:18 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2006-03-22T13:10:18Z</dc:date>
    <item>
      <title>inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270635#M150260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to write a check in E1MARMM segment in inbound processing of material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, a user exit 002 in IDOC_INPUT_MATMAS01, looks to allow only custom segments for extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m not going to create any custom segments, but only write some additional logic for standard segment E1MARMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to proceed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE REPLY SOON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 11:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270635#M150260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270636#M150261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u just want to check in segment E1MARMM, just code it straight in the exit 002, even though it is not available in the FM. U can use&lt;/P&gt;&lt;P&gt;data: f1(50) value 'E1MARMM'.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs1&amp;gt;.&lt;/P&gt;&lt;P&gt;assign (f1) to &amp;lt;fs1&amp;gt;.&lt;/P&gt;&lt;P&gt;now u can use &amp;lt;fs1&amp;gt; to check anythign as it is pointing to E1MARMM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 12:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270636#M150261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T12:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270637#M150262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pawan,&lt;/P&gt;&lt;P&gt;  for this purpose you can use a BTE linked to the event MGV00200. Use transaction FIBF to create a new customer event. In this way you can use a Z function module to check all data from IDOC_DATA table (the entire Idoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 13:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270637#M150262</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2006-03-22T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270638#M150263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this looks to be the most probable area bcoz i have to change the status also, based on a logic. i have idoc_data as well as idoc_contrl details here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, when i go with FIBF, i dont see anything there. i have chosen the menu path settings -&amp;gt; process funct. modules -&amp;gt; of a customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it takes me to a table where i can make entries. here i give my Z function module. is it right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 13:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270638#M150263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270639#M150264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pawan,&lt;/P&gt;&lt;P&gt;  i've done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- run FIBF&lt;/P&gt;&lt;P&gt;- choose Settings -&amp;gt; Products -&amp;gt; ...of a customer&lt;/P&gt;&lt;P&gt;- Add an entry (for example: ZMATMAS Active='X') and save and go back&lt;/P&gt;&lt;P&gt;- choose Settings -&amp;gt; P/S function modules -&amp;gt; ...of a customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Add an entry &lt;/P&gt;&lt;P&gt;EVENT='MGV00200'&lt;/P&gt;&lt;P&gt;PRODUCT='ZMATMAS'&lt;/P&gt;&lt;P&gt;CTR=' '&lt;/P&gt;&lt;P&gt;APPL=' '&lt;/P&gt;&lt;P&gt;FUNCTION MODULE='ZMY_BTE_MGV00200'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- create FM ZMY_BTE_MGV00200 (see the sample function module SAMPLE_INTERFACE_MGV00200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further infos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: your name is Pawan or Pavan ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 13:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270639#M150264</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2006-03-22T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270640#M150265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u very very much. my problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way, my name: pavan, my user name: pawan (i put it so).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 14:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270640#M150265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T14:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270641#M150266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done everything. when i try debugging it somehow my FM is not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what did u mean by 'ZMATMAS' in ur message ? do i give the message type there? what is this 'product'. RFC destination doesnt matter in my case. Active = 'X' is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think here only i have some problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 11:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1270641#M150266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-26T11:17:22Z</dc:date>
    </item>
  </channel>
</rss>

