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?

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Former Member
0 Kudos

For now, I decided not to pursue this. What I had hoped was that the last status change would be something like "closed" or "final confirmation", but instead I got stuff like ""Material shortage" followed by "Material committed", and the date and time of boh those records was the same.

I guess I still don't get it.