<?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: Released Process Order No in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309796#M505747</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;  pass objnr to the fm STATUS_TEXT_EDIT...if the string doesn't contain REL, then it's not released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 May 2007 07:01:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-19T07:01:46Z</dc:date>
    <item>
      <title>Released Process Order No</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309793#M505744</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;&lt;/P&gt;&lt;P&gt;From which table, We can get the Released PROCESS ORDER NUMBERS.&lt;/P&gt;&lt;P&gt;With what field reference we can fetch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deekshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 06:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309793#M505744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Released Process Order No</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309794#M505745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DeeK , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process Order contains Status called Release , etc .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may contain 5 - 6 diff types of status,so u have to use this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS_READ by passing OBJNR of thart Order ,  OBNJR u can get it from AUFK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3369896"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 06:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309794#M505745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Released Process Order No</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309795#M505746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just by joining the tables AUFK and JEST you will get all released process orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;AUFNR b&lt;/SUB&gt;status into table ITAB from AUFK as a join JEST as b&lt;/P&gt;&lt;P&gt;on a&lt;SUB&gt;objnr = b&lt;/SUB&gt;objnr &lt;/P&gt;&lt;P&gt;where a~aufnr in s_aufnr and&lt;/P&gt;&lt;P&gt;         b~status = 'REL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the field name in JEST table (status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&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>Sat, 19 May 2007 06:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309795#M505746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T06:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Released Process Order No</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309796#M505747</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;  pass objnr to the fm STATUS_TEXT_EDIT...if the string doesn't contain REL, then it's not released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 07:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/released-process-order-no/m-p/2309796#M505747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T07:01:46Z</dc:date>
    </item>
  </channel>
</rss>

