|
The prerequisite to DLFL an order is that the cost balance
is zero. This can be achieved either by not posting any activity to
the order, or by settling the cost. Settlement can only occur once the order has been received into stock (DLV), so if there is a problem TECO is used to override that prerequisite. In short. TECO is not needed to DLFL an order. It is only
needed if you want the order to settle and eventually archive
Production order status table System Status Management is a central function for all modules, not only logistics but financial modules too. Wherever you have the system status management, which is, you have the system statuses: CRTD - Created,
System stores these object statuses at the JEST table. In this table, Object ID (field OBJNR) is the key. And every object has different number ranges for the Object ID, which is automatically given by the system. Examples for PP are,
As you may already know, Order header data is in table AUFK, Order operations data is in table AFVC, and Order components data is in table RESB. If you check these tables, you will see the Object Number field in these tables, with prefixes OR for header, OV for operations and OK for components. For example:
2. If the "Routing number of operations in the order" is 83 and the Operation counter number is 1 for an order operation, in table AFVC, I will have the object number OV000000008300000001. (because length of "Routing number of operations in the order" data type is 10 chars, and length of Operation coounter number data type is 8 chars, leading zeros are added by system accordingly.) 3. If the Reservation number is 139 and Reservation item number is 1 for an order component, in table RESB, I will have the object number OK00000001390001. (because length of Reservation number data type is 10 chars, and length of Reservation item number data type is 4 chars, leading zeros are added by system accordingly.) Now I can check the table JEST with these keys and I can get the statuses for my order header, operations or components. If you want statuses of an order:
If you want statuses of an order component:
If you want statuses of an order operation:
Note: Bear in mind that the statuses you will find in table JEST also has another field "Indicator: Status Is Inactive", which states that the object had the status before, but it is inactive at the moment. For example:
When you release the order, it will have both CRTD and FREI statuses, but the CRTD status will be marked Inactive. Because, when you run the Release process for a production order, it will Activate the FREI status (create entry in JEST) and Deactivate the CRTD status (modify th entry in JEST and change the "Indicator: Status Is Inactive" field). Tips by : Osman Karslioglu |
|
Read Also:
SAP PP Reference Books:
Goto:
Back to:
Return to :-
(c) www.gotothings.com All material on this site is Copyright.
|