Process order tables--urgent

Hi
pls send me process order tables
Edited by: sesidhar gollu on Jul 18, 2008 1:18 PM

AFKO   Order header data PP orders
AUFU   Order Confirmations
AUFK   Order master data
AUFM   Goods movements for order
Regards,
Dhaval

Similar Messages

  • Process Order tables and Production System Performance

    Hi All,
    What are the different tables of Process order? Also how do i know which table affects the system performance of Production system and to what extent if Change Logging is made active ?
    The issue is in our clients place we would like to set the Change Logging ( Records changes made for any transaction )  for Process orders and we would like to know to which tables change logging should be made active so that Production system performance is not affected.
    Please help me regarding this.
    Thanks in Advance,
    Neetha Avani.

    All the changes done in any transaction are saved in CDPOS table.
    when there is any report developed based on this table then the performance will be very slow.
    Tables used for process orders are
    AFKO            Order header data PP orders
    AFPO            Order item
    AFRU            Order Confirmations
    AFRUHR        Order Confirmations for HR
    AFRV             Confirmation pool
    AFVC             Operation within an order
    Hope the above helps.

  • CPTD - Actual Template Allocation on Process Orders - V.Urgent

    Hi,
    We are doing period closing for June'07.
    We are using Activity Based Costing templates for Overhead allocation.
    While executing T-Code CPTD (Collective processing) for Actual Template Allocation for Allocating Overheads for the month of June, the system is allocating
    Overheads on all Process Orders confirmed till today i.e.it is wrongly
    allocating Overheads for June, on process orders on which there has been
    no production confirmed in June, but the Production was confirmed only
    in July.
    We expected the system to allocate Overheads only on Process Orders on
    which the Production was confirmed in June,07.
    Points will be awarded for providing solution.
    Regards,

    Hi
    I am using environment 9 yes.
    My formula is very simple:
    On Object I have:
    SenderCostCenter = '130570' AND
    SenderActivityType = 'LABORA'
    And then I have simply put "1" in Plan Quantity and Actual Quantity.
    So what it does is it allocates the unit cost of the combination of cost center 130570 and act. type LABORA one time to each material/order no matter lot size.
    Should I perhaps have put "1" into the Plan Fix and Actual Fix instead?
    Thanks

  • Table for process order &Selection profile status  details -reg

    Hi ,
    From which tabel we can get the link between the process order and selection status profile (like SAP001 etc..
    When we input the process orders we should get the selection status profiel linked to it
    Regards,
    Madhu Kiran

    Hi,
    The tables JEST and JSTO  are related to status profile .
    What i need is of Selection Profile
    You can see this field in COOIS or COOISPI  just above the Sys Status field
    We need this urgently
    Can any one help ?
    Madhu Kiran

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Table for transaction code for creation of process order

    Hi Gurus,
    Please tell me, in which table i can see the transaction code used to create process order.
    regards
    Kaisar

    Hi,
    Table for transactions is TSTC.
    If your looking for t-code for process order - COR1.
    Regards,
    Vivek

  • Process order problem in COR2 - Urgent Please

    hi i have a problem in COR2.
    After creating the process order i TECO Technically complete the same,
    and when i save the process order the system just hangs.
    When i debugged the code i found that issue is inside the functional module CO_ZV_ORDER_POST - Create/change end routine order.
    It does not do the commit work properly. this is in PRD so please help me to resolve this
    I checked for other system and the process order gets saved.
    What should i do
    please help

    just  compare the  function  module  in  both  PRD & DEV  so that  see the difference in the code level  or else  in the debug  mode  upto the  hanging  code level  ....
    i think it is because of the performance  issue  ....  so  need to  be   created the index  of the  table which  it gets  updated  .....
    becuase  as your FM is  for create/chande  .... so it  will be an  big  table  .... so see it  and   do the performace trace  and  create the  index ..
    ST05 ,SCI  , SM30    .... These are  some of the  tracscation code for   Code Insecptor , performance trace & SQL trace , Runtime Analysis..
    seee if the code is  same  in both  the system   ... then it is confirmed  as   performance  issue  ....
    if the code is  different   then it is  patch level  issue ...  tell to  basis  to check the  patch level  of that  both system  and apply it.
    reward  points  if it is usefull ...
    Girish

  • Tables name of process order

    Hi
    My customer has unique requirement of report regarding process order values.
    I wanted the values like same as component structure according product and material group.
    I have searched some of the standard tables like  Aufk, Afko, resbm and tckh3.
    I could not able to get any thing.
    If any body could have worked on the same please help me.
    Thanks
    kareem

    Hi nkonnipati,
    thanks for your reply,
    i have gone through ur tables but i could not got any values like
    raw materials , packing materials , activities and variance
    thanks
    kareem

  • Table to find the phase number in process order operation

    Hello All,
    Is there a way to find the table for phase details which are assigned to operation in a process order.
    Regards,
    Rohit

    Hi Rohit samant,
    Go to Process order Change or Display mode ie Tcode : COR2 or COR3.
    Enter the process order no , click on "Operation Overview (F6)", Click on the Phase field on any one operation, Click "F1", the Performance Assistance Screen will be displayed, Click Technical Details, you can get all details, like programe Name, Status, Table Name, Fieldname & all Technical details.
    I hope the above information is as per your request, Hence Reward Points,
    Regards,
    Nayeem Ahamed

  • Table name which contains status profile of a given process order

    Hi All,
    I created one process order and assigned a status profile for it.
    I need to know which table will contain both these values.
    Ex: If i give process order as an input, then it gives status profile as an output.

    Hi,
    The Table for Status Profile is JSTO.
    But there is no direct link bitween AFKO/AFPO and JSTO.
    Take the help of an ABAPer for this..
    Regards,
    Siva

  • PP tables for relationships in phases - Process order

    Hi,
    We have a process order and phases 20,40 and 60. So We know process order number and phase numbers.
    We have linked the phases in a relationship , say, FS(Finish to start )
    How can we see the relationships defined between phases from PP tables ? Which tables hold these relationship details?
    Rgds,
    Manohar

    Hi,
    please find the tables related with operation/phases which can help you .
                        MAPL                    Allocation of task lists to materials
         PLAS                    Task list - selection of operations/activities
         PLFH                    Task list - production resources/tools
         PLFL                    Task list - sequences
         PLKO                    Task list - header
         PLKZ                    Task list: main header
         PLPH                    Phases / suboperations
         PLPO                    Task list operation / activity
         PLPR                    Log collector for tasklists
         PLMZ                    Allocation of BOM - items to operations
    Regards
    SANIL

  • Costing data from Tables of Process Order Confirmation.

    Dear Friends,
    In which table is the Costing relevent data for process order confirmation stored.
    We are developing a report for which we require  material specific-
    Target quantity / Actual quantity
    Target costs / Actual costs
    Thanks in advance.
    Regards,
    Vikrant Sood

    Hi,
    Using the Table : AUFM you can get the data.
    VVR

  • PP Process Order Status Get Urgent

    Hi all,
    I want to have the Correct Process Order Status in PP Module.
    i got one function : CBIF_GLM1_PROCESS_ORDER_READ :but it shows all Status, i just want Active Status. The Status who are checked, i want only them.
    thanks,
    Usman Malik

    Hey,
    You can get the object number (OBJNR) for the order from the table AUFK.
    Now use function module 'STATUS_READ' to get all active statuses for the order.
    If you want inactive statuses, the set the parameter on the FM for get inactive characteristics. if you don't need it, set the parameter to space.

  • Table for Process order Material movement.

    Hi experts,
    which table store process order material movement data
    movement type 309 261 etc.

    there are no ther tables, why would someone have two tables containing same info??? it would be redundant.
    MSEG is not really slow when you do qualified selects, if you can not do that you shopuld think about creating an index.

  • Table/Structure for process order's auto batch determined component.

    Hi PP Gurus,
    We're struggling to get the Structure/Table name where data pertaining to process order component which is batch managed and automatically batch determined goes. We know RESB is the table where it gets updated after saving Process order. But we want the structure/table name before saving the Released Process order. Can anybody please help to get it?
    Thanks,
    Abu Arbab

    Abuarab,
    I think it will in structure CAUFVD. Following are the enchancements available as of ECC 6.0,
    PPCO0001  Application development: PP orders
    PPCO0002  Check exit for setting delete mark / deletion indicator
    PPCO0003  Check exit for order changes from sales order
    PPCO0004  Sort and processing exit: Mass processing orders
    PPCO0005  Storage location/backflushing when order is created
    PPCO0006  Enhancement to specify defaults for fields in order hea
    PPCO0007  Exit when saving production order
    PPCO0008  Enhancement in the adding and changing of components
    PPCO0009  Enhancement in goods movements for prod. process order
    PPCO0010  Enhancement in make-to-order production - Unit of measu
    PPCO0012  Production Order: Display/Change Order Header Data
    PPCO0013  Change priorities of selection crit. for batch determin
    PPCO0014  Select process orders for external relationships
    PPCO0015  Additional check for document links from BOMs
    PPCO0016  Additional check for document links from master data
    PPCO0017  Additional check for online processing of document link
    PPCO0018  Check for changes to production order header
    PPCO0019  Checks for changes to order operations
    PPCO0020  Process order: Display/change order header data
    PPCO0021  Release Control for Automatic Batch Determination
    PPCO0022  Determination of Production Memo
    PPCO0023  Checks Changes to Order Components
    Regards,
    Prasobh

Maybe you are looking for

  • Oracle Streams b/w MS-Access 2007 and Oracle 10g.

    Can we set up Oracle Streams between MS-Access 2007 and Oracle 10g? Ms-Access as source and Oracle 10g as destination database. If so, can any one please give me little heads up with supported doc's or any source of info.

  • Excel service error in sharepoint 2013

    i have sharepont server 2013 installed on 64 bit machine ,i have document center site which have many excel sheets i tried to open an excel sheet xlsx on browser unsing excel web access but it gaves me the following error message Excel Services Sorry

  • How to capture the gray scale photo

    Hi. I followed this ( https://msdn.microsoft.com/en-us/library/windows/apps/hh202982(v=vs.105).aspx ) example to capture photos and also in gray scale but the sample doesn't capture the gray image, it only pumps the gray pixels to the Image control.

  • Oversaturated Colors on L220x

    My l220x was delivered today and I am having trouble adjusting the oversaturation of colors. I am a photographer and processing has been at a standstill for 8 days since my monitor died, I need help quickly! I need to know specific steps to correct t

  • AppleScript: Save as App Broke

    My script runs fine as a script but when I save as application and run it fails. It's a script that gets selected files of a folder and prints the folder list. When I was testing it as an application, I had the application itself selected in its own