Display Month name Year

Hi,
Which variable Displays Month name Year (Exaple: July 2007)???
Help will be gratly appreciated...
Thanks...

Hi,
Thanks for your information..
But i am not getting like month and year display( Example:  Sept 2007)
I am using Text variable 0P_FPER on 0Fiscal year/period..
and entering Input as 006.2007 then the resultant query displays as 06.
Please suggest me how to do it??
For entry i should give 006.2007 (or) Sept 2007..
But in the result it should display as Sept 2007..
Help will be greatly appreciated...
Thanks

Similar Messages

  • Display month and year in dropdown list on selection screen

    Hi
      Can anyone tell me how to display months and year in a dropdown list on a selection screen?
      also please tell me how to get the first and the last dates upon selecting the month and year on the dropdown list.
    Month: January Year:2007 . 
    After selecting the required month and year, the first date and last date i.e '01.01.2007 - 31.01.2007' should be displayed on the right side.
    Reward Points assured..
    thanks,
    Chetan

    Hi..,
    <b>
    Just copy, paste and execute this program !!</b>
    type-pools: vrm.
    parameters : p_month(2) type n as listbox visible length 10,
    p_year(4) type n as listbox visible length 10.
    DATA : W_DATE type d, w_ldate type d.
    initialization.
    perform user_drop_down_list_fordt.
    perform user_drop_down_list_foryr.
    start-of-selection.
    concatenate p_year p_month '01' into w_date.
    call function 'BKK_GET_MONTH_LASTDAY'
      exporting
        i_date        = w_date
    IMPORTING
       E_DATE        = w_ldate
    write /: w_date,w_ldate.
    build user_drop_down_list
    form user_drop_down_list_fordt.
    data: name type vrm_id,
    list type vrm_values,
    value like line of list.
    data: t_months type t247 occurs 0 with header line.
    clear list. refresh list.
    name = 'P_MONTH'.
    select * into  table t_months
    from t247 where spras eq 'EN'.
    sort t_months ascending by mnr.
    loop at t_months.
    clear value.
    value-key = t_months-mnr.
    value-text = t_months-ltx.
    append value to list.
    endloop.
    Set the values
    call function 'VRM_SET_VALUES'
    exporting
    id = name
    values = list.
    endform.
    for year...
    form user_drop_down_list_foryr.
    data: name type vrm_id,
    list type vrm_values,
    value like line of list.
    clear list. refresh list.
    name = 'P_YEAR'.
    do 9999 times.
    clear value.
    value-key = sy-index.
    append value to list.
    enddo.
    Set the values
    call function 'VRM_SET_VALUES'
    exporting
    id = name
    values = list.
    endform.
    <b>
    Hope this solves ur problem..</b>
    regards,
    sai ramesh

  • Anybody know how to just display month-name for a date?

    Hi, just displaying the month name seems not be among the available date formats. In the Inspector, under Date/Time formats, "April-08" is the closest available format. D'oh!

    philonius,
    You may have to resort to the CHOOSE function,
    =CHOOSE(MONTH(Date),"January","February", ... ,"November","December")
    pw

  • Using htmlb:dateNavigator to only display month and year

    Hi all,
    I would like to use the dateNavigator to allow the user to choose a month and a year BUT NOT a day. Does anyone know if this is possible? Would it make sense to use htmlb:dateNavigator for this or should I use some other means?
    Thanks a lot for your help.
    Best Regards
    Jens

    I am not sure whether you can use dateNavigator for this case , similar case we have used htmlb:dropdownListBox
    <htmlb:dropdownListBox id                = "period"
                                             nameOfKeyColumn   = "NAME"
                                             nameOfValueColumn = "VALUE"
                                             table             = "<%= tab1 %>"
                                             onSelect          = "DDLB1Event"
                                             selection         = "<%= period %>"
                                             width             = "110"
                                             disabled          = "<%= dd_disable %>" />
    ta1 is of type TIHTTPNVP which we populated with year and month.
    Regards
    Raja

  • Display Month and Year

    Hi,
    I need to display the MON-YYYY format date in a SQL Query, Query Condition is like this
    If I run the query today it must display starting from May-2012 to November-2012 ( i.e 6 Months interval )
    If I run the same query next month it must show Jun-2012 to December-2012 ( i.e 6 Months interval )
    Based on system date it must populate the date rate Please suggest me how to get these date ranges.
    Thanks
    Sudhir

    with table_name as
        select add_months(trunc(sysdate,'YYYY'), level -1) column_name from dual connect by level < 13
    /* end of test data */
    select to_char(column_name,'MON-YYYY') formated_date
    from table_name
    where trunc(column_name, 'MM') between trunc(sysdate, 'MM') and add_months(trunc(sysdate, 'MM'), 6);
    FORMATED_DATE
    MAI-2012    
    JUN-2012    
    JUL-2012    
    AUG-2012    
    SEP-2012    
    OKT-2012    
    NOV-2012    
    7 rows selected.

  • Display month name in DateField control

    I'm using the MX DateField control in Flex and want to display the date  as 01 Jul 2011 or 01 July 2011. Does anyone know how to do this? I tried  setting the formatString to "DD MMM YYYY" but it didn't work.

    I posted this on StackOverflow and was told the formatString field doesn't work as expected for others. Therefore I have raised a bug report here: https://bugs.adobe.com/jira/browse/SDK-30723

  • Period number to be displayed as month name

    Hi,
    I have Fiscal year/Period defined in the column section of the BW query.  Currently the column will be displayed for example: Period 01, 2009, Period 02 2009 and etc.   Our users are asking to display the month name instead of the Period#.  Is it something can be handled within the query definition (or) via the BW query user exit. 
    Thanks in advance for any response.

    Hi Venugopal,
    Fiscal period is not always the same as calmonth.
    For eg - In India, you have April as the 1st fiscal period of this year.
    Hence, it does not make sense to have month names for fiscal period.
    Also in FICO you may have special periods..ie periods after period 12.( eg period 13 to 16) you wont be able to map them to a particular month in some cases.
    If you want to display month name in your column selections, use 0calmonth object with text display.
    However, this would mean you are view a dataset as per calmonth and not as per fiscal period.
    Check if this is acceptable for your business requirement.
    Lastly, you can always have a formula, to check the value and put texts instead.
    ( if fiscal period is 02/2009 then month is feb ..(based on the country).
    Hope it helps,
    Best regards,
    Sunmit.

  • Month name displayed in month calendar view for previous month

    In iPad IOS 7.04 iCal month view the month name displayed at the top of the window is incorrect. The previous month name show when viewing a calendar month. Test by selecting year view and the any month from the year. The month view will be for the selected month, but the month name will be for the preceding month. The incorrect month name in month vie is also displayed if the month view is scrolled to new months.
    I observe this on my iPad II.
    Ha s anyone seen this error? Does anyone know if Apple has seen this and has a plan to correct it?

    Imhave the same exact problem on my iPad2.  It was not fixed in the recent iOS 7.1 release, even though modifications were made to the calendar app.  Very frustrating, since this is such an easily observable problem.

  • Display of Month and year in Y-axis of horizontal bar chart

    Hi,
    We are using Webi XI R2 version. Could you please let me know how we can display date in chart.  I am having objects as Month name (July, Aug etc) and year (2009). I want to display on the Y-axis as Jul-09, Aug-09
    Please advise.
    Kindly let me know if any further information is required on the same.
    Thanks in advance,
    Eswar
    Edited by: Eswar Rao on Sep 6, 2010 1:31 PM

    Hi,
    Now I understand your problem a little bit better.
    If you do not have a measure you could try and create one.
    One that comes to mind that will be usefull here is the number of days till task finish.
    Use either the
    DaysBetween(CurrDate();[task_end_date])
    , which will change as the report gets older.
    or the refresh date of dataprovider, which will stay as it was after refresh.
    However I'm not sure that will get you the exact layout you are looking for.
    Since normally that number of days will then go on the y-axis, not the task end date.
    You could try a few chart options with the ending month as a dimension on the y-axis.
    Or ask the users if they can live with this different indication of how long it will take till a task finishes.
    Hope this helps,
    Marianne

  • Change of Month names as per selection of Month / Year

    We have the following requirements:
    1. Change of Month names as per selection of Month / Year e.g. If the user select April 08 then the column name should be April 08, at the same time the next column should be April 07.
    2. Next there are two in -line totals as per different logic as recurring rows. e.g Row header is Total and it totals the items in the column, next row header is Comparable total and it is based on checking the adjacent column values for doing the total.
    Please let us know if this is feasible and can be done using BI Publisher. If you have any alternate way of doing it using OBIEE also , please share.

    Hi,
    The parameter / prompt used is for month which can have values from JAN , feb, MAR, APR,....... DEC. and the other PROMPT being YEAR e.g. 2006, 2007, 2008.
    The Column Name of the Report SHould get changed as April 08 if selected as month APril and year 2008.The subsequent column of the report should be April 2007. The same applicable for selecting any month/ year
    Layout of Report as below
    SALES
    || April 08 || April 07
    Shop1 100 200
    Shop2 300 100
    Thanks
    NJ

  • Function to get all the months name of a year from dual

    HI GURUS
    Is there any function to get all the months name of a year from dual
    thanks in advance

    What about this --
    satyaki>
    satyaki>select months_name
      2  from (
      3         select to_char(add_months(trunc(sysdate,'YEAR'),rownum-1),'MONTH') months_name
      4         from dual
      5         connect by rownum<=12
      6       );
    MONTHS_NAME
    JANUARY
    FEBRUARY
    MARCH
    APRIL
    MAY
    JUNE
    JULY
    AUGUST
    SEPTEMBER
    OCTOBER
    NOVEMBER
    MONTHS_NAME
    DECEMBER
    12 rows selected.
    satyaki>Regards.
    Satyaki De.

  • Create Date Column out of Full Month Name and Year

    I am trying to use Power Query to create a new column of data as a Date.  My data contains two columns: Month as the full text name and Year, for purposes of this example, I will set all days to the 15th.  In Excel, I would simply use a formula
    to convert the text month to the proper date part.
    Example:  [Month] = "January" and [Year] = 2013
    DATEVALUE([Month]&" 15, "&[Year])
    What is the syntax to Add a Column in Power Query with this conversion? 
    Thanks, Barbara

    For an existing table in the editor with columns Month and Year, click "Insert Custom Column" and use this as the formula:
    = Date.FromText([Month] & " 15," & Number.ToText([Year]))
    This will create a formula which looks something like this:
        InsertedCustom = Table.AddColumn(Source, "Custom", each Date.FromText([Month] & " 15," & Number.ToText([Year])))
    Note that one difference between Excel and Power Query is that Excel will let you concatenate text and numbers with "&" but Power Query requires that you first convert the number to text.

  • Displaying dates from 1 to 31/30/28 depending on month and year

    Hi all,
    I am working on oracle 10g, how can i display set of dates from (1 to 30) depending on month and year eg, for nov month if i run the query.. the output should be:
    1
    2
    3
    30
    and this should be accomplished only by using SQL
    Regards,
    Sreekanth.

    something like:
    select level from dual
    connect by level <= to_number(to_char(last_day(to_date('NOV-2009', 'MON-YYYY')), 'DD'))
    /

  • Display Month when RKF =0

    Hi everybody
    I'm building a Quality Notifications (QN) Report for the last 12 months that will be run for one Vendor at the time.  I have a Restricted Key Figure [RKF](using an Item Counter RKF pre-built by our company) that is counting how many QN's a supplier have for a given month, and returns the result.  My problem is that if there is no QN for a specific Month, the Month won't appear in my report since my RKF is not returning a "0 value" if nothing happens.  I need a fast way ('cause I want this report to run in less than 20 sec) to force my RKF to display the month, even if no QN's have been raised... Have any sugesstions?
    Eric L.

    Hi Eric
    I was able to do something similar to this and get the month to display even though there was no data for a particular month.  The way you can do it is to create a new restricted key figure in your query, restricting the existing rkf by one month.  If your report lists a rolling year, you can accomplish the results by creating 12 new rkf's in the query restricted on current month, current month-1, current month -2, etc.  If your report lists a full calendar year you can accomplish this by using the variable last month booked of previous year + 1 to give you Jan, last month booked of previous year + 2 to give you Feb, etc.  When you create your new query rkf's, if you use &ZCMTHTX& in the description of each new rkf, when your run the query the correct month name and year will be displayed.

  • Display Month verbiage on chart but sort by month number

    Hello,
    I have inserted a simple bar chart (values by month for a single year) and my goal is to get the data values to group by month.
    I found that I can achieve this by using a formula that extracts the month from my Date/TIme field MONTH({Command.OB_DELIVERY_DATE}).
    This works OK and displays months as 1, 2, 3,  etc. on my chart), but I want to display the month text instead (Jan, Feb, Mar)
    I tried a second variable:  ToText({Command.OB_DELIVERY_DATE},'MMMM')
    This works in displaying the verbiage of the months, however, the problem is that it groups the months on my chart alphabetically now (April is now my 1st month instead of January).
    What is the trick to displaying month verbiage on my chart, but still sorting these months in their proper numerical order?
    Many Thanks!

    Hi Dave,
    Try this please:
    1) Insert a Crosstab and place it on the Report Header. Use the Delivery Date field as the row and add the measure field as the Summary Field with the right Sum function
    2) Highlight the Delivery Date field > Group Options > set it to print 'For Each Mointh'
    3) While in the Crosstab Expert highlight the Delivery Date field > Click Group Options > Options  tab > check the option 'Customize Group Name field' > Select 'use formula as group name' and click the formula button beside. Use this code:
    ToText({Command.OB_DELIVERY_DATE},'MMMM')
    4) Right-click the Crosstab and select Insert Chart. Choose the right Chart Type
    5) Suppress the Section that holds the Crosstab
    Hope this helps.
    -Abhilash

Maybe you are looking for

  • How to process images(Zooming) in java

    Hai, In our project,i need to provide an option to the end user to zoom the image, i am able to provide options like rotating an image and flipping an image using java image processing API. If anybody has already visited the website http://photo.stam

  • Can I connect to SAP database directly with ODBC?

    I need to read data from SAP and write them into ms sqlserver. I wrote a RFC in SAP and used VB.NET to call RFC. I wonder that the RFC efficency is very slow while reading a great lot data. RFC also cannot support complex condition string, and it can

  • Flash media live encoder crashes with Webcammax

    I want to stream a video, but everytime i hit the Start button the FMLE crashes. I cant also see a preview or output picture Running vista 64 ulti here is my log: Tue Aug 04 2009 02:53:21 : Selected video input device: WebcamMax Capture Fast Tue Aug

  • Shortcut to switch between apps possible ?

    hi 2 questions in one guys- 1/ is possible to switch between app with a shortcut or something ? 2/ can we block the phone in panorama view ? ty ( im on iphone 4 with iOs 6.1.3)

  • Delete an app

    Hi, I want to delete an App on my Iphone 4S. I tried the small cross at the left corner, but it is still there. On Itunes, I cannot delete it either. I'd like to precise that it is not a built-in App for Apple, but an App I downloaded myself. You'll