Re:budgeting and actuals in sem/bps

Hai,
Good morning.
                          Can anyone please tell me the difference between budgeting and actual information in sem/bps.
prasad

Hi,
The key data that you enter in the planning area is only for time dependent characteristics and attributes. For the hierarchies in the characteristic relationships the current data is used.
If you still want to use a time dependent hierarchy for modeling the characteristic relationships you could use a characteristic relationship type exit. In the exit you can read the hierarchy with the proper date.
Best regards,
Gerd Schoeffl
SAPNetWeaver RIG BI EMEA

Similar Messages

  • How can i subtract budget and actuals amount from gl_balances in discoverer

    I have a problem with a discoverer report.
    The table is GL_BALANCES (Financials), and i tried to subtract data of current year and last year, same month, or data from actuals and budgets amounts.
    Data from actuals have the "A" code in the ACTUAL_FLAG field, and budgets amounts have a "B" code. I construct a cross-tab report with ACTUAL_FLAG field in the "X" axis and the accounts segments in the "Y" axis (From GL_CODE_COMBINATIONS). The problem is: How can i substract budget and actuals amounts? Is the same field but differents columns in report.
    I cannot use analytics function because the version of database does not support that .
    Somebody told me: "...You need to construct a custom folder to handle this..."
    I don't want to finish the reports in Excel...
    Thanks.

    Hi Miguel
    You can either create a database view or custom folder to do this using aliases for the two joins to the same table.
    For example, you need something like this in the body of the SQL:
    select
    act.code_combination_id,
    nvl(act.period_net_dr,0) actual_net,
    nvl(bgt.period_net_dt,0) budget_net,
    nvl(bgt.period_net_dt,0) - nvl(act.period_net_dr,0) diff,
    act.period_name
    from
    gl_balances act,
    gl_balances bgt
    where
    act.set_of_books_id = bgt.set_of_books_id and
    act.code_combination_id = bgt.code_combination_id and
    act.period_name = bgt.period_name
    Of course you will still need to add your own joins to get the code combinations but I trust you get the gist.
    Hope this helps
    Regards
    Michael

  • FM to get actual line items, budget and actual amounts for a given IO num.

    Hello Experts,
    I am currently doing a report to show the actual and budget amounts for a given internal
    order number. Now, my processing takes a long time so I need to know if there are any
    available FM's for this.
    I am checking transactions: S_ALR_87013019 and KO03.
    Hope you can help me guys.Thank you and take care!

    Hi Rob,
    I am actually modifying my colleague's program and based on my checking, it is taking a very long time to fetch the relevant line items for a given IO(internal order) in tables BSIS and BSAS. Below is the code:
    SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      INTO TABLE it_pdate1
      FROM bsis
      WHERE bukrs IN s_bukrs
      AND budat IN r_budat_p
      AND aufnr IN s_aufnr.
      SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      APPENDING TABLE it_pdate1
      FROM bsas
      WHERE bukrs IN s_bukrs
        AND budat IN r_budat_p
        AND aufnr IN s_aufnr.
      SORT it_pdate1 BY aufnr.
      DELETE it_pdate1 WHERE aufnr EQ space.

  • Value category wise budget and actuals display in S_ALR_87013558 report

    Hello PS consultants,
    There is a requirement in my project, where the business users want to see the report on hard budgeted cost element group , soft budgeted cost element group and total in different rows. In my project, there is one value category which has been made exempt from availabilty control(for repairable spares) and there are others which are under availability control. Also, the business wants to see all the columns as per S_ALR_87013558 report in the new report per the 2 categories of cost element group and total (but the budgeting here is done as per the WBS level, so how to satisfy this need also). The S_ALR_87013558 report gives the various value categories, but only assigned values against it(as budget is not against cost element). Also, in this report , it is not possibel to exclude one value category to see only the hard budgeted cost element group.
    Please help.
    Regards

    Thanks Sam.
    But my requirement is to exclude one particular value category, as it is not possible to include all the value categories in the report as there are large number of value categories. Is there any way to exclude one value category?
    Thanks Abdul.
    But if I suppress the value category , then it will be suppressed from the central level in PS and hence, it will not be included in any calculations in any of the standard report. Is there any way to suppress one value category from only one report, without affecting other reports?
    Please help.
    Regards

  • PLM table for Internal Order budget, Actual Cost and Actual Hrs

    Dear all
    In cProjects version 4.0, we have integration with existing ECC 6.0. We create Internal Order manually and assign it to cProjects.
    One cProject  having one Internal Order.
    Resource Planning part is managed in cProjects while Actual Time keeping(CATS with reference to Internal Order), budgeting of Internal Order, Material and Service Procurement which is done against Internal Order is managed in ECC. ECC and PLM are separate systems.
    We have RFCs established to transfer actual hrs, budget and actual cost data from ECC to PLM.
    Which is the ABAP table in PLM where we get linking of cProject with Internal Order and also actual hrs, budget and actual cost data in PLM system?
    Thanks & Regards
    Ashish

    actual hrs, budget and actual cost data in PLM system?
    Its not there, actual hours can be found in DPR_Task but it needs to be transferred by running a report.
    The planned cost etc is also calculated at runtime and passed on to Costing object in ECC (Int order/PS)
    Actual hours will be in CATSDB in ECC
    needless to say actual cost will also be there in ECC and not in PLM, PLM only displays at runtime based on RFC.
    If you want to try, Break the RFC and try to check the Evaluation..
    Niranjan

  • BW BPS vs SEM BPS

    Hi Everyone,
    can anyone guide me one the diffrence between the BW BPS and SEM BPS . Please do guide me if there is any site /link that provide the above information

    Hi
    From netweaver 2004 i.e BW3.5 BPS is integrated with BW and called as BW-BPS, prior to this it is part of SEM and called as SEM-BPS
    go through this previous thread on similar query
    BW-BPS and SEM_BPS
    and this Release Notes for SAP NetWeaver '04
    Business Information Warehouse
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/3c51403ab46f13e10000000a1550b0/RN_BW_EN.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements%20bw-bps%20formerly%20sem-bps%20in%20sapnetweaver%2004.ppt#275,21,New functionalities delivered in SEM Support Packages
    will give u clear idea
    Regards
    Kiran
    Message was edited by: ravi kiran naalla

  • Integrated planning Content and SEM-BPS Content

    Hi Experts
    Is there any integrated planning Business Content for CRM? Where do I find it?
    SEM-BPS has Business Content planning scenarios for CRM. Is this BC also available in BW-BPS now? Where do I find it?
    We use NW04s BI and CRM 5.0.
    Kind regards
    Erik

    Hello Erik,
    as of now I have not heard of such content.
    Also SAP is not talking about CRM-content for BIIP yet. What we have learned is that a lot effort is put into making the system stable and going for "additional" functionalities like BC later.
    What you could do is use BW-Business Content for CRM as far as possible (InfoCubes etc. ) and build the Aggregation Levels, Queries & Templates by yourself.
    Hope this helps
    Daniel

  • Looking for SEM-BPs Bw doc's and Traig material

    Hi All
    Guys please help me for BW BPS Training Material and Doc's
    Thanks
    Stob

    Besides the How-to-Guides available in SDN, you can also refer help.sap.com
    Goto SAP Netweaver> Information Integration>BW>BPS
    To get a SEM oriented perspective, you can visit service.sap.com/sem; documentation on SEM-BPS is available there
    Also, in help.sap.com....... if you go to mySAP ERP ; you can goto SEM and refer the BPS details there
    From my experience if you are looking at help while doing hands on ...... help.sap can prove to be a handful
    Cheers

  • BI Integerated planning and SEM-BPS ???

    Hi all ,
      I am new to SEM.
    Could you tell me
    1) if there's any difference between Bi integeraed planning and SEM-BPS ?
    2) if so, what are those differences ? & which one is better suited to planning needs ?.
    3) also can we use planning areas developed in bw-bps ???
    Friends if you have any documentation  for the practical part of SEM-bps
    could you please send it to [email protected]
    thanks in advance
    Nidhi Dashora

    Hello together,
    BI-IP is under contruction and wil be replaced later instead of BW-BPS. For the mean time BW-BPS will exist parallel.
    Further details see here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b87271fb-0701-0010-00bd-b03502b8c011
    This is the theorie. In the praxis there are big differences and BI-IP is in a "very eraly stage", you should have at least SP 10, better wait for 12 to able to have at least the most important functionalities in BI-IP.
    e. g. you can not plan on hierarchy nodes (e. g. you dont have standard distribute function to distribute from # in a query). This is available from SP12. And so on....
    regards
    Eckhard Lewin

  • Copy Documents - How to ... Documents in SEM-BPS and BW-BPS

    Hi Gurus,
    i need some assistance with implementing the Copy Documents functions according to How to ... Documents in SEM-BPS and BW-BPS.
    The aim is to copy the documents to a new version. All other document attributes are to remain unchanged.
    I have already implemented the function as described in the How-To using UPF_DOC_COPY_EXIT and UPF_DOC_COPY_INIT. The copy-exit ist called but it doesn't work.
    - The target version is in the selection of the planning level.
    - All characteristics of the info cube are in the planning level.
    - There is no difference in the result using variables for the from / to values or using fixed values
    Are there any hints to considder like:
    characteristic selection in the level
    which characteristics to include in the exit parameters (e.g. all with document attribute = active)
    for characteristics not to be changed, leave the from / to values in the exit parameters blank
    funcition does not work on multi-planning-areas
    Thanks in advance and best regards
    Steffen

    Hello Marc,
    thanks for your answer.
    We are running BW350 with SP19. I checked the notes regarding comments.
    "Note 1028233 - Key figure not taken into account for documents" is not implemented so far - SP20
    Note 893377 - InfoProvider assignment of documents in BPS is not activated
    As we are on SP19 all other comments are supposed to be implemented.
    RSA1 > Documents shows that
    all documents created using the WebInterface are saved to the appropriate value combination (without InfoProvider assignment - as supposed)
    no document is copied at all.
    Best regards
    Steffen

  • SEM BPS and BI-IP

    Hi all,
        I am working in SAP BI 7.Currently in my company , project is running in BW BPS.They are going to upgrade to BI-IP.
    I have to work in that project in couple of days.I am having only theory based idea only in SEM BPS and BI-IP which i get it from SAP Site.
        If the person in good in SEP BI 7.Can able to manage the BI-IP works on not.Please advise.
        Can anyone help me to give screenshot like how to create the planning folder and planning functions.
    Regards
    Palani

    Hi RP ,
    I think if you are good in BI7 and BPS part you can manage IP also
    use the below links for more detail
    BPS /IP Implemetation
    BPS/IP
    Thanks
    Sandeep

  • Need SEM - BPS Material and Guidance

    Hi all,
    Iam new to SEM-BPS.If u had any material/documentation,FAQ's regarding SEM-BPS pls send to <b>[email protected]</b>
    I would appreciate,if some one guide or helps me.
    Regards,
    Nayanasri.

    Hello All,
    BPS is currently very well documented on SAP's help website which is entirely free and does not require a login or anything of that kind. I highly recommend taking a look at this when you get an opportunity to do so.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Look under the Business Planning tab and right below the information about Integrated Planning there is a ton of information on BW-BPS.
    Hope this helps.
    Cheers,
    Scott

  • Any presentations on SEM - BPS and BCS?

    Hi Experts,
    I have to give a presentation in my office on SEM-BPS and BCS.
    If any body has any ppts or pdf's on these topics can you please send to my mail id [email protected]?
    Thanks in advance,
    Raj

    Hi Rajnikanth,
    Follow this link.Hope it will be helpful.
    http://www.breteler.com/SEM.htm
    http://businessintelligence.ittoolbox.com/groups/vendor-selection/bi-select/sap-strategic-enterprise-management-90127
    Thanks & Regards,
    Suchitra.V

  • SEM BPS or BW BPS

    Hi Experts,
      I am new to this planning area and have some basic questions.
    1.  I hear that SEM BPS has become BW-BPS. Does it mean that automatically from BI 3.5 or 7.0 the SEM server has been integrated to BW system(single system with BW and SEM together)? Pl. give me clarity on this.
    2. What If I had the SEM BPS separate system and want to migrate to BW BPS system?. Is it possible?
    3. I see that SAP is more recommending BI-IP. Does it mean that i have to change to BI-IP if i want to have better planning?.
    4. I see that CRM needs BW-BPS planning framework as the basis for CRM planning functions. Does it mean that even if I have SEM BPS, i need to use BW BPS only for CRM market value planning?.
    Kindly. clarify all my questions.
    Thanks,
    Raj

    Hi,
    It is not BI-BPS , I think it is BI-IP (Integrated Planning).
    You will need a good knowledge of BI to use it.  I would suggest, you read a bit about it and if you have a server handy with BI installed, start on it.  Then do a short course on BI Planning.
    The FI-CO background will help you in visualising the use of BI-IP and the design of the application.  To actually model it, you will need to know the BI technical modeling.
    Cheers.

  • Merge an SEM-BPS System to BW System

    Hi,
    actual SEM-BSP is installed on an own system and the planning area is linked via a rfc-connection to the BW System. Now we want to update the BW to 3.5 and migrate the BPS System to the BW system.
    Can I transport the BPS customizing from the SEM system to the BW system and the change from rfc-connection to an InfoCube? How?
    Does anyone have any experience with this.
    Thanks in advance,
    Matthias

    Hello Matthias,
    well, in general Alberto is right. However, also he says that he has done it several times, he was a bit lucky
    There are limitations. SEM-BPS has 10 more planning functions than BW-BPS. If you used any of those 10, then you the application will not work on BW-BPS. You can implement them using FOX or exit functions.
    Have you implemented any exits in SEM-BPS? If yes, you will have to transport the ABAP things as well. How about custom tables? There could be conflicts and/or differences between the two systems.
    Are the global customizing settings the same on both systems? Exchange rates? Fiscal year variants?
    Have you thought about authorizations and roles?
    Are you using STS?
    That's probably not all... In summary, it's just not as easy as it sounds.
    Regards
    Marc
    SAP NetWeaver RIG
    PS: We are working on a consolidated list in the RIG. Please send me any feedback about the merge process.

Maybe you are looking for