<?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 Purpose of STATUS_READ function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400874#M534823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anyone explain the purpose of using STATUS_READ function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rishikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 10:08:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T10:08:20Z</dc:date>
    <item>
      <title>Purpose of STATUS_READ function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400874#M534823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can anyone explain the purpose of using STATUS_READ function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rishikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 10:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400874#M534823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T10:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of STATUS_READ function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400875#M534824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It is very Important to read the Status of the PP and PM orders during the preparation of reports in programs.&lt;/P&gt;&lt;P&gt;Based on the PP and PM Order status, we have to consider only certain orders and to process them&lt;/P&gt;&lt;P&gt;So this fun module is used to know the status of the different objects/orders&lt;/P&gt;&lt;P&gt;This is nothing but Passing the OBJNR field of AUFK table to JEST table and reading the STAT field of the JEST table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 10:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400875#M534824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of STATUS_READ function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400876#M534825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module reads a status object in the status management&lt;/P&gt;&lt;P&gt;internal buffer and delivers all or all active single statuses of the&lt;/P&gt;&lt;P&gt;status object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Parameters&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CLIENT----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;client no&lt;/P&gt;&lt;P&gt;     OBJNR----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;Object number of status object to be read,&lt;/P&gt;&lt;P&gt;                                   Object number must exist intable JSTO.&lt;/P&gt;&lt;P&gt;     ONLY_ACTIVE----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; 'Transfer Active Statuses Only' Flag&lt;/P&gt;&lt;P&gt;                                   Only those statuses are given that are currently active.&lt;/P&gt;&lt;P&gt;     OBTYP----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;Object type of status object&lt;/P&gt;&lt;P&gt;     STSMA----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;status profile assigned to the object&lt;/P&gt;&lt;P&gt;     STONR----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;Status number, i.e. status number of the only status currently active with status number or 00 if such is not active.(00 - 99)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     STATUS----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Single statuses table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     STATUS-STAT contains the status in internal format (Ixxxx, Exxxx).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      If the STATUS-INACT field is initial, the status is active, if it is 'X'&lt;/P&gt;&lt;P&gt;      the status is inactive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 10:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-status-read-function-module/m-p/2400876#M534825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T10:16:49Z</dc:date>
    </item>
  </channel>
</rss>

