<?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: Network order status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272043#M150555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the objects related to status management are stored in table JEST. U can query the JEST to get all the user and system status of network order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get OBJNR from AUFK for a given network and pass it to JEST and u will get all the user and system status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these values will be internal format, so inorder to find out the internal value of status 'CLOSED'. check out the entries of JEST for a network which is not closed, later set the close status and find out the entry which has been added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 12:49:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-22T12:49:08Z</dc:date>
    <item>
      <title>Network order status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272042#M150554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using CN22 transaction, I am setting a network order to closed status.How do I check programmatically the same thing. That is if I have a &lt;/P&gt;&lt;P&gt;network order no. how do I know if it is closed or not. In which table this entry is maintained. I have checked in table AUFK, there is one field name 'PHAS3' closed. But when I change the network order to closed, &lt;/P&gt;&lt;P&gt;those changes are not getting reflecting in this field entry.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 12:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272042#M150554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Network order status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272043#M150555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the objects related to status management are stored in table JEST. U can query the JEST to get all the user and system status of network order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get OBJNR from AUFK for a given network and pass it to JEST and u will get all the user and system status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these values will be internal format, so inorder to find out the internal value of status 'CLOSED'. check out the entries of JEST for a network which is not closed, later set the close status and find out the entry which has been added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 12:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272043#M150555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T12:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Network order status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272044#M150556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use the function modules beginning with 'STATUS', e.g. 'STATUS_CHECK'. Key to them is the OBJNR, you'll find in AUFK. &lt;/P&gt;&lt;P&gt;The values of system status are defined in Table TJ02/TJ02T. The values to the entities ( e.g. network orders) are in Table JEST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 12:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272044#M150556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Network order status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272045#M150557</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;&lt;/P&gt;&lt;P&gt;Use function module BAPI_BUS2002_GET_STATUS for network order status (Both System &amp;amp; User Status)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Following tables using join we can check system-status for network order&lt;/P&gt;&lt;P&gt;PROJ,PRPS,AFVC,JEST and TJ02T by using following join&lt;/P&gt;&lt;P&gt;PRPS-PSPHI = PRoj-PSPNR and AFVC-PROJN = PRPS-PSPNR and JEST-OBJNR = AFVC-objnr and AFVC-INACT = SPACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same join you can use for User status Instead of tables JEST , TJ02T use JSTO abd TJ30T.&lt;/P&gt;&lt;P&gt;Better to use function i mentioned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you find this useful , Please reward me points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 12:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/network-order-status/m-p/1272045#M150557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T12:59:43Z</dc:date>
    </item>
  </channel>
</rss>

