<?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 User Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929645#M60533</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;       when i want to see the table Name where User status is stored in VA01 Transaction by pressing F1 it is showing RV45A-ASTTX structure field, pls let me know in which table it is store.&lt;/P&gt;&lt;P&gt;       In sales order we can see the field in Item Status.&lt;/P&gt;&lt;P&gt;     waiting for Reply.&lt;/P&gt;&lt;P&gt;  Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2005 15:41:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-07T15:41:50Z</dc:date>
    <item>
      <title>User Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929645#M60533</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;       when i want to see the table Name where User status is stored in VA01 Transaction by pressing F1 it is showing RV45A-ASTTX structure field, pls let me know in which table it is store.&lt;/P&gt;&lt;P&gt;       In sales order we can see the field in Item Status.&lt;/P&gt;&lt;P&gt;     waiting for Reply.&lt;/P&gt;&lt;P&gt;  Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 15:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929645#M60533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: User Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929646#M60534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User statuses are found in table JCDS and tj30t.  You can use FM STATUS_READ to get the current statuses, then hit the Tj30t table for the descriptions of the statuses.   You will need to pass the object number to the function module, in your case it is VBAK-OBJNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 16:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929646#M60534</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-07T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: User Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929647#M60535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Deshpande,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is in table JEST .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to read the status in user-exit , you can check with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SAPLBSVA)JEST_BUF[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regrads,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 08:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929647#M60535</guid>
      <dc:creator>carlos_zhang3</dc:creator>
      <dc:date>2010-10-18T08:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: User Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929648#M60536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;this is not stored against any table directly.&lt;/P&gt;&lt;P&gt;there are object numbers and status messages against them.&lt;/P&gt;&lt;P&gt;Go to VBAP-OBJNR and enter your sales order number (line item also if you feel). This will show all the changes done against User status with date.&lt;/P&gt;&lt;P&gt;Status message with your status is mapped in TJ30T table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dipankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dipankar Banerjee on Jul 13, 2011 5:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 15:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-status/m-p/929648#M60536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-13T15:06:02Z</dc:date>
    </item>
  </channel>
</rss>

