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

Regarding status management

Former Member
0 Likes
501

Hi,

I have a situation, wherein when a sales order is created, it is assigned a user status of CRTD using status management configuration. My requirement is to track a particular document's user status or system status to trigger a workflow if the document is complete with respect to header and item level info, and the status is in CRTD. I can check the completeness from VBUK table, but does anyone know as to which table the status profile values are stored in? Thanks for the help in advance.

Regards,

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

the data is stored in table JEST.

YOu can use FM STATUS_READ to get the data,,

Hope it helps.

Hi,

I have a situation, wherein when a sales order is created, it is assigned a user status of CRTD using status management configuration. My requirement is to track a particular document's user status or system status to trigger a workflow if the document is complete with respect to header and item level info, and the status is in CRTD. I can check the completeness from VBUK table, but does anyone know as to which table the status profile values are stored in? Thanks for the help in advance.

Regards,

Vijay

2 REPLIES 2
Read only

Former Member
0 Likes
473

the data is stored in table JEST.

YOu can use FM STATUS_READ to get the data,,

Hope it helps.

Read only

Former Member
0 Likes
472

Hi ,

Check the table JSTO & Jest table.

Also check the FM STATUS_READ

Thanks

Rajeev