How to get budget/actual/commitments amount on a given year and period...

Hello Experts,
I need to get the actual, budget and commitment budgets for a given internal orders. Do
you guys know any FM/BAPI to get my requirement? Hope you can help me guys. Thank you and take care!

Hi,
Please look at the TCode KSB1 standard report. In this report you alreday have all these details.
Thanks,
Sriram Ponna.

Similar Messages

  • How to get the details of MIGO num/MIGO Doc year and Ref MIGO Doc item num

    Hi,
    Currently I am working on a requirement to post an Incoming Invoice and using the BAPI 'BAPI_INCOMINGINVOICE_CREATE' to upload the data into SAP.
    In the Input file(to be uploaded to SAP) I was not getting details like REF_DOC(Document No. of a Reference Document), REF_DOC_YEAR(Document No. of a Reference Document) and REF_DOC_IT(Item of a Reference Document) and so I need to derive these 3 fields and feed into the interface parameter 'ITEMDATA'  of the BAPI.
    If I do not give any input values to these 3 fields, BAPI was throwing a message saying that, the mandatory fields were missing in the structure 'ITEMDATA'. So I need to pass these 3 fields mandatorily.
    I have in the input fields PO Number and PO item( only from these 2 fields ) and I need to get the above fields.
    So please provide me inputs as how I can get these 3 fields from the PO number and PO item.
    Thanks for the help in advance.
    Regards,
    Vishnu.

    Hi Vishnu,
    The code mentioned by Vinod is OK, but You will also have to check whether the GR has not been cancelled. For this you need to add selection criteria of
    Fetch the latest GR date (movement type will be 101)
    select max( budat )
    into w_budat
    from    ekbe
    where ebeln = <Po number>
    and     ebelp = <po Line Item>
    and     vgabe = '1'
    and     bwart = '101'.
    Fetch the latest material document
    Select gjahr  "(Reference document year)
               belnr  "(Reference document No)
               buzei "(Reference document item)
    from    ekbe
    where ebeln = <Po number>
    and     ebelp = <po Line Item>
    and     vgabe = '1'
    and     budat = w_budat .
    Regards,
    Birendra

  • S_ALR_87013019 -List: Budget/Actual/Commitments Report Error

    Dear All
    I would like to bring your kind information that while executing the
    SAP standard T.code: S_ALR_87013019 - List:Budget/Actual/Commitments,we are not able to get the report based on the year wise.
    As in the SAP release 4.7, when we run the said transaction, we can able to see the report budget/actual/commitment as per year wise. Where in ECC 6.0, we could not able to see the report as per year wise and instead it shows the order report budget/actual/commitment output totally as "not dependent on year".
    It does not bring the budget/actual/commitment values per year wise(1-S-GJAHR-BUD-ALL Overall budget) and giving output as total values for Individual Order and or Order Group.
    I request you to all kindly provide your suggestion which would be very much appreciated.
    Regards,
    Ran.

    To solve the problem, please follow:                                                                               
    1.  Call transaction GRCT and select the row RWCOOM.                                                                               
    2.  Choose Special Characteristics in the left tree.                                                                               
    3.  Double-click the row containing GJAHR.                                                                               
    4.  In the field Filler routine, enter the routine E03_FILL_GJAHR.                                                                               
    5.  In the field Conversion routine, enter the routine E03_CHANGE_GJAHR
        and save the change.                                                                               
    6.  Regenerate all report groups for the table RWCOOM via transaction  
        GR5G.                                                              
    regards from Berlin
    Mathias

  • Budget/Actual/Commitments Report in PM Order

    Dear Experts,
                  I am using the scenario of PM and PS integration. In which i am creating a project with WBS elements. & each WBS is having some budget and is also released. I am using one of the WBS in PM order in additional data tab page. After that i am releasing the order and doing the time confirmation. In the cost tab of PM order the actual cost is coming . Now i am trying to see the report  Budget/Actual/Commitments  by clicking on Rep.Budget/Commit. button.
                    Here in a report no budget is appearing only actual cost is coming.
    Kindly let me know why budget is not appearing in the report , even though the budget has been assigned to WBS which has been used in PM Order and released.
    Regards
    Amar

    Hi,
    Note that WBS element used here is for rolling up cost to WBS element from work order.When you define WBS element that will act as settlement receiver for work order.There is no other connection between WBS and work order to budget/actual report on cost tab of work order.Hence, you can see only costs related to order on order cost reports and no budget from WBS.
    If you want to see budget/actual cost report on order then you need to activate budgeting functionality for work order object.This is done by assigning budget profile to order type which will act many times as internal order in FI area.Then you need to use budget functionality on order level by supplement/availability control functionality.Then only you can see budget/actual/committment cost report as it is relevant to order as an object.
    So dont get confused with this budget cost report with WBS budget.
    Reports on WBS/project objects are seen in respective PS cost reports.
    regds,
    atul

  • List: Budget / Actual / Commitments Report Breakup

    Dear All,
    Report Writer:
    Library: 6O2
    Report  6OBU-001.
    Report: 6O2-6OBU-001.
    In the report List: Budget / Actual / Commitments Report Breakup, We need to breakup the Actual Amount into period wise.
    I assume the tables COEP, BPJA, COOI have the details to sum up this above report.
    Can some one give me a light, on logic  to sum up the amounts from these tables as I find some negative amount as well.
    (I need it in Controling Area Currency)
    Also I need to pick up the opening balnace of the budget as well.  Please tell me the table name that stores the opening balance for the budget.
    Regards,
    Venkat
    Edited by: iyeve01 on Oct 14, 2010 9:10 AM

    To solve the problem, please follow:                                                                               
    1.  Call transaction GRCT and select the row RWCOOM.                                                                               
    2.  Choose Special Characteristics in the left tree.                                                                               
    3.  Double-click the row containing GJAHR.                                                                               
    4.  In the field Filler routine, enter the routine E03_FILL_GJAHR.                                                                               
    5.  In the field Conversion routine, enter the routine E03_CHANGE_GJAHR
        and save the change.                                                                               
    6.  Regenerate all report groups for the table RWCOOM via transaction  
        GR5G.                                                              
    regards from Berlin
    Mathias

  • How to get  the actual data in ALV report

    I am doing some upgradation work   in that i am using Submit  & And return and  also i am using some function modules like LIST FROM MEMORY , LIST TO TXT wnd WRITE LIST , it gives output in normal list format , But i need to print in ALV report .
    With the use of set table for 1st display i got the  ALV report   but not with actual data, (some junk value is showing) , So can any 1 suggest me how to get  the  actual data in ALV report, With the use of  Any Function Module or with Coding,
    with regards,

    Hi Saravana
    I am sure you must be getting the values in tables of table parameters from every FM.
    consolidate the values from tables of all FMs in one table and built ALV for that table only.
    I hope this way you can show the actual data in ALV.
    thanks
    Lalit

  • How to get the actual font name from a font file?

    Hi
    I have only the font Path I have to get the font name from that path. Any idea how to get the actual font name?
    Thanks,

    I would ask you these questions:
    Why do you need to do this?  What are you ultimately trying to accomplish?
    Are you really asking about the InDesign SDK?
    Do you really need to get the "name" of a font from an arbitrary file?  Or do you want information about a font installed on the system?  If so, what OS?
    Do you need to be able to handle any font format?
    Which font "name" do you mean?
    What language do you want the name in?
    (1) It's not clear what you're trying to accomplish.  A bit more information about your ultimate goal would be helpful.
    (2) This question is not at all specific to the InDesign SDK.  Are you really trying to do something in the context of an InDesign plug-in?  If so, you probably want to look at IID_IFONTFAMILY and the IFontFamily::GetFamilyName function.
    (3) If you are asking more generally, Windows and Mac both have system API calls to get this information, although those tend to deal with installed system fonts, not with arbitrary font files per se.
    Also, you can parse the name table from a True Type or Open Type font without using any system APIs; as True Type and Open Type are well-documented standards.  I would start by reading these:
    The Naming Table
    Font Names Table
    (4) Although there are other standards, such as Type 1 (PostScript) fonts, and True Type Collection files and other formats, especially on Mac.
    (5) Also, when you start down this road, you will quickly realize that your seemingly simple question is actually ambiguous, and that the answer is kind of complicated, because a font can have many names (a family name, a full font name, a style name, a PostScript name, etc.).
    (6) And not only does a font have multiple names, it can have each of those names in multiple languages and encodings.
    Any clarification would make this a better question.

  • How to get the actual value rather than pixel value in vision assistant

    how to get the actual value rather than pixel value by vision assistant in my program.As shown in the figure            this is my programme   this is the result       But i want to get this result

    Check the documentation for the "ADF Dialog Framework"
    It may help
    Atilio

  • My iPhone getting stolen,how I get the actual location my iPhone way using the apps find my iPhone?

    My iPhone getting stolen,how I get the actual location the full address to find my iPhone way using the apps find my iPhone?

    If you set up the Find My iPhone service prior to your iPhone going missing - the app is for tracking a device from another iOS device - then there is a chance that can be tracked, though it depends on a number of factors (the iPhone is turned on, connected to either the 3G or a WiFi network, or has not had the Find My iPhone service disabled or the iPhone been completely restored). Log into icloud.com and go to the Find My iPhone section. If you did not set up Find My iPhone, check with your cell carrier. Some carriers offer their own tracking service, though you usually have to pay for it. 
    If your carrier does not offer such a service and you did not set up Find My iPhone, then there is no way to track the unit. Contact the police and change any passwords for any online accounts you may have used from your iPhone (the iTunes Store, for instance). 
    Regards.

  • How to get list of block identifiers in a empty table and an empty index

    We have an application that has issue with ITL waits: this application is running many INSERT statements on a table that has 2 NUMBER columns and one primary key index. The application is designed to run INSERT statements but they are never committed (this is a software package).
    To check what are the really allocated ITL slots, I know that I can dump data block but I don't know how to get the block identifiers/numbers for an "empty" table and an "empty" index. Does someone knows how to do that ?
    PS: I already had a look to the Metalink notes and I have a Metalink SR for that but maybe OTN forum is faster ?

    You should be able to find the first data/index block with the following, even on an empty table/index.
    select header_file, header_block +1
    from dba_segments
    where segment_name = '<index or table name>';

  • The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    Click on the Layout button lower right and choose a Vertical lyout from the dropdown

  • How to get UTF-8 encoding when create XML using DBMS_XMLGEN and UTL_FILE ?

    How to get UTF-8 encoding when create XML using DBMS_XMLGEN and UTL_FILE ?
    Hi,
    I do generate XML-Files by using DBMS_XMLGEN with output by UTL_FILE
    but it seems, the xml-Datafile I get on end is not really UTF-8 encoding
    ( f.ex. cannot verifying it correct in xmlspy )
    my dbms is
    NLS_CHARACTERSET          = WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET     = AL16UTF16
    NLS_RDBMS_VERSION     = 10.2.0.1.0
    I do generate it in this matter :
    declare
    xmldoc CLOB;
    ctx number ;
    utl_file.file_type;
    begin
    -- generate fom xml-view :
    ctx := DBMS_XMLGEN.newContext('select xml from xml_View');
    DBMS_XMLGEN.setRowSetTag(ctx, null);
    DBMS_XMLGEN.setRowTag(ctx, null );
    DBMS_XMLGEN.SETCONVERTSPECIALCHARS(ctx,TRUE);
    -- create xml-file:
    xmldoc := DBMS_XMLGEN.getXML(ctx);
    -- put data to host-file:
    vblob_len := DBMS_LOB.getlength(xmldoc);
    DBMS_LOB.READ (xmldoc, vblob_len, 1, vBuffer);
    bHandle := utl_file.fopen(vPATH,vFileName,'W',32767);
    UTL_FILE.put_line(bHandle, vbuffer, FALSE);
    UTL_FILE.fclose(bHandle);
    end ;
    maybe while work UTL_FILE there is a change the encoding ?
    How can this solved ?
    Thank you
    Norbert
    Edited by: astramare on Feb 11, 2009 12:39 PM with database charsets

    Marco,
    I tryed to work with dbms_xslprocessor.clob2file,
    that works good,
    but what is in this matter with encoding UTF-8 ?
    in my understandig, the xmltyp created should be UTF8 (16),
    but when open the xml-file in xmlSpy as UTF-8,
    it is not well ( german caracter like Ä, Ö .. ):
    my dbms is
    NLS_CHARACTERSET = WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    NLS_RDBMS_VERSION = 10.2.0.1.0
    -- test:
    create table nh_test ( s0 number, s1 varchar2(20) ) ;
    insert into nh_test (select 1,'hallo' from dual );
    insert into nh_test (select 2,'straße' from dual );
    insert into nh_test (select 3,'mäckie' from dual );
    insert into nh_test (select 4,'euro_€' from dual );
    commit;
    select * from nh_test ;
    S0     S1
    1     hallo
    1     hallo
    2     straße
    3     mäckie
    4     euro_€
    declare
    rc sys_refcursor;
    begin
    open rc FOR SELECT * FROM ( SELECT s0,s1 from nh_test );
    dbms_xslprocessor.clob2file( xmltype( rc ).getclobval( ) , 'XML_EXPORT_DIR','my_xml_file.xml');
    end;
    ( its the same when using output with DBMS_XMLDOM.WRITETOFILE )
    open in xmlSpy is:
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <S0>1</S0>
    <S1>hallo</S1>
    </ROW>
    <ROW>
    <S0>2</S0>
    <S1>straޥ</S1>
    </ROW>
    <ROW>
    <S0>3</S0>
    <S1>m㢫ie</S1>
    </ROW>
    <ROW>
    <S0>4</S0>
    <S1>euro_€</S1>
    </ROW>
    </ROWSET>
    regards
    Norbert

  • I disabled my iPhone 4 and while doing a restore via iTunes,  it is downloading and timing out so the download is not completing. any idea how to get past that?  I have tried many times and the same error keeps happening.

    I disabled my iPhone 4 and while doing a restore via iTunes,  it is downloading and timing out so the download is not completing. any idea how to get past that?  I have tried many times and the same error keeps happening.

    You need to force the phone into recovery mode, as described here, & restore it:
    http://support.apple.com/kb/ht1808
    Sorry, you've already lost all data on your phone.

  • I'm really disappointed with new 5 update.  No music, No photos, No videos, lost all emails.  Anyone know how to get these all back?  Yes, I have synced and synced and synced.  Help

    I'm really disappointed with new 5 update.  No music, No photos, No videos, lost all emails.  Anyone know how to get these all back?  Yes, I have synced and synced and synced.  Help

    Hopefully it isn't too late for this but:  before performing an update it is really best if you close all apps (double click the home button, click and hold on one of the apps that appears at the bottom of the phone until the red minus sign appears and then tap the minus sign until all apps are closed) and then turn the phone off by holding the standby button until the slider saying "slide to power off" appears and slide it to turn the phone off.  Then turn the phone back on and hook it up to your computer to sync and perform the upgrade.  This also helps if you do this before performing syncs too.  I had problems with an iPod previously where it would fail to backup before sync most times, but have never had a problem with updates or syncs since I started performing this procedure.  Unfortunately, your pre-update backup may have failed and the data in your apps might be gone, but you could try to restore your phone.  If I remember correctly how to do this, you connect it to your computer and check for updates.  It should say you're up to date, but have an option to restore the phone.  If it does, I'd try that.  It may also have a "restore from backup" option you could try.

  • How to populate member values to Year and Period Dimensions

    Hi,
    I have set up the following members in account dimension:
    Lease From (Date Type)
    Lease To (Date Type)
    Lease Amount (Currency Type)
    If I input Jan-2012 in Lease From, Nov-2013 in Lease To and 1,000 in Lease Amount, all in BegBalance->Fy12, how can I populate the 1,000 to the correponding Period and Year dimensions using business rule. I need 1,000 in Lease Amount->Fy12->Jan all way through to Lease Amount->Fy13->Nov. I do not want to create a input form with all the years and periods for monthly input as I may have over 100 lease information with different from and to dates.
    Or is there any alternate method I can get the expected results.
    Thanks.

    Hi
    This is a really complex problem! It may help you to look at the documentation around the CapEx planning module as this is Oracle's take on calculating asset depreciation etc on a similar basis (create asset in BegBalance -> NoYear and calculate which periods to poulate depreciation data in using dates, variables and rules). The business rules are presented in full in the doc below but I warn you the code is complex and not easy to understand, although you may get the principles
    http://docs.oracle.com/cd/E17236_01/epm.1112/cpx_admin_11122.pdf
    You ought to be able to do something using dates and period / year indicies (remember dates are stored in Essbase in something like the format YYYYMMDD, e.g. 20121107 so should be easy to compare whether the date for the period is within range of the dates entered).
    I have also tried to do something similar using smartlists in a prototype before but this proved a bit more complicated and not necessarily any more reliable than using dates
    Hope this helps
    Stuart

Maybe you are looking for