How to remove timestamp,when i select calendar date(input Controls)

Hi everyone
I am using webi 4.0
My problem is when i select calendar date(input Controls) i am able to display time stamp along with date in input Controls(MM/dd/yyyy 12:00:00 AM)
i want to change (MM/dd/yyyy 12:00:00 AM) to (yyyy-MM-dd ), when i select calendar date(input Controls)
where is the calendar date(input Controls)' format setting??
i dont want to show the time stamp in calendar date(input Controls) as my users dislike to see that timestamp .
Thanks & regards

Hello,
Can you show us the declaration of the internal table rec?
Vikranth

Similar Messages

  • My ipad is not showing the apn settings when i selected cellular data option on settings? y?

    my ipad is not showing the apn settings when i selected cellular data option on settings? y?

    pvonk, you were right, something was amiss. It is just a shared calendar (me and my PA) and nothing I could do would seemingly connect the iCal and cloud accounts.
    Late last night I upgraded from OSX 10.7.4 to 10.7.5, as I thought that might resolve some settings or minor corruptions in the way my Mac Book was working.
    This morning I opened iCal, and once again it attempted to refresh the page. And a few seconds later my iCloud diary appeared on iCal.
    The moral of this issue is I think as follows.... when you check all the settings and follow all the advice, and something like this is still not working then it could be the software is slightly corrupt, so a re-install or applying an update (if there is one available) will help resolve issues.
    So spot on advice, something was amiss and is now resolved thanks

  • How can I get missing contacts, notes, calendar dates and reminders that are just on my old iphone onto the iCloud for transfer to my new iPhone upgrade?

    Dear wise & wondeful people:
    How can I get missing contacts, notes, calendar dates and reminders that are just on my old iphone onto the iCloud for transfer to my new iPhone upgrade? Half of my contacts, notes, ect. were on my iCloud so have happily moved to my new iPhone but the rest are completely resistant. For example, on my iCloud I have 14 missing contacts starting with the letter A alone, however they are happily viewable on my old iPhone 4S and won't budge over into the iCloud.
    There are also 3 notes missing yet still acessible on my onld iPhone 4S, the list goes on.
    Your help would be most appreciated. Thank you so much.
    BCHR

    Hi BCHR,
    If you are having issues transfering your content from your old iPhone onto iCloud so it can be transfered to your new iPhone, you may find the following articles helpful:
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device
    http://support.apple.com/kb/HT2109
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/TS3999
    iCloud: Notes overview
    http://support.apple.com/kb/PH12081
    Regards,
    - Brenden

  • A date column, with timestamp..how to remove timestamp

    Hi,
    I have a table name CATCH, with one of its fieldnamed DATE, using DATE datatype.
    The date format incudes timestamp,can anyone help me how to remove the timestamp part.
    I only want the date part only. I have tried this:
    Update CATCH set DATE=to_char(date,'DD-MON-YYYY');
    but the result of all the date inside the table still having timestamp.
    then i use this:
    Update CATCH set DATE=to_date(date,'DD-MON-YYYY');
    and the result still the same.
    Can anyone advice on this? pls.
    Thanks

    user9353110 wrote:
    Thank you very much..if thats the case, can we remove the timestamp when creating view for this table?no, you can never remove the time component of a DATE.
    If you don't want to show the time for a date (display purposes only!), use TO_CHAR to "transform" the DATE to a string with the appropriate format mask
    SQL> alter session set nls_date_format = 'dd-mm-yyyy hh24:mi'
      2  /
    Session altered.
    SQL> select sysdate
      2    from dual
      3  /
    SYSDATE
    17-03-2010 09:28
    SQL> select to_char (sysdate, 'dd-Mon-yyyy')
      2    from dual
      3  /
    TO_CHAR(SYSDATE,'
    17-Mar-2010
    SQL> select to_char (sysdate, 'yyyy-MON-dd')
      2    from dual
      3  /
    TO_CHAR(SYSDATE,'
    2010-MAR-17
    SQL> NOTE: the last two example are not DATEs! They are STRING

  • How to use case when in Select qry?

    Hi Friends,
    I want to use Case when in Select qry, my situation is like this
    SELECT bmatnr blgort bj_3asiz bmat_kdauf b~mat_kdpos
           SUM( ( case when bshkzg = 'S' then bmenge else 0 END ) -
            ( case when bshkzg = 'H' then bmenge else 0 END ) ) AS qty
           INTO corresponding fields of table it_projsal
        FROM mseg AS b
            INNER JOIN mkpf AS a ON bmblnr = amblnr
                                AND bmandt = amandt
        WHERE abudat  < '20061201' AND blgort IN ('1050')
          and b~mandt = '350'
        GROUP BY bmatnr bj_3asiz bmat_kdauf bmat_kdpos b~lgor
    If we give like this it gives an error.
    Please help me, how to use or handle in select qry itself.
    Regards
    Shankar

    this is not a way to select data from the DB tables.
    first get all the data from the DB tables then u have to do SUM Ups .
    Regards
    prabhu

  • How to 'remove color' from a selection?

    I plan to get PSE (Mac) soon but need to ask a question
    before...
    Say I have a .jpeg, or .tiff (color image) open.
    I then make a selection of a rectangle or some other shape over the image.
    Is it possible to 'remove the color' or select gray scale
    within the selected shape, so that there is then the
    original image with the selection in monochrome
    and the rest in the original color?
    many thanks

    Come back when you're ready and someone can tell you some of the ways to do it. No point in going into that till you have the program in front of you.

  • How to remove ^M when open with vi

    Hi All,
    O.S is SUN 5.10
    below is .sh file which i need to run but when i opened it with vi it shows ^M, so how to remove this , please suggest.
    ORACLE_SID=test^M
    . oraenv^M
    ^M
    sqlplus /nolog << EOF^M
    conn / as sysdba^M
    ^M
    set echo on^M
    set heading off^M
    set timing on^M
    set serveroutput on^M
    set timing on^M
    ^M
    spool FUL_.SQL.OUT^M
    ^M
    ALTER SESSION ENABLE RESUMABLE;^M
    ALTER SESSION SET RESUMABLE_TIMEOUT = 10800;^M
    alter session set current_schema=partd;^M
    ^M
    @FUL_.SQL^M
    ALTER SESSION DISABLE RESUMABLE;^M
    spool off^M
    EOF^M

    [email protected] wrote:
    Hi All,
    O.S is SUN 5.10
    below is .sh file which i need to run but when i opened it with vi it shows ^M, so how to remove this , please suggest.
    ORACLE_SID=test^M
    . oraenv^M
    ^M
    sqlplus /nolog << EOF^M
    conn / as sysdba^M
    ^M
    set echo on^M
    set heading off^M
    set timing on^M
    set serveroutput on^M
    set timing on^M
    ^M
    spool FUL_.SQL.OUT^M
    ^M
    ALTER SESSION ENABLE RESUMABLE;^M
    ALTER SESSION SET RESUMABLE_TIMEOUT = 10800;^M
    alter session set current_schema=partd;^M
    ^M
    @FUL_.SQL^M
    ALTER SESSION DISABLE RESUMABLE;^M
    spool off^M
    EOF^MWell, this isn't an oracle question ... but ...
    What you are seeing is the result of moving a text file from a dos (windows) platform to a nix platform without proper translation.  In dos, two characters are used to indicate end-of-line.  they are the control characters for Carraige Return and Line Feed (x'13' and x'10').  In nix, only one character. I can't remember if it is the x'13' or the x'10'. Normally, when a file is copied from one platform to another, the copy utility will recognize this and make the proper modification to the file. However, if you ftp the file in binary mode, no translation occurs. Of course, you can ftp in text (ascii) mode only if it is a text file to begin with, so you can't do this with a zip file.
    As already given, there are ways to use vi substitution commands to fix it after the fact. You can also use the utility 'dos2unix' to fix the file after it has landed on the *nix platform. (the actual name of the file may be a variant on the theme of 'dos2unix'.  You may have to google a bit to find it on your OS).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to display null values in the graphs, when i select a date range?

    Hi,
    Can you please help me in achieving the below requirement:
    We have a date promt, i have selected the date range from 12-Oct-2009 to 15-Oct-2009 and clicked on the go button.
    In the above date range, data is only availabe on 14-Oct-2009. here the requirement is to display as all the records (12th, 13th , 14th & 15th) in the bar graph.
    Currently the graph view is displaying the data only for 14-Oct-2009 in the bar graph.
    If data is not available it should display in the bar graph as empty for that particular dates.
    Help is highly apprieciated.
    Thanks in Advance.

    Check out [this post|http://obiee101.blogspot.com/2009/04/obiee-showing-zero-in-bargraph.html].

  • How to remove empty line in BW after data load

    Hello Experts,
    From standard SAP contents, I am loading Master Data (E-Recruiting) from R3 to BW. The thing is after loading to BW when I check the data, maximum of the MD tables shows all the data but first line is blank. Sometime it shows only date on first line and other fields empty. I don't want to keep the first line blank or only date. How to fix it or what to look / what are all the possibilities?
    Thanks in advance.
    Regards,
    Ashok
    Message was edited by:
            Ashok Saha

    Hi,
    there will always be one initial record (also the keyfields initial). You cannot avoid this. This record is used for the join from infoprovider to infoobject in case there is no value posted to the infoobject in the cube.
    kind regards
    Siggi

  • How to Remove an Empty spca in Dropdown , data coming from R3

    Hi Frndz..
    There was a Dropdown in my view which is gettiing data from R3, but in the 1st place an Empty Space is coming but this is not the case in R3(in R3 there is no Space).
    Whenever am trying to get the value from that Empty Space is throwiing an Null Pointer Exception,can any one tell me how can i remove this Empty Space in my Dropdown.
    Thanks in Advance
    Rgards
    Rajesh

    Hi
    Thanks for ur prompt reply , in my case am getting the data from R3 to Portal View, suppose in dropdowm if i have 22 element in R3 , these 22 am getting but in addtion am gettiing an empty space in WDP View.
    Am concern to how to remove this empty spce in WDP View, this spcae is not there in R3
    Thnaks in Advance
    Regards
    Rajesh

  • How to remove symbol of line selection in module pool

    Hello Experts,
    I am working on a module pool where I have created a line selection.
    In this line selection when we click on the order number I have made a coding where it call new transaction.
    But I dont want the default symbol which comes during line selection..the magnifying type symbol.
    How can I delete this symbol.
    My coding is:
    at pbo:
    MODULE CALL_STATUS_LIST OUTPUT.
    LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
      SET PF-STATUS SPACE.
      SUPPRESS DIALOG.
    ENDMODULE.                 " call_status_list  OUTPUT
    at line-selection.
    and than the coding.
    Thanks and Regrds,
    Nikhil.

    Hi Keshu,
    Not working,
    I have used this coding:
    DATA: pf_itab TYPE TABLE OF sy-ucomm.
    APPEND 'PICK' TO pf_itab.
    SET PF-STATUS 'STA3' EXCLUDING pf_itab.
    but than again my line selection does not work.
    Thanks,
    Nikhil.

  • How to remove a crop from selected images

    I need to create different crops on same image from one project, from project, to album, and smart folder i have one lot of crops and now i want to make other crops but the images in the project and blue folders have all the new crops too, how do i get back to a folder with no crops, I'd like to keep the retouches to these images though, i think i should have started differenttl?
    Help appreciated
    Thanks

    Not clear on what you have, but to remove the crop on any given image; you can either clear the check mark in the crop brick or remove the crop adjustment altogether. The crop brick shows in the Adjustment Inspector when you crop an image:
    http://documentation.apple.com/en/aperture/usermanual/#chapter=17%26section=10
    For more info on the crop tool:
    http://documentation.apple.com/en/aperture/usermanual/#chapter=18%26section=6%26 hash=apple_ref:doc:uid:Aperture-UserManual-91292MAD-1013949
    Note - typically, you would create a new version for additional cropped versions of the image. You can use the 'New Version from Master' command (control-click or right-click on image for the menu). This will create a new version to work on that is un-cropped whether the current version is cropped or not, but will not include any other adjustments either.

  • How to remove logo when printing a PDF without editing

    I need to recover pdf Document Management System that contains a logo and would like to remove the logo. Is there any way to remove it without editing the PDF?

    You can create a new layer that you can have the logo appearing on, and change the properties of the layer 'Not to print', then delete the layer from the base.
    I am working on the assumption that the logo is selectable on its own, you have permission to change the PDF....if not, I can't think of how you can remove something without editing it...

  • How to remove iCloud, when...?

    Hello,
    I cannot remove my iCloud, because Apple is no more sending me e-mails "how to change the password" after too many attemps to try to solve this problem. I cannot sign in without the new password. And I think if I could, I could also remove the whole iCloud and make a new with the right apple id. Ellimatilda

    To change your password you need to go to http://appleid.apple.com and click on 'Reset password'. A new password will be sent to the associated email address, assuming there is one.
    Failing that, go to https://expresslane.apple.com ; select 'All Products and Services' in the first column, 'More Products and Services' in the second column, then 'Apple ID' in the third column. In the next page select 'Other Apple ID Topics' in the first column then 'Lost or forgotten Apple ID password' and click 'Continue'. You will be offered options to contact Apple by phone.
    To abandon the account altogether (and its contents) simply sign out in System Preferences (or Settings)>iCloud and sign in with the new account you will need to to create.

  • How to remove pages when combining 2 pdfs into a single document?

    I renewed my subscription to Acrobat for $89.99 in order to combine 2 pdf documents while removing a page from one. I used to be able to select the pages from a document prior to combining the 2 documents. Now there does not appear to be an option to select pages for combining... What am I missing?

    You said in your first message that you subscribed to Acrobat. Our replies were about Acrobat. Indeed, PDF Pack doesn't enable any of those things.

Maybe you are looking for

  • Problem with CheckBox as ItemEditor

    Can anyone tell me why this doesn't work please. The datasource "_selected" property does not get updated when I check/uncheck the box. thanks. for each (var dgc:DataGridColumn in gridResults.columns) if (dgc.dataField == "_selected") dgc.setStyle("t

  • How to uploade multiple files in Apex

    Hi All, I went through the documnet to up;oad the files in apex which is wroking fine perfectly. But how do we upload multile files at a time. If we observe here we are using P2_File_name as one of the browser filed, similarly i have created three mo

  • Can I access my photos/images through the Adobe website

    I just installed Photoshop Elements and the Organizer on my PC.  Can I access the images i created through the Adobe website?  My PC is at the shop and I need to retrive an image for work. 

  • Adobe Air and http redirection

    hi, I have a html based web application (Html+Js) working very well when it is called from a web browser. It uses Apache as web server that proxies inbound requests to Tomcat using AJP, in httpd.conf I have something like this: <VirtualHost *:80>   S

  • HT4236 How do I add photos from my iPhoto on my IMac to my IPhone 5?

    I was syncing my Iphone 3 and trying Selecting Photos, but ended up with over 1,000 photos on my phone.  Too many for me.  I am trying to delete all photos from the phone and then adding a select few to show my friends when I am traveling and for my