Monday, 5 October 2015

Status from a Network Order

So I had to map this out for someone... quite straightforward, but might be of use to someone out there!

Here we have Network Order 41000000 which has a variety of Statuses against it:


AUFK doesn’t contain the statuses. To find the statuses, we go via table JEST. JEST is keyed on OBJNR (Object Number) which is a field in AUFK. It’s basically the order number with a prefix.


So a search on JEST for OBJNR = NP000041000000, which yields the following:


Column 3 in this table is whether the status is inactive or not, so we ignore anything with an X in it.

For the internal statuses, we can get the text from table TJ02T :



For the external statuses, we can get the text from table TJ30T.






No comments:

Post a Comment