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

Similar Messages

  • 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 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 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

  • 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

  • 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 user's workflows

    Hi
    I wanted to create a report, In which user enter user name and date (Period) and i get status of all the work flow of that specific period of the user. e.g
    Work flow completed
    or
    Waiting for approval to secific agent
    or
    Error
    etc
    Regards
    Ammad

    Hi Ammad
      Use this tables SWWWIHEAD to get all the workitem with speicfic date and status has waiting then you can also use this table for agent speicific details SWWWIAGENT. If any deadline is involved use this table SWWWIDEADL.
    SELECT WI_ID WI_STAT WI_AAGENT FROM SWWWIHEAD INTO TABLE IT_WIHEAD
                    WHERE WI_STAT  EQ C_COMPLETED AND
                                 WI_CD      EQ  S_DATE.
    If you want any details let me know.
    Regards
    Vijay

  • How to find the invoice status

    how to find the invoice status in ap

    Hi,
    Please elaborate your question, what Invoice are your referring? AR, AP...
    Invoice status can be found from both Front end application or from the backend using SQL query. Also provide your enviornment details to better assist you.
    Thanks &
    Best Regards,

  • How to find the approval status for a document version

    Hi all,
    We have enabled versioning on a folder and the system is maintaining the versions. I need to be able to identify which version in at what status.
    For example, I create a file and it creates a version, I check it in and out several times, I then release/publish the file, and another version is created, I then check it out and in several times and the cycle begins again.
    I then realize that I need to go back to the latest released version but I don't know which one it is nor can I identify it using the 'versions' selection from details. How do I know what the status is of the previous versions?
    I need to be able to identify only those versions, past and present, that were 'approved/released' vs those that were left in progress. How do I find the statuses of the previous versions to correctly identify which version was released.
    KM is maintaining this some how because it knows to show only those items that are released to the standard user and not show them those that are in progress.
    How do I find that same parameter that shows me which older version is release?
    I am looking for something like what is available with the properties selection on the 'versions' screen. I am able to go to any version and look at the properties of that version at the time the version was saved. This is what I need with status. I need to be able to look at any version and know what status was at the time it was saved.
    Any help is appreciated,
    Srini

    Hi
    According to my knowledge,Versioning can only be done on files, not folders.
    To view the version history of a file, as well as save prior revisions to another location to view them do this:
           1.      Using Windows Explorer, locate the file.
           2.      Right-click the file and select Versioning and then select List Version History.
    The resulting dialog displays the version history of this file.
           3.      Select a prior version and click the Save As button to save the version to another location.
    Regards
    Elizabeth

  • How to find the job and job status from RSPCM

    hi all,
    suppose we got an error and in rspcm the process was failed.i want to know the status of that particular job.and if any i want to stop that job in SM37.
    plz tell me how to find the job and job ststus from RSPCM...and how to stop that job in SM37
    thanks,
    jack

    Hi Jack,
    RSPCM: T.Code
    This transaction is used to monitor the process chains
    First:
    here you need to add the process chains into the sheet
    Second:
    Then you can monitor the process chains in this transaction code
    Like you can see the :  status ,proces chain ,Last run date ,Last run time ,Log ID
    Status : Green when sucessful,Yellow when running & Red when you get errors
    Now when yoy click on any of the process chain in RSPCM you will go to the LOG VIEW as you see in RSPC transaction
    SM37:T.code
    This transaction is used for Job Overview
    you can see many options in SM37
    like Released,active,cancelled,finished,etc
    Just select the ACTIVE  jobs and also pass STAR in JOB ID & USER ID
    here you can only see the active jobs
    Goto Step in toolbar
    select the program displayed
    then chose option GOTO - Variant in main menu bar
    in the variant you can see the job belong to which Process chain
    if you want to cancel this job come back to SM37 Display screen
    Select the Job and select the JOB DETAILS tab in Tool Bar
    Collect the WIP ( Work Permit ID)
    Go to SM50 T.code and find the WIP
    in Main Menu Bar you find the option Cancel with Core choose this it will cancel the Job
    Regards
    Hari

  • How to find the Project and wbs Element System Status

    Hi all,
      How to find the Project and wbs Element System Status.
      We can find the system status in the CJ20n transaction but I want the table and field name where it is stored.
    Regards
    Raghavendra

    Hi,
    try table <b>jest</b> with key = prps-objnr
    Andreas

  • How to find the header and item level status of a CRM contract ?

    Hi,
    Few questions
    A. How to find the header and item level status of a CRM contract ? My req is to select all the contract line items which are in CLOSED status.
    B. How to get the BPs associated with a contract ?
    Anyone have the list of CRM tables and the relation amongst them. Please mail me in [email protected]

    CRMD_ORDERADM_H     Contains the Header Information for a Business Transaction.
    Note:
    1.     It doesn’t store the Business Partner
           responsible for the transaction. To 
           get the Partner No, link it with
           CRM_ORDER_INDEX.
    2.     This table can be used for search
           based on the Object Id(Business
           Transaction No). 
    CRMD_CUSTOMER_H     Additional Site Details at the Header Level of a Business Transaction
    CRMD_LINK     Transaction GUID set for all the Business Transactions
    CRMD_ORDER_INDEX     Contains Header as well as Item details for a Business Transaction.
    Note:
    1.     It doesn’t store the Business 
          Transaction No (Object ID).
          To get the Business Transaction No  
          link the table with
          CRMD_ORDERADM_H
    2.   This table can be used for search
          based on the Partner No
    CRMD_ORDERADM_I     Stores the Item information for a Business Transaction. The scenarios where we have a Contract Header and within contract we have Line Items for the contract, this table can be useful.
    E.g. Service Contracts
    CRMD_CUSTOMER_I     Additional Site Details at the Item Level of a Service Contract
    Pl.reward points.......

  • 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.

  • How to find the Invoice available for Purchase orders

    Hi friends,
    How to find the Invoice available for PO. Please give me the tcodes also.
    Is one PO can have multiple Invoice, then what is the relation between those PO and Invoices.
    Thanks,
    Veerendra.

    Hi,
    Goto ME23N and in the line item choose the PO History tab..
      There you can check if there is any invoice created for that PO..
      Yes one PO can have multiple invoices...
      Check the table RSEG where it has references to a PO and PO line items..
    THanks,
    Naren

Maybe you are looking for