cancel
Showing results for 
Search instead for 
Did you mean: 

Process Order Status Changes Chronology

Former Member
0 Kudos

How can I get information about the the changes (in order by date) for a process order? I found a table JCDS, and it has dates and statuses, but there is a change number column, and a column called "INACT", and a column called "CHIND".

How do I interpret the information?

View Entire Topic
rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

In the table JCDS there is indicator CHIND. If it is 'I' then creation

You can look at the code in this FM which give you all the details:

CALL FUNCTION 'STATUS_READ'

Active status the INACT flag in JEST table is used,

Also note AT A TIME there will be only one ACTIVE status. For this purpose to get the current status, you need to have the INACT = X.

Regards,

R.Brahmankar