<?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: STATUS_TEXT_EDIT, in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049513#M721971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS_READ is used to get the Status of a Production Order&lt;/P&gt;&lt;P&gt;See the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  concatenate 'OR' AFKO-AUFNR into L_AUFNR.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  call function 'STATUS_READ'     &lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      OBJNR            = L_AUFNR&lt;/P&gt;&lt;P&gt;      ONLY_ACTIVE      = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      STATUS           = IT_JEST&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;      others           = 2.&lt;/P&gt;&lt;P&gt;  if SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; " to get the texts of statuses&lt;/P&gt;&lt;P&gt;  if not IT_JEST[] is initial.&lt;/P&gt;&lt;P&gt;    select ISTAT TXT04&lt;/P&gt;&lt;P&gt;    from TJ02T&lt;/P&gt;&lt;P&gt;    into table IT_TJ02T&lt;/P&gt;&lt;P&gt;    for all entries in IT_JEST&lt;/P&gt;&lt;P&gt;    where ISTAT = IT_JEST-STAT&lt;/P&gt;&lt;P&gt;      and SPRAS = SY-LANGU.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 11:03:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T11:03:20Z</dc:date>
    <item>
      <title>STATUS_TEXT_EDIT,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049512#M721970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all BW friends , &lt;/P&gt;&lt;P&gt;what  is the purpose of  STATUS_TEXT_EDIT  ,where should i  provide the objnr   to get the status ,&lt;/P&gt;&lt;P&gt;actually i need objnr to return u the status code..whether complete or outstanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any one , kindly explain me in detail  and clearly . &lt;/P&gt;&lt;P&gt; points definitely assinged to all friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 08:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049512#M721970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: STATUS_TEXT_EDIT,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049513#M721971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS_READ is used to get the Status of a Production Order&lt;/P&gt;&lt;P&gt;See the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  concatenate 'OR' AFKO-AUFNR into L_AUFNR.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  call function 'STATUS_READ'     &lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      OBJNR            = L_AUFNR&lt;/P&gt;&lt;P&gt;      ONLY_ACTIVE      = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      STATUS           = IT_JEST&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      OBJECT_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;      others           = 2.&lt;/P&gt;&lt;P&gt;  if SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; " to get the texts of statuses&lt;/P&gt;&lt;P&gt;  if not IT_JEST[] is initial.&lt;/P&gt;&lt;P&gt;    select ISTAT TXT04&lt;/P&gt;&lt;P&gt;    from TJ02T&lt;/P&gt;&lt;P&gt;    into table IT_TJ02T&lt;/P&gt;&lt;P&gt;    for all entries in IT_JEST&lt;/P&gt;&lt;P&gt;    where ISTAT = IT_JEST-STAT&lt;/P&gt;&lt;P&gt;      and SPRAS = SY-LANGU.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 11:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049513#M721971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: STATUS_TEXT_EDIT,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049514#M721972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An object (order, project, cost center, ...) is identified uniquely by&lt;/P&gt;&lt;P&gt; its object number within a client. The object number is used in tables&lt;/P&gt;&lt;P&gt; which cover all objects, for instance in status administration, cost&lt;/P&gt;&lt;P&gt; collection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you pass the object number to the function module STATUS_TEXT_EDIT then you will get the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 22:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-text-edit/m-p/3049514#M721972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T22:53:15Z</dc:date>
    </item>
  </channel>
</rss>

