How to change the calyearmonth data format in psa

Hi all,
my requirement is to load data to dso from csv file it contains 0calmonth characteristic and carparc keyfigure
and i have created a transactional datasource
and when i am loading the data in csv file my data format is 201101 but in psa it is taking 110120
can u tell me how to correct this one.
when i activate the request to active data table  it is showing transfered records are 12 and added records are 1 can u tell me how to correct this.
Thanks & Regards,
Naveen

Hi Naveen,
You don't need to change the original infoobject but you can do this changes in DataSource.  In your datasource goto field mapping tab and first of all you can map the date field to 0calmonth and on the same line you will have the option to choose the format.
There you can go for internal format or External format as per requirement at the same time you have the option to provide conversion EXIT name.
Regards,
Durgesh.

Similar Messages

  • How to update the default date format in OBIEE 11G.

    Hi All,
    How to change the default date format in OBIEE 11g from the MM/DD to DD/MM. Could anyone please help me out ASAP?
    Thanks,
    Arpan

    Hi Arpan
    OBIEE 11g is having " localedefinitions.xml " file at this Location C:\Oracle\Middleware\Oracle_BI1\bifoundation\web\display
    in my case i installed at C:\Oracle\MIddleware.
    so
    1- Stop BI Server from EM
    2- Navigate to this Location C:\Oracle\Middleware\Oracle_BI1\bifoundation\web\display. in your case oracle home will be different
    3- take a backup of this file localedefinitions.xml "
    4- modify it and save
    5- bring BI Server up.
    Regards
    sher

  • To change the default date format of OID

    Hello Gurus,
    Any idea on how to change the default date format of OID?
    The default date format of OID is something like "yyyy-mm-dd hh:mm:ss .0-0700" I want to change it to "yyyymmddhhmmss.0-0800".
    Is there any system property to do the same.
    I have provisioned users from OIM to OID.
    Any ideas/clues/hints on this.
    TIA,
    - oidm.

    nobody? ?

  • How to change the default date in Person assignment tab?

    Hi experts,
    Does anyone know how to change the default date in person assignment tab in cj20n? Currently, the system always take the scheduled finish date to the date of the person assignment tab. Can I change it to the start date?
    Thanks and rgs,
    Michelle

    Hi Michelle,
    Goto SPRO->Project system->Dates->Scheduling->Specify Parameters for Network Scheduling, Here you can control the workforce planning dates.
    Hope this is useful...
    Regards
    Aatish

  • How to change the posting date at the line item level in a sales order

    how to change the posting date at the line item level in a sales order

    Hi,
    I believe the POSTING DATE will appear on the accounting document
    In the Accounting document, the posting date will be based on the  Billing date.
    Please let me know if you need any more details
    santosh

  • I want to change the final date format in MM/DD/YEAR.

    HI all,
    I want to change the final date format in MM/DD/YEAR. Even my profile will be in any format like DD.MM.YY or YY.MM.DD .
    can any body tell me the way..

    declare variable:
    DATA : gv_date(10) TYPE c.
    and assign value to it:
    CONCATENATE sy-datum+4(2) sy-datum+6(2) sy-datum(4) INTO gv_date SEPARATED BY '/'

  • How can I dynamically change the Application Date Format?

    Hi everyone...
    In my application (v 3.2) I let the user set the application date format dynamically through a "preference" value they can change on the go.
    I then take the format they pick and assign their value (ie: DD-MON-YYYY) and pad 'HH:MI' to it and use this as the PICK_DATE_FORMAT_MASK which works great for most date pickers.
    The problem I have is that some date picker I use in the application don't require the HH:MI, they simply need the DD-MON-YYYY part. Could I use the NLS_DATE_FORMAT for this? Would I then be able to use date pickers with the "use application date format"? It doesn't seem to work for me.
    In other words, I basically need 2 date formats for my application date pickers; 1 for simply the dates and 1 for dates including time. And these 2 formats are chosen by the user by setting an application preference dynamically at run time.
    Not sure if I make sense here....any idea?
    Thanks!
    Francois

    "use application date format" is the choice you want.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to change the capitalization date

    Hi ,
    I carried out WBS to AUC settlement on 31.12.2009, due to which AUC cap. date becomes 31.12.2009. Now i want to change the cap date to 01.12.2009. How do i do it? Reversing the settlement using CJ88 can only change the first Acq date but not the cap date. Also cap date is not an editable option in AS02.
    Reason for all this is that i want the cap date of fixed asset to be 01.12.2009.
    Regards,
    DP

    Hi Srinu,
    Thanks for your reply. Are there any implications of changing the cap date manually? Is it an advisable option or is it better to keep asset value date as 31.12.2009 and then post an unplanned dep for the asset.
    Regards,
    DP

  • How to change the automatic character format in Message Editor?

    Hi experts,
    We use PI 7.31, AAE adapter in our scenario. When we use the message monitor in Adapter Engine, we choose one message and open it in Message editor, we can see the message payload with AUTO Character Format: Windows-1252.
    The problem is we have some CN characters and they cannot display in correct formats.
    So, is there any way to change the AUTO Character format?
    The other question is, can we see the message after mapping in java message monitor?
    Thanks.
    Kevin

    Hi,
    The Quantity field which is used in sales order has a standard Data Type:QUAN
    with Decimal Places:3 so u cant change the settings in standard data element CRMT_SCHEDLIN_QUAN
    If u want the quantity field without decimals then u need to create a Z data element.
    Regards,
    PePe

  • How to get the system date format string?

    Hello, everybody!
    I want to create a MaskFormatter with a mask for dates. So, I could suply as the constructor parameter: "##/##/####'. However, what if the year comes first in the current system date format settings, or the month is in the second place or in the first?... So, I can't just suppose that the current locale format for dates is like the one above. So, my question is: is there a way to get the SYSTEM DATE FORMAT STRING in Java? Searching in google I saw that this was already asked in this forum:
    http://forum.java.sun.com/thread.jspa?threadID=301034&messageID=1193794
    but there was no effective answer. Does someone already know how to get this?
    Thank you.
    Marcos

    Hi, not sure, but
    import java.text.*;
    SimpleDateFormat sdf = new SimpleDateFormat();
    System.out.println(sdf.toPattern());
    will output something like dd/MM/yy HH:mm
    hthThank you very much. It worked.

  • How to change the Org Data depending on the Person Responsible?

    Hi Group,
    I have a requirement relating to Org data changing as :
    while creating the activities in CRM, by default I was getting the <b>Org data</b> for the person responsible ( whoever has created the <b>Activity</b> ).
    there is a provision that, we can change the <b>Person Responsible</b> for the Activity.
    and when the <b>Person Resp</b> is changed, the <b>Org data</b> also to be changed accordingly....
    But, this was not happening due to some technical reasons....
    So please give me some inputs as how to change the <b>Org data</b> according to the changes to the <b>Person Resp</b>.
    Thanks in advance.
    Regards,
    Vishnu.

    for this u have to maintain the rules profiles and attach this to transaction type for header or item category
    documentaion is there
    spro ->MD->org managment ->org data deter -->change rules and profiles

  • How to change the posting date in UD stock posting for a HU managed item?

    Hi,
    We are using Handling Unit managed items with QM activation. For a specific HU managed material, we wanted to post the stock on a previous date. We have created PO on a back date and made GR also on a back date. Now the problem is, the system has generated an inspection lot. Now while trying to do UD and stock posting, I do not see the "Doc" tab which we normally see in UD stock posting for normal inspection lots (non-HU managed items) for changing the date.
    I don't see any other way to change the posting date for the HU managed item in UD stock posting. Anyone can help please?
    Thanks & Regards,
    Madhavan Krishnamoorthy.

    I don't think you can.
    Craig

  • How to change the standard data type in xi

    Hi,
    presently we have SCM.i want to change the standard data type i.e" Replinishment order notification ".i want to change the length of the field .
    but there is no edit option for that data type.
    i even modified Software component version( http//sap.com/xi/scmbasis/global)with objects are original objects and objects are modifible(tick the check box)
    thanks in advance.
    atmakur

    Hi Atmakur,
      <i>i even modified Software component version( http//sap.com/xi/scmbasis/global)with objects are original objects and objects are modifible(tick the check box)</i>
        After doing this have you activated the change list? If not please do it and refresh it..and try to open..it will work..
    Regards,
    Prasanthi.

  • How to customize the cell date format

    Trying out the trial version of Numbers....
    I would like to customize the cell date format. The inspector gives you several choices for date formats but I would like something different and wish to customize my own - just like in Excel.
    I don't see a way to do this. Are we limited to only those date formats provided by Numbers?
    Is there some other way to do this?

    I found a way to do this, but not in Numbers. Note that it is probably not for those who are squeamish about editing configuration files, and could probably break something if done incorrectly:
    1. Right click on the Numbers application icon and choose "Show Package Contents".
    2. Type "date" into the spotlight window and click on the DateTimeFormats folder or drill down to Contents/Frameworks/SFUtility.framework/Versions/A/Resources/DateTimeFormats.
    3. Right click on en_US.plist or your language's plist file and click Duplicate to make a backup. (Just rename the backup if you damage something).
    4. Open en_US.plist or your language's plist file with a property list editor. I use Property List Editor from the Apple Developer Tools, but I think Pref Setter is also easy to use.
    5. Open AcceptedDateFormats and check if your desired format is there. If not, add a string key with the desired format.
    6. Open DisplayedDateFormats and add a string key in the format you want it displayed.
    7. Save the plist file.
    8. Restart Numbers.
    9. Your desired date format should appear in the list of formatting choices.
    If you're opening up plist files and editing them, I'm hoping the date format conventions are familiar. If not, cross reference them to the list of already coded date formats in the date format inspector to get the hang of it.

  • How to change the MQTT messages format?

    Hello,
    the KURA MQTT cloud client publishes messages respecting the following formula:
    #account-name/#client-id/#API-ID/topic
    I want to send MQTT messages with my own format, I dont want to send the account name and the client id in the MQTT message
    how can I do that?
    I already tried to change the configuration in the KURA web interface -> MQTTData transport and I have deleted the content of "lwt.topic" but without success.
    Thanks in advance for your help!

    The following link is an iot-based Greenhouse Application Prototype:
    https://github.com/kartben/kura-greenhouse-demo/blob/master/org.eclipse.iot.greenhouse.publisher/src/main/java/org/eclipse/iot/greenhouse/publisher/GreenhousePublisher.java
    Here, you can see the proper usage of DataService and DataServiceListener to communicate with the Message Broker.
    For, further reading, go through the following links:
    http://download.eclipse.org/kura/releases/1.2.0/docs/apidocs/org/eclipse/kura/data/DataService.html
    http://download.eclipse.org/kura/releases/1.2.0/docs/apidocs/org/eclipse/kura/data/DataServiceListener.html
    Thanks

Maybe you are looking for

  • Video podcasts won't sync to iPhone

    Got a confusing problem here, with a MacBook Pro (up to date on all software) and a new iPhone 3GS. I can download and play video podcasts within iTunes on my Mac. However, they will not sync from iTunes to my iPhone, even after I use the "Create iPh

  • Issue with external USB3 HDD

    Hi All, I'm new to the Mac world, recently I've bought a MBA 2012 13', and I've attached a 640GB USB3 Hard drive, I've partitioned this drive as 320GB NTFS, and 320GB HFS (Journaled not case sensitive),  I've setup Time Machine to use this drive driv

  • Add cover sheet without affecting existing page numbering?

    I guess the lack of response means either that my question is inappropriate in some way or else it's difficult or impossible to answer! Thanks for letting me post it anyway! This seems to be a very informative site (just figured out how to access it

  • Number formatting in excel

    Hi, I have created a report in which I have few amount columns. When I run the report in pdf format the numbers display properly with 2 decimal places (like 105 displays like 105.00) but when I run the report in excel output then the formating is gon

  • Creating PDF from XML directly in a content management system?

    Hi! This is my first post here and I've tried to find any previous posts that could answer my question but to no avail. Also I think and hope this is the correct sub forum to post it in. I work at a company that produces a product catalogue that is p