Table for WBS budget booking

Hello Gurus,
Can anyone please suggest me tables from where I will be able to derive the following:-
a) Budget at the WBS level 2
b) The budgeted hrly rate
c) Actual Hrs booked to the WBS level2
d) Actual hrly rate to be charged to actual hrs booked.
It would be nice if someone can provide me with this information.

Hi
I think you cannot directly get these values. You may use the below tables.
(1) BPIG for Budgets. In this look for Object No. relevant for WBS i.e PR000....
(2) For Actual Cost look in COEP tables
Hope it helps
Regards
Babu

Similar Messages

  • Tables for FM Budget Release and Budget

    Dear Gurus,
    Can any one please provide the tables for FM Budget and Release??
    Regards,
    Venkat

    Reddy,
    As per my knowledge, there are no direct tables w.r.t funds center and commit item.
    That is the reason i have given main tables as well as useful tables.
    Here, the mentioned tables BPEP and FMIFIIT takes POSIT and OBJNR.
    So, first need to get the above mentioned fields using funds center and commitment item.
    Follow the sample code, which might help ur purpose..
      CONCATENATE 'FS'  <controlling area>      <funds center>            INTO temp_objnr SEPARATED BY ' '.
      SELECT SINGLE posit
             FROM fmposit
             INTO temp_posit
             WHERE fikrs = <controlling area>
               AND fipex = temp_fipex. " commitment item...
    SELECT objnr
             posit
             wtp01          wtp02          wtp03          wtp04          wtp05          wtp06          wtp07          wtp08          wtp09          wtp10
             wtp11          wtp12          wtp13          wtp14          wtp15          wtp16
             FROM bpep
             INTO TABLE it_bpep
             WHERE objnr = temp_objnr
               AND posit = temp_posit
               AND wrttp = '43' " this depends on ur senario
               AND gjahr = year. " fisical year
    LOOP AT it_bpep.
        COLLECT it_bpep INTO it_bpep_temp.
        CLEAR : wa_bpep.
    ENDLOOP.
      SELECT fistl          fipex          trbtr          FROM fmifiit         INTO TABLE it_fmifiit
             WHERE fonds IN r_fonds
               AND fistl = temp_fistl
               AND fipex = temp_fipex
               and GJAHR = year. " fisical year
      LOOP AT it_fmifiit. " for consumed budget
        COLLECT it_fmifiit INTO it_fmifiit_temp.
        CLEAR : wa_fmifiit.
      ENDLOOP.
    Hope this helps.
    Otherwise, do mention what exactaly you want..
    Thanks
    Ram

  • Table for WBS project status and budget.

    hi,
    i am being requested to have a report with project details with the PO and PR.
    but i were unable to find the table for the project status (TECO, REL) for a WBS element. may i know want table and what field they were being link?
    aside, may i know under what table does the "budget assigned" to a WBS element located at?
    thanks

    Hi Ben,
    in order to retrieve the status of a WBS element, please select into table JEST by object number (JEST-OBJNR = PRPS-OBJNR). This will give you an internal status code (JEST-STAT). Then go to table TJ02 with this internal code and select field TJ02-TXT04: this will give you the external status code.
    For the budget, go to tables COSP and COSS, selecting by object number (OBJNR).
    I hope this helps. Best regards,
    Alvaro

  • Table for WBS status change with date

    Hi,
    Please assist me with a table name which should have WBS status with date on which statis was changed.
    Thanks,
    Manish.

    Hi
    You can use program (SE38) RBSVCDOC to track these changes. Else go manually in CJ20N to track these status changes.
    Use JCDS and JEST table for any other reporting on it.
    *Kindly mark your thread once your query is resolved.*
    Regards
    Saurabh

  • I need the BADI or the way for WBS budget check at SC line item

    Hi SRM folks,
    Do you have any BADI or the good way to do the WBS budget check at SC line item level.
    Donot suggest me the BBP_BUDGET_CHECK.ie for SC level only.
    Is there any way to do at line item level.
    Thanks in advance.
    srini.

    Hi
    Either use BBP_ITEM_CHECK_BADI or BBP_DOC_CHECK_BADI.
    Note -> Please read the relevant standard SAP documentation provided in this case for using SE18 Transaction.
    <b>Please go through the following pointers, which will definitely help -></b>
    Re: Reg the budget check in Shopping cart
    Re: Budget analysis
    How to implement the badi BBP_DOC_CHECK_BADI??
    Budget check for service PO
    Budget Check error for Fixed Assets ? :-(
    <u>Other related links -></u>
    Budget Check
    http://help.sap.com/saphelp_srm50/helpdata/en/4f/b3e739e62b714be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/de/237440116fd279e10000000a114b1d/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/4e/1d74eff196d64e880fd28d41d4502b/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/frameset.htm
    Do let me know as well.
    Regards
    - Atul

  • Table for Capex budget

    Hi experts,
    Can anyone give me the table info. where the Capex budget (Available budget at the level of Program Position ID) value is stored.
    Thanks,
    Sanju.

    Use this tables for your analysis.
    BPEG  Budget revision header  ( Line Item Overall Values  )               
    BPEJ  Budget revision header  (Line Item Annual Values  )
    BPGE  Overall budget , Over all plan cost  (Totals Record for Total Value )
    BPJA  Fiscal year budget, fiscal year plan values (Totals Record for Total Value )
    you have to pass 'OBJNR' filed of Table IMPR  to this tables for the fetching your budget values realted to Investment Program position.
    BPEP  Line Item Period Values  (for the referging budget document )
    Regards
    Nitin

  • Table for WBS and employee information

    Hi,
    Is there a table where I can find information for which WBS elements an employee are allowed to record hours against?
    Thanks!
    BR,
    Linda

    Hi,
    If I go to transaction CJ20N, select a WBS element, choose Edit -> WBS Element -> Project team for WBS element, I get a list containing the employees that are allowed to record hours against this WBS element, and the allowed time-interval. I want to transfer this information to a third-party system, but I'm not sure how I'm going to collect the information. I cannot find the correct tables to collect this information.
    Does anyone have any suggestions?
    Thanks!
    BR,
    Linda

  • Re: Budget table for wbs element

    Is there any table that stores  WBS elements budgets?

    Thank You very much for you quick replies....I am awarding the  points.....I have nt checked the tables yet....looks like i got the correct table names........
    One more question Can you guys tell me the table names for the Status of the WBS element....like where i can see whether a WBS element is locked or released...some thing like that.
    Thanks a lot

  • Table for commitments, budget etc

    Hi Experts,
    I need to develop reporting on commitment, budget and actual values.
    Do you know in which tables these values are stored ?
    Thanks and Best Regards, Manuel

    Thank you very much !!
    One more question :
    If I want to know if there has been an invoice on my WBS I look into the RPSCO table right ?
    and the field VORGA will tell me if this is an invoice ? Am I right ?
    Best Regards, Manuel

  • Table for WBS,Network , Activity from CJ20n

    Hi All,
    What's the table to check WBS, network and activity?
    Thank you.
    Best Regards,
    Nies

    Hi
    Project it is PROJ table where Project is PSPNR.
    WBS it is PRPS the field is PSPNR,
    the link is PROJ-PSPNR = PRPS-PSPHI (PSPHI is the project definition).
    Activity Table is AFVC and the link is
    PRPS-PSPNR(WBS elements of PRPS) = AFVC-PROJN (WBS elements of AFVC).
    Network table is CAUFV and the link is
    AFVC-AUFPL = CAUFV-AUFPL
    <REMOVED BY MODERATOR>
    Thanks.
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:54 PM

  • Table for Document assigned to WBS

    In which table Document and WBS assignment is captured?
    Thx

    Hello,
    PRPS is separate table for WBS element. If you want to see it in DMS then check in object link field name in DRAW.
    Hope you are aware about the standard objects in SAP and their respective tables.
    Regards,
    Ravindra

  • Tables for PS Networks and Activities ?

    Hi all
    I'm working in some development for create a PS report for Projects. I investigated the structure is   Project-WBS-Network-Activity
    I know the table for Project is PROJ and the table for WBS is PRPS, but i don't know what tables are used for Networks and Activities.
    Does somebody know these tables ?
    Thanks
    Frank

    Hi
    I was checking the tables AFKO and AFVC, but i did not found some fields,
    1. Field APLZL does not exists in table AFKO, there is only a field APLZT. So, how can go from AFKO to AFVC ??
    2. Field SUMNE does not exists in table AFVC, there is only the field SUMNR, so how can i find if some record
    is Network or Activity ??
    3. About table AFKO, i search with field PRONR = Project;
       but how can i link the Networks(Orders) with their
       corresponding  WBS ???
    Thanks a lot.
    I really need help !!
    Frank

  • Table for budget distribution undet project system.

    hi,
    do any one know the table for budget distribution under a project system?
    i need to get the data of budget assigned to a WBS level with the position ID, for a project. the transaction code to distribute the budget is by using transaction code - IM52.
    i posted this question in here before, but the answer i get is incorrect, as i need the table for budget under porject system. thanks

    Check these tables:
    PRPS  WBS (Work Breakdown Structure) Element Master Data
    IMPR  Investment Program Positions
    IMPS  Assignable Operative Objs for Capital Investment Positions
    IMAK  Appropriation requests - general data

  • 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

  • Tables for Budget data

    Hi,
    Please provide the base tables for Budget data
    thanks

    hi Arun,
    check these
    BPGE (overall budgets),
    BPJA (annual budgets) and
    BPPE (period budgets).

Maybe you are looking for

  • How to cause them to associate my Case Number 185689167 with the real phone number I need to be called at:

    I purchased a one year subscription to Acrobat Pro, and after installation on my MacBook, in the LaunchPad (aside from the normal Adobe Acrobat Pro, Acrobat Distiller, and Forms Central for Acrobat) a folder containing two icons.  The first was (I fo

  • Music from iDVD won't play on TV

    Can anyone help me?!?!?!?!?!?!?!?!?!?!?!?!??!? I exported a keynote file to Quicktime, then brought it into iDVD - but the music isn't playing on the burned DVD? Any suggestions????

  • How can I get list properties using SharePoint CSOM

    Hi Team, I am using SharePoint CSOM to read SharePoint Discussion board.I need discussion discription and created by and Discussion list Title etc. But I am unable to read those. I saw below message for discussion list in immediate window while debug

  • Beginner with oracle.jbo

    I have 9ias and j2ee installed on my machine. Where would I find the classpath for the oracle.jbo package? Is it contained in one of the jar files?

  • SOA11g: Transform Activity shows as Pending

    Guys, After migration of a process from 10.1.3.4 into 11.1.1.4, In many processes Transform/Assign activity always shows in pending state. Here is the xsl used in one of the Transform activity. *<?xml version = '1.0' encoding = 'UTF-8'?>* *<xsl:style