Need Help in finding FM for displaying date as output EX:april-07

Hi All,
I have a problem in displaying date for example:
If i give period as 4 and year as 2007,
the output should be displayed as april-07.
Can any one help me out in finding a solution.
Thanks in advance.

MONTH_NAMES_GET  will give you the month name
FUNCTION MODULES
http://www.erpgenie.com/abap/functions.htm
http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
http://www.erpgenie.com/abap/index.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
Rewards if useful...........
Minal
Message was edited by:
        Minal Nampalliwar

Similar Messages

  • Need FM for displaying date as output  EX:april 07

    Hi All,
    I have a problem in displaying date for example:
    If i give period as 3 and year as 2007,
    the output should be displayed as april-07.
    Can any one help me out in finding a solution.
    Thanks in advance.

    Hi,
    Use the below logic.
    data: it_months like t247 occurs 0 with header line.
    data: v_text(20).
    CALL FUNCTION 'MONTH_NAMES_GET'
    EXPORTING
       LANGUAGE                    = SY-LANGU
      TABLES
        MONTH_NAMES                 = it_months
    EXCEPTIONS
       MONTH_NAMES_NOT_FOUND       = 1
       OTHERS                      = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    read table it_months with key mnr = sy-datum+4(2).
    if sy-subrc = 0.
    concatenate it_months-ltx '-' sy-datum+2(2) into v_text.
    endif.
    write:/5 v_text.

  • Need help to find drivers for Sound Blaster X-Fi MB windows seven 64bit

    hello!,
    I have a Creative Sound Blaster X-Fi MB card which is given whith the Foxconn motherboard BloodRage,it worked fine under windows vista 64 bit,but now with windows seven 64 bit when I go of "creative console laucher"? or "creative Audio console" "karaoke"?no works.(media source and wave studio seems ok)
    I tried to find drivers for windows seven 64 bit but I can't find this sound card in the list of products.
    thank you for your help

    great!!!
    I'm going to test it immediatly....
    hope it's ok.....thanks for the very quick answer

  • Need help with sq01 query for FI data

    hello,
      i have created a simple query whihc requires document header and line item information , bkpf and bsis works for this, but another requirement is that business needs vendor and customer accounts to be displayed also .
    bsis does not have vendor and customer , bseg has this info but bseg cannot be used in query ,
    kindly assist with this , thanks in advance.

    hi,
    you'll find the required info in BSID (customers) and BSIK (vendors) tables (BSAD and BSAK for closed items).
    hope this helps
    ec

  • NEED HELP IN USING ALL_TAB_COLUMNS FOR RETRIEVING DATA???

    A table say T1 contains column like Emp_id,Code.
    and there are several Code like C1,C2,C3.
    Another table say T2 contains column like
    Emp_id,C1,C2,C3.Here the value of the code field of the
    T1 table is now column of the T2 table.And the amount of
    each code of T1 table is equal to column value of T2
    table.
    Now I want to retrieve data from T2 table like
    C1 200
    C2 300
    C3 140
    I cannot retrieve data like this using all_tab_columns.
    I can only getting the column_name but cannot its value.
    PLEASE HELP ME...
    Edited by: user630863 on Apr 8, 2009 11:37 AM

    emp_id | code
    001 | C1
    001 | C2
    005 | C3
    005 | C1
    002 | C2
    002 | C3
    Table T1
    emp_id | C1 | C2 | C3
    001 | 10 | 15 |
    002 | | 7 | 12
    005 | 45 | | 94
    Table T2
    I have written a query
    select column_name from all_tab_columns a,T1 b
    where a.column_name=b.code
    and table_name='T2'
    OUTPUT:
    C1
    C2
    C3
    But I Need data for each employee like
    001 C1 10
    001 C2 15
    002 C2 7
    002 C3 12
    005 C1 45
    005 C3 94
    Edited by: user630863 on Apr 8, 2009 1:28 PM

  • Taking OCA exam ... need help to find books for 1Z0-052 and 1Z0-051

    Hi All,
    Am new to oracle but intend to take up the oracle 11g OCA exam.
    Any recommanded URL from official oracle site to help me prepare the exam paper
    1) Oracle-Oracle Database 11g: Administration I - 1Z0-052
    2) Oracle Database 11g-SQL Fundamentals-I - 1Z0-051
    Please don't guide me to site like amazon.
    I trying to find online books that does not require me to pay. I tried searching on oracle documentation but i can't seems to find any related books for preparing the exam.
    Regards

    Any recommanded URL from official oracle site to help me prepare the exam paper
    1) Oracle-Oracle Database 11g: Administration I - 1Z0-052
    2) Oracle Database 11g-SQL Fundamentals-I - 1Z0-051
    Please don't guide me to site like amazon. Oracle Database 11g Release 1
    http://www.oracle.com/technology/documentation/database.html
    Database Administration (For 1Z0-052, read Concepts Guide, Administrator's Guides. For 1Z0-051, read SQL Language Reference)
    http://www.oracle.com/pls/db111/portal.portal_db?selected=4&frame=
    I trying to find online books that does not require me to pay.I believe sharing soft copies of such documents/books is illegal.

  • I need help to find badi for tcode fbra for reversal document

    Hi all,
                    I got requirement for custom table('z' table) updation at the time of reversal document by using FBRA and FB08.
    Now i need to find out badi which is used to update the BKPF and BSEG tables.
    if any one knows solution please respond.
    This is urgent requirement.
    Regards,
    J.Jayasankar Goud

    Hi,
    You can use the Business transaction event to update the z table..
    Check this link for how to implement the BTE
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7
    Thanks
    Naren

  • MOVED: need help with finding gpu for win 7

    This topic has been moved to MSI Notebook.
    https://forum-en.msi.com/index.php?topic=128552.0

    Mike,
    I'm not going to be much help with Boot Camp however I can direct you to the Boot Camp forum where there are more people that know how to troubleshoot it and Windoze 7. You can find it at:
    https://discussions.apple.com/community/windows_software/boot_camp
    Roger

  • HT3606 op 10.6.8 need help to find download for CALCULATOR?

    OSX 10.6.8. mistakenly deleted application CACULATOR need hrelp to download?

    Was this an alias of the original calculator app, perhaps set in the dock for convenience.  If so, you can make a second alias from the original in your applications folder.   Also, if you have Time Machine enabled you can recover it that way.    Incidentally, your profile is not completely filled out.   Needs the version number, ideally.

  • Need help with finding diff between two dates

    Hi,
    could someone please point me in the right direction.
    I want to substract two dates to get the age of a person. One of the date is sysdate and the other is date of birth. Assuming we remove the time part of the date.
    Best Regards,

    Hi,
    select
    timestamp, sysdate,
    decode(sign(sysdate-timestamp - 1/24), -1,
    round(24*60*(sysdate-timestamp)) || ' minutes old ',
    decode(sign(sysdate-timestamp - 1), -1,
    round(24*(sysdate-timestamp)) || ' hours old ',
    decode(sign(sysdate-timestamp - 14), -1,
    trunc(sysdate-timestamp) || ' days old ',
    decode(sign(sysdate-timestamp - 60), -1,
    trunc((sysdate-timestamp)/7) || ' weeks old ',
    decode(sign(sysdate-timestamp - 365), -1,
    round(months_between(sysdate,timestamp)) || ' months old ',
    round(months_between(sysdate,timestamp)/12,1) || ' years old '
    ))))) age
    from t;
    Regards

  • I need help in finding a free update for my windows 7.5 mobile

    I need help in finding a free update for my mobile 7.5 windows phone
    Message was edited by: chevycamer427

    http://www.windowsphone.com/en-us/store/app/adobe-reader/bc4f319a-9a9a-df11-a490-00237de2d b9e
    [topic moved to Windows Phone subforum]

  • I need help to find the serial number for Photoshop Elements 11

    Hi! I need help to find the serial number for Photoshop Elements 11 I downloaded last year on Apple Application Store.. I have been using photoshop on mac for over a year and now need the serial number to be able to use it on macbook. I looked up Adobe's website for help but found none and noone to ask for support.. Any ideas how I can get the serial number using the App Sore bill I have?

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • I need help with finding right stylus pen for lenovo yoga 2 pro!

    I did read other person's post, but I did not find my answer. I am currently using my fingers to write my notes and it drives me nuts! I do have a stylus pen that have huge round fabric tip. It does not write well. I want a stylus pen with pointy end so I can acturally take my notes on OneNote. I writes equations down so it is very hard to write small and neat with my hand. I do know that my laptop is touch sensitive so it only works with rubber or fabric tips! I could not find any stylus pen with those tip that are pointy.... I need help on finding pointy tipped stylus pen that will let me write well. I am ordering ati-glare screen protector because I can see myself on the screen like a mirror... lol Hopefully this will not keep me from finding a pen that works well! Please give me link to the pen, if you can! Thank you for reading!

    ColonelONeill is correct.
    The Yoga 2 Pro does not have a digitizer, so a capacitative stylus, which mimics a fingertip, is what you'd need.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Need help in developing BADI for IT0001

    Hi All,
    I need help in developing BADI for IT0001.
    On IT0001 create or change, there is need to update IT0017 with following data from IT0001
    -Company Code
    -Cost center
    -Business Area
    -Begin and End Date.
    Other fields from IT0017 need to be derived from Position and update in IT0017.
    Please guide me how I can address this. I do not want to go for dynamic action, as it is not getting evoked during background jobs.
    I am new to BADI development and will appreciate step by step instructions.
    Thanks

    Hi,
         follow the below steps to achive
    Steps:
    1.     Execute Business Add-In(BADI) transaction SE18
    2.     Enter BADI name i.e. HRPAD00INFTY and press the display
            button
    3.     Select menu option Implementation->Create
    4.     Give implementation a name such as Z_HRPAD00INFTY
    5.      You can now make any changes you require to the BADI within this
            implementation, for example choose the Interface tab there are 3 methods avialble
    6.     Double click on the method you want to change, you can now enter
            any code you require.
    7.      Please note to find out what import and export parameters a
            method has got return the original BADI definition
            (i.e. HRPAD00INFTY) and double click on the method name
            for example within HRPAD00INFTY contract is a method
    8.      When changes have been made activate the implementation
    <b>Reward points</b>
    Regards

  • I need help to find my iphone 5C. I have id apple but perhaps I can do more to find it. Please contact to ********

    I need help to find my iphone 5C. I have id apple but perhaps I can do more to find it. Please contact to ********
    <Edited by Host>

    Hi Oliveira_Lisboa,
    The article below has some information about the options and features available, it also has some tips that might help you locate your iPhone.
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/ht5668
    If you lose your iOS device or think it might be stolen, these steps may help you locate it and protect your personal data.
    If you enabled Find My iPhone on your missing device
    These steps require that Find My iPhone was enabled on your device before it was lost or stolen.
    Attempt to locate your device using Find My iPhone at icloud.com/find, or using the free Find My iPhone app.
    Put the device in Lost Mode to set a 4-digit passcode and display a custom message with your phone number on your device. While the device is in Lost Mode, you can also keep track of changes to your device's location. Lost Mode requires that your missing device be using iOS 6 or later. If your device is using iOS 5, you can still lock your device remotely and display a message on the screen.
    If you want to delete all of your personal information from your missing device, you can erase it remotely. Please note that when you erase a device, you will no longer be able to locate it.
    Report your lost or stolen device to local law enforcement and your wireless carrier. Apple doesn't track or flag lost or stolen products, but you can use My Support Profile (supportprofile.apple.com) to find a list of serial numbers for products that you've purchased or registered with your Apple ID.
    Note: If your missing device is offline, you can still put it in Lost Mode, lock it, or erase it. Your commands will take effect when the device comes back online.If you did not enable Find My iPhone on your missing device
    If you did not enable Find My iPhone before it was lost or stolen, you can't use it to locate or protect your device, but you can still follow these steps:
    Change your iCloud password to ensure that no one else can use your device to delete or make changes to your iCloud data.
    Report your lost or stolen device to local law enforcement and your wireless carrier. Apple doesn't track or flag lost or stolen products, but you can use My Support Profile (supportprofile.apple.com) to find a list of serial numbers for products that you've purchased or registered with your Apple ID.
    Additional Information
    Visit iforgot.apple.com/appleid if you need help remembering your Apple ID.
    -Jason

Maybe you are looking for

  • I need to find a hard drive to stream films from not using the internet.

    I am looking to purchase a hard drive that my partner can watch movies from on his iPad, he is in the Navy so won't have internet or a router to go through, I did find one on PC world but wasn't sure if it would actually work or not. has anyone got a

  • Power Adapter Part Number

    Have a HP G63-355DX (HP Product #XH068UA#ABA) that is missing the AC Power Adapter to charge the unit. I have found the specifications listing for the unit, but not the HP part number or the HP spares part number. The adapter is a 65W, 18.5V and poss

  • Can I access system preferences, WHILE migration assistant is running on the source computer, to change the sleep setting?

    I have started Migration Assistant and have NOW learned that I was supposed to change the sleep setting in System Preferences to 'never'. Since M.A. is running right now, can I change the setting or will it mess up the transferring of data?? 

  • OSB EJB business service performance

    A friend reported me that accessing a EJB via OSB EJB business service is twice as slow as accessing the EJB remotely in Java code. Unfortunately he didn't run any profiling tool to determine the Hot Methods and Heap consumption. The EJB receives a s

  • G3 iMac 500hz make it wireless

    hello as you can see i have a Snow G3 iMac 500mhz , AEBS and powerbook g4 aluminium. I am having to move my imac to another room in the house and would like it to become wireless, but i dont have a standard airport card for it nor does apple sell thi