Replacement of FM CONVERT_DATE_INPUT

hi,
   i used the function module CONVERT_DATE_INPUT in my report program but it is flagged as obsolete. Please tell replacement for it.

Hi
try out the following function modules:
CONVERT_DATE_TO_INTERNAL.
CONVERT_DATE_TO_INTERN_FORMAT.
this shud fulfill ur requirement.
***reaward points if useful.
all the best

Similar Messages

  • Replacement for FUNCTION 'CONVERT_DATE_INPUT' in ecc 6.0

    Hi all!
    Can any one please tel me the replacement for FUNCTION 'CONVERT_DATE_INPUT' which is oboselete in ecc 6.0. I need the revised function module for this in ecc 6.0.

    Try with this function module - /SAPDII/SPP05_CONVERT_DATE
    Reward if it is useful.
    Thanks,
    Srinivas

  • Replacement FM for CONVERT_DATE_INPUT

    Hi,
    I needed the replacement function module for "CONVERT_DATE_INPUT" ..
    Thanks
    Vasuki

    Hi
    try out the following function modules:
    CONVERT_DATE_TO_INTERNAL.
    CONVERT_DATE_TO_INTERN_FORMAT.
    Regards,
    Pavan

  • Replacement  for convert_date_input

    I am facing unicode problem,
    Please help me in replacing the FM CONVERT_DATE_INPUT in ecc6.0

    hii
    use this
    <b>CONVERT_DATE_INPUT
    CONVERT_DATE_TO_INTERNAL
    CONVERT_DATE_TO_INTERN_FORMAT</b>
    To get the Format of the Date:  <b>SLS_MISC_GET_USER_DATE_FORMAT</b>
    Otherwise use this simple logic
    <b>data: date_1 (8).
    write date to date_1 yy/mm/dd.
    WRITE LIKP-LFDAT MM/DD/YY.</b>
    or using concatenation .
    data : date_time(20) value '060102125033'.
    data : date(8) , time(8) , count type i.
    date = date_time+(6).
    time = date_time+6(6).
    concatenate date(2) '/' date2(2) '/' date+4(2) into date.
    concatenate time(2) ':' time2(2) ':' time+4(2) into time.
    write : time , date .
    Reward points if helpful
    Regards
    Naresh

  • Replacement for CONVERT_DATE_INPUT in ECC 6.0

    Hi,
    I'm working in ECC 6.0. The Function Module CONVERT_DATE_INPUT  is obsolete in ECC 6.0. Please suggest me the correct function module.
    Thanks,
    Ramya Reddy.

    hii
    use this
    <b>CONVERT_DATE_INPUT
    CONVERT_DATE_TO_INTERNAL
    CONVERT_DATE_TO_INTERN_FORMAT</b>
    To get the Format of the Date:  <b>SLS_MISC_GET_USER_DATE_FORMAT</b>
    Otherwise use this simple logic
    <b>data: date_1 (8).
    write date to date_1 yy/mm/dd.
    WRITE LIKP-LFDAT MM/DD/YY.</b>
    or using concatenation .
    data : date_time(20) value '060102125033'.
    data : date(8) , time(8) , count type i.
    date = date_time+(6).
    time = date_time+6(6).
    concatenate date(2) '/' date2(2) '/' date+4(2) into date.
    concatenate time(2) ':' time2(2) ':' time+4(2) into time.
    write : time , date .
    Reward points if helpful
    Regards
    Naresh

  • Replacement FM...

    Hai Friends ,
    Good Evening .........
    Can Any one give the Alternate FM(Replacement) For These FM,
    LOG_SYSTEM_GET_RFC_DESTINATION,
    HELPSCREEN_NA_CREATE
    CONVERT_DATE_INPUT,
    DISPLAY_BASIC_LIST
    TRANSFER_NAMES_TO_FIELDS,
    HELP_VALUES_GET_NO_DD_NAME
    ISO_TO_SAP_MEASURE_UNIT_COD
    HELP_VALUES_GET_WITH_DD_TABL
    HELP_VALUES_GET
    TABLE_COMPRESS
    Points will be Awarded ....
    thanks ,
    Siva

    LOG_SYSTEM_GET_RFC_DESTINATION - OBJ_METHOD_GET_RFC_DESTINATION
    HELPSCREEN_NA_CREATE - HELP OBJECT SHOW
    CONVERT_DATE_INPUT - CONVERT_DATE_INPUT
    DISPLAY_BASIC_LIST - DISPLAY_GRID_LIST
    TRANSFER_NAMES_TO_FIELDS - Could not find
    HELP_VALUES_GET_NO_DD_NAME - F4IF_INT_TABLE_VALUE_REQUEST
    ISO_TO_SAP_MEASURE_UNIT_COD - UNIT_OF_MEASURE_ISO_TO_SAP
    HELP_VALUES_GET_WITH_DD_TABLE - F4IF_INT_TABLE_VALUE_REQUEST
    HELP_VALUES_GET - F4IF_FIELD_VALUE_REQUEST
    TABLE_COMPRESS - Do not Replace.
    Hope these details resolves your problems
    Regards,
    Vaibhav

  • Reg : Replacement FM

    Hi ,
    can u tel me the Replacement functional module for the below given obsolete functional modules .
    DISPLAY_BASIC_LIST.
    CONVERT_DATE_INPUT
    HELPSCREEN_NA_CREATE.
    Regards,
    Arun Prasad

    Hi ARUN
    DISPLAY_GRID_LIST.
    CONVERT_DATE_TO_INTERNAL.
    CONVERT_DATE_TO_INTERN_FORMAT.
    HELP OBJECT SHOW
    reward points to all helpful answers
    kiran.M

  • Error while creating a Characteristic Variable with Replacement Path

    Hi all,
        I am trying to create the Characteristic Variable ZVLOWDT (Low Date') with Replacement Path on characteristic ZSTARTDT (Start Date) and it gives the error 'Source to replace 'Low Date' is not defined.
       I have created a User Entry Variable VAR_DATE (Start Date) with interval like '01/01/2009 - 01/15/2009'  and  Customer Exit variable ZVCPDAY (does some calculation based on the input of VAR_DATE) on the same ZSTARTDT characteristic. I want to get the 01/01/2009 (lower range date of the selection) into this Characteristic Variable ZVLOWDT. We are in BI 7.0 and the following are it's properties:
    General Tab:
    Description: Low Date
    Technical Name: ZVLOWDT
    Type of Variable: Characteristic Value
    Processing by: Replacement Path
    Reference Characteristic: ZSTARTDT Start Date
    Details Tab:
    Variable Represents : Single value
    Variable is: Mandatory
    Variable is Ready for Input : unchecked
    Replacement Path Tab: Replacement Rule
    Replace Variable with : Variable
    Variable : VAR_DATE
    Replace with : KEY
    Why I am getting this error, PLEASE ?
    Thanks,
    Venkat.

    Hi Khaja,
       We could derive a Variable value from another Variable with out Customer Exit. There is a white paper.
    First have the User Entry Variable (ZV_X) and it accepts the date range like '01/01/2009 - 01/31/2009'. Next create the Characteristic variable (ZV_Y) of Replacement Path for which source variable will be ZV_X and we could get the 'FROM Date' (01/01/2009) from the selection (ZV_X) into it (ZV_Y).
    While creating the Characteristic variable (ZV_Y) of Replacement Path, I didn't find my newly created ZV_X variable in the list of available variables under 'Variable' header in 'Replacement Path' tab and it is causing the error  'Source to replace variable ZV_Y is not defined'. How could I create the Characteristic variable of Replacement Path, PLEASE ?
    Thanks,
    Venkat.

  • HT1423 I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

    I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

    I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

  • Time machine won't back up since I have restored from time machine following hard drive replacement.  I am being told there is not enough space, however the back up is less than the hard drive size

    We recently had the hard drive replaced on our Mac as part of Apple's replacement programme.  Prior to sending it off for repair we did a final Time Machine back up, which was completed successfully.  SInce getting the computer back we restored everything from the backup disk using Time Machine, which all worked fine, however now we are having problems with it completing regular backups.  We receive a message each time telling up that the backup disk doesn't have enough space on it.  It is telling us that it needs in the region of 370gb and only has around 30gb available.  The computer hard drive is in the region of 350gb and the hard drive is a 400gb one.  It is almost as if it is not recognising that the data already on the disk is the back up of this computer and is trying to complete a completely separate back up as opposed to just updating the backup already on the disk.
    Has anyone else got any experience of this and therefore could give me some hints on what to do.  I am reluctant to wipe the backup drive and start again, however I would prefer not to have to buy another hard drive if I can avoid it as this one is technically big enough
    I look forward to getting some responses

    Hi, I never use TM myself.
    Have you looked through Pondini's extensive TM help site?
    http://Pondini.org/TM/FAQ.html
    http://pondini.org/TM/Troubleshooting.html
    Can't imaging something not being covered there.
    PS. It's generally recommended a TM drive be at least twice the size of your main drive.

  • I had an Intel-iMac fried by lightening. UPS, surge protectors but it happened as I was reaching to unplug.  Cold now.  Could it just be the power supply?  Can I replace that myself?

    This is the full question since I couldn't get it all in the box. 
    I have some complex questions regarding an iMac, a Time-Machine backup, and iTunes on an iPod.
    I live about halfway up an extinct volcano about 12 miles north of San Jose Costa Rica.  Some months ago, we had a thunderstorm and as I reached to unplug my computers lightening struck about 50 meters from my house.  I had an iMac with a 3-Tb external backup drive, a PC laptop and a laser printer on the same power strip.  There was a definite surge and the light brighten and then power was lost for a few minutes.
    When power was restored, the PC and the laser printer seemed to work fine but the iMac was cold.
    First questions:  Is is possible that the power supply was fried and not other essential parts?  Would it be worthwhile to replace the power supply?  Can I, with limited experience and tools do it or need I take it to a technician?  My concern is that if the hard-drive is good, there is personal information on it that I don't want to risk.
    Next question:  Do I need to replace the hard-drive before taking it for service?  How hard is that, can I do it? I have seen videos of the drive replacement on-line.
    Those are my iMac questions, now the questions about backup restoration.
    If there is a saving grace with this it is that the Time-Machine backup seems fine although I have only accessed the data through Finder.  I replaced the iMac with a Macbook Air with significantly less mass storage and I can't just move files to the Macbook.  My problem is that I have an iTunes library of some 10,000 songs on the backup and until recently on a 160 Gb iPod which was old and it crashed.  I have replaced the iPod but have not tried to restore the iTunes library to it because of my confusion about how to do that.  Can anyone tell me how I might do that or give me any insight into the process?
    Thanks for any help you can give.

    Is is possible that the power supply was fried and not other essential parts?  Would it be worthwhile to replace the power supply?  Can I, with limited experience and tools do it or need I take it to a technician?  My concern is that if the hard-drive is good, there is personal information on it that I don't want to risk
    Quite possible, but working on iMacs is not easy, & PSU might be prohibitive.
    Hopefully the Drive might have info on it, but even pulling that out can be a chore.
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    http://www.appleserialnumberinfo.com/Desktop/index.php
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349
    I have replaced the iPod but have not tried to restore the iTunes library to it because of my confusion about how to do that.  Can anyone tell me how I might do that or give me any insight into the process?
    I'd get an external drive & restore the whole works to it, then boot from the External drive.

  • I am going to get a replacement for my iphone 5C, for data connection issues. Can I get an 5S, instead of antother 5C as a replacement?

    Hello, I have been having issues with my iPhone 5C for about a month now. I have unlimited everything, including data, & so randomly, starting about 2 weeks ago, my data basically does not work for any apps, besides like iMessage & Safari. So like if I have full LTE signal, I can try to open the Instagram app, and it will tell me "no internet connection", & it tells me that with ANY app, besides iMessage & Safari. Which is super frustrating, especially when I try to use like Maps or something & it jut does not load, & tells me that "there is not an internet connection", so I have to use apps & stuff only on wifi, in order for them to work. I went to the Sprint store, and had them try and update the data profile, reset data network, soft reset, etc (they basically did everything that I did), & they could NOT figure out what was wrong with my phone. So, they looked into my warranty information, and told me to take my phone to the Apple Store, and just get a replacement & that it would cost me only $50, since it is still covered under warranty. I am not up for an upgrade until April of 2016, & as far as I know, when it comes to replacements, Apple will either give me a new/refurbished iPhone 5C as a replacement. I don't really mind having to pay a little extra if I have to, in order to get a 5S , & I also don't care if the 5S would be either new or refurbished. So, my question is, could I maybe get a 5S as a replacement, instead of another 5C?
    Green iPhone 5C 8GB Sprint
    Message was edited by: jalyn_taylor
    Message was edited by: jalyn_taylor

    No.
    As provided,  you will get the exact same model, storage, color, etc

  • BW 3.5 - Issue with formula variable with replacement path

    Dear experts,
    I'm facing an issue with formula variable with replacement path.
    Just to clarify, I know replacement paths is raising a lot of questions but I've been using this functionnality extensively in the past, both in 7.0 and 3.5, so I'm not looking for basic information about how to use it.
    I'm trying to setup a simple report that would show total values per plant of Purchase Order < 100 €
    To do so I've setup a calculated key figure as follow:
    VAR1 * ("PO value" < 100 ) * "PO value"
    VAR1 is a formula variable with replacement path on 'purchase order' and value attribute 'constant =1'.
    (The report has to show values summarized by plant but should not show the detail PO by PO, so I'm not looking at a solution based on condition)
    The report as characteristic "plant" in rows and my CKF in columns.
    Now let's take an example. I have 3 POs in Plant 1:
    PO1 -> 150€
    PO2 -> 90€
    PO3 -> 80€
    Because of the variable with replacement path, the result in my query should be:
    plant1 = 170 (even though characteristic "purchase order" is not in my rows, system should evaluate PO one by one and return values only for those two that are below 100).
    But the result coming is 320, which is wrong.
    I've done the same report on many other 3.5 systems and it worked perfectly, and I am not able to get proper support from SAP OSS who keep saying that this functionnality is not ready in 3.5 (although I've provided screenshot of this working on another 3.5 system!!! how frustrating...)
    They have also pointed to problems of Before and After aggregation but that has absolutely no impact. Once again, the scenario is working perfectly on other 3.5 systems with the same query design, so i'm sure it has nothing to do with Query Designer options.
    Would anyone have ever come to an equivalenet problem? I'm wondering whether the DB itself could not play a role in the variable with ref  characteristic 'constant =1' ...
    Any though is welcome!
    thanks

    Hi,
    The text variable is replaced when the exact date is clear for this key figure column according to the restriction.
    To achive this, please make sure that either the variable is directly restricted in the key figure selection, or that the date characteristic is in drilldown.
    Regards,
    Patricia

  • Find and replace smart quotes with straight quotes?

    I understand I can turn off smart quotes so that I can type straight quotes, but I need to replace hundreds of curly smart quotes with straight quotes, is there a feature that will let me do this? I am using FM8.
    Thanx,
    Willian

    I am using FM9....so I don't know if the same shortcuts apply, but this is what I found out last week.
    Use the Find and Replace tool:
    With smart quotes turned off and the Num Lock key turned on:
    Alt0147 will give you beginning quotation marks
    Alt0148 will give you ending quotation marks
    In the Find box use ALT0147 or ALT0148 for the beginning or ending quotes. When you click in the box and type
    one of the shortcuts the correct quote will be shown in the box.
    In the replace box type the regular straight quotes on your keyboard.
    I was thrilled that it would work!...course you do have to do them separately and be careful not to replace the curly quotes
    that you want to leave in your document.
    Hope this helps using FM8....
    ls

  • Use VBA and Excel to open Dreamweaver HTML (CS5), find and replace text, save and close

    I wish to use VBA and Excel to programmatically open numbered Dreamweaver HTML (CS5) and find and replace text in the code view of these files, save and close them.
    I have  5000 associations between Find: x0001 and Replace: y0001 in an Excel sheet.
    I have the VBA written but do not know how to open, close and save the code view of the ####.html files. Please ... and thank you...
    [email protected]

    This is actually the code view of file ####.html that I wish to find and replace programmatically where #### is a four digit number cataloguing each painting.... In 1995 I thought this was clever... maybe not so clever now :>)) Thank you for whatever you can do Rob!
    !####.jpg!
    h2. "Name####"
    Oils on acrylic foundation commercial canvas - . xx X xx (inches) Started
    Back of the Painting In Progress </p> </body> </html>
    Warmest regards,
    Phil the Forecaster, http://philtheforecaster.blogspot.ca/ and http://phils-market.blogspot.ca/

Maybe you are looking for

  • How to connect an acoustic electric guitar to macbook pro

    whats to best way to use an acoustic electric guitar with garage band without a buying additional gear, macbook pro. thanks

  • Ichat 4... Keeps crashing when I try to Im someone

    When I try to send an instant message to someone the instant message box comes up blank without the recipients name. Then I will try to click on the persons name to send a message Ichat crashes. I have deleted the 4 files in the library and have trie

  • Change material Item Category

    Hi, maybe this topic already discuss in this Forums. Can help me. I have some question. When i create Order IW31 ( Module PM ) i put material in component which this material Item Category L ( Stock Item ). when i click button PURCHASING can not crea

  • InDesign installation that supports all languages

    Hi all, I'm a Creative Cloud user and I would like to ask if there is any way of having InDesign installed in a version that is friendly to all world languages. I work primarily with European languages but I also sometimes need to work with translati

  • Got a new macbook pro after selling my iphone synced powerbook

    Now I can't sync anything without iTunes wanting to completely erase the contents of my iphone.  I have apps that I downloaded/paid for from the app store app on the phone.  Can't we all just get along?