Date issue when downloading ....

My Requirement is to display date in Text format  like
02-21-2009 in
March 21 , 2009
I have done it sucesfully through the FM CONVERSION_EXIT_LDATE_OUTPUT
which  it is sucesfully displaying as March 21 , 2009 but issue coming while downloading !!
I am using GUI_DOWNLOAD
where in the excel it is displaying l as  21-Mar-09 
Please can any one help me to solve this
Regards
sas....

Hi Sas,
you are using FM CONVERSION_EXIT_LDATE_OUTPUT.
the import parameter u r getting is in following format of Date " March 21 , 2009 ".
what u have to do is just pass this import parameter to a variable declared as String  Or a variable declared as character of size 15.
Example-
Data : Dat        type string.     " OR
data :  Dat1(50) type c.
CALL FUNCTION 'CONVERSION_EXIT_LDATE_OUTPUT'
  EXPORTING
    INPUT         =  Date1
IMPORTING
  OUTPUT        = Date2.
DAT =  Date2.    " or
Dat1 = Date2.
Condense  DAT.
Condense Dat1.
Now both DAT and Dat1 would be downloaded as u require.
                                          or
Declare Date2 directly as  " data :  Date2(50) type c "
and after u get the result condense the same i.e
Condense date2.
Regards,
Akash Rana
Edited by: AKASH RANA on Aug 7, 2009 2:04 PM

Similar Messages

  • PO date issue when scheduling replenishment

    Hello Guys,
    i'm currently experimenting an issue that i don't understand.
    when I try scheduling RWRPLPRO program (WRP1) with a timezone UTC+11 for my step user,
    the document date of my purchase order is the system date and not a user date.
    Is there someone who knows what I have to do to get a timezone based date on my Purchase Order document date ?
    Thanks in advance

    Hi Vivek,
    Yes, the availability check is working in both the cases, when I create the sales order, I key in the Configurable material code, then do the configuration, after that system does availability check, in both the cases the result of availability check is same with one component marked as a missing part, available date as 20.12.2011.
    One more thing if I try to view the Production order at the time of SO creation before saving it, the Production order shows today's date, but when I save the SO, and do Credit release, the actual Production order gives different scheduling date based on customer. Just wondering what could be affecting based on Customer, is there any other field present in Customer master which could alter the date.
    I also saw today's scheduling note in some of the cases, but its not coming up in all of the orders created with today's date and moreover the same components are getting scheduled for 20.12.2011 also for diff customer.
    I am afraid I can't provide any screenshots for this as am not permitted to publish any screenshots of the client.
    Regards
    Chandra Shekhar

  • Flash Professional trial download button says "experiencing some issues" when downloading in Linux

    I'm trying to download the trial version of Flash Professional from here : https://creative.adobe.com/products/flash
    ... but clicking the button always results in the message "We are currently experiencing some issues, please try again later. If the problem persists, contact customer support."
    The problem persists, so here I am. Any idea when will this will be fixed?
    By the way, the user experience of submitting a question here sucks ***. After I type in the heading of my question and click submit, I'm taken to a form telling me I need to sign up first. If I need to sign up first, why waste my time letting me type in my question?
    Then after I've signed up and logged in, I type in the heading of my question again. Clicking submit now takes me to a form where I need to... type in the heading of my question yet again (a third time). Going back to the previous page to try and copy the heading from where I had just typed it a moment earlier does not help because some Javascript has cunningly cleared away what I had entered.

    Hi Iforce2D,
    Welcome to Adobe Forums.
    We aplologize for the inconvenience caused to you.
    If you are facing an issue while downloading from creative cloud then
    please use the below alternate link.
    http://prodesigntools.com/adobe-cc-direct-download-links.html
    Please make sure to complete the very important instructions prior to clicking on the download link.
    Thanks

  • Issues when Downloading Large Datasets to Excel and CSV

    Hi,
    Hoping someone could lend a hand on the issues described below.
    I have a prompted dahsboard that, dependent upon prompts selected, can return detail datasets. THe intent of this dashboard is to AVOID giving end users Answers Access, but still providing the ability to pull large amounts of detail data in an ad-hoc fashion. When large datasets are returned, end users will download the data to thier local machines and use excel for further analysis. I have tried two options:
    1) Download to CSV
    2) Download data to Excel
    For my test, I am uses the dashboard prompts to return 1 years (2009) worth of order data for North America, down to the day level of granularity. Yes alot of detail data...but this is what many "dataheads" at my organization are requesting...(despite best efforts to evangelize the power of OBIEE to do the aggregation for them...). I expext this report to return somewhere around 200k rows...
    Here are the results:
    1) Download to CSV
    Filesize: 78MB
    Opening the downloaded file is failrly quick...
    126k rows are present in the CSV file...but the dataset abruptly ends in Q3(August) 2009. The following error appears at the end of the incomplete dataset:
    <div><script language="javascript" src="res/b_mozilla/browserdom.js"></script><script language="javascript" src="res/b_mozilla/common.js"></script><div class="ErrorMessage">Odbc driver returned an error (SQLFetchScroll).</div><div style="margin-top:2pt" onclick="SAWMoreInfo(event); return false;"><img class="ErrorExpanderImg" border="0" src="res/sk_oracle10/common/errorplus.gif" align="absmiddle">  Error Details<div style="margin-left:15px;display:none" compresssrc="res/sk_oracle10/common/errorminus.gif">                                                                                                                        
    <div class="ErrorCodes">Error Codes: <span dir="ltr">OPR4ONWY:U9IM8TAC</span></div>                                                                                                                        
    <div style="margin-top:4pt"><div class="ErrorSubInfo">State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.                                                                                                                        
    [nQSError: 46073] Operation 'stat()' on file '/opt/apps/oracle/obiee/OracleBIData/tmp/nQS_31951_2986_15442940.TMP' failed with error: (75) ,Çyô@BÀŽB@B¨Ž¡pÇôä재ü5HB. (HY000)</div></div></div></div></div>                                                                                                                        
    2) Download to Excel
    Filesize: 46MB
    Opening the Excel file is extremely painful...over 20 minutes to open the file...making excel unusable during the opening process...defeinately not acceptable for end users.
    When opened the file contains only 65k rows...when there should be over 200k...
    Can you please help me understand the limitations of detail data output (downloading) from OBIEE...or provide workarounds for the circumstances above?
    Thanks so much in advance.
    Adam
    Edited by: AdamM on Feb 9, 2010 9:01 PM
    Edited by: AdamM on Feb 9, 2010 9:02 PM

    @chandrasekhar:
    Thanks for your response. I'll try with the export button but also willing to know how to create button on toolbar.And by clicking on that button a popup box will come having two radio buttons asking to download the report either in .xls or in .csv format. I am looking for the subroutines for that.
    Thanks.
    Message was edited by:
            cinthia nazneen

  • Bizzare hard drive issue when downloading movie

    I have a 2008 mac pro with three hard drives (a OSX disk, storage disc, and time machine backup), the other day I attempted to rent captain america from itunes, and was told that the download failed because the disc was inaccessable (or similar message). Sure enough even though the disc showed up in the desktop, and the folders would appear, they were all empty, and no music would play in itunes. When I attempted to use disk utility, verification confirmed that it required repairs, but repair crashes saying the disc cannot be unmounted. However, if I start up the computer, and do not open itunes, or open itunes and do NOT allow the movie to start downloading, all the music plays, I can access the images, ect. on the hard drive, and the disk utility says the disc is normal. The moment I allow the movie to download, it again crashes, and the disk utility again says the disc needs to be repaired but cannot do it. I am at a total loss as to what it going on or what to do?

    osmiumtet,
    You must remove Norton Utilities and never run it again on OSX. It can cause various problems, does not support 10.3.x (or possibly even 10.2.x), and Symantec has dropped Norton Utilities for Mac. Go to Symantec's website and find the uninstaller for Norton Utilities...you want to get all parts.
    I am not sure if there are issues with some antivirus utilities. Which one is installed and is it up-to-date?
    One cause for erroneous HD capacities is a damaged HD directory. Boot to your 10.3 CD and run Disk Utility's First Aid; if errors are found, run it again. If Disk Utility cannot fix the problem, you will need a more robust utility like Alsoft's DiskWarrior, probably the best there is for repairing HD directories.
    After checking the HD directory and if no problems are found, take a look at the size of all the files on the HD:
    http://www.id-design.com/software/whatsize/index.php

  • Date issue when exporting data to Excel from SSRS report, where date is less than 1/1/1900

    Hi,
    I am using SSRS report to display the data from database. In that data, One of the column is DATE. when I am exporting to Excel all that dates are displaying fine except 1/1/1800 12:00 AM. Instead of 1/1/1800 12:00 AM it is displaying XXXXXXXXXXXXXX values.
    Please help me to fix the issue.
    Please let me know if more clarification required.
    Thanks In advance.

    Hello,
    We can use Cstr() function to convert the Date type data to String data. Suppose we have a field named DateTime, please refer to the expression below:
    =Cstr(Fields!DateTime.Value)
    Then we can get a string type data. There is an article about SSRS expression, you can refer to it.
    http://msdn.microsoft.com/en-us/library/ms157328.aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Only Current Date showing when downloading to excel

    <b>Hi,
    I have a query is attached to a template, when I download to excel it only downloads the current date.  I have dates ranging from 2001-2006, and it downloads to excel it only downloads the current year of 2006.  When I run this query on the SAP template it downloads fine.  We are currently using a different excel download the "white paper SAP print strategy approach"  that the SAP template does not use.  Does anyone experience this same problem?  I appreciate your feedback! thanks so much!
    </b>

    <b>Hi,
    I have a query is attached to a template, when I download to excel it only downloads the current date.  I have dates ranging from 2001-2006, and it downloads to excel it only downloads the current year of 2006.  When I run this query on the SAP template it downloads fine.  We are currently using a different excel download the "white paper SAP print strategy approach"  that the SAP template does not use.  Does anyone experience this same problem?  I appreciate your feedback! thanks so much!
    </b>

  • Using the latest version of Firefox for business when I access this site get corruped data error when downloading .dat files.It used to work

    When I acess this site I can not download .dat files get a corrupted data error

    <i>Moderator Comment<br>
    (Duplicate thread closed. Continue at [/questions/1000178]) -m) </i>

  • Authentication issue when downloading jar files

    Hi,
    I am having a problem starting up my application when the application server, in this case WebSphere 5.0, requires the user to be authorized.
    In our development environment the server uses basic authentication but once deployed in our test environment we are required to use form based authentication, which I've read that JWS cannot handle.
    The current flow is as follows:-
    1. The user navigates to a protected page and is prompted to enter a user name and password.
    2. Once authenticated they are shown the page that contains a link to a JNLP file.
    3. The user clicks on the link, JWS processes the JNLP file and requests the first jar file.
    4. The application server sees that there is no 'authorization' header set on the request so asks for the credentials again.
    5. For basic authentication the user is prompted by JWS to enter the user name and password and the download succeeds.
    6. For form based authentication, JWS instead receives an HTML login page and, after a short period, reports that it received a corrupted jar file.
    I was wondering if there is any way to pass key/value pairs within the JNLP file (or any other approach to pass this data) that JWS could then use to populate the 'authorization' header of the request to load the jar files?
    If this is not possible, are there any other techniques I could use to get round this?
    I am currently passing other data via the 'JSP as JNLP' approach with my own servlet so can make dynamic changes to the JNLP file as needed.
    Thanks in advance.

    Hi ipooley,
    I came upon your posting here after I've been searching for long for some "standard-conform" decision to this IMHO very popular problem and I was not able to find something so far apart of adding some jsessionid to the jar files in the href tag in order to hack the app server to believe the client is authenticated. In my case this doesn't help as well because the authentication is done separately through the company portal. Could you please give me some more details about your "hack"? I've tried to call the jnlp file from an applet (simply with showDocument(jsp generating jnlp) but this doesn't (and actually it can't) work too. And what about the jnlp file itself - if I set the href in the jnlp I have the same problems with the jnlp too?
    thanks in advance for your reply,
    Ilko

  • 0HRPOSITION master data issue when position is delimited

    We are live with BW HR application and having issue with 0HRPOSITION master data. We are extracting data from SAP using 0HRPOSITION_ATTR datasource. I noticed that data is not maintained correctly in master data tables in BW and giving us incorrect results in reporting. Consider below mentioned scenario:
    Position A created as vacant on 05/01/2008 with start date (BEGDA/ Valid from) as 05/01/2008 and End date (ENDDA/ Valid to) as 12/31/9999 and is vacant. Below mentioned entry is shown under maintain master data for 0HRPOSITION in BW:
    Position Valid To Valid From Position Vacant
    A 04/30/2008 01/01/1000
    A 12/31/9999 05/01/2008 X
    Position A is now delimited on 09/15/2009 as its no more required. In SAP, position has record only from 04/01/2006 till 09/20/2009 as vacant. When record is extracted in BW, it creates below mentioned entry in master data table.
    Position           Valid To     Valid From     Position Vacant Indicator
        A             04/34/2008    01/01/1000
        A             09/20/2009    05/01/2008                  X
        A             12/31/9999    09/21/2009                  X
    Entry 09/21/2009 - 12/31/9999 is incorrect as position does not exist for this duration and it is neither vacant nor occupied. If we report on 0HRPOSTION with key date as 09/30/2009 , it shows position A as vacant though position no longer exists.
    Has anyone come across this situation. any help is greatly appreciated.
    Thanks & Regards,
    Prithi Iyengar
    Edited by: Prithi Iyengar on Dec 23, 2009 3:07 PM

    Hi,
    We do a full update data load for 0HRPOSITION attribute as well as text on daily basis. Attribute change run are scheduled in the process chains. No issues with that..
    In the report, we have the display option of 0HRPOSITION as key and text. Now what is happening is that for most of the positions the text is displayed perfectly but only for those positions which were delimited the text description is not displayed in the report. It is displayed as blank. For eg consider positions A, B, C and D. Say A, B are active positions and C & D have been delimited at a cerain period of time.
    *Master data table is:*
    Position --  Valid_from --  Valid_to  -- Description -- Org. Unit
    A         --  01.05.2008 -- 31.12.9999-- Text1   --- A001
    B         --  01.06.2009 -- 31.12.9999 -- Text2   --- B001
    C         --  01.06.2009 -- 01.08.2009 --- Text3 --- C001
    C         --  02.08.2009 -- 31.12.9999 --  ........   --- ....
    D         --  01.07.2008 -- 15.06.2009 -- Text 4  ---  D001
    D         --  16.06.2009 -- 31.12.9999 --  ........  --- ...
    In report, say i run for date 01.05.2009 to 31.05.2009,
    Position -
    No. of positions
    Key -
    Text  
    A     |  --- Text1  | 1
    B     |  --- Text 2 | 1
    C     |  --- .......... | 1
    D     |  --- .......... |1
    If you notice, the description is maintained for positions C & D in time period 01.05 to 31.05 but the text is not displayed in the report.
    Thanks,
    Edited by: Prithi Iyengar on Dec 23, 2009 5:30 PM

  • Issue when download CSV file

    hi all ,
    i have created a ALV report . and one of the column is 010 for example  ,when i download it as a CSV file , i found this field is shown as 10 instead of 010 .
    Is there a way to solve this ?
    best regards
    Kevin

    Hi,
    you can control the outputs in Spread sheets with the help of Excel control statement like replace etc throug ABAP program itself....
    ex: in XLS sheets you will get  00001 as 1.
        but in xls sheet if you put ' 00001 you will get output as 00001without depleting zero's.
    same we are applying through ABAP statement.
    so, for the final Itab field(which ever) you want to retain 00001 use the mentioned statements in my earlier post.
    Hope i am clear with my explanation. If you are in Doubt still get back to me..

  • Data lost when download data after ALV display in background

    Hi, everyone, first i display the data in ALV Grid, then I upload the data into sap application sever, it is ok in foreground. But when i run the program at background and the data is more then one page in spool list, the file on application server will lost and only has data in last page of spool list. Is this SAP standard behavior? please advice, thanks.

    There is a simple logic.
    First i get all data and keep the data in interal table T_LIST.
    Then call function REUSE_ALV_GRID_DISPLAY to display data in T_LIST.
    Third, Using statement OPEN DATASTET and TRANSFER to upload data in T_LIST into application server.
    In fact, it will be ok if run the program foreground. it will also be ok if upload data into appllication server before display data with ALV grid. But i just want to know the root cause why data lost in my current design. thanks.

  • HT5085 can i see i history of apps that have been download and dates of when download

    need 2 know how or f i can see a history f all my app download even when they been deleted and redownload ???

    You can see your purchase history on your computer's iTunes. If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it which you can click on
    Viewing purchase history : http://support.apple.com/kb/HT2727

  • Does Itunes 8 fix playback speed issue when downloading

    Does the new Itunes 8 fix the slow playback speed issues whenever you are downloading music or a podcast within Itunes?

    For the record, the reported issue seems to have been solved.
    http://lists.apple.com/archives/cocoa-dev/2007/Oct/msg01012.html

  • Downloading issues when downloading adobe premiere 10 to my mac

    when I'm downloading adobe premiere 10 to my mac, i get an exit code 7. it stops at 52%. what do i do. read online that i can download an updated version of premiere 12 and use my premiere serial number but that didn't work either. please help. this item is too expensive to having these types of problems.

    Adobe - Premiere Elements : For Macintosh : Premiere Elements 10 Mac Installer Fix

Maybe you are looking for

  • Shortcuts for Spaces keeps revert to default settings without cause

    I have a Powerbook G4 that's running Leopard 10.5.8. It has plenty of free space on the hard drive (approx 35%). Whenever I start up my Powerbook or wake it from sleeping, the shortcut keys to switch between Spaces are no longer selected. It retains

  • Date picker field shows html code?

    I have a HTMLDB 2.0 app that I have ported to APEX 3.1. I have one field that is a date picker field which has a before regions computation on it that calculates an expiration date. For some reason, the text area shows the HTML code of the page, not

  • Class cannot access its superinterface

    We're migrating an application from jDeveloper 9 to jDeveloper 10g (10.1.3.5), and have got almost everything working on the new server. However, one thing is not working: whenever a DataTable is set up with an edittarget (to edit a row in a new webp

  • EA1 - Error displaying code insight

    All, I recently tried to use the code insight feature. In the main worksheet, the cursor stops blinking and then it starts back up after a few seconds - the insight window never shows. But when I check the logging page, I see the following two error

  • Configure FF7A Cash Flow

    Hi Guru, Can you pls advice to how to configure the Cash Flow / Bank Flow in FF7A report. appreciate detailed steps with T codes. Joseph Jane.