Finding the status of PO

Hi All,
Can anyone please help me to frame a query to find out the status of a PO.
I can see the following fields related to status in PO_HEADERS_ALL table -
OTM_STATUS_CODE
AUTHORIZATION_STATUS
STATUS_LOOKUP_CODE
FIRM_STATUS_LOOKUP_CODE
EDI_PROCESSED_STATUS
But which field indicates the status of PO, can anyone help me with this.
Regards,
Shruti

Can anyone please help me to frame a query to find out the status of a PO.
I can see the following fields related to status in PO_HEADERS_ALL table -
OTM_STATUS_CODE
AUTHORIZATION_STATUS
STATUS_LOOKUP_CODE
FIRM_STATUS_LOOKUP_CODE
EDI_PROCESSED_STATUS
But which field indicates the status of PO, can anyone help me with this.11i: http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=PO_HEADERS_ALL&c_owner=PO&c_type=TABLE
R12: http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=PO_HEADERS_ALL&c_owner=PO&c_type=TABLE
Thanks,
Hussein

Similar Messages

  • How to find the status of an invoice in ECC ?

    Hi,
    Could anyone please tell me how to find the status of an invoice in ECC system (Parked, posted or saved as completed)
    Regards
    Prashant Chauhan

    HI
    MIR6
    Regards
    Kailas Ugale

  • How to find the status of package (valid/invalid) was at a particular time

    How to find the status of package (valid/invalid) was at a particular time ?
    I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
    I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
    I can generate AWR report for last 7 days...

    Try using a flashback query, like this:
    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
    But this should give you the info you need - if it's still in undo.

  • How can I find the status of a checkbox?

    I am writing an invoice which involve Parts and Labor for an auto shop.  A check box precedes each line.  If the checkbox is checked, then the line is for a part, which I will use to add parts and labor separately for tax and information purposes.
    Question:  Using Acrobat Professional 8, what Java code would check whether a checkbox named CB1 is checked or not?.

    Thanks for your valuable time.  I am stuck with this item.  Please, consider the following code:
    var strCheckBox;
    var flgCBStatus;
    var strItemLine;
    var dblTotalParts = 0;
    var dblLineValue;
    this.getField("AllParts").value = 0;
    var i = 0;
    while( i < 16 )
    strCheckBox = "CB" + i;  //that will result in strCheckBox = "CB0" trough CB15
    strItemLine = "LT" + i;      // Same with this other field.  But this seems to be working
    dblLineValue = this.getField(strItemLine).value;
    flgCBStatus = this.getField(strCheckBox).value;  // Message I get "this.getField(strCheckBox) has no properties"
    if(dblLineValue > 0)
    //  if(flgCBStatus == "Yes")
                 dblTotalParts = dblTotalParts + dblLineValue;
    i++;
    if(dblTotalParts > 0)
          this.getField("AllParts").value = dblTotalParts;
    // End of procedure
    I defined the CheckBox (which are labeled CB0 trough CB15 in the form) to return the value "Yes".
    I need the loop to find the status of every line in the form.  I would appreciate any comment on it.  Also, I changed the CB so it would return "ON" instead of Yes as originally set up,but it does not make any difference.
    Thanks in advance.

  • To find the Status of the equipment

    Hi all,
           I need to get the status of the equipment that we get it from EQUI table. I found the FM ITO3_EQUIPMENT_READ_STATUS  to find the status. But I don't know what are the tables that I need to give in that.
         Can you please explain me how to use this Function Module ? or any other FM to get the status, if we provide the equipment number ?
    Thank you all in advance.
    Regarda,
    VK.

    Hi,
    Use BAPI_EQUI_GETSTATUS instead. below is an example.
    Data:
    v_l_equnr type EQUNR,
    it_sys_status type standard table of BAPI_ITOB_STATUS,
    it_user_status type standard table of BAPI_ITOB_STATUS.
    CALL FUNCTION 'BAPI_EQUI_GETSTATUS'
              EXPORTING
                equipment           = v_l_equnr
              TABLES
                system_status       = it_sys_status
                user_status         = it_user_status
    it_sys_status will give you all the system statuses and
    it_user_status will give you the user statuses
    for specified equipment.
    regards
    Gaurav

  • Where can I find the status of the u0093User Compareu0094 for all roles?

    Hi Gurus,
    After we do a “User Compare” some of the roles are still in yellow .
    I would like to produce a complete list of all roles left “uncompared” so that I can work on them one by one. But I can’t find the relevant table.
    Where can I find the status of the “User Compare” for all roles?
    Thanks in advance.

    Igor,
    There are several reasons to have "yellow" ID's after running a comparison.  Often they  are caused by time stamp issues.  As far as I know there is no table that has a complete list of roles that has not been compared.
    I would analyze what roles/user combos are having the issue then look at the underlying tables surrounding them.
    If you want to see the tables PFCG_TIME_DEPENDENCY uses you can analyze the program or run an ST01 SQL trace and view the tables the program is using via SQL statements.
    Cheers,
    Ben

  • How can i find the status of ink cartridges

    how do i get the status for ink cartridges?

    Hi,
    We don't know your printer, your PC/Laptop therefore very hard to reply. Anyway, please use this to check:
      http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01982041&cc=us&lc=en&dlc=en&product=3440927&tmp...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Finding the Status of the Network

    Hi,
    Fron AUFK  Table I am getting OBJNR of the Network. To find out Status of that Network , i an Giving the OBJNR value to JEST Table.
    But for One OBJNR Value i am getting 10 recodrs ,Each of them having different Status No.(STAT).Which one I should Consider.
    Thanks & Regards,
    Rahul

    JEST Table will list out all active and inactive status for a given object number. If there are 10 records found for your network object number , that means there are 10 status (both active and inactive) set to that network number. Status number starts with 'I' refers to system status and 'E' refers to user status. To find the text of the status number pass the status number to TJ02 table, as mentioned by Amol, you will get the status text, but TJ02 will take only system status number not user status number.

  • RAPIDWIZ -RESTART option , how to find the status of installation

    Hi ,
    I had an issue while installing R12.1 on Linux X86-64 . I was getting an error in addbccnv.sql with insufficient privliges as I was installing under root as per oracles notes . I changed my user to database user and ran the addbccnv.sql script manually and it ran successfully .
    I opened another command prompt remotely and logged in as root and gave the command rapidwiz -restart , since i did it remotely using PUTTY I dont know the status of the installation .
    Is there any way to find out if the installation is going through ok !! ??
    I checked few locations but couldnt find any updated log file
    Thanks for your help

    Hi,
    The log files can be located under the following directories:
    $TMP/<MMDDHHMM>
    $ORACLE_HOME/appsutil/log/$CONTEXT_NAME
    $APPL_TOP/admin/$CONTEXT_NAME/log/<MMDDHHMM>
    Regards,
    Hussein

  • How to find the status of INS, CAP, NUM keys??

    Hello everyone,
    I am trying to develop a text editor where i want to show the status of INSERT, CAPS-LOCK, and NUM-LOCK keys.
    i am able to know the key pressed using KeyEvent.VK_CAPS_LOCK, KeyEvent.VK_INSERT, KeyEvent.VK_NUM_LOCK respectievely.
    But, i want to know the initial status i.e the status of the keys at the time of starting the application.
    Is there any way to get the key properties i.e whether they are on/off?
    so that I can use them as the initial status and then can change afterwards.
    Thanks in advance,
    Regards,

    @Mr_Evil,
    Sir,
    Does it have such a state? Since INS key is not locking key (coz, on the keyboard it shows Num Lock, Caps Lock, Scroll Lock..but not Ins Lock. The former one have led too to indicate the status) we are not able to query the Key directly.
    Isn't it up to the
    application to decide whether it should be in insert
    or overwrite mode?Exactly, this is done in EDIT (type EDIT at command prompt)...inspite of whatever the key status is, it starts with INS off mode.
    But consider the case of MS WORD,
    It does not start with a particular mode. It depends upon the system's INS key status..
    Let, initially the Key is off.
    Start MS WORD...OVR will be hidden in status bar
    Again close MS WORD and press the INS key once.
    Again Start MS WORD...and you will find out that OVR is showing.
    This is my point, if we cannot do it directly...then is there any other way to do the same.any idea how to find this status?
    I hope I am clear what I need?
    Regards,

  • How to find the status of assigned person

    Hello,
    Is it possible to find the where the process is or who does it currently assign to when the process id is unknown? I heard that a query from the database can do that but not sure how.
    Can any one please advise.
    Thanks, Han

    The following query retrieves all RUNNING tasks, the current assignee and other task details.
    select * from tb_task TSK
    JOIN tb_assignment ASGN ON TSK.current_assignment_id = ASGN.id
    JOIN tb_queue Q ON ASGN.queue_id =Q.id
    JOIN EDCPRINCIPALUSERENTITY EDC ON Q.workflow_principal_id=EDC.refprincipalid
    WHERE TSK.status = 3
    You can filter the records if you know either Process Id or Task Id.
    Nith

  • How to find the Status of a PO

    How to get the status of the PO in a customized program when I have only PO Number as reference.
    (any specific Function Modules)

    Hi Sridhar,
    CRM_JCDS this table you will get date and time of the all the status , from this get the
    latest status of the document.
    Eg:-
    select * from crm_jcds
            into table it_jcds
            where objnr = guid of the document .
         if sy-subrc eq 0.
           sort it_jcds by udate utime.
         endif.
    Regards,
    Venkat

  • How to find the status of production order for fully delivered orders

    Hi,
    My question is :
    when an order is confirmed for the end of month(jan) and no Gr is generated in jan then the order will not be included in jan month.
    For this solution given by functional :
    Get fully delivered orders for that period.
    My query's are :
    how to find fully delivered orders, is there any status in Co02 tran?
    Any suggestions for the given query are welcome..with elobration..
    thanks in advance.

    hi,
       The table name for Order status is VBUP and the field name is GBSTA.
    regards,
    Meiy

  • Need to find the status of the tranaction pc00_m40_calc

    gurus ,
      yesterday i began the payroll processing thro transaction pc00_m40_calc . usually it will take around 8 hours to complete . yesterday i started it by evening 6 pm and left for the day
      today morn when i returned , my pc was shut down . I am not sure when it got shut down . now how to find whether the transaction was succesfully run ?
    is there any way to find to what extend the transaction was run and upto how many no of employees the payroll was processed  ?
    i browsed sm21 , but there were no any logs pertaining to this ...
    looking forward for your replies

    Hi,
    Use BAPI_EQUI_GETSTATUS instead. below is an example.
    Data:
    v_l_equnr type EQUNR,
    it_sys_status type standard table of BAPI_ITOB_STATUS,
    it_user_status type standard table of BAPI_ITOB_STATUS.
    CALL FUNCTION 'BAPI_EQUI_GETSTATUS'
              EXPORTING
                equipment           = v_l_equnr
              TABLES
                system_status       = it_sys_status
                user_status         = it_user_status
    it_sys_status will give you all the system statuses and
    it_user_status will give you the user statuses
    for specified equipment.
    regards
    Gaurav

  • How can i find the status "LISTALV"?

    How can i find which standard program used this menu status "LISTALV" to copy it to my program???

    Hi,
    Double click on the LISTALV and A popup window wil be displayed, from there click on the where used list. It will display all the program which ever using this.
    Or
    Try Se41 take the program and input the program name and press F4 for possible entries.
    Thanks,
    Sriram Ponna.

Maybe you are looking for

  • My PowerMac G5 will not start up.

    There is no startup chime, no display and the fans speed up and sound like and airplane after about 30 seconds. Can someone help?

  • Powerbook G4 1.67GHz 2GB ram ... HUGE performance issues

    Hardware: 17" Powerbook G4 1.67GHz with 2GB ram System: 10.5.4 Leopard *Ever since i upgraded to Leopard, i have noticed tremendous latency / pinwheel issues in many areas such as:* 1. Switching between running applications hangs up sometimes as long

  • Issue with script design

    HI expert can we design a box in sap-script where the vertical lines inside the box are not continious i.e discrete .

  • Griffin iMic, no stereo

    Just set up a Mac Mini. One of the intended uses is to copy old vinyls and personal tapes. For input, I use a Griffin iMic through an amp NAD 3225PE. No trouble except no way of getting full stereo, only one channel works. The same with my G4 iBook.

  • Change CAL to per user from per unit

    Hello! I bought per user CALS (has been verified) but I have been using per unit because the per user cal didn't update the license for the users. I don't understand why it works perfectly with per unit (group policy edited) but not per user? The sys