PO Status Table

Hi ALL,
Anyone know the table name of PO status information.
( PO Header > Status tab)
Quantity & Value:
- Ordered
- Develivered
- Still to deliv.
- Invoiced
- Down paymts
Thank You
Alex Lee

Hello Alex,
I think this figures are stastical figure, not stored in any table. As I remember the same query was raised sometime back.
The other option is you can use ME2L/ME2N/ME2M to get this figure using appropriate "selection parameter".
Regards
Arif Mansuri

Similar Messages

  • Field KNVV-CHSPL does not exist in field status tables (TMOD*)

    Hi Gurus,
    Wile creating Customer master record at Tc= XD01 the following error coming as
    "Field KNVV-CHSPL does not exist in field status tables (TMOD*)"
    Plz help me its  urgent.
    Vinay

    Hi
    KNVV is the customer sales data table and CHSPL is the field name called Batch Split Allowed
    My advice is to deselect the field name from the table and test it by creating it once again ...
    Bobbili

  • Populating a load-status table from SQL*Loader

    Hello,
    I am using SQL*LDR to load a table and once I'm done with this load I am supposed to populate a status table which will capture the 'SYSDATE', and the total number of rows I loaded in the other table.
    Can anybody help me?
    Thanks

    BTW, the load-status table would take the error-record-count as well as the load-count?
    Sorry missed that earlier!

  • Object status tables

    Hi
    Please, could you tell me what is the tables where the object status are storage from SD sales document for example?
    Best Regards,
    Enrique

    Hi Benito Enrique,
    Please have a look at below tables.
    AUSP
    Characteristic Values
    CMFK
    Storage Structure for the Error Log Header
    CMFP
    Storage Structure for Errors Collected
    FMSU
    FI-FM Totals Records
    FPLA
    Billing Plan
    FPLT
    Billing Plan: Dates
    INOB
    Link between Internal Number and Object
    JCDO
    Change Documents for Status Object (Table JSTO)
    JCDS
    Change Documents for System/User Statuses (Table JEST)
    JEST
    Object Status
    JSTO
    Status Object Information
    KANZ
    Assignment of Sales Order Items u2013 Costing Objects
    KEKO
    Product Costing - Header
    KEPH
    Product Costing: Cost Components for Cost of Goods Mfd
    KNKO
    Assignment of a Cost. Est. Number to Config. Object
    KOCLU
    Cluster for Conditions in Purchasing and Sales
    KSSK
    Allocation Table: Object to Class
    NAST
    Message Status
    SADR
    Address Management: Company Data
    VBAK
    Sales Documents: Header Data
    VBAP
    Sales Documents: Item Data
    VBEH
    Schedule Line History
    VBEP
    Sales Document: Schedule Line Data
    VBEX
    SD Document: Export Control: Data at Item Level
    VBFCL
    Sales Document Flow Cluster
    VBLB
    Sales Document: Release Order Data
    VBSN
    Change Status Relating to Scheduling Agreements
    VBUK
    Sales Document: Header Status and Administrative Data
    VBUP
    Sales Document: Item Status
    VBUV
    Sales Document: Incompleteness Log
    VEDA
    Contract Data
    Thanks,
    Swamy H P

  • Message Status Table

    what is the main use of the message status table in abap?

    hi venki,
    'NAST' is a transaparant table.It is the table for Message
    status.It consists of applicationof message conditions,
    message type, message language etc.
    1)To know the status of a message we need this field
    2)To print the status code in the Script are.
    3) by creating internal table field type while creating the
       ELEMENT. then the ELEMENT should placed in the FM
       "Write-Form".
    hope its clear to you,
    Reward points if usefull,
    Thanks,
    Kalyan.

  • Work order-System status table

    Hi,
    In which table does the system status of the work order (TECO, Created, Released etc) gets updated? I want to know in which table does all the open work orders get updated.
    Thanks in Advance

    Dear Jegashree,
    Check this link
    [Production order status|Table : Production order status;
    Regards
    Madhu

  • Loop thru Status table and start job

    I have a STATUS Tbl, that has a field called CompleteDate.Only if the CompleteDate field has TODAYS Today, then I want to proceed with my ssis task, to
    insert data in some tables. If the CompleteDate Is not yet todays date, then I want to check the status table again every 10 minutes, until the CompleteDate
    changes to TODAYS Date. THEN Start my insert process after that.
    select
    Max(convert(varchar(10),
    CompleteDate, 121))
    from Db.dbo.StatusTable
    I used the WAITFOR DELAY But that doesnot help.
    Any idea. here is the code I am using BUT THAT Comes out of the LOOP and does not keep rechecking the satus table
    declare
    @MaxDt  varchar(10)
    set @MaxDt=(select
    max(convert(varchar(10),
    CompleteDate, 121))
    from DB.dbo.StatusTable)
    --select @MaxDt
    DECLARE
    @flg BIT
    SET
    @flg = 0
    BEGIN
    IF
    EXISTS
    SELECT
    CASE
    WHEN @MaxDt
    >=convert(varchar(10),
    getdate(), 121)
    THEN 1
    ELSE 0
    END     
    SET @flg
    = 1
    WAITFOR
    END
    set
    DELAY
    '00:10:00'

    >If the CompleteDateIs not yet todays date, then I want to check the status table again every 10 minutes,
    It is safer to setup the stored procedure as a scheduled job without the WAITFOR.
    BOL: " Creating Jobs
    A job is a specified series of operations performed sequentially by SQL Server Agent. A job can perform a wide range of activities, including running Transact-SQL scripts, command prompt applications, Microsoft ActiveX scripts, Integration Services packages,
    Analysis Services commands and queries, or Replication tasks. Jobs can run repetitive or schedulable tasks, and they can automatically notify users of job status by generating alerts, thereby greatly simplifying SQL Server administration.
    To create a job, a user must be a member of one of the SQL Server Agent fixed database roles or the sysadmin fixed server role. A job can be edited only by its owner or members of the sysadmin role. For more information about the SQL Server Agent fixed database
    roles, see SQL Server Agent Fixed Database Roles.
    Jobs can be written to run on the local instance of SQL Server or on multiple instances across an enterprise. To run jobs on multiple servers, you must set up at least one master server and one or more target servers. For more information about master and
    target servers, see Automating Administration Across an Enterprise"
    LINK:
    http://technet.microsoft.com/en-us/library/ms186273(v=sql.105).aspx
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • SAP Equipment Calibration Status Table

    Hi,
    Can someone point me to the Equipment Calibration Status table ? I want to locate the current calibration status of individual pieces of equipment such as (out of use, calibrated etc. )
    Thanks,
    Emmett

    Hi Emmitt,
    Would you please identify which BAPIs they are?
    Thanks,
    Mike

  • RFFMMP_COVR - Status Table

    Hi Gurus,
    I'm working on a project where I need to identify a status table related to this report.   Does anyone know which table this will be ??
    Thank you,
    JZ

    Hello,
    Is this a Workflow question?
    In any case, you may be able to use transaction ST05 (trace) to see which tables are accessed.
    regards
    Rick Bakker

  • Object Status table in SAP R/3

    All,
    Doe any one know what table in SAP R/3 shows the current value assigned to an
    Object ID stored in Table JSTO.
    JSTO shows the object ID .
    But I am trying to retrive the current user status value assigned to the objectID (for example in VA02)
    Thanks,
    Mark

    Hello "The Wirtschaftsmann",
    Thanks for the reply. However, I need the Creation Date and Creation by of the Proposal / Payment Run steps.
    Not sure if this information is available nowadays at SAP. I opened an incident with SAP, let's see what they reply to us.
    Regards,
    Daniel

  • Status table for purchase orders

    Hi experts,
    When a purchase order is accepted by someone it changes its status. Is there any table that i can select from it to obtain the worker who changed the status of a purchase order?
    Thank you all,
    Artur.

    hi,
    Try to check the table EKBE (History per Purchasing Document).
    and also check CDPOS and CDHDR table
    I guess her you find the all the required details

  • Incorrect status table E_STATUS from FM BBP_PD_CTR_GETDETAIL

    Hi,
    I have an SRM 4.0-implementation (SAP SRM server 5.0, Supportpack 13) in extended classic scenario.
    BADI u2018BBP_DOC_CHECK_BADIu2019 has been activated for filter u2018BUS2000113u2019  so I can create some custom made errormessages for the active lines in a contract and only when mode = 'T'. Thats okay so far.
    I then mark one of the lines in the contract as status 'Inactive' and press controll. The BADI calls FM 'BBP_PD_CTR_GETDETAIL' with the original GUID for document and returns with table e_status showing the line marked with an 'X' in inact.
    If I then mark  an other line with status 'Inactive' and press control the BADI call FM 'BBP_PD_CTR_GETDETAIL' again with the original GUID and returns with table e_status - but the new line is NOT marked with an 'X' in inact - only the first is still marked.
    The BADI is called two times in mode = 'T' when I press controll. First time with the original GUID and second time with the change version GUID - and it is the first time that gives the problem with e_status. The second call with the change version GUID only gives the e_status for the lines that are active, but the first call allready fills in the logfiles with errormessages and show errors on inactive lines...
    Added Apr 20, 2010
    I can see, that my problem has something to do with JEST_BUF.
    JEST_BUF is not maintained when making two or more changes (setting lines inactive) and then press 'controll' - only the first line changed is marked 'inactive' in status field.
    Edited by: Dorthe Lauritzen on Apr 20, 2010 2:59 PM

    In my opinion there are two issues with your approach:
    1) BBP_DOC_CHECK_BADI is commonly used for validating procurement document, not to make changes to them. There is BBP_DOC_CHANGE_BADI for customized changes if required.
    2) Changing the status is often not as trivial as changing the internal table E_STATUS. Status is managed on a cross application level. Often times, you would realize that even if you have changed the internal table, the document would not result in the status you want it to have, or worse, erroneous stage. A more feasible approach to change status is to call FM BBP_PROCDOC_STATUS_CHANGE and let the system determine if such change is possible.

  • Transport Request status table

    Hi All,
    In se10, for a given transport id, i can check the status, i.e. if it has been transported to quality & production systems.
    I would like to know in which table i can get this info, i.e. when it was transported to QAS & PRD
    I am able to get the details of transports in e070 & e071, also in e071k if a transport has been made, but not able to get the full details which i need.
    I checked the forum, but was unable to find any info on this.
    Await inputs.
    Vivek

    Hi,
    your question had been moved to the transport forum which is named "Software Logistics". It can be found in "Forum -> Expert Forums » SAP NetWeaver » Software Logistics". That's all.
    Concerning the table e070 & e071 you mentioned - it's a cache which might be not up to date.
    So it is strictly recommended not to use this.
    The official method is the implementation of the BADI CTS_IMPORT_FEEDBACK.
    This method is triggered at the end of each import and returns a table with the following structure:
    TRKORR
    TARSYSTEM
    TARCLIENT
    RETCODE
    OWNER
    PROJECT
    Perhaps this helps - good luck
    Regards
    Frank
    Edited by: Frank Misch on Dec 12, 2008 3:04 PM

  • USER STATUS TABLE FOR ORDER MASTER

    Hi
    Please reply the Data table name for the field "USER STATUS" under control data tab of Order master.
    Regards
    Prakash.

    Hi,
    The statuses for orders are strored in JEST table.
    Regards,
    Eli
    P.S. Please, avoid posting in CAPITAL letters

  • System status table

    hi all,
    i am locking/unlocking(status) the account assigment of network at header level using CN22 transaction, it is updating the status in table JEST.I just want to know which table that system status update when iam  locking/unlocking the account assigment of network at activity level
    Thanks in advance
    RK

    Hi,
    Table JEST also contains the status records for Network Activities.  The object numbers (JEST-OBJNR) begin with 'NV' for Network Activities and 'NP' for Network Headers. 
    You can find the corresponding Network Activity object numbers in table AFVC (AFVC-OBJNR = JEST-OBJNR for Network Activities).  The AFVC-AUFPL value can then be linked to CAUFV-AUFPL to find the Network (CAUFV-AUFNR) that is entered in transaction CN22.  I was able to confirm this by changing a Network Activity status which also changed the table entries in JEST.
    Regards,
    Jamie

Maybe you are looking for

  • An Open Letter To MSI - A very dis-satisfied *former* customer

    I sent this letter to as many MSI email  addresses as i could find: Sirs: I’m done with MSI. I’ve bought two MSI K8N Neo Platinum boards and two K8N Neo 4 Platinum SLI boards. My original K8N ran great without problems for nearly a year, then one nig

  • Hard Drive failing on a P755 satellite

    Hello, I keep getting this message. Attachments: Capture.JPG ‏51 KB

  • Need help with Adobe Reader 9

    About three weeks ago my computer started acting crazy so I tried to run updates but I could not get on the internet because the comcast guy told me that it was my firewall. So I disabled my firewall and put on windows firewall and was able to do my

  • RTF Template field display

    Hi, I have created a xml report,In RTF Template some fields are placed one below another by using a table eg. Name: Add1: Add2: city,postalcode,State,country result on rtf is as Name Add1 city,postalcode, country my problem is that if 1 field is blan

  • Merging clips together

    I imported 3 separate clips into Imovie. They are actually 3 different commercials i shot. I want to merge them together so i can upload i file to the internet. it doesnt have to have a transition or anything between spots. I put them in the timeline