Table for Incoming Order

Dear GURUS,
I am into Customer Type Projects for which i am doing Project Related Incoming Order ( Sale Order). I just want to check/ list out for what all the existing projects Incoming Order Analysis has not been done. Can i find through any Table or SQVI ( Table Join).
Thanx in advance.
Rgds
Rohit Misra

Below are tables related to sales docs:
VBAK Header Data
VBAP Item Data
You will find WBS element field there. Further refer PRPS, PROJ table to link with project.
Regards

Similar Messages

  • Table for purchase order status

    Hello friends,
    There's a tab STATUS in purchase order (tcoe ME21N).
    I can't find a table which contains theses statuses.
    Anybody knows what's the table for purchase orders status ??
    Regards,
    Bahia

    Hi
    PO status is stored in Structure not in the table.
    Please use the List displays to get the information like ME2N,ME2L, ME2M, ME2K etc
    You can also get the information from the table EKKO, EKPO, EKET,EKBE
    Hope it helps
    thanks/karthik

  • Tables for production orders

    Hi,
    Any database tables for production orders? please help me.
    Thanks & Regards
    Santhosh

    Plz SEARCH in SCN before posting.
    You will get lot of posts with tables AFKO,AFPO.

  • Tables for purchase order history

    what r  the tables for purchase order history.
    thanks in advance

    Hi Srinivas,
    Check out the link for detail PP module and tables.
    http://www.sap-img.com/sap-pp.htm
    Hope this helps.
    Manish

  • Table for Work Order

    Can you please tell me what is the TABLE for 'Work Order'?
    Regards,
    Subhasish

    hi Subhasish Ganguly,
      these are the tables of worked order which used in work order make and udates
        AFIH, AUFM, PMCOQT, PMFLAGS, AFFL, AFKO, AFPO, AFVC .............
    Hope i will help u.
      with regard
    chetan vishnoi

  • Table for Sales order Cost Est?

    Cost estimate data for sales orders used to be kept in KEKO and KEPH -
    Now that we've upgrade to 5.0 - there are only product cost estimates.
    Anybody know the tables for sales orders?
    thanks

    Dear Althea,
    please check with this tables.
    VBAG                           Sales Document: Release Data by Schedule Line in Sch.Agrmt.
    VBAK                           Sales Document: Header Data                               
    VBAP                           Sales Document: Item Data                                 
    VBBE                           Sales Requirements: Individual Records                    
    VBBS                           Sales Requirement Totals Record                           
    VBDATA                         Update data      
    Regards
    Mangal.

  • Object table for production order

    Hi all,
    I want to create a print program to create a barcode label (sapscript) triggered out of a shop (production) order.
    I know for example for deliveries, all delivery data are stored into the NAST table.
    Is there a similar table for production order that holds the necessary data?
    Thanks
    Anne

    Hi,
    Tables for production order
                         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order component     
           AFVC                    Order operations
                         JEST                    Object status
         AFRU                    Order completion confirmations
    Regards,
    Vishal

  • Table for Production Order

    Hi Experts,
      Can anyone tell me which is the table for Production Order Planned Values.
      The one which we get to see in CO02.
    Thanks,
    Ravi

    Hi Ravi,
    <b>AFKO</b> Production Order Header
    <b>AFPO</b> Production Order Position (details)
    Regards
    Sudheer

  • GR Table for incoming material and GI shipment

    Dear All,
    I'm trying to make report to show total GR for incoming material (101-102)  and shipment (601-602) per month, is there any shortcut table that already sum or show total amount for GR or GI material instead of MSEG?
    ex. I can get total GR to Production Order using AFPO table, it shows total GR Production per order, so i can get only 1 summary record instead of 31 records of daily confirmation to production order.
    Best Regards,

    HI ,
    i think u can check table EKBE and check for VGABE.
    Regards
    Prabhu

  • Validation for Incoming Orders

    Hi,
         Can somebody tell me how to process the segments in a customer function (Exit)? I am developing an interface for incoming ORDERS05 (Sales Order).Before the Idoc is posted, I need to check whether the Ship-To Customer is a One time account. If somebody could give me the code, that would be appreciated.
    Thanks,
    Venkat.

    You need to do it using the predefined SAP user exits.
    You need to find, based on the message type you are dealing with, the corresponding function module used (for outbound or inbound processing). In this function module (ex: IDOC_INPUT_ORDER) you will find the function exit calls like this:
        CALL CUSTOMER-FUNCTION '011'
             EXPORTING
                  dxvbak  = xvbak
                  docnum  = idoc_contrl-docnum
             TABLES
                  derrtab = errtab
                  dxvbap  = xvbap
                  dxvbep  = xvbep
                  dxvbadr = xvbadr
                  dxvbpa  = xvbpa
                  dxvbuv  = xvbuv
                  dedidc  = idoc_contrl
                  dedidd  = idoc_data
                  dxkomv  = xkomv
                  dxvekp  = xvekp
                  dyvekp  = yvekp.
    Create a enhancement project in CMOD, using the enhancement that contains the function exit (you can search for it in SMOD dropdown and entereing the function module in the component Additional search in SMOD).
    Activate it and enter your code in there.
    For specific examples, you will need to provide us the name of the message type or function module you are trying to "enhance".
    This is simple example and you can write your own logic based on below example :
    DATA: ZE1EDPT2 LIKE E1EDPT2.
    LOOP AT IDOC_DATA.
      CASE IDOC_DATA-SEGNAM.
         WHEN 'E1EDPT2'.
           MOVE IDOC_DATA-SDATA TO ZE1EDPT2.
           ZE1EDPT2-TDLINE   = <...>   
           ZE1EDPT2-TDFORMAT = <...>    
           MOVE ZE1EDPT2 TO IDOC_DATA-SDATA.
           MODIFY IDOC_DATA.
         WHEN <...>
         OTHERS.    
       ENDCASE.
    ENDLOOP.
    Thanks
    Seshu

  • Table for production orders

    Dear Gurus
    In which table can we get the open production order quantities and the gr dates.
    Regards
    Sandip Sarkar

    Hi,
    Please find below tables
         Production orders
         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
                        JEST                    Object status
         AFRU                    Order completion confirmations
    Regards
    SANIL

  • Tables For Linking Order Confirmation & Goods Receipt against Order

    Hi,
    We are using transaction CO11N (multiple times) with Auto GR feature. So, for every confirmation, a
    material document for corresponding goods movement also is created.
    Similarly for multiple confirmations, Mat Docs are created.
    I am looking for tables where I can get a link between Order Confirmation counters & respective Mat Document.
    I tried Tables AFRU and AUFM but it gives Mat. Document Number When only one GRis carried.
    Anyone Plz guide.
    regards

    To Dear ,
    This is the tables that used in production orders
                         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
    You can check here & I think AUFM ,AFVC ,AFFL may you will get trquire data .
    Pleasse check & revrt me back .
    Regards
    SANIL

  • WBS Element and Service No Link Table for Purchase Order document

    Hi Experts,
    We are Facing 1 Problem for finding link between
    WBS Element and Service No for corresponding Purchase Order document . Please Suggest me to find Related tables for Project system Module .
    Thanks and Regards
    BalaNarasimman.M

    Hi,
    The link will be in MM table, not PS table. Try EKKN.
    Regards

  • Table for maitnenace order status

    Dear Experts,
    Can any one please tell me in which table the maitenance order status is stored?
    And also process order status table.
    Please help me out.
    Thanks and Regards,
    Praveen.

    Hi,
    For Status you can check the following tables:
    Status  JCDS  Change Documents for System/User Statuses 
    Status  JEST  Object status 
    Status  JSTO  Status object information 
    Status  TJ02T  Texts for system status 
    Status  TJ30T  Texts for user status 
    Apart from this there is a Wiki for PM Tables, please check  [PM Tables|https://wiki.sdn.sap.com/wiki/x/voCCAw ]_.
    Thanks,
    Amit.
    Edited by: Amit Saxena on Dec 25, 2008 12:18 PM

  • Table for purachse order tax( Invoice tab)

    Hi,
    Can anybody tell me table name for purchase order taxes which are matainined in invoice tab.
      Thanks and Regards
        Anil

    hi
    check KONP table in SE16
    following are condition related tables
    check following tables
    TSTL Taxes: Valid Tax Categories for Each Country
    KNVI Customer Master Tax Indicator
    KNAT Customer Master Record (Tax Groupings)
    KONH Conditions (Header)
    KONP Conditions (Item)
    KONV Conditions (Transaction Data)
    Vishal...

Maybe you are looking for

  • How to make a control table with the same number of rows of its itab

    I'm creating a control table, but it always have the maximum number of lines possible. How can I make it so that it has only the same number of rows of it's internal table?

  • Error: Definition mx.core:RSLData could not be found.

    When i try to run this command : "mxmlc -static-link-runtime-shared-libraries=true -debug=true -load-config=C:\TestFlex4\flex-config1.xml -output=C:\TestFlex4\web\test1.swf c:\TestFlex4\web\test1.mxml" The follwing error stach trace shown: C:\TestFle

  • ITunes won't stop synching when completed

    Ever since I started using my new MacBook, my 5th gen iPod won't automatically disengage when it is done synching. I have to press one of the eject buttons to do it manually. Any suggestions? Thanks, Doug MacBook   Mac OS X (10.4.8)  

  • Encore CS4 crashes before opening

    I noticed this when I tried to use dynamic link from Premiere Pro CS4 to Encore CS4. Encore crashed. I tried again. It crashed. I tried opening it from my start menu and it still crashed! Any ideas? Here is a picture of the pop up I get: I run a wind

  • AFP System Error

    Hi folks, I have an OS X server running 10.4.11. For the past week or so, I have to restart AFP services every morning. When users try connecting to AFP shares, they are getting an "AFP system error". The only thing that fixes it is restarting the se