Date format in SAP Knowledge management

Hi Friends,
Is there an option to change the Date format in SAP Knowledge management. I want to change the date format from MM/DD/YY to DD/MM/YY for the created and modified date for a document in KM.
Found below information in help.sap. I searched in KM configuration -> Global Service for the setting. But I am not sure how or where to cheange it.
Date and Time Specification for Properties - Knowledge Management - SAP Library
Can you any one help me with this.
Netweaver version is 7.00 SP24.
Thank you in advance.
Thank you
~Kamesh~

Hello Kamesh,
if you look at the SAP Help link, you see that it is a part of the "Property Metadata Service" (the point one level up). There you see, where you can find the service itself in the portal and if you look at the "Related Areas" you should find "Property Metadata" (at least I do in my 7.31 portal ).
From there the link you found yourself should guide you well to do the changes you wish.
Regards,
Steffi.

Similar Messages

  • How to convert date format into sap standard format?

    Hi All,
    In SAPUI5 screen i have one simple form in form i have date field which is format  (MM/DD/YYYY). but i am getting POST error while inserting the data in to sap table.
    I want convert date format in sap format (YYYY/MM/DD).
    One more issue, when i am fetching the data from sap table,but  the date display with time and time zone.
    eg. Sat Aug 02 2014 05:30:00 GMT+0530 (India Standard Time)
    I want to display only date.
    Thanks,
    Prashant.

    Now i am using <DatePicker id="Emp_fsdate" displayFormat="yyyy-MM-dd"/>
    I checked in console, but date is display like mm/dd/yy
    In my controller.js file i have written code
    OData.request
               requestUri: "http:sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata", 
               method: "GET",
               headers:
               "X-Requested-With": "XMLHttpRequest",
               "Content-Type": "application/atom+xml",
               "DataServiceVersion": "2.0",       
               "X-CSRF-Token":"Fetch"
           function (data, response){
            var header_xcsrf_token = response.headers['x-csrf-token'];
                       OData.request
                            requestUri:
                             "http://sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata", 
                            method: "POST",
                            headers:
                          "X-Requested-With": "XMLHttpRequest",                     
                            "Content-Type": "application/atom+xml",
                            "DataServiceVersion": "2.0",
                            "Accept": "application/atom+xml,application/atomsvc+xml,application/xml",
                            "X-CSRF-Token": header_xcsrf_token
                            data:
                                   Empid:Emp_id,
                                   Empname:Emp_name,
                                   Start_Date:Emp_sdate,
    //                              End_Date:Emp_edate,
                                   Status:Emp_status,
                                   City:Emp_city,
                                   Location:Emp_location,
    and in my CREATE_ENTITY method
    method ES_SODATA_CREATE_ENTITY.
         DATA: ls_request_input_data TYPE zcl_zservice_final_mpc=>ts_et_sodata,
             ls_userinfo TYPE zsodata.
       DATA ls_temp TYPE sy-datum.
    * Read Request Data
       io_data_provider->read_entry_data( IMPORTING es_data = ls_request_input_data ).
    * Fill workarea to be inserted
       ls_userinfo-Empid   = ls_request_input_data-Empid.
       ls_userinfo-Empname   = ls_request_input_data-Empname.
       ls_userinfo-Start_Date   = ls_request_input_data-Start_Date.
       ls_userinfo-End_Date   = ls_request_input_data-End_Date.
       ls_userinfo-Status   = ls_request_input_data-Status.
       ls_userinfo-City   = ls_request_input_data-City.
       ls_userinfo-Location   = ls_request_input_data-Location.
    * Insert Data in table ZUSERINFO
       INSERT zsodata FROM ls_userinfo.
       IF sy-subrc = 0.
         er_entity = ls_request_input_data. "Fill Exporting parameter ER_ENTITY
       ENDIF.
       endmethod.
    But still i am getting an error
    POST http://sap/opu/odata/sap/ZSERVICE_FINAL_SRV/es_sodata 500 (Internal Server Error)
    I am able to insert all field except date field. How to insert date field in sap table.

  • Missing 0CLM_INVOICE Data Source for SAP Collections Management

    I was activating BC for SAP Collections Management for BI, and it states that exist a 0CLM_INVOICE Data source.
    I Look into ECC (R/3) and try to activate de datasource, but it doesn't exist.
    Does anyone knows what could be the problem?
    Best Regards
    Jaime Benavides

    Thanks a lot for the answers. We are now at BI Content Add-On 3 SP02, but the data source still doesn't appear.
    We checked the R/3 system and it is on SAP BW  SP 12.
    any other ideas about this issue? We also have a oss message with the subjet.
    Best Regards.
    Jaime Benavides.

  • Training in SAP Knowledge Management and collaboration

    Hi All,
    I am having 3+ years of experience in industrial automation systems.
    Currently I am working on final phase of my Masters (M.Tech in Engineering Management) on Knowledge Management in India. I am working on Knowledge Management since last one year. I want to get training on SAP's Knowledge Management and collaboration.
    It will be helpful if you can suggest the training course in India.
    Warm regards!
    Sachin

    Hi Sachin,
    the schedule for India you can find under:
    http://www.sap.com/asia/services/education/schedule/schedule_IN.htm
    If there is nothing on KM, please use the contact form here:
    http://www.sap.com/asia/services/education/contact/index.aspx
    The exact training schedules lie within the responsibility of the local SAP offices.
    Regards, Karsten

  • Date Format in SAP chart customizing - Gantt

    Hello Everybody,
    I have problems with date format in Gantt chart coding in
    ABAP using xml concatenate,
    when i am customizing the xml from chart designer.
    I want Time(X) axis  in Days but its showing in quarters or weeks.
    I also tried with LineFormat but i could not get control over it.
    can anybody please help me!!!
    here is my code:
    xml = '<?xml version="1.0" encoding="utf-8" ?><SAPChartCustomizing version="2.0">'.
      CONCATENATE xml '<GlobalSettings><Dimension>PseudoThree</Dimension>' INTO xml.
      CONCATENATE xml '  <TransparentColor>None</TransparentColor>' INTO xml.
      CONCATENATE xml '  <ColorPalette>Tradeshow</ColorPalette>' INTO xml.
      CONCATENATE xml '  <ColorOrder>Default</ColorOrder>' INTO xml.
      CONCATENATE xml '<Defaults><ChartType>Gantt</ChartType></Defaults></GlobalSettings>' INTO xml.
    CONCATENATE xml '<Values><Series><LineType>Direct</LineType><LineType1>Year</LineType1>
    <LineType2>Month</LineType2><LineType3>Day</LineType3><LineWidth>2</LineWidth>
    <MarkerShape>None</MarkerShape></Series></Values></SAPChartCustomizing>'
    INTO xml.
    *SEND CUSTOMIZING TO CHART ENGINE:
      lo_chart->set_customizing( data = xml ).
    Thanks in advance
    Bobby

    Hi Vijay,
    It's for ABAP only could you please post the solution.
    here i would like to share how i have given my series values:
    xml = '<?xml version="1.0"?>'.
      CONCATENATE xml '<ChartData>' INTO xml.
      CONCATENATE xml ' <Categories>' INTO xml.
      CONCATENATE xml '   <Category>Mat 1</Category>' INTO xml.
      CONCATENATE xml '   <Category>Mat 2</Category>' INTO xml.
      CONCATENATE xml '   <Category>Mat 3</Category>' INTO xml.
      CONCATENATE xml ' </Categories>' INTO xml.
      CONCATENATE xml ' <Series label="Op10" Customizing="Op10">' INTO xml.
      CONCATENATE xml '   <Point><Value type="time">20010101</Value>' INTO xml.
      CONCATENATE xml '   <Value type="time">20010115</Value>' INTO xml.
      CONCATENATE xml '   <Value type="time">20010120</Value>' INTO xml.
      CONCATENATE xml '   <Value type="time">20010130</Value></Point>' INTO xml.
      CONCATENATE xml '   <Point><Value type="time">20010101</Value>' INTO xml.
      CONCATENATE xml '   <Value type="time">20010125</Value></Point>' INTO xml.
      CONCATENATE xml ' </Series>' INTO xml.
    Thanks again.
    Bobby

  • Urgent ......regarding date format in SAP Script

    In my MAIN WINDOW  I have date fields like Date of Manifacture, created date and Expiry date.
    So, currently  I am using SET DATE MASK = 'YYYY-MM' and it is printing same format for all fields.
    But now my requirement is I want to show date for Expiry Date like 'YYYY-MM-DD'. For this I defined one temparary variable in the form like below
    DEFINE &outdate& = &mchar-vfdat&
    SET &outdate& MASK = 'YYYY-MM-DD'.
    but still it is showing format YYYY-MM...
    Plz help me how to print my desired date format...
    I am waiting for ur reply...
    Regards,
    Kumar

    Hi Kishore kumar,
    What you can do is befor printing the Expiry date set the date Mask as 'YYYY-MM-DD' and after printing your Expiry Date again set the DATE MASK to 'YYYY-MM'
    i.e.
    /: SET DATE MASK = 'YYYY-MM-DD'
       &mchar-vfdat&
    /: SET DATE MASK = 'YYYY-MM'
    Regards,
    Sunil

  • DATE FORMAT IN SAP

    HI TO ALL ,
    MY CLIENT IS AN US CLIENT AND WANT THE DEFAULT DATE AS
    APR,20,2007 .THAT IS THEY WANT FIRST INITIAL THREE CHARACTERS FROM MONTH AND THEN DATE AND THEN YEAR.
    I TRIED TO CHANGE THE USER SETTINGS BUT I AM ABLE TO GET ONLY
    04/20/2007. CAN YOU HELP ME OUT TO GET THIS DATE FORMAT.
    THANKS ,
    LEKHRAM

    Hi,
    Check these.
    Date = YYYYMMDD
    Concatenate date4(2) ‘ /’ date6(2) ‘/’ date(4) into Date2.
    or
    data : l_date(10) type c .
    concatenate sy-datum6(2) '/' sy-datum4(2) '/' sy-datum(4) into l_date.
    write : l_date.
    or
    data :l_date(10) type c
    CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
    EXPORTING
    DATE_INTERNAL = SY-DATUM
    IMPORTING
    DATE_EXTERNAL = l_date.
    this function module converts date from 20050601 to external format which is specified in user profile
    or
    PARAMETERS: P_DATE LIKE SY-DATUM.
    DATA: T_MONTHS LIKE STANDARD TABLE OF T247 WITH HEADER LINE.
    DATA: DATE LIKE AUSP-ATWRT.
    CALL FUNCTION 'MONTH_NAMES_GET'
    TABLES
    MONTH_NAMES = T_MONTHS.
    READ TABLE T_MONTHS WITH KEY MNR = P_DATE+4(2).
    DATE(2) = P_DATE+6(2).
    DATE+2(3) = T_MONTHS-KTX.
    DATE5(2) = P_DATE2(2).
    WRITE DATE.
    Regards,
    Laxmi

  • Automatic Master Data Maintenance  in SAP Solution manager

    Hello!
    I am doing the settings from the "Configuration of Service Desk for VAR".
    I find it difficulty "4.1 Automatic Master Data Maintenance (Standard)".
    My questions:
    1.     Tcode SM30 -> V_AIINSNRS
    http://imglink.ru/show-image.php?id=c095122ec4b0119d32ffab4675b174e7
    How to insert data into a table "V_AIINSNRS"?
    table V_AISAPCUSTNOS:
    http://imglink.ru/show-image.php?id=f45703bd65e714ba309ecc3010fc7271
    I Used report AI_SC_GET_SAP_CUSTOMER_NUMBERS.
    2. I tried to run the report AI_SC_REFRESH_READ_ONLY_DATA.
    http://imglink.ru/show-image.php?id=598159ed85a780096de8e5afead42095
    What does this message?
    Transaction SMSY_SETUP -> Expert Settings: performed
    Thanks!

    Hi Dmitriy,
    1.
    These tables are maintained by the report AI_SC_GET_SAP_CUSTOMER_NUMBERS.
    Also, the report uses the S user is stored in the RFC SAP-OSS to determine all the SAP customer numbers that you support.
    So, an S user from the Service Provider, with a password that has authorization to
    display all customer information for the VAR customer numbers, must be available in the
    RFC SAP-OSS.
    For further information you can check note 1151450.
    2.
    To run the report AI_SC_REFRESH_READ_ONLY_DATA, you should be able to perform the above activitie first and flag customer numbers or installations for generating the data.
    Best Regards,
    Fernando Rocha

  • Can we handle physical data storage through SAP Record Management System

    Dear Experts,
    how can we use Record Management system for handling the process involved in physical storage
    of records ( like files, documents, boxes, x-rays etc) their retrievals, destruction etc.
    Same as that how to handle space management, allocate space to store physical storage, retrieve the available spaces etc.
    Any hint or reference  to implement these requirements through Record Management System will be very useful.

    Closing ..

  • SAP BI DATE FORMAT

    Hello Experts,
    I have made a flat file extractor .  Flat file is coming from Another third part database.
    Date format in flat file is in form DD/MM/YYYY  .  but in BI we do not have date dormat DD/MM/YYYY.
    My Question is how we can add this date format in BI.
    I cannot change the flat file date format because this file comes daily and placed in AL11 automatically.
    its also very difficult first downlaod file from AL11 change the datw format in another form  then load the file.
    dates Format in SAP BI are available.
    Thanks,
    Mohit.

    Hi,
    You use routine to update DATE required format
    Data: w_day(2) type n,
             w_month(2) type n,
             w_year(4) type n.
    Clear: w_day,w_month, w_year.
    w_day = DATE+0(2).
    w_month = DATE+2(2).
    w_year = DATE+4(4).
    and then CONCATENATE required format.
    Examples
    1 CONCATENATE  w_month w_day w_year into REQ_DATE
    2 CONCATENATE  w_Year w_day w_month into REQ_DATE
    Write this routine in transformation for DATE infoobject.
    Thank you,
    Nanda

  • SAP data format

    Hi All,
    What is the standard data format in SAP?
    Is it in unicode, ascii, or binary?
    Can you also tell me the difference between the 3?
    More specifically, what is the data format for a document downloaded from SAP via GUI_DOWNLOAD?
    Thanks.

    Hi,
    I'd just like to say that FM GUI_DOWNLOAD can output file in many format.
    The output format is handled in FILETYPE parameter in the FM.
    By default, if the calling program doesn't pass any value to this FILETYPE parameter, the FM is producing output file in ASCII.
    FYI, these info can be found in the FM documentation.
    But for your convenience, hereby I attached the function module help, specific to this FILETYPE parameter:
    <<Removed by moderator>>
    Edited by: Matt on Feb 3, 2010 8:45 AM - please do not reproduce SAP Help.

  • KPro vs Knowledge Management What is the difference ?

    Hi All, I have read up on the ECM on this website, yet i don't really understand what is the difference between Knowledge Management and Knowledge Provider. Is it 2 different ways of implementing the same thing ?
    If anyone can help with an example would be greatly appreciated. Thanks.

    Hi,
    Please find required difference
    SAP Knowledge Provider(KPro)
    =============================
    The SAP Knowledge Provider (KPro) is a cross-application and media-neutral information
    technology infrastructure within the R/3 Basis System. The modular structure and openness on
    which KPro is based is reflected in its modular services and clearly defined interfaces. Its
    extensive flexibility means that KPro can be used to process the widest variety of information
    types within and relating to documents and document-like objects. For example, administration
    and index data, as well as pure content.
    Applications that use the SAP Knowledge Provider involve various end users, who in turn have
    different requirements. There is therefore no universal interface for accessing KPro services
    regarding the following points:
      Specific knowledge management functions for end users
      Specific terminology for describing the document-like objects within the context of the
    individual application
      Specific design of work process flows
      Specific design of user interfaces
    SAP Knowledge Management
    =========================
    With its Knowledge Management capabilities, SAP NetWeaveru2122 provides a central, role-specific point of entry to unstructured information from various data sources in the portal. This unstructured information can exist in different formats such as text documents, presentations, or HTML files. Workers in an organization can access information from different source such as file servers, their intranet, or the World Wide Web. A generic framework integrates these data sources and provides access to the information contained in them through the portal.
    Knowledge Management functions support you in structuring information and making it available to the correct target audience. These functions include search, classification, and subscriptions (see below): You can use these functions on all content of integrated data sources, as long as the technical conditions are met.
    Knowledge Management is a part of SAP Enterprise Portal. The entire functional scope and configuration of Knowledge Management are available in portal iViews.
    Functions such as discussions, feedback, and sending items from KM folders by e-mail are integrated into Knowledge Management and enable you to work across role and department borders. In addition, Knowledge Management functions are used in Collaboration, for example, to store documents in virtual rooms.
    Knowledge Management supports the SAP NetWeaveru2122 scenario Information Broadcasting. You can use the BEx Broadcaster and Knowledge Management to make business information from SAP NetWeaver Business Intelligence available to a wide spectrum of users in the portal. You can store the following BI objects in KM folders:
    ·        Documents with precalculated reports.
    ·        Links to BEx Web applications and queries with live data.
    Various Knowledge Management functions, such as subscriptions for documents, are available for these items. There is a specially modified user interface for displaying BI items in KM folders. You can also change or extend this interface to meet your requirements.
    Hope this helps.
    Regards,
    Deepak Kori

  • Reg Link to Knowledge Management in Java system

    Hello All,
    Kindly let me know if this is possible.If so pls give some hints on the same.
    We have a system for maintaining documents and related information in Java.
    The requirement is that..
    1. When we upload a document using the interface in the java system, the document should be stored in SAP Knowledge Management (EP) - ie the filesystem of Enterprise Portal Server.
    2. When the user comes back, a link needs to be provided in the Java system interface to access the document stored in KM.
    3. To provide a search facility in the java system to search for the document stored in KM.
    Your help would be very much appreciated..
    Regards,
    venkat.

    Hi Venkat,
    the answers to your questions directly depend on the features your java app provides. Can you access WebDAV? This would be the easiest way.
    If not and the app is self made, just have a look at Tomcat Servlet Engine, which comes with a WebDAV example implementation.
    Alternatively you can store your files via shared folder in a file repository accessed by KM. This way you will loose the ability to work with meta data, but it's easier to implement. Take a look at these blogs:
    https://weblogs.sdn.sap.com/pub/wlg/2541
    https://weblogs.sdn.sap.com/pub/wlg/2571
    https://weblogs.sdn.sap.com/pub/wlg/3500
    To get a link to your documents, just use standard KM servlet. If you have problems with this, please come back and I'll help.
    HTH,
    Carsten

  • Knowledge management and Collaboration

    hello experts,
    im trying to configure KMC on portal.
    the problem is while doing configurations for creating appointment we need to create a transport(exchange,lotus or DAVXchg).i created a exchange transport where i need to enter
    Default exchange server
    Logon Domain
    IIS server
    Exchange server
    Port
    Can anyone tell me wht exactly i should enter for all these attributes????
    Orelse is there any alternative way for configuring CREATE APPOINTMENT?
    Thanx in advance.

    Hi latha raju  ,
    The following websites wil answer u'r questions:
    mySAPu2122 ENTERPRISE PORTAL u2013 KNOWLEDGE MANAGEMENT
    http://www7.sap.com/belux/platform/netweaver/enterpriseportal/pdf/50058417_Knowledge_Management.pdf
    Knowledge Management is a part of SAP Enterprise Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/4c/9d953fc405330ee10000000a114084/frameset.htm
    SAP Knowledge Management eLearning Catalog
    https://www.sdn.sap.com/irj/sdn/km-elearning
    Enterprise Knowledge Management
    http://help.sap.com/saphelp_nw2004s/helpdata/en/20/b46d42ea0b3654e10000000a155106/frameset.htm
    Knowledge Management
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/709664d2-2276-2910-429d-b6a1f5977c8d#section2
    KM Navigation iView
    http://help.sap.com/saphelp_nw04/helpdata/en/b6/29892e91601940bb7a2cd673a1dff5/content.htm
    Content Management in Enterprise Portals
    http://www.data.state.mn.us/warehouse/010913_mackey/presentation.pdf
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • What is Knowledge management

    in lay man terms what is the use of knowledge management... and if it relates to BI & BW.
    Edited by: darshak on Aug 21, 2008 1:33 AM

    Hi darshak ,
    The knowledge management capabilities of mySAP Enterprise Portal convert unorganized, unstructured information into accessible knowledge. Advanced classification techniques improve search and notification so that critical information always gets to the users who need it. Integrated document authoring and publishing features seamlessly support the entire document life cycle. Enterprise portals (EPs) are seen as the antidote to these problems by becoming more and more the ultimate knowledge management (KM) tool. The current hype about EPs is focused on their application as KM tools. Very little attention is given to other aspects of KM, namely the organisational, human and cultural aspects.What is needed for successful KM in an organisation is not technology alone, but also a knowledge-sharing culture, knowledge-sharing policies, organisational processes, performance measurement and business strategies.
    mySAPu2122 ENTERPRISE PORTAL u2013 KNOWLEDGE MANAGEMENT
    http://www7.sap.com/belux/platform/netweaver/enterpriseportal/pdf/50058417_Knowledge_Management.pdf
    Knowledge Management is a part of SAP Enterprise Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/4c/9d953fc405330ee10000000a114084/frameset.htm
    SAP Knowledge Management eLearning Catalog
    https://www.sdn.sap.com/irj/sdn/km-elearning
    Enterprise Knowledge Management
    http://help.sap.com/saphelp_nw2004s/helpdata/en/20/b46d42ea0b3654e10000000a155106/frameset.htm
    Knowledge Management
    /docs/DOC-8600#section2
    KM Navigation iView
    http://help.sap.com/saphelp_nw04/helpdata/en/b6/29892e91601940bb7a2cd673a1dff5/content.htm
    Content Management in Enterprise Portals
    http://www.data.state.mn.us/warehouse/010913_mackey/presentation.pdf
    cheers!
    gyanaraj

Maybe you are looking for

  • How do I get my itunes account to let me download apps without making an error pop up saying to review my account information?

    My itunes account won't let me download any apps because it says my account hasn't been set up with itunes. When I sign in and go through the payment set up it still won't let me download any apps and puts me through the same process all over again.

  • Updates makes Mac Mini slow

    Hello, After I installed the Sept. 15th updates, and the new itunes 8 updates, my mini is slow to restart. it takes almost 5 mins to restart. 1st comes a grey screen, then a light blue screen, and just sits there before the login screen finally comes

  • No message processing until now in receiver1_cc in RWB (File Adapter)

    Hi, When exceuting a scenario ( <b>XML to XML - between 2 third party systems using File Adapter & Transport Protocol : NFS</b>), in RWB i am getting the following msgs: <b>Sender1_cc</b>  ( Communication channel ) Sender Adapter v2307 for Party '',

  • How to do a clean instal

    I note in a lot of replies to posts, the suggestion is made to do a clean instal. What does that mean and how does one do it? DO you have to send files to trash first, use and uninstal process or just reinstal the software? Cheers

  • SQ01 Selection fields

    Hi All, I have created a query in SQ01. With tables VBAP,VBUK,MARC. The fields sales org,division and dist. chnl need to be in sorted in selection list. Please help me how  could i sort the selection fields, i tried basic list but i could only sort o