<?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: Matchcode object i_status_sys and i_status_usr in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702717#M625966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Troy,&lt;/P&gt;&lt;P&gt;looking into the search help exit 'IMCH_STATUS_SYS_EXIT' of search help 'I_STATUS_SYS' you can find in the SELECT step 'PERFORM step_select_stat_sys'. Then in the form 'STEP_SELECT_STAT_SYS' there is a call to the form 'GET_OBTYP'. There you see that depending on the program calling the search help, the obtyp parameter gets a different value. For example in the case of notification status selection in IW29 obtyp is 'QMI'. By debugging you can find out which obtyp you need to set for your specific case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 09:26:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-23T09:26:48Z</dc:date>
    <item>
      <title>Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702711#M625960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help regarding matchcode object.&lt;/P&gt;&lt;P&gt;I copied a program from earlier version of SAP (R/3) to ECC6.&lt;/P&gt;&lt;P&gt;In that program there is a selection screen field with matchcode object i_status_sys and i_status_usr. I have tried this in R/3 and it works fine, but it doesn't work in ECC6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows the new version of i_status_sys and i_status_usr?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 03:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702711#M625960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T03:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702712#M625961</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;   In the New Version also,it is I_STATUS_SYS &amp;amp; I_STATUS_USR.You check it in SE11 of ECC6 Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 03:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702712#M625961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T03:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702713#M625962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying. ECC6 also has I_STATUS_SYS and I_STATUS_USR, but they didn't work somehow. &lt;/P&gt;&lt;P&gt;I have tried them in my selection screen but nothing pops up when I hit F4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 04:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702713#M625962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T04:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702714#M625963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. I ran into this same problem. I guess SAP has hard-coded inside the search help 'I_STATUS' the programs that can call it. So if you want your 'Z' program to use this search help 'I_STATUS', you have to do some memory setup to tell the search help it's ok if my program "reuses" you. I know it is weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So enter these three line in your initilization event in your 'Z' program.&lt;/P&gt;&lt;P&gt;  DATA: p_obtyp TYPE j_obtyp.&lt;/P&gt;&lt;P&gt;  p_obtyp = 'IEQ'.&lt;/P&gt;&lt;P&gt;  EXPORT p_obtyp TO MEMORY ID 'PM_OBTYP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Magic? Maybe, but this solved the problem for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 18:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702714#M625963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702715#M625964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works great.  This should be closed with max points.  I couldn't find a note in OSS for this.  I'm curious how you figured this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 14:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702715#M625964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702716#M625965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could mark this as answer, it worked for me too. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 19:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702716#M625965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-28T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Matchcode object i_status_sys and i_status_usr</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702717#M625966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Troy,&lt;/P&gt;&lt;P&gt;looking into the search help exit 'IMCH_STATUS_SYS_EXIT' of search help 'I_STATUS_SYS' you can find in the SELECT step 'PERFORM step_select_stat_sys'. Then in the form 'STEP_SELECT_STAT_SYS' there is a call to the form 'GET_OBTYP'. There you see that depending on the program calling the search help, the obtyp parameter gets a different value. For example in the case of notification status selection in IW29 obtyp is 'QMI'. By debugging you can find out which obtyp you need to set for your specific case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object-i-status-sys-and-i-status-usr/m-p/2702717#M625966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-23T09:26:48Z</dc:date>
    </item>
  </channel>
</rss>

