Table for capacity alt.uom

Hi ,
For a work center the capacity is maintained in "time" and the alt unit of measure maintained is "MW" . I tried to see in number of tables, but this "MW" is not seen in any table. Can you pls suggest the table in which i need to look in.
Regards
ShankarR

Hi ,
KAPE table has UOM but i do not get the link of field "capacity id " in this table with the work center in CRHD.
Table CRHD has field 'object id '
How can i get that?
Regards
ShankarR

Similar Messages

  • Any good table for Capacity Planning?

    HI all,
    Is there any table for capacity planning?
    we want to do some development to get capacity requirements data for each work center, don't like using CM01.
    Thanks!
    Harvey

    Dear
    Please find below SAP tables for CRP :
    CRHD         Workcenter Header Data
    CRCA         Workcenter Capacity Allocation
    CRCO         Workcenter Cost Center Assignment
    CRHH          Hierarchy Header
    CRHS           Hierarchy Structure
    CRTX          Workcenter Text
    KAKO         Capacity Header
    KAZY          Intervals of Capacity
    Regards
    JH

  • Tables for capacity planning?

    HI all,
    Is there any table for capacity planning?
    we want to do some development to get capacity requirements data for each work center, don't like using CM01.
    Thanks!
    Harvey

    >
    harvey wu wrote:
    > HI all,
    >
    > Is there any table for capacity planning?
    > we want to do some development to get capacity requirements data for each work center, don't like using CM01.
    > Thanks!
    >
    > Harvey
    Hi Harvey,
    Kindly check if the Below tables satisfy ur requriement
    KBED      Capacity Requirements Records
    KBEZ      Add. data for table KBED (for indiv. capacities/sp
    KBKO      Header Record for Capacity Requirements
    Reg
    Dsk

  • Table for Capacity load in REM

    Hi all,
    Can anybody please tell me the table and field for Capacity load%, Required capacity HR and available capacity HR in REM mfg. I want extract the data from these fields in Planning table MF50.
    Regards,
    Mili

    Check this two tables
    KBKO     Header record for capacity requirements
    KBED     Capacity requirements records
    Regards
    Tajuddin

  • Table For Capacity requirements

    Hello Every one,
    Does any body know the table which contains details for capacity requirements raised for a planned order and production order raised for a specific tme period for multiple capacity categories.
    The table should contain or a logic should exist to link the following fields:
    1. Planned order, production order
    2. Capacity requirements
    3. Capacity category.
    4. Period
    This is because my current uses capacities of 2 capacity categories (machine and labor) to plan production.
    Sincerely,
    Aji

    Hello Aji,
    Please find the tables:
    KBKO    Header record for capacity requirements
    KAKO    Capacity Header Segment
    KAKT    Capacity Description
    KAZY    Intervals of Capacity
    KBKO     Header record for capacity requirements
    KBED     Capacity requirements records
    KBKO     Header record for capacity requirements
    KBED      Capacity requirements records
    KBEZ      Add. data for table KBED (for indiv. capacities/splits)
    TC26      Capacity category
    Regards,
    Alok Tiwari

  • Table for Individual capacity of Workcenter

    Hi friends,
    I am working on one requirement for which I need table which is used for storing 'Iindividual capacity' . I could not find the table. Please help.
    I am not intrested in Capacity table like KAKO , need table for 'Individual capacity' (which we do enter on cap header screen of work center - goto - individual capacities)

    Hi,
    you can get the Individual capcity in following table for work center.
      KAPA - ANZHL                      
       KAZY - ANZHL                      
       LDLBC  -AZNOR       
    Regards,
    Sundaresan

  • Capacity Reservation Table for a planned order

    Dear experts,
    When I look at MD13, I can see the capacity requirement for a planned order.  I can also see the requirements build up in my CM01 screen.  We would like to pull the data into our BW system, but we are having issues finding where the capacity reservation information resides.  When I look at table KBEZ, I can only find values that correspond to production orders.  Is there a similar table for planned orders?  Does SAP save the detailed scheduling infromation for planned orders in a table somewhere, or is this calculated at the time MD13 or CM01 is run?
    Thanks,
    Matthew Bruckner

    Have you tried with KBED? I can see with SE16 that you have a field for selection with the planned order number....

  • Tables for pegged requirement

    Hi Gurus,
    Can you please tell me the tables ( for both planned order and prodution order) name to get the pegged requirement?
    Regards
    Rajib Pathak

    Hi sankaran,
    Thanks for the reply. Actually I need to extract data from CM50 report output. I need the values from following fields.
    Pegged requirements
    Activity/operation
    Pegged rqmts type
    Pegged reqmt qty
    Total capacity reqmts
    Material
    Work Center
    Plant
    Available Capacity
    Can you please tell me the list of corresponding tables to do this.

  • Base Table for problem code in Cs_incidents_all_b

    hi
    in cs_incidents_all_b we have problem_code. the does not contain any data ... we have any tl table for problem code i have cssr_prob_code_mapping_detail but if i query this
    SELECT  dra.repair_number,
      items.description item_desc,
      prob.problem_code,
      fndl.meaning flow_status_name,
      inc.summary,
      nvl(cp.instance_number,'Not availble') ib_instance_number
    FROM csd_repairs dra,
      csd_repair_types_tl drtt,
      cs_incidents_all_b sr,
      csi_item_instances cp,
      fnd_lookups fndl,
      csd_flow_statuses_b fsb,
      mtl_system_items_kfv items,
      mtl_units_of_measure_tl uom,
      jtf_rs_resource_extns_tl rstl,
      jtf_rs_groups_tl rgtl,
      fnd_lookups plkup,
      cs_incidents_all_tl inc,
      cs_sr_prob_code_mapping_detail prob,
      cs_incident_types_b ty
    WHERE dra.repair_type_id       = drtt.repair_type_id
    AND drtt.language              = userenv('LANG')
    AND dra.repair_mode            = 'WIP'
    AND dra.incident_id            = sr.incident_id
    AND dra.CUSTOMER_PRODUCT_ID    = cp.INSTANCE_ID (+)
    AND dra.flow_status_id         = fsb.flow_status_id
    AND fsb.flow_status_code       = fndl.lookup_code
    AND fndl.lookup_type           = 'CSD_REPAIR_FLOW_STATUS'
    AND dra.inventory_item_id      = items.inventory_item_id
    AND dra.unit_of_measure        = uom.uom_code
    AND uom.language               = userenv('LANG')
    AND dra.resource_id            = rstl.resource_id (+)
    AND rstl.category (+)          = 'EMPLOYEE'
    AND rstl.language (+)          = userenv('LANG')
    AND dra.owning_organization_id = rgtl.group_id (+)
    AND rgtl.language (+)          = userenv('LANG')
    AND dra.ro_priority_code       = plkup.lookup_code(+)
    AND plkup.lookup_type(+)       = 'CSD_RO_PRIORITY'
    AND items.organization_id      = cs_std.get_item_valdn_orgzn_id
    AND inc.incident_id            =dra.incident_id
    and ty.incident_type_id=sr.incident_type_id
    and prob.incident_type_id=ty.incident_type_id
    AND fndl.meaning in('Open')
    order by dra.repair_numbereach diffrent problem codes for same repair number here i am want records relevant to Depot Repair

    In 11.5.9, the problem and resolution codes are stored in FND_LOOKUP_VALUES table with lookup type as 'REQUEST_PROBLEM_CODE' and 'REQUEST_RESOLUTION_CODE'. I'm hoping you could still use these tables to find problem codes, even if you were on 11.5.10 or R12.
    Join would be something like:
    WHERE fnd_lookup_values.lookup_type = 'REQUEST_PROBLEM_CODE'
    AND fnd_lookup_values.problem_code = cs_incidents_all_b.problem_code
    Regarding restricting the query for Depot Repair service requests, you need to restrict by the the incident_type_id for this type of SRs (like id for Depot incident type is 10003 for us).
    HTH
    Alka

  • Table for work center..........

    Hi
    Is there any table for work center which shows available capacity v/s utilized capacity......Please revert with your valuable comments
    Rgds

    Hi,
    Check Table RC65L.
    Regards
    Kannan

  • Reporting data in alt UOM

    BW Gurus,
    I am pretty new to BW, everything I am doing is for the first time!!!. Well I am implementing the 'How to Report data in alt UOM' the link is below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b7b2aa90-0201-0010-a480-a755eeb82b6f
    Has anyone implemented this already? Well I have a question regarding one of the characteristic variable which the paper asks me to implement. It specifies that I have to create a variable on 0UNIT. But the quantities in my cube are in 0BASE_UOM. Well please help me understand the difference between 0BASE_UOM and OUNIT.
    Well to be more precise, In my query designer, under the dim Unit, I have just 0BASE_UOM. But when i try to create a variable on 0BASE_UOM, I have an option to create it on '0UNIT'....how does this work. Please help...
    Thanks
    Vishal

    hi Vishal,
    0unit is the 'parent' off all master data unit of measurements, all unit characteristics actually has reference to 0unit.
    i think you can try on 0BASE_UOM, if not work then 0unit.
    hope this helps.

  • How to.....Report data in Alt UoM - Antonio Oliveira

    PS: Sorry for writing this more as a personal message. All you guys can pitch in if you have any info.
    Antonio,
    I am implementing How to....Report data in alternate Unit of Measure (SAP Paper Nov 2004). I understand that You have already implemented this at your client site. If so, can you please give me a feedback on whether the solution provided in that paper is working fine and no further configuration needed. Also I understand that for that solution to work we need to have 0MATERIAL as drill down or across in the query...true?.... meaning that query cannot to run on a more summarized level for example Product Hierarchy ? Any help on this will be appreciated.
    Thanks
    Ashwin

    well my reporting issue is to compare sales history Vs forcast generated from SCM, So the users want to report on Prod Hier level than Material, but they also want to be able to report data on alternate unit so their expectaion is when they run the report, they need a popup for Alt UOM selection but they want data to be summarized on prod hier level ..... and here I am trying to give them that. Anyways...I will go ahead and implement it, but I have already told them that their requirement is not achievable and they will see a lot of rows in the report
    Thanks
    Ashwin

  • Table for Customer and vendor open balance on a key date

    Dear All,
    Can anyone please let me know Table for Customer and vendor open balance on a key date. We are developing one customized report.
    I have checked with the below table :
    Customer-KNC1, KNC3,BSID, BSAD
    Vendor-LFC1, LFC3, BSIK, BSAK.
    But these are not working properly for all customers and vedors. Also, in open items, there are items with clearing documents.
    Plesae let me know, how to go for it.
    Please suggest.

    Hi
    Use BSID and BSIK for open items
    And pass company code, year and from date and to date range in Posting date selection option
    Reg
    Vishnu

  • Creation of New Table for Delivery Output Type.

    Hi Guys,
    I need to replace an existing table by creating a new Table in the existing Access Sequence with the combination of "Ship to Party/Product Hierarchy".
    Logistics>Shipping>basic Shipping functions>Output determination>Maintain Condition Tables-->maintain output condition table for deliveries.
    I am choosing a new table by the name 902, but i am not getting the field " PRODH Product Hierarchy" on the right hand side to choose from.
    I checked the field catelog also. Firstly the field catelog was also not having the field, and then i added the field in it by choosing new entries.
    I guess i am missing some step in between, thats why the new field (PRODH) is not showing on the right hand side while creation of the condition table.
    One more thing, when i am seeing the Field Catelog, i am able to see a very large number of fields, then why only a few are appearing during creation of a new table??????
    Can you guys correct me and let me find a way.????
    Thanks very much indeed.
    Regards,
    Vivek

    Hi If u have already the field in FC u can add with new entries .
    Try with ,enter t- code <b>SE11</b>, enter <b>KOMB</b>- it will ask for access key get from basis and add u r Field catalog
    Field catalog for condition key: output determination
    If at all u want a new field tao add to u r FC u Can try with userexit.
    1)ADDING OF NEW FIELDS IN PRICING  
    In Pricing in SD the fields on the basis of which pricing is done are derived from the FIELD CATALOG which is a structure KOMG .This structure is used to transfer transaction data to the pricing procedure in SD and is also known as communication structure.This structure KOMG consists of two tables KOMK for Header related fields and KOMP for item related fields.
       The fields which are not in either of the two tables KOMK and KOMP
    cannot be used in pricing .Sometimes a need arises when the pricing
    is to be based on some other criteria which is not present in the form of fields in either of the two tables.
      This problem can be solved by using USEREXITS which are provided for pricing in SD.
      Pricing takes place both when the SALES ORDER ( Transaction VA01) is created as well as when INVOICING ( Transaction VF01) is done.Hence SAP provides 2 userexits ,one for sales order processing which is
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    Depending upon which table (KOMK or KOMP) the new fields were inserted we use either of the above two userexits.These userexits are found in include MV45AFZZ of the standard SAP sales order creation program SAPMV45A.
    In the case of userexit which will be called when invoicing is done ,these
    are provided in the include RY60AFZZ which is in the standard SAP
    program SAPMV45A. The name of the userexits are same. i.e
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    These userexits are used for passing the data from the communication structure to the pricing procedure, for this we have to fill the newely
    created field in the communication structure KOMG for this we fill the code in the above userexit using the MOVE statement after the data that
    has to be passed is taken from the database table by using the SELECT statement. The actual structure which is visible in these userexits and which is to be filled for that particular field is TKOMP or TKOMK.
    Before the coding for these userexits is done ,it is necessary to create a new field in either of the two tables KOMK or KOMP .For this purpose
    includes are provided in each of them .
    To create the field in header data(KOMK) the include provided is KOMKAZ
    and to create the field in item data(KOMP) the include provided is KOMPAZ.
    One possible example for the need of creating new fields can be e.g. Frieght to be based upon transportation zone ,for this no field is available in field catalog and hence it can be created in KOMK and then above userexits can be used to fill the transportation data to it.
    2)The other method of finding userexit is to find the word USEREXIT in the
    associated program of the transaction for which we want to determine userexit using SE38.
    3)The other method of finding userexits is to find the include in case of SD/MM applications where the userexits are located ,this can be found in the SAP reference IMG generally in the subfolder under SYSTEM MODIFICATION.
    Some other examples of userexits in SD are:<b></b>
    Message was edited by:
            SHESAGIRI GEDILA

  • 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

Maybe you are looking for