No System Status Saved In Production Order

Hi PP Gurus,
We encountered a short dump when display production order.
I have checked the system status of this production order from database, and there is NO record in table JSTO, JEST, etc.
Why the status has not been saved in production order? How do we deal with the existing production order without system status?
Appreciate any input here.
Regards,
SQ

Thanks, Marcelo.
Program ZPSFC008 works well in this case.
This ticket can be closed.
Cheers,
SQ

Similar Messages

  • System Status "SETT" of Production Order is not appearing

    Hi Friends
    Production Order is not achieving system status of "SETT" even after settlement of an order resulting in incorrect output in Order informatiojn system.
    Please let me know the possible reasons for the same.
    Thanks
    mahesh

    Hi Mahesh
    Please remove the tick in the check box no display in BS22 transaction against SETT status .
    regards
    Ranga
    Message was edited by:
            Ranganathan Srinivasamurthy
    Message was edited by:
            Ranganathan Srinivasamurthy

  • Run time error while saving the production order in CO02

    HI Experts,
    While i am releasing and saving the production order the system is giving the runtime error. Please help.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_SLD_API_EXCEPTION
    Error analysis is
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SLD_API_EXCEPTION', was not
    caught in
    procedure "GET_ACCESS_DATA" "(METHOD)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Internal error in method
    A Quick response is required.
    Regards
    Dinakar Sarma

    Hi,
    Please check below  link for your issue , it may useful
    http://forums.sdn.sap.com/thread.jspa?messageID=10815298#10815298
    Regards,
    Ram

  • How to use the selection profile and status profile for production order?

    Hi expert,
       I want to know how to use the selection profile and status profile for production order. what's the usage for these two selection profile and status profile ?
      Please help me.
      thanks in advance.
      george.shi

    Hi George,
    There are are two types of statuses.One is system status and second one is user status.These statuses will tell us current situation of an order.
    We can't change system statuses.But we can create our own statuses through status profile.With this profile we can control user statuses.
    In this status profile,
    1.We define the sequence in which user statuses can be activated,
    2.We define initial statuses
    3. Allow or prohibit certain business transactions.
    Selection profiles are used to select the objects (say production orders) with different status combinations.We assign status profiles to selection profiles in BS42 T-Code.
    Regards,
    Raja.
    Edited by: Rajarao on Oct 30, 2008 6:21 AM
    Edited by: Rajarao on Oct 30, 2008 6:22 AM

  • How to change the status of a production order

    Dear All,
    May i know how to change the status of a production order.I want to de-active the status like OPGN (Operation generated).This status is updated as there was no routing assigned to that particular production order during its creation
    Thanks and Regards,
    Varun Siddharth

    Dear,
    When you create a production order, an operation created by the system is generated automatically if no routing is used for the creation. As a result the order header receives the status HOGAN; the operation created automatically also has this status.
    If you delete the operation created automatically and then do not have the status HOGAN.
    To avoid this maintain the Routing for the material or delete the setting of default operation from OPJG.
    Regards,
    R.Brahmankar

  • A FM or BAPI to update the status of a Production Order

    Hello, does anybody know if there is an interface FM or BAPI to update the status of a production order. Specifically I want change the status of PP order to LKD (locked). I want to do it programmatically from an external system.
    Thank you
    Ernesto

    Hi,
    I believe you can use the FM I_CHANGE_STATUS to update the status..
    where JEST-OBJNR = AUFK-OBJNR
    Thanks,
    Naren

  • Error While saving the Production Order

    Dear Experts
    Pls let me know why am getting the below error while saving the production order after release..
    PSFC_STD_LAYOUT does not exist
    Message no. SSFCOMPOSER004

    Dear,
    Please check have you assigned the scheduling profile in work scheduling view of materail master?
    Then go to OPKP check the same scheduling profile where you have activited the On realese execute printing remove this tick mark and then try with new order.
    Or you can do the configuration in Tocde :OPK8 here assign the PSFC_STD_LAYOUT in forum.
    Regards,
    R.Brahmankar

  • To get the User status of the Production Order

    Dear all,
    I have a  requiement to get the user status of the production order, This is just below the Status of the Production Order,
    I was able to get the Status of the Production order using the Function Module ( REL MSPT PRC ) etc
    Can any body please help me in fetching this data.
    with rgds
    Ranjith Singh

    Dear,
    Please try with,
    FM 'STATUS_TEXT_EDIT'
    Or See function module PM_ORDER_DATA_READ
    The status maintenace is done by SAPLBSVA
    Use the Tables are :
    JEST - Pass OBJNR of the Production ORDER (AUFK, AFKO tables)
    or from
    TJ02
    TJ02T
    Please take help from technical consultant.
    Hope it will help you.
    Regards,
    R.Brahmankar

  • Display the status of the production order

    Hi Friends,
    I have a task which should display the status of the production order.
    If an order number(AUFNR) is given, it should display whether the order is available or not. Also it should display the status of the order whether it is delivered, completed, blocked etc.
    Can anyone send me the code for the above task.
    Waiting for ur reply.
    Raj
    Message was edited by: Craig Cmehil

    Please mark this post as "Solved on my own" as it is a duplicate of your post which has already been answered.  Thanks. 
    Also, please remove the email address from the subject line.
    Regards,
    Rich Heilman

  • Disallow saving of production order if there is error calculating cost

    Hi Gurus,
    We have a requirement that when saving a production order, an error message should appear if there is no planned cost for the material. As of now there is only a warning message that says "Error when calculating cost". How to make it an error message instead so the user cannot save this production orders?
    Thanks a lot,
    Raymond

    Hi,
    Develop a enhancement in BADI Workorder_update. It has two methods AT SAVE and AT RELEASE where the ABAP program can be written. You can stop creation or release  of the order if field LPLPR - MBEW is blank.
    Regards,
    Divraj

  • How can I get status of a production order from database?

    Hi,
       I need to write a report to show user details about the production order. Because there are some customized linkages between our sales order and production order, we can't use COOIS directly.
      But I met a problem when writing this report. I found that after TECO, all lines on reservation of the production order will be set deletetion flag. So, I need to tell which orders had been TECO-ed. But I don't know from which fileds and which tables I can get the data to tell this. Please help.

    Hi Robbie,
    You can use function module STATUS_READ
    You need to pass it the object number - for a PP order header it will be something like OR000001000000
    You can also set an indicator to only retrieve active status values.
    The FM returns a table of status codes which are in the internal format and look like I0002
    Then use table TJ02T for system statuses to determine what these internal codes mean. If you have user statuses you should be able to work out where they are stored by looking at the technical information behind the configuration transactions.
    Regards,
    Monika

  • How to change status of operation (Production order)

    Hi all,
    I would like to know if there is a way to change the status of an operation for an operation order.
    I found a BAPI for changing the status of the production, a function module to get the status of an operation but nothing standard for changing the status of an operation.
    The solution is using a call transaction?
    Thanks for your help!
    David

    Dear,
    It is not clear what you want to do. Usually the operation system status is driven by the way you release the operation or at headre level. On the other hand you can influence the user status as per your logic. Please let us know you are looking for which status?
    Raj

  • Operation status 'Fixed' in Production order

    Hello all,
    We are facing an issue with Operation Status 'Fixed'. If we go to transaction /sapapo/rrp3 and double click on Production Order (R).  Then clcik on Operation , say 0100, at right side you will see multiple Operation status. One of them is 'Fixed'. We can make this indicator active ny fixing the order in planning board (right click=> Fix).
    Here we are facing an issue. We are not fixing any order through planning board and still I see Operation status 'Fixed'. Even I unfix it, next day it gets fixed automatically. I suspect that either any job in APO or R/3 do this activity. Please note that in this case 'Date_Fixed' indicator is not checked. Like when you fix the order from planning baord, system check the checkbox for 'Date_Fixed" and for operation status 'Fixed'. In our case only Operation status becomes 'Fixed.
    Please let me know what are the different ways to fix the operation status.
    Regards,
    Nitin

    Thanks for the reply.
    As you mentioned, if the operation is scheduled at non-working hours then it gets fixed. I checked with the user and they confimred that they are not using the non production hour while rescheduling the order. It means they are not using the check box of non-working hour from DS startegy or Heuristic.
    Please let me know what are the different possibilities which can schedule the operation in non-working hours.

  • Revoke TECO Status for CO Production Order SAP R/3 3.1H

    Hi All,
    We are still on SAP R/3 3.1H
    Recently, a user accidentally TECO a CO Production Order and now required to revoke the TECO status. There was a similar case back in 2004 and I posted the issue to SAPOSS but did not get it resolved. At that time I was told that it is not possible to revoke TECO status on 3.1H. Furthermore, I was told that a solution can be provided but it is 'billable' due to the nature of the issue which is not a system bug but more of an operational issue.
    On the recent case, the chronicle events are as follow:
    1. User A created, released, and created settlement rule for the order. This was done on month end (previous period as suppose to the current period).
    2. User A then proceed to do good receipt of the order but 'forgotten' to indicate that it was a complete delivery. This was done on current period but posting & document date is on previous period.
    3. Another user, B, try to issue settlement for previous period but failed. System return message saying order delivery is not complete and advice to 'complete technically' the order (error message is misleading).
    4. User A then proceed to 'TECO' the order without further checking. Apparently, no period selection for doing this posting; system just take the current date (current period).
    5. User B still not able to settle the order on the previous period which it is supposed to settled. Settlement only possible for current period, the period the order was 'TECO'.
    The CO Production Order is now 'stuck'; no movement type can done on it, cannot settle on previous period as required. If at all possible, 'TECO' status need to be revoke so that other posting for previous period can be done on the CO Production Order.
    Is there anyone out there know a workaround or solution, including ABAB program to revoke 'TECO' status for SAP R/3 3.1H.
    Any advice appreciated.
    Regards,
    Wilson Rotop

    Hi,
    Again, revoke TECO option not available on SAP R/3 3.1H.
    Rgds
    WR

  • Table for checking System Status in a Service Order

    Hi,
    In which table can I find System Status (like REL - Released) of a Service Order ?
    Thanks.
    Raj

    Linda,
    The system-statuses are stored in table JEST.
    An easier way to get this data is by using function module STATUS_TEXT_EDIT:
    CALL FUNCTION 'STATUS_TEXT_EDIT'
               EXPORTING
                    FLG_USER_STAT = ' '
                    OBJNR         = I_VIAUFKS-OBJNR
                    ONLY_ACTIVE   = 'X'
                    SPRAS         = SY-LANGU
               IMPORTING
                    LINE          = W_LINE.
    *           user_line     = w_user_line.

Maybe you are looking for