Table for Remaining capacity requirements

In Project Systems, Person Assignment tab of an activity, there is a field Remaining capacity requirements (which result from subtracting the requirements of the individual split from the overall requirements). Can you tell me the table where I can findout the total details of this filed.

Hi
Click on F1 on the field and go to technical information and check the field name. If you dont find table over there, take the field name and go to SE84 transaction code.
click on ABAP Dictionary  --> Fields  --> Table fields
Enter field name and execute. YOu will get list of tables, where this field is containing. You can check relevant table from list.
Hope it helps.
regards
Srinivas

Similar Messages

  • Remaining capacity requirements scheduled for operation in Planned Order

    Hi all,
    I'm workig with planned orders, and I need the "Remaining capacity requirements scheduled for operation" data to list it in a Z Report, but I don't know how to get it.
    You can see the info in the "Detail Scheduling" of the planned order in MD13.
    Anyone knows how to get the info? Any table or any FM to get it?
    Points will be given for helping
    Thanks in advance!

    Did you ever find out where the planned order capacity information lives?  I can find the production capacity information in table KBEZ, but it appears that there is no planned order info there.
    Thanks,
    Matthew Bruckner

  • How to calculate the Remaining capacity requirement in SAP Production Planning?

    Hi SAP Guru's,
    I would like to make report on Work center capacity with Remaining capacity requirement, available Capacity and Remaining available capacity requirements.
    Can please let me know the Transparent tables for below Fields?
    BEDAKT: Capacity Consumption Rest
    OUTPUTLEN: Capacity Consumption Offer
    SLIBELAS: Capacity load and
    SLIDELTA: Capacity Unused.
    Could you please help me accordingly
    Regards
    Bhupal

    Wrong space. Please move this to BW area.

  • 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

  • Table for temporarily stock /requirement  for tocde /afs/mdo4

    Dear expart,
    I developed a zreport for display STO number, Production order number, operation etc.
    mainly I use here AFPO,AFRU, MSEG, MCHB & J_3ABDSI Table.
    My problem is, when I compare with Tcode /afs/md04 tab-temporarily stock /requirement  .
    for some MATNR
    data show properly.
    and some MATNR are blank  with message Last MRP run on 04.04.2011 or such date.
    Hhow i can filter the in Z-report which MATNR are not in Tcode /afs/md04 tab-temporarily stock /requirement  .
    my code is.
    SELECT  j_3abdsiaufnr j_3abdsimatnr j_3abdsij_4krcat j_3abdsimbdat j_3abdsi~menge INTO TABLE it_eket FROM j_3abdsi
        FOR ALL ENTRIES IN it_final1
        WHERE
              j_3abdsi~j_4krcat = it_final1-j_4ksca AND
              j_3abdsi~matnr = it_final1-matnr AND
              j_3abdsi~werks = it_final1-werks AND
              j_3abdsi~bdart = 'TB' AND
              j_3abdsi~plart = 'B' AND
              j_3abdsi~bsart = 'UB'.
    Pls help .
    Rayhan
    Edited by: Abu Rayhan on Apr 5, 2011 10:24 AM

    CLEAR i_data1.
      REFRESH i_data1.
      LOOP AT i_mara.
        READ TABLE i_marc WITH KEY matnr = i_mara-matnr  BINARY SEARCH .
        IF sy-subrc = 0 .
          CALL FUNCTION 'J_3AM_DISPOSITION_DISPL'
            EXPORTING
              i_matnr                 = i_mara-matnr
              i_werks                 = p_werks
          I_DIALOG                = ' '
          I_SPERR                 = ' '
          I_AUFRUF                = ' '
          I_BANER                 = ' '
             i_todate                = todate
          I_HEADER_ONLY           = ' '
           IMPORTING
             ex_dbba                 = i_data3
          E_MDKP                  =
          EX_PBBD                 =
          EX_MELD                 =
          E_CM61M                 =
           EXCEPTIONS
             material_gesperrt       = 1
             wbz_fehler              = 2
             material_prgr           = 3
             dispo_gesperrt          = 4
             OTHERS                  = 5
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ELSE.
            IF i_data3[] IS NOT INITIAL.
              LOOP AT i_data3 INTO i_data4 .
                  IF ( i_data4-j_3astat ='A' OR i_data4-j_3astat ='T') AND i_data4-j_3abskz ='C'   .
                    READ TABLE i_t001l WITH KEY lgort = i_data4-lgonr  BINARY SEARCH .
                    IF sy-subrc = 0 .
                      CLEAR i_data1str.
                      i_data1str-matnr = i_data4-matnr.
                      i_data1str-j_3asize = i_data4-j_3asize .
                      i_data1str-lgort = i_data4-lgonr.
                      i_data1str-menge = i_data4-menge .
                      COLLECT i_data1str INTO i_data1.
                    ENDIF.
                  ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
      ENDLOOP.
    Questions
    i_mara  recordset 500 material
    It take more than 3 house to finished this report.
    do changed ?
    do you help me ?
    Think.

  • CO table for Planned capacity - KP 26 transaction

    Hi,
    Can anyone please tell me what is the Table , where the SAP stores the Capacity in Cost center planning . I could find the Planned activity in COSS table , i also searched COKP but coudn't find the Capacity.
    I am referring the KP26 transaction where we store these two values for Activity price calculation.
    regards
    Ranjan Kumar

    Hi,
    Did you check COKL and COEPL tables?
    Regards,
    Eli

  • Master table for HR PD process

    Dear Friend,
                            I need a list of all the master tables ( infotypes)  for HR Personal Development process .I know the PA process bt PD nt waare abt that so plzzzzzzzzzzzzzzz .....
    asap.
    thanx
    regrds
    sandeep dabral
    Edited by: SANDEEEP DABRAL on Feb 7, 2009 10:21 AM

    Hi,
    Hoping that this will help you out
    HRP1000 Infotype 1000 DB Table (Objects)
    HRP1001 Infotype 1001 DB Table (Relationships)
    HRP1002 Infotype 1002 DB Table
    HRP1003 Infotype 1003 DB Table
    HRP1004 Infotype 1004 DB table
    HRP1005 DB Table for Infotype 1005 (Planned Compensation)
    HRP1006 Infotype 1006 DB table
    HRP1007 Infotype 1007 DB Table
    HRP1008 Infotype 1008 DB Table
    HRP1009 Infotype 1009 DB table
    HRP1010 Infotype 1010 DB table
    HRP1011 Infotype 1011 DB Table
    HRP1013 Infotype 1013 DB Table
    HRP1014 Infotype 1014 DB Table
    HRP1015 Infotype 1015 DB table
    HRP1016 Infotype 1016 DB Table
    HRP1017 Infotype 1016 DB Table
    HRP1018 DB Table for Infotype 1018 Cost Distribution
    HRP1019 DB Table for Infotype 1019 Required Positions
    HRP1020 Infotype 1020 DB table
    HRP1021 INFOTYPE 1021 DB TABLE
    HRP1023 Infotype 1023 DB table
    HRP1024 INFOTYPE 1024 DB TABLE
    HRP1025 INFOTYPE 1025 DB TABLE
    HRP1026 Infotype 1026 DB table
    HRP1027 Infotype 1027 DB table
    HRP1028 Infotype 1028 DB Table
    HRP1029 Infotype 1029 DB table
    HRP1030 Infotype 1030 DB table
    HRP1031 Infotype 1031 DB table
    HRP1032 Infotype 1032 DB Table
    HRP1033 DB table for infotype 1033
    HRP1034 Infotype 1034 DB table
    HRP1035 Infotype 1035 DB Table
    HRP1036 Infotype 1036 DB table
    HRP1037 Infotype 1037 DB Table
    HRP1038 Infotype 1038 DB table
    HRP1039 Database Table for Infotype 1039
    HRP1040 Database Table for Infotype 1040
    HRP1041 DB Table for Infotype 1041
    HRP1042 Infotype 1042 DB Table
    HRP1043 DB Table for Infotype 1043
    HRP1044 DB Table for Infotype 1044
    HRP1045 DB Table for Infotype 1045
    HRP1046 Database Table for Infotype 1046
    HRP1047 DB Table for Infotype 1047
    HRP1048 DB Table for Infotype 1048
    HRP1049 Database Tables for Infotype 1049
    HRP1050 DB Table for Infotype 1050 (Job Evaluation Results)
    HRP1051 DB Table for Infotype 1051 (Survey Results)
    HRP1060 DB Table for Infotype 1060
    HRP1061 DB Table for Infotype 1061
    HRP1062 DB Table for Infotype 1062
    HRP1063 DB Table for Infotype 1063
    HRP1201 Infotype 1201 DB Table
    HRP1205 Infotype 1205 DB Table
    HRP1206 Infotype 1206 DB Table
    HRP1208 Infotype 1208 DB Table
    HRP1209 Infotype 1209 DB Table
    HRP1210 Infotype 1210 DB Table
    HRP1211 Infotype 1211 DB Table
    HRP1212 Infotype 1212 DB Table
    HRP1213 Infotype 1213 DB Table
    HRP1214 Infotype 1214 DB Table
    HRP1215 Infotype 1215 DB Table
    HRP1216 Infotype 1216 DB Table
    HRP1217 Infotype 1217 DB Table
    HRP1218 DB Table for Infotype 1218
    HRP1220 DB Table for Infotype 1220 Activity Profile
    HRP1221 DB Table for Infotype 1221 Excluded Activities
    HRP1222 Infotype 1222- General attribute maintenance
    HRP1230 DB Table for Infotype 1230
    HRP1240 DB Table for Infotype 1240
    HRP1250 DB table for infotype 1250
    HRP1251 DB table for infotype 1251
    HRP1252 DB table for infotype 1252
    HRP1253 DB table for infotype 1253
    HRP1254 DB Table for Infotype 1254
    HRP1260 DB Table for Infotype 1260
    HRP1270 DB Table for Info Type 1270
    HRP1403 DB table for infotype 1403
    HRP1404 DB table for infotype 1404
    HRP1500 DB Table for Infotype 1500
    HRP1501 DB Table for Infotype 1501
    HRP1502 DB Table for Infotype 1502
    HRP1503 DB Table for Infotype 1503
    HRP1504 DB Table for Infotype 1504
    HRP1505 DB Table for Infotype 1505
    HRP1506 DB Table for Infotype 1506
    HRP1507 DB Table for Infotype 1507
    HRP1518 DB Table for Infotype 1518
    HRP1519 DB Table for Infotype 1519
    HRP1520 DB Table for Infotype 1520
    HRP1600 Database Table for Infotype 1600
    HRP1601 Database Table for Infotype 1601
    HRPAD21 Additional data PAD21
    HRPAD22 Additional data PAD22
    HRPAD23 Additional data PAD23
    HRPAD25 Additional data PAD25
    HRPAD27 Additional data PAD27
    HRPAD31 Additional data PAD31
    HRPAD34 Additional Data for Relationship 'has attended'
    HRPAD44 PAD44 Additional Data
    HRPAD47 PAD47 Additional Data
    HRPAD48 Additional Data PAD48
    HRPAD50 Additional Data PAD50
    HRPAD51 Additional data PAD51
    HRPAD53 Additional Data PAD53
    HRPAD63 PAD63 Additional Data
    HRPAD77 Additional data for PAD77
    HRPADBLIST Additional Data Databases
    HRPADD2 Additional Data PADD2
    HRPADD3 Additional Data PADD3
    HRPADIC Additional Data PADD2
    HRPADNLIST Additional Data Number List
    HRPADNN General Additional Data Table
    HRPADP1 Additional Data PADP1
    HRPADP2 Additional Data PADP2
    HRPADPM Additional Data PADPM
    HRPADTI PADTI Additional Data
    HRPADUZ PADUZ Additional Data- Requirements Assignment of Persons
    HRPADXN Additional Data PADXN
    HRPS_T012K For Decoupled Access to T012K (House Bank and Account)
    HRPVAC List of vacant positions
    HRPXXXX DB Table for Infotype XXXX
    HRPYYYY DB Table for Infotype YYYY
    Warm REgards,
    Kapil

  • Tables for PDS modes and capacity requirements

    Does anyone  know which tables store the Mode and Capacity Requirement data for SNP PDSs?  In particular I am looking for the Mode Duration and Capacity Requirement Bucket Resource Consumption fields. 
    Thanks,
    Laurence.

    Thanks Nanda,
    I am unable to find this BAPI on our system  (we are on SCM 4.1).  Do you know the tables that store SNP PDS Mode and Capacity Requirement data?
    Regards,
    Laurence.

  • 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

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

  • 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

  • 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

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

  • Table name and field required for Project name

    Hi Guys
    I need to print Transfer order print out
    Which Table and field I need to take to print Project number (Original format) BSA01.000045.00002

    hello,
    if i am right in understanding your question, then you wanted to know the technical details about the project number or should i say project id, from which wbs elements are created, on which we finally place the orders.
    if this is what you want, then for getting the prject number for a particular order, at the table level, follow the below steps -
    using the po number or order number as an input in ekkn table, along with the po line item, you will get the wbs element for the order number for that particular po line item.
    and using this wbs element as an input in prps table, you can find the current project number.
    finally using this current project number as an input in the table proj, you can find the project id or project number = proj-pspid
    so you will require 3 tables to get the required details.
    hope this helps you.
    Regards,
    Zafar.

Maybe you are looking for