Date format in Maintain capacity of iSupplier portal

Hi,
In Maintain capacity under planning tab of isupplier portal page, when we select a row and click on Maintain capacity,we get a detail page.In that page we r asked to specify the capacity/day for the given date range.This date field doesnot support the format dd-mon-yy/dd-mm-yy but takes date for eg 3-jul-02 but not 03-jul-02(or) 30-jul-02.
kindly help.

The date format is calculated using country and language settings.
Check SAP Notes 947081 and 1164528 which deal with this topic.
If you use an R/3 based store (UME User Management Engine) in the backend system to keep your user data please ensure that you have not only maintained the language setting but also the country setting. Both in combination determine the NetWeaver Web Dynpro locale and in consequence the calendar date format that is used, e.g. DD/MM/YYYY for Australian English and MM/DD/YYYY for USA English.
Thanks,
Shanti

Similar Messages

  • How to Change Date Format according to the Locale/Country of Portal User

    Hi,
    In a webdynpro applicaiton, how to chage the  Date Format according to the Locale/Country of Portal User.
    Consider for INDIA: mm/dd/yyyy
    Consider for UK: yyyy/mm/dd
    So when i select the date from the Date Picker[input ui element bound to date context variable], the date format should be displayed accroding the portal users country/locale.
    Creating a simple type for every date format in the dictionary would not be the right solution.
    Please help.
    Thanks,
    Regards,
    Aditya Metukul

    Hi Aditya,
    Check out the following post in SDN and refer the
    Bertram's reply on the same topic.
    date format
    Regards,
    Shubham

  • Date format  from Company code

    Hi Experts,
    I want to pick the date formate from company code and print it in invoice.can any tell me where i can find the date formate in the company code and what is the T-code for that.
    Thanks in Advance..

    actually, the date format is maintained to the country only not to the company code. So if u want to change the date format, u can change that in the country where ur company code exists
    The Tr. code is OY01
    Reward if useful.

  • Isupplier date format issue

    we have preference in isupplier portal set to DD:MM:YYY format.
    But all the date fields in isupplier portal are displaying with DD:MM:YYYY: HH:MM:SS
    Can any one let me know how to get the date format as DD:MM:YYY for all the fields in isupplier portal.

    This test program might help...
    import java.util.*;
    import java.text.*;
    public class ExpandYear
        public static void main(String[] args) throws ParseException
         SimpleDateFormat sdf_2dyear = new SimpleDateFormat("MM/dd/yy");
         SimpleDateFormat sdf_4dyear = new SimpleDateFormat("MM/dd/yyyy");
         String test1 = "3/21/00";
         System.out.println("test1: " + test1 + " to : " +
                      sdf_4dyear.format(sdf_2dyear.parse(test1)));
         String test2 = "4/9/99";
         System.out.println("test2: " + test2 + " to : " +
                      sdf_4dyear.format(sdf_2dyear.parse(test2)));

  • Date Format in Portal Report

    Hi,
    I have created a SQL Report with following select statement. Looks like portal has default format mask for date type as 'DD-MM-YY'.
    If I put DD-MM-YYYY or DD-MM-RRRR in Format Mask field in Column Formatting screen, the reports generates 04-10-0002 . It should
    be 04-10-2002.
    select process_id, last_update_date
    from obm
    where process_id like (:process_id)
    I tried to use the to_char function as following. But it errors ORA-06502:PL/SQL:numeric or value error. Even though it works fine in
    my sqlplus session.
    select process_id, to_char(last_update_date, 'DD-MM-YYYY')
    from obm
    where process_id like (:process_id)
    Does anyone have any idea?
    Thanks

    Hi,
    Which version of portal are you using? The error with to_char comes in 30984. This is a bug. The bug no is 2567445. A one-off has been issued. Please look in metalink for it. And for the date formatting in the column formatting section the formatting should work fine. Please check the data in your table.
    Thanks,
    Sharmila

  • Date Format in Portal

    Hi all,
    Iam working in Portal 7.2 and I need to change the date format in portal. Is there any path in System Administration -> System Configuration any properties that i need to change the format.
    Any help/advice/suggestions highly appreciated.
    Thanks in advance.
    Maggie

    Hi,
    The Date Format depends on the Browser Language and also the Language set to user in User Administration of Portal.
    Check the threads below:
    How to set default language for Portal?
    Issue with Record Working Time.
    Check the SAP Note : Note 947081 - Locales, languages, date and time formats in Web Dynpro
    It will give you info of what has to be changed.
    Hope this helps.
    Cheers-
    Pramod
    Edited by: Pramod on Jan 12, 2011 8:17 AM

  • Date Format in Portal 9.02

    Hi All,
    I have the following two questions, concerning Portal 9.02 :
    1/ Is it possible to change the date format from a
    SmartText displaying the current date in an item area ? and how ?
    Would like to be : dd-mm-yyyy
    2/ Is it possible to change the date format from an attribute 'Date updated' displayed by an item in an item area ? and how ?
    Would like to be : dd-mm-yyyy

    Hi,
    The Date Format depends on the Browser Language and also the Language set to user in User Administration of Portal.
    Check the threads below:
    How to set default language for Portal?
    Issue with Record Working Time.
    Check the SAP Note : Note 947081 - Locales, languages, date and time formats in Web Dynpro
    It will give you info of what has to be changed.
    Hope this helps.
    Cheers-
    Pramod
    Edited by: Pramod on Jan 12, 2011 8:17 AM

  • Change date format & Fill automatically portal user ID ?

    Hello,
          I have imported a Module to Visual Composer from a backend system. I have 4 input parameter's. Two of them are of type date.
    1] When ever I am entering a date in mm/dd/yyyy format, it is automatically getting converted into mm.dd.yyyy while executing & My backend function module is not responding to this date format & is not able to fetch data. I would like to change the date format to mm/dd/yyyy while supplying as a input to backend Function Module,irrespective of user input.
    2]I have a input field as userID,my requirement is to fill it automatically with the portal UserID,through which user has logged in.
    Does any one have idea about it?
    Regards,
    Sunil Kulkarni

    Hello Ignacio,
                  Thanks....
    I want to pass a the "Portal user ID" as a input to a Function Module in CRM to get the relevant data from FM.
    I do agree developer studio is a good option, but it involves lot of customized coding.
    Well Thanks once again...
    Regards
    Sunil Kulkarni

  • Date format becomes incorrect when you run check option on portal

    Hi,
    We have a report which has Date variable in selection screen. When we enter selection as interval and then when we click on Check option before executing the report, the date format becomes garbage.
    Here is an example:
    This is what I enter in Date variable :
    Date : 01/01/2001-01/01/2010
    After that when I click on CHECK option, the system automatically converts the first date into garbage value i.e. 01/01/2001 will be converted to 1//20/01/0
    This only happens when we run report in Portal 7.0 When we try to run similar report using default web template of BW 3.5, it works fine.
    Has anybody faced similar problem ? We are on Portal Java SP13 with Patch 6.
    Thanks,
    Parin Gandhi.

    Thanks Frank for a quick reply.
    I have used the SimpleDateFormat for formatting with the pattern as, "MM/dd/yyyy" and it is working fine if user enters 4 digit year.
    However, for a entry with 2 digits for a year e.g. 04/10/07 when i parse the date using SimpleDateFormat,it is giving me date as 04/10/0007.
    Is there a way by means of which i could force the user to enter 4 digits for the year?
    I have tried using dateStyle attribute of <af:convertDateTime> tag with 'shortish' as its value, it converts a 2 digit year into 4digit on the browser side & displays on the screen e.g. if user enters 04/10/07 it will appear as 04/10/2007 on the screen however, in value change listener method, i could see date as 04/10/0007.
    Any help in this regard is highly appreciated.
    Thanks in advance,
    Shriniwas

  • How can i change date format in portal?

    how can i change the date format in the portal to dd-mmm-yyyy format 
    (e.g. 02-MAR-2007 or 02/ MAR/ 2007)
    i know that i have to change one of the properties listed in the path
    (systen administration->system config->Knowledge management-> content management->global services->property metadata->properties)
    but which property should i change and what should I modify it to?
    Nikhil

    Hi Nikhil,
    please have a look at SAP note <a href="https://service.sap.com/sap/support/notes/816761">816761</a> for solving this.
    Hope it helps,
    Robert

  • How to set date formate dd/mm/yyyy from portal.

    Dear Experts,
    We are implementing ESS/MSS, my query is under ESS applications, date format is showing mm/dd/yyyy, then iam trying to change  user language is English (United Kingdom), from portal end, then its showing dd/mm/yyyy.
    My query is that is there any other way to change date format and how to set user language is English( united Kingdom) for mass users.
    Thanks in advance,
    Regards,
    Mahee.

    Hi,
    Iam trying to upload below format..for mass users....
    [User]
    UID=<employeeid>
    Password=init@123
    FIRST_NAME=xxx
    LAST_NAME=xxx
    group=xxxx
    Language=en_GB
    [User]
    by changing launguage = English (United Kingdom),Now I can able see the require format...dd/mm/yyyy.
    Thanks and Regards,
    Mahee.

  • Portal Date format

    Is there a way where we can control the date format from the portal which when change will take effect of webdynpro java applications deployed?
    Scenario: We have webdynpro java applications deployed on the portal. Data are coming from r/3 which include date. NOw what we need is central control on date format.
    on webdynpro we can manually set the date format, or it can be dependent to the date settings of the jco user being used.
    but how can we set it automatically from the portal? is it possible?

    Hi
    It is possible , i would suggest you to go through SAP note : 947081. It should help you.
    [SAP Note 947081|https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=0000947081&nlang=E]
    Regards,
    Puneet

  • Portal Language/Date Format

    Hi,
    Portal Version: 10.1.4
    Currently our default Portal language is us and the date format dd-mon-yyyy. Since this not a very common format here page publishers are having difficulties at times to enter the correct date and I would like to change it to dd/mm/yyyy. If I install a different language by running the ptllang script, will I get a different date format too?
    Regards
    B.

    According to Oracle documentation this can be changed @ sesion level by the following :
    Alter session set nls_date_format='mm/dd/yyyy';
    ======================================================
    To change it @ the instance level, the following needs to be added in the init.ora file :
    Nls_date_format="mm/dd/yyyy".

  • Portal global date format

    Our was/ep is set to US date format MM.DD.YY, and I would like to change it globally to EU/London format DD.MM.YYYY.
    I tried to look for parameter setting on JVM/Configtool, and could not find the parameter.
    Thanks.
    James

    Hi all,
    I manage to found the path mentioned in the note: 816761. The actual path is under:
    System Administration -> System Configuration -> Knowledge Management -> Content Management -> Global Services -> Property Metadata -> Properties.
    My version is EP7/NW04S SPS08
    However, I have 2 question here:
    1. How and what parameters to set under the properties??
    2. I tried to change the user profile in my EP but the option is grey off. Reason is because I am using my Backend SAP as the UME source and hence this option is not changable in EP. But I have tried all means and not able to change in SAP. Any advise?
    I have do a test by creating a new ID in Portal, ie the user is store in the Java UME database. In this scenario, I will be able to change the user profile to English_UK and this will solve the data format problem to DD/MM/YYYY. But I can't use this method as the requirement is to have UME reference to my backend SAP system.
    Any advise from the experts here?
    Many thanks in advance.

  • DATE FORMAT (ORACLE PORTAL) -----   (DATABASE)

    I had a conversion ERROR while I was inserting DATE value from
    dynamic LOV to database(probably because of the different
    default DATE FORMAT of LOV query and database). I fixed the
    problem with TO_CHAR funtion in the LOV query,where I changed
    the date format...
    But the ERROR could appear again if application was running on a
    different database. What can I do to dynamically change the DATE
    FORMAT, depending on the DATABASE???

    Put this code in advanced pl/sql block beofre displaying page
    dbms_session.set_nls('nls_date_format',
    '''MM/DD/YYYY''');
    set date format that you want.....

Maybe you are looking for

  • 10.3.9  to 10.5    (should I?)

    Well, I've keeped 10.3 that came with my iMac G5 (I'm at 10.3.9 right now). Why did I not go to 10.4? Because, everything works so well for me in 10.3. I do professional music production with Logic. Now that there is the new version of Logic (Logic S

  • Changing feed url from Blogger to Podomatic, using Feedburner...Am I doing this correctly?

    Apologies in advance for my newbie-ness, but I recently started a podcast (Candid Voices) using Blogger and then burning with Feedburner, from which I submitted the feed to the Itunes Store (which was accepted). However, I have had to switch to PodoM

  • Sales order item category per sales organization

    Hi Sorry for the question, I am FI/CO expert, and since our SD expert left us, I am also the SD expert now. Can I define different item categories for the same sales order type for different sales orgs? VOV4 (IMG-sales and distrebution-sales-sales do

  • Creative cloud single app licence two machines two languages

    I need photoshop and illustrator applications on two systems in two different languages (downloaded apps, not in cloud). If I purchase single app licences for $9.95/mo and $19.95/mo respectively, can I do this?

  • Am i the only one with yellow/orange pictures?

    All of my pictures that are taken in anything but the brightest settings requiring flash turn out very orange/yellow tones. One of the main reasons i upgraded this phone was for the flash and it seems that it was a waste.