Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Status

Former Member
0 Likes
2,696

Hi All,

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.

In sales order we can see the field in Item Status.

waiting for Reply.

Thanks in Advance.

Regards,

Suresh

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,542

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.

Regards,

Rich Heilman

Read only

carlos_zhang3
Participant
0 Likes
1,542

Dear Deshpande,

I think it is in table JEST .

But if you want to read the status in user-exit , you can check with :

(SAPLBSVA)JEST_BUF[]

Best Regrads,

Carlos

Read only

Former Member
0 Likes
1,542

hi,

this is not stored against any table directly.

there are object numbers and status messages against them.

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.

Status message with your status is mapped in TJ30T table.

Thanks,

Dipankar

Edited by: Dipankar Banerjee on Jul 13, 2011 5:07 PM