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

Similar Messages

  • 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

  • My iphone 4s is cracked at the bottom of the screen and it's in black, if i get a replacement phone for it can i get it in white instead?

    I have a black iphone 4s and it's cracked/chipped at the right corner of the screen. The damage isn't too bad, but it's still not perfect in any way. I have apple care on it and I was wondering that if I was going to get a replacement phone for it and pay 50$ can i get the white iphone 4s instead?

    If you want the iPhone in a different color, you can buy one at full retail price.  The $299 price is subsidized from your carrier and you will be very unlikely to qualify for another subsidized device.

  • Inventory Report-Replacement path for Base UOM to Case and Standrad Cost

    Hi, We have a Scenario as below:
    Question1:
    We have a multiprovider contains 4 infocubes and 2 Master Data objects
    a.Demand
    b.Inventory
    c.Sales Orders
    d.In Transit
    Master Data objects
    a. Material (contains Base UOM to Case as Key Figure Attribute and also Base UOM as an attribute)
    b. Material Location (Contains material as an attribute and also Standard Cost as a Key Figure attribute)
    At the report level two formula variables are defined with replacement path for showing the Base UOM to Case and Standard Cost in columns.
    We have 4 reports on this multiprovider. There is a dialy sales report which gives the following details
    Material, Location, MRP Controller, CalDay, Base UOM, Actual Sales(AS), Dependent Demand(DD), Consumption Qyt(CQ), Base to Case UOM, Standard Cost
    In this report for all the records the Base to UOM and Standard Cost column is coming with values which is nothing but the replacement path on the material master key figure attribute. Though this report is on the multiprovider all the major keyfigures (AS, DD and CQ) are coming from a single cube( this is an observation from myside).
    We have another report which is the Inventory Report with the following details:
    Material, Location, MRP Controllder, Calday, Base UOM,      Unrestricted Inventory(UI), committed Inventory(CI), Back Order Qty(BOQ), In Transit by Sh/Rec(ITS), In Transit Pipeline(ITP), On Order Qty (OOQ), Current Inventory Position (CIP), Quality Inspection Stock(QIS), Block Stock(BS), Base to Case UOM, Standard Cost
    Now in this report for all the records the Base to Case UOM and standrad cost is not showing up. Is there anything which needs to be done in order to get the Base to Case UOM and standard cost for all the records.
    Question2:
    When Non-Cumulative and Cumulative key figures are combined at the multi provider and also at the report level, will there be any problem?
    Regards
    Vijay

    Hi,
    I think you can proceed with virtual characteristics for this.In the code you can truncate the time and you can display on the date:
    Regards
    Prasad

  • How can i get a replacement remote for my apple tv

    how can i get a replacement remote for my apple tv?

    Welcome to the Apple Community.
    You can purchase them from the on-line or bricks and mortar Apple Store.

  • Where can i buy a replacement trackpad for my macbook pro with retina display

    recently the new force touch trackpad is out and I'm really excited about it and sometimes my multi-touch trackpad is a little glitchy so I'm wondering is there any place to buy a replacement trackpad for my macbook like multi-touch or force click trackpad replacement

    My guess is they wouldn't introduce new production line just for the 1 or two milimeter difference. They will probably just change their marketing material and websites to add Retina as compatible. Then again I'm not a manufacturer.
    In reality though, apart from hard-shell cases/sheilds that have to attach directly on the laptop, the cases and sleeves are already compatible.

  • The battery on my iphone 4s is broken, will the apple store be able to replace it for me? will there be a cost? i have had my phone for 2 years. it is a pay as you go

    i think the battery on my iphone 4s is broken, my phone was taking hours to charge and now it wont charge at all, my phone has been dead for the past 3 days. would my local apple store be able to replace it for me? if so will there be a cost? my phone is 2 years old but in good condition. it is pay as you go. at first i thought my charger was broke, so i bought a new one. but it is definetly my phone battery.

    Not at an Apple Store, and if the iPhone is no longer under warranty, there is a cost.
    https://www.apple.com/batteries/replacements.html

  • The replacement battery for Ipod nano true or false

    I was tryin to figure out if it was true that you can't replace your battery in an Ipod nano unless you have good sodering skills or unless you send it in and replace it. Because I bought a third party replacement battery for my Ipod Nano, and it gave me the instructions to the normal Ipod. Then I saw a lot of discussion posts saying that you can replace the battery for an Ipod Nano, so I need to know if you can or can't.

    It is possible...
    If you Google search for it, you can probably find instructions (with pictures) on how to do it. Basically, you need to use something (such as a tiny flathead screwdriver or a putty knife) to separate the plastic front case from the aluminum back case. Then, you can disconnect the battery that's inside of it and connect your new battery. Most third party iPod batteries recommend charging it completely before first use.
    It is, however, easier to send your iPod in for service for a battery issue, and just have them replace your iPod for you.
    http://depot.info.apple.com/ipod/
    To my knowledge, you don't need any exceptional soldering skills. I've replaced batteries in some older iPods, and needed nothing but a tiny flathead screwdriver that I use to do general maintenance on my saxophone.
    CG

  • Replacement code for Translate statement in latest version

    Replacement code for
    TABLES XXXX  USING <r> LIKE <r>
    TRANSLATE <r>-<fieldname> TO UPPER CASE.
    <r> is a structure

    Hi,
    TRANSLATE ... TO UPPER/LOWER CASE
    TRANSLATE ... USING
    The arguments of these instructions must be single fields of type C, N, D, T or STRING or purely character-type structures. There is a syntax or runtime error if arguments of a different type are passed. A subset of this function is provided with the addition IN BYTE MODE for processing byte strings – that is, operands of type X or XSTRING. A statement such as CONCATENATE a x b INTO c is thus no longer possible when a, b, and c are all character-type, but x is of type X.
    TRANSLATE ... CODEPAGE ...
    TRANSLATE ... NUMBER FORMAT ...
    The above statements are not allowed in Unicode programs
    <b>Reward points</b>
    Regards

  • Replacement battery for dv6113us? part #432306-001(6cell) or 446506-001(6cell) or 432307-001(12cell)

    replacement battery for dv6113us? part #432306-001*(6cell) or 446506-001(6cell) or 432307-001(12cell)
     I am trying to order the correct battery replacement - and that information is not on the bottom of the computer or on the lithium ion battery. I have determined the original replacement part, but when I order that part number*, it doesn't give me a place to enter quantity and does list the alternative part number. I am also wondering if I can substitute a 12 cell battery (from the model to battery listings match list).
    [(VE06) EV088AA 432306-001/446506-001(6cell)] vs [(VE12) EV089AA 432307-001(12cell)]
    thanks for your feedback,
    rwm

    Hi,
    Please check this chart to get the right one:
       http://www.shopping.hp.com/shopping/pdf/HP_NB_Battery_Compatibility_Chart.pdf
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Is there a Replacement Program for 2009 iMacs with MXM Graphics Cards?

    I have an iMac 24" Early 2009 with the Nvidia GeForce GT 120 256MB MXM graphics card that is freezing and crashing over-and-over, especially when I'm away and it's not connected to my 2nd display! Odd. I've done the usual (cleaned the iMac inside, run fsck, SMC reset, PRAM reset, repair permissions from boot USB, disconnected all peripherals, changed mice and keyboards, changed the HD, reinstalled the OS, run Onyx and so on) and finally decided that it's a faulty graphics card that only a replacement will fix. When I'm home it's more stable when connected via a Displayport DVI adapter to DVI cable to a 24" Dell display. When standalone (like when traveling with my iMac for long stints out of town) it's unusable. It won't run for longer than 30 minutes, often not even 10 minutes, then I get screen artifacts and freezes and then have to fsck to repair the drive before running it again. Only running it in Safe Mode will allow it to run reliably.
    However, I believe that I found a stopgap solution. I installed a program which I downloaded after installing XCode called Quartz Debug which has apparently allowed me to disable Quartz Extreme, 2D Acceleration and Quartz GL.
    Turning off all Quartz graphics enhancements makes this machine stable if not exactly completely "mac-like" in its performance, but it's at least usable under most conditions for long periods of time. I know of people who have replaced the MXM graphics card on this machine with good effect, but it's an expensive proposition and these cards are apparently few and far between. Has anyone done this?
    Based on the large number of nearly identical complaints about this model, both here and elsewhere, it seems like this MXM graphics card is defective or Apple's drivers are defective . . . well maybe, but it very, very predictably crashes when the computer gets hotter and not even _extremely_ hot, but well within what would be normal operating temps for other machines.
    I've disassembled and completely cleaned the inside and have replaced the HD with an SSD and removed the optical drive entirely so if anything I've reduced heat-producing devices from the interior of the device installed a fan control and keep the graphics card features mostly turned off.
    I've looked for but have yet to see a recall or warranty replacement program for this device and no, I don't have Applecare. I've owned several Apple products in the last two decades and with the issues with Apple products in recent years, it seems like Applecare must be figured as part of any Apple purchase if reliability and ongoing support is desired.
    Ironically, I have an Apple IIc and a Power Computing Power Tower 166 that still work just fine, thank you!
    JoeL
    Atlanta, GA

    This cropped up on my wife's late 2009 model 27" iMac, too.  Random freezes were encountered, unable to identify cause for months, then one day it started to become unable to complete a normal boot.  Tech Tool Deluxe was the only direct indication as far as diagnostics are concerned.  I've NEVER been abvle to get Apple's hardware diagnostic to run from the cloud, and we fianlly got it on a Techs' bench, AHT showed nothing wrong.  As you said, Safe boot is the only way to get into the system, and performance under 10.8.5 is glacial.
    Now the kicker - we DID have AppleCare, and this phase of the MXM graphics demise hit within 4 or 5 months of AppleCare expiration.  There's no longer a flat-rate repair option, Apple doesn't have any stock of the video board to sell as a replacement part (was $169, or $179 w/no exchange) and even refurbs of this paltry (512MB VRAM) board can hit $300.  I know Mac users have become 2nd-class citizens in Apple's business universe, but we're now looking at sub-42 month lifespans for hardware?  At $2k for a machine that lacks touchscreen option, that's out of line.

  • Download replacement installer for Adobe Photoshop Elements 11

    How can I download the replacement installer for Adobe Photoshop Elements 11. I need to reinstall it on a new PC. I do have my serial number.

    You put both the .7z and the .exe in the same folder. Run the .exe (double-click it) and it will automatically unzip the file and start the setup program for you.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Replacement program for the Ipod Nano 1st generation

    I am attempting to get to the replacement program for the Ipod Nano 1st generation, but whenever I attempt to access the program I am redirected to an adapter replacement program. Did I miss the opportunity to replace the Ipod?

    No, you didn't. I just bought an iPod nano 1st gen off of Craigslist and immediatly I went to the iPod replacement program website and requested a new device. I just don't know if I will receive the older 6th Generation or the newer 7th generation.

  • Apple's Replacement Program for Macbook Air mid-2012

    Hi everyone, I just wanted to know more about apple's replacement program for Macbook Air mid-2012. I updated the said firmware and then my mac air stops working. However, according to the program, they are replacing it free of charge. I just went to an authorized service provider here in the Philippines and I just want to know if I will be paying any. I can't find good discussions in Google. Thanks.

    You should not, as the replacement program is worldwide. In case the reseller refuses to repair your Mac for free, print this website and take it with you

  • Where can I buy replacement screws for my 2011 17" Macbook pro?

    Does anyone know where I can purchase replacement screws for the bottom of my 2011 17" MBP? I am missing one at the bottom left. I saw one site but they only sell screws in bulk, and another that doesn't have them for the newer 2011 models. Any help would be appreciated! There is no apple store near me, I'm in eastern Canada.

    ebay...

Maybe you are looking for

  • Phone not working after NSU for E 71

    Nokia e 71... NSU gave me an error during the firmware update process and told me not to unplug it and wait till the continue button is available (was greyed out). Phone restarted a couple of times, first went to a white screen, then white screen wit

  • Mixing materials with different Goods Receipt date in the same Storage Unit

    Hello everybody, I´d like to know how  FIFO strategy would affect to this example: Adding boxes from one storage unit (pallet) to another storage unit (pallet). Both storage units have different goods receipt dates, so there is a pallet which has box

  • Is there a way to disable a user to unlock boot disk FileVault on Lion?

    When I enabled File Vault on Lion, I asked every user to type in its password to enable them to unlock the boot disk, later i regreted my decision, I'd prefer to let only a few users to unlock the disk. Is thre a way to revoke this privilege from som

  • Compiling package

    I don't know if this is the correct place to call for help - specially since I don't know if my problem falls in Tomcat domain or Java/JSP domain. I have a fairly simple structure of classes - classB creates instance of classA both are part of a pack

  • OEM for physical standby database

    Hello All, I am using Oracle 11.2.0.3. My enterprise manager is db console 11.2 I have Oracle Enterprise manager dbcnsole for my RAC primary database  and I have created through sqlplus command line a physical standby database. My questions Can I use