How to Get the Current data into Planning Layout from the Planning cube

Hi,
I have a problem in BPS.   I am selecting the data from cube based on Month org details but I want to see the latest data.   How can i get this data into planning cube.
Like
data
Tran           cal month            org               amt
1                 jan                        a                  100
1                 feb                        a                   200
if i want to read based on Tran org as input values I shoud get the below data but I am getting the previous data.   
Tran           cal month            org               amt
1                 feb                        a                   200
Kindly help me in this regard
Thanks
Naveen

Naveen,
    Are yo having issue when you save something in the layout, the data doesn't appear in the listcube ? Or do you have issue that the latest data you see in the cube doesn't appear in the layout ?
For the former issue, please look at your selections of listcube and for the second issue, please check your planning level definition, make sure all the restrictions you have applied are valid for this latest data to be presented in the layout.
Hope this helps.
Cheers
Srini

Similar Messages

  • How to get last Build date of a dll in the real time target

    Info On My Project    
       I am working on LabWindows CVI 12.0 for development . This project is a real time application for hardware, which is having Phar Lap ETS as RTOS...  
    I am facing some problems while checking Build date of my Application file( .dll)
    I have tried to use GetFileDate API. But it is not supporting for realtime Target..
    So i have tried __DATE__ macro.. That also having some problems..
    How to get last Build date of a dll from the real time target  ??
    Please Help to solve this....
    Thanks
    Vaishakh A  K

    Please reply if any one have suggestion...

  • My iCloud calendar interacts with all of my iOS devices showing the current date, but on my iPad the rest of the calendar is blank.  Any suggestions?

    My iCloud calendar interacts with all of my iOs devices showing the current date, but on my iPad the rest of the calendar is blank.  Any suggestions?

    I can help you for the future.  Regularly back up your computer to an external hard drive (or cloud alternative).  If you have your library backed up, it could be reinstalled on your new computer.  In your current situation, you will have to reload all of your CDs as syncing of non-iTunes purchased music is only one way (Computer to iPod)

  • The actual date is not transferred from the (PS) milestone

    Hello ,
    In an order with header billing plan dates that are value-based, the actual date is not transferred from the Project System (PS) milestone, even though the actual date of the assigned milestone was changed via transaction CJ20N.
    We are repeatedly facing this error , I have applied Note number 1395078 but still once in a while I am still facing the issue
    Regards
    Muralidharan.S

    Check the following path in SPRO
    IMG - PS - Revenue & earning - planned revenues - Automatic Plan Revenue cal - Maintain Billing Plan Settings
    There, you use the billing plan to plan dates on a WBS element whose payment requests or invoices relevant to sales are to be sent to customers.
    The system updates the planned revenue and planned payment receipts to the relevant WBS element. The planned revenue is updated using the revenue element stored in the planning profile for the work breakdown structure and using the financial item assigned to the revenue element.
    You make the settings given below for the billing plan. To do this, you carry out the following steps:
    - Maintain billing plan type
    - Maintain date description for billing plan
    - Maintain revenue element for billing plan
    - Assign billing plan type to project profile
    Hope this can assist you.
    Thanks & Regards
    JP

  • How to prevent an automatic fill in of the current date into a Date/Time Field

    hi,
    maybe i checked out a strange behaviour of the adobe designer. when i put a "normal" data/time field (with no data pattern, display pattern, etc.) on a form and then change (on the pdf preview tab) to the newly designed date field,i have to stay about 2 minutes on this field not filling it out.
    after these minutes the current date is filled in automatically in the date/time field.
    what can i do preventing that? any hints?
    thanks in advance.
    markus

    I don't have any info on timelines, all I can say is check back in future versions of Acrobat :(
    Chris
    Adobe Enterprise Developer Support

  • How to get a current date timestamp ?

    Hi,
    I need to get the current date timestamp in a format DDMMYY HH:MM:SS.mmmm and store it in an Oracle column which is declared as of type DATE.
    Also i need to store this timestamp in a string format.
    Please give your inputs in this regard, which is appreciated.
    Regards

    Dates dont' have formats. String represenations of dates do.
    If you have a DB column that is of char or varchar type but represents a date/time, you should change your data model so that the column type is date or time or timestamp. If you can't do that, and need to put a date into a particular format, use java.text.SimpleDateFormat.
    To get the current date and time, look at System.currentTimeMillis, java.util.Date, java.sql.Date, java.sql.Timestamp.
    To put one of these into a database, use PreparedStatement. For example, a timestamp would be something like this: PreparedStatement ps = con.prepareStatement("insert into some_table (some_timestamp) values(?)");
    Timestamp ts = new TimeStamp(...);
    ps.setTimestamp(1, ts);
    ps.excuteUpdate();

  • I want to Subtract the current date to find out whats the date 10 days back

    Hi guys,
    I want to subtract the current date to find the date 10 days back. If I use Gregorian calendar and then substract the day
    calender.get(GregorianCalendar.DATE) - 10;
    I will get right if my current date is 20 or more. If it happens to be less than 10, then I get in negative.
    Please suggest an solution for this.
    Thanks in advance
    With regards,
    Amin

    Here's the code.
        GreogrianCalendar mycalendar = new GregorianCalendar() ;
        mycalendar.add(mycalendar.DATE, -10) ;That should get you the date you want and just ignore the background noise that is hambone.
    Hi guys,
    I want to subtract the current date to find the date
    10 days back. If I use Gregorian calendar and then
    substract the day
    calender.get(GregorianCalendar.DATE) - 10;
    I will get right if my current date is 20 or more. If
    it happens to be less than 10, then I get in negative.
    Please suggest an solution for this.
    Thanks in advance
    With regards,
    Amin

  • Goods Receipt in the Current Date however Goods Issue in the previous date.

    Dear Experts,
    I am doing a GR through MB1C (Movement Type 561) in the Current Date (Both Posting and Document Date are current) for a Particular batch of Material. However when I am trying to create a sales order->Delivery and PGI in the past date the system is allowing me to do so. What could be the issue ?
    Example : On 23-02-2010 Goods Receipt of Material "A" for 50 Tons for Batch "B100" done through MB1C Movement Type 561.
                     Stock in System as on Date 23-02-2010 in MMBE is showing 50 Tons of Material "A", Batch "B100".
                     A Sales Order is created for 22-02-2010 for the same Matrial, qty, batch and PGI is done on 22-02-2010.

    Hi,
    Issue is that previous period is not closed that is why system allow to create delivery in back date.
    Kapil

  • To pass the selected data to a variable from the drop down list in abap wd

    Hi,
    I have already created a drop down list and populated it with data from table by using the node and linking it with the internal table. Now I need to know which element is selected so based on that I need to perform some function. eg. based on the selected data , i need to populate the next drop down list.
    A demo code will be really helpful.
    Thanks and Regards
    Tenzin

    Hi,
    On selcting the value from the drop down, we have one event ONSELECT.
    Write the code in this event.
    Get the attribute value to lV_xxxxxx using get attribute.
    then using that you can fill the next DDBK attribute.
    method wddoinit .
      data:
            lo_nd_spfli type ref to if_wd_context_node,
            lo_el_spfli type ref to if_wd_context_element,
            ls_spfli type wd_this->element_spfli.
      data:
          lv_carrid LIKE ls_sflight-carrid,
             itab_carrid type wd_this->elements_spfli,
             wa_carrid type wd_this->element_spfli,
             lo_nodeinfo_spfli type ref to if_wd_context_node_info,
             lt_value_set type wdy_key_value_table,
             ls_value_set type wdy_key_value.
      lo_nd_spfli = wd_context->get_child_node( name = wd_this->wdctx_spfli ).
      lo_nodeinfo_spfli = lo_nd_spfli->get_node_info( ).
      select carrid
        from spfli
        into corresponding fields of table itab_carrid.
      if sy-subrc = 0.
        sort itab_carrid by carrid.
        delete adjacent duplicates from itab_carrid comparing carrid.
      endif.
      loop at itab_carrid into wa_carrid.
        ls_value_set-key = wa_carrid-carrid.
        ls_value_set-value = wa_carrid-carrid.
        append ls_value_set to lt_value_set.
      endloop.
      lo_nodeinfo_spfli->set_attribute_value_set( name = 'CARRID'
      value_set = lt_value_set ).
    endmethod.
    in the event of first DDBK, write the select statement wsing where condition of lv_XXX.
    and append the record as above.
    Regards,
    sarath

  • How to get pdf form data into a php code?

    I have created one pdf form ,that helps to fill application form online.....
    I tried to access the field values using php code ($_REQUEST) but itz not taking any field values then i searched everywer to find solution but all are telling the same .then i got one link for demo of simple submit form , here is the demo http://blogs.adobe.com/stevex/files/SimpleSubmitSample.pdf but this demo is not working in my system,not getting values from pdf ........................Is there any setting to do inorder to get pdf form field values in PHP
    can any one help me??

    I never had this problem so obviously something needs tweaking. First thing to test is to leave the PDF out of the picture - check if the variables are received when performing a HTTP POST from another web page to your script. If this works, the next step would be to have your script do a phpinfo(); or print_r($_POST); and submit from your PDF. This in order to determine what really is sent from the client.
    Now you should be able to pinpoint your problem.

  • Error while loading  data into External table from the flat files

    HI ,
    We have a data load in our project which feeds the oracle external tables with the data from the Flat Files(.bcp files) in unix.
    While loading the data, we are encountering the following error.
    Error occured (Error Code : -29913 and Error Message : ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: un) while loading data into table_ext
    Please let us know what needs to be done in this case to solve this problem.
    Thanks,
    Kartheek

    Kartheek,
    I used Google (mine still works).... please check those links:
    http://oraclequirks.blogspot.com/2008/07/ora-29400-data-cartridge-error.html
    http://jonathanlewis.wordpress.com/2011/02/15/ora-29913/
    HTH,
    Thierry

  • How do you burn a data Back up DVD from the finder?

    Is there an easy way to just burn a data back up disk using a Dual Layer DVD (I have the latest Macbook pro), using the finder or other stock apple utility?
    thanks for your help.

    Brian Kingman wrote:
    Hi Nero,
    well, It not workie. I get an error message that says "This disc could not be verified and might be unreliable.try again using a new, blank disc (error code 0x80020063).
    I'm using Menmorex Dual Layer discs DVD+R DL recordable - 8X - 8.5GB - 240min.
    the data I'm trying to back up is 7.86GB. Any thoughts?
    thanks -BK
    I use Verbatim DVD+R DL with perfect success.
    I would start with a R/W DVD and just burn a test file or two.
    One reason I use Toast is exactly what you experienced. Finder/DU burning usually works OK.
    The key word there is usually.
    I have never had a problem with Toast Titanium.
    If you google with your error you get all kinds of issues/solutions.
    One says that using an external drive worked but the internal did not.
    I think it's a Catch-22 error.
    There are also some settings that determine disk speed, write speed, etc. stored somewhere.
    You can try the next step which is to use the disk utility directly. Open DU and click on the optical drive. From there you should be able to select the image you have and burn it.
    If that fails, consider Toast, as I did. I have not used the DU/Finder burner since I got Toast.

  • Trying to write to a file that uses the current date as a portion of the path

    I would like to write to a data file that changes the path when the date changes. I am using the build path VI with the get date/time VI with the "/"'s removed from the string. I've tried using .txt in the pattern input and adding it in with the concatenate string VI. Either way I receive Error 7 File not found. Ifanyone has any thoughts on hoew to accomplish this I'd appreciate it. Thanks

    You have to check if the VI that create the file is setted to "create" or to "append" caracters on the file. I receive this error message when i am trying to use the "Write caracters to file.vi" and it was setted to append. You should use an converter to change the name of the file from String to Path. And you have to use a loop structure to check the date and append caracters on the file everytime is needed.
    Regards,
    Carlos

  • How is the current (2014) AirPort Extreme different from the model a year ago (spring 2013)?

    What are the major differences between the 2 models? Appreciate your response. Thanks.

    The primary difference, other than styling, is that the newer version offer 802.11ac wireless capability, which will deliver wireless speeds that are 2-3 times faster than the previous version.
    But, users will not realize this speed improvement unless they also have a newer 802.11ac capable Mac computer.
    There are 2 additional WiFi antennas in the newer version, located up at the top of the tower, so the new model delivers better speed and range for current wireless devices that may not be 802.11ac capable.
    The newer version runs much cooler than the previous versions, which should extend product life.
    Pretty much a no brainer to opt for the newer model unless there are still a few $75 deals on the older version....and you do not plan to buy new computers for a few more years.
    If you go for the new model, you must use a Mac running Lion (10.7.5) or higher, or an iPad or iPhone to set up the product and make any configuration changes.
    Apple tends to introduce new models in June of most years, so if you are not in a rush, you might want to wait and avoid the potential frustration of buying now and then finding that a new "improved" version appears in the next month or two.

  • How can I import eex files into Applications EUL from the unix command line

    How can I import *.eex and *.dis files into an Applications EUL from the unix command line?
    Thanks

    Hi
    The simple answer is you either have to use the client tool DIS51ADM to import files using the command line (Discoverer Admin is a windows only client tool), or the Java command line which needs a browser.
    In theory if you have a browser running on your Unix box you may be able to use the Java command line to make this work.
    Best wishes
    Michael

Maybe you are looking for

  • Opening an Excel file with custom formatting while BEx is open

    Hi, we just noticed something pretty weird (first time I see it in my carreer). One of the end users had BEx open (just launched the BEx Analyzer without actually opening a query/workbook) and tried to open one of her "own" Excel sheets out of Explor

  • Inventory Process (LM50) with RF Device

    Hello Gurus, I have a doubt with the functionality of RF Device when I execute Inventory by system-guided, in transaction code LM50, I have active the SU functionality, so when the system assign to me the inventory document, and I follow the next ste

  • Daily Itunes Match logout/login to access Cloud Music

    Hope someone can help....I  have Itunes Match and use it on my home computer and my work laptop.  Everyday I shut down my work laptop and take it home.  Itunes Match is enabled and my content shows up on what is available in the cloud on my laptop in

  • HT2534 do you have to pay for an  itunes account ?

    Can any one tell me if you need to pay for an i tunes accout like do they send you a bill to pay yes or no

  • Automatically run FPGA

    I want to make my cRIO-9012 application (RT & FPGA vi's) startup automatically on power up, i.e. make my RIO completely stand alone. WHAT I have done so far (using LabVIEW 8.5):     I have downloaded the wanted FPGA bitfile by right clicking FPGA tar