To load a Keyfigure called '0FISCPER'

Hi Experts,
      I am loading a flat file which contains a standard keyfigure called '0FISCPER'...
     The conversion routine used in the keyfigure is PERI7 with input length - 7 and output length - 8.
      The data I enterd in the flatfile for the keyfigure is in the format -> mm.yyyy. Ex: 10.2005.
       But while creating the datasource and previewing the data, it is displayed as 005.01.02 and in DTP the value is displayed as 000000000.
      Please help me to solve the problem. Its very urgent.
With Regards,
Yokesh.

Hello,
Try the value as 010/2007
Regds,
Shashank
Edited by: Shashank Dighe on Feb 21, 2008 9:18 AM

Similar Messages

  • SQL*Loader-951: Error calling once/load initialization

    Dear all,
    11g on solaris 10.
    Dear all,
    When loading data using the below :
    sqlldr username/password@db control=data.ctl direct=true errors=10000 readsize=1048576 log=databill.log
    data loading successful.
    but when am speeding up the same and trying to load as below :
    sqlldr username/password@db1 control=databill.ctl direct=true errors=10000 Parallel=true bindsize= 5048576 multithreading=true log=databill.log
    SQL*Loader-951: Error calling once/load initialization
    ORA-26002: Table username.table has index defined upon it.
    If I drop index, and run the same it works fine.. is there way I can speed up the insert (append) using the above
    sqlldr username/password@db1 control=databill.ctl direct=true errors=10000 Parallel=true bindsize= 5048576 multithreading=true log=databill.log
    control file :
    UNRECOVERABLE
    LOAD DATA
    INFILE "databill.dat" "str X'0c'"
    BADFILE "databill.bad"
    DISCARDFILE "databill.dis"
    APPEND
    PRESERVE BLANKS
    INTO TABLE username.databill_TEST
    FIELDS TERMINATED BY X'07' TRAILING NULLCOLS
    Thanks
    Kai

    Thanks ,
    when using ,
    sqlldr username/password@db1 control=databill.ctl direct=true errors=10000 Parallel=true readsize=1048576 bindsize= 5048576 multithreading=true log=databill.log
      12048217 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
      Date cache:
       Max Size:      1000
       Entries :       424
       Hits    :  81540372
       Misses  :         0
    Bind array size not used in direct path.
    Column array  rows :    5000
    Stream buffer bytes:  256000
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:      12048217
    Total logical records rejected:         0
    Total logical records discarded:        0
    Total stream buffers loaded by SQL*Loader main thread:     3767
    Total stream buffers loaded by SQL*Loader load thread:    11300
    Run began on Thu Dec 17 19:36:01 2009
    Run ended on Thu Dec 17 19:42:16 2009
    Elapsed time was:     00:06:14.25
    CPU time was:         00:02:29.55when using
    sqlldr username/password@db control=data.ctl direct=true errors=10000 readsize=1048576 log=databill.log
      12048217 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
      Date cache:
       Max Size:      1000
       Entries :       424
       Hits    :  81540372
       Misses  :         0
    Bind array size not used in direct path.
    Column array  rows :    5000
    Stream buffer bytes:  256000
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:      12048217
    Total logical records rejected:         0
    Total logical records discarded:        0
    Total stream buffers loaded by SQL*Loader main thread:     3767
    Total stream buffers loaded by SQL*Loader load thread:    11300
    Run began on Thu Dec 17 04:29:05 2009
    Run ended on Thu Dec 17 04:37:04 2009
    Elapsed time was:     00:07:58.95
    CPU time was:         00:03:04.94How can I acheive maxium loading performance, what do I have to add to this :
    sqlldr username/password@db1 control=databill.ctl direct=true errors=10000 Parallel=true readsize=1048576 bindsize= 5048576 multithreading=true log=databill.log
    Please guide
    Kai

  • I just got the iPhone 5.  It's completely synced and working.  All my contacts are loaded.  However, caller ID is not working when I receive a call or a text.  Can anyone help me out with this?

    I just got the iPhone 5. It's completely synced and working.  All my contacts are loaded.  However, caller ID is not working when I receive a call or a text.  Can anyone help me out with this?

    Well, assuming all of the above, Notifications, etc., it just might be time for a visit to the Apple tore genius center for a session with the techs.  See if it is a fault in the hardware or just an iOS reinstall is the answer.
    One more thing you could try, backup so you have a record of content, then restore to factory conditions be an Erase All Contents and Settings.  Then restore from the backup you just made.  That has helped some with WiFi problems, may be it would work with your problems.
    But with that behavior of another app with problems, the geniuses looks like a less stressful thing to do.

  • Could you down load iwork by calling customer service

    could you down load iwork by calling customer service

    You can download iWork from the App Store:
    ->App Store, then search for iWork.  You have to buy Pages, Numbers an Keynote separately.
    also see: http://www.macworld.com/article/156914/2011/01/bundles.html

  • Load Testing Ajax calls

    Is it possible to load test Ajax calls using eLoad? If so, please let me know the steps to follow in eTest version 8.20.
    Thank you!

    As well as proxy recording, I recommend you create a java agent script. Your proxy recording will create a static sequence of ajax navigation just as they happened during your recording. You may find that you want a finer level of control, and the Java Agent will give this ability by allowing you write java code to make more complex real time decisions.
    This may get you started:
    Re: Create test scripts using e-Tester without using visual scripts
    You should consider downloading a more recent 8.30 or 8.40 version of Oracle Application Testing Suite (OATS) for improvements to the java agent. In the near future there will be a version that has been designed with Ajax in mind. It will have a decision making UI similar to the navigation editor without having to edit java code.

  • Objects loaded during first call to Run_Report_Object

    Hi all,
    If I launch a reports the first time, it takes about 20 seconds to complete. After the first time, when I call the same report with different parameters in the same session, it takes only 1 or 2 seconds to complete. Are there any objects that must be loaded the first time you call a report? Is there a way to pre-load these objects?
    Our report server has a minimum of 2 engines and I'm the only person who launches reports.
    Regards,
    Vincent Botteman

    Vincent,
    a Java VM is started on the Forms side for each runtime process (this gonna be addressed in a future version) to call out to Oracle Reports. This will load all the classpath information defined for Reports.
    To work around this issue, some customers start a dummy report after starting Forms. They don't care about the Report but next time they run it it will be fast.
    Frank

  • Every time I load Firefox it loads a tab called "ask a question|Navigation|Firefox Help" -- how do I disable this?

    Running Windows XP, Firefox 3.6.16

    Thanks for the swift reply. I'm sorry I wasn't clear in my question. Two tabs are loaded. One tab is my Home Page the other is the tab called "Ask a question|Navigation|Firefox Help" It's not a problem, just an irritation because I delete the tab every time. I have the "Help" menu selection and can click at any time so I don't need that "Ask a question|Navigation|Firefox Help" tab loading each time.

  • CO/PA Text Load! Error "Caller 70 Missing"

    Hello All!
    I am trying to load the master data in the cube. It gives me a short dump with <b>"caller 70 missing"</b> and tells me to search on :
    "GETWA_NOT_ASSIGNED" C
    "CL_RSDMD_UPDATE_MASTER_DATA===CP " or "CL_RSDMD_UPDATE_MASTER_DATA===CM011 "
    "_UPDATE_TEXTS_KERNL_T"
    I am able to load the data successfully in PSA.
    I am not sure what is causing this if anybody has any idea. Please let me know.
    Thanks

    Sir,
    I am in process of uploading text. I have already loaded the attribute side of it. I have not yet started loading transactional data.
    0.   Transfer rules are active. I have tried activating again and load it still comes with the same error.
    1.   The "GETWA_NOT_ASSIGNED"  is from the short dump.
    The only other thing I can see in the <b>short dump</b> is the line where the error occured:
    The <b>termination occurred in line 87</b> of the source code of the(Include program "CL_RSDMD_UPDATE_MASTER_DATA===CM011 "
    of the sourcecode of program "CL_RSDMD_UPDATE_MASTER_DATA
    ===CM011 " (when calling the editor 870).
    <b>Line 87 of the code provided in the short dump:</b>
    >     assign <l_s_where_ref>-r_data->* to <l_datefrom_min>.
    2.   I did look in SM21 & it does give different message:
    When calling a function within the database interface, a returnvalue which cannot be processed by the calling
    function was provided.
    "Unexpected return value 16 when calling up BUFFE"
    3.   Looked in job overview: nothing was cancelled.
    4.   No routines encoded in the transfer rules.
    5.   The InfoObject does not include any routines either.
    6.   I am not aware of any other code pages.
    Please suggest.
    Thanks for your time.

  • Couldn't Load DLL and Call JNI in Portal Servlet !!!

    Hello,
    I'm trying to write a small test servlet in portal which will call functions in a DLL using JNI. Here is my source code. I put my DLL in \Window\system32, usr/sap/J2E/JC01/j2ee/os_libs, even included into my portal project \PORTAL-INF\lib. But everytime when I try to preview my page, I got the following error and I couldn't find the log file specified in the error message. Please help me out. Thanks a lot!
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    MyTestDLL.
    Exception id: 12:25_23/12/06_0029_11241950
    See the details for the exception ID in the log file
    Source Code:
    import com.sapportals.portal.prt.component.*;
    public class CIViewTest extends AbstractPortalComponent
         public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              response.write("Hello From Java Servlet!!!\n");
         static {
              try {
                   Runtime.getRuntime().loadLibrary("MyTestDLL");
    // I've also tried System.LoadLibrary("MyTestDLL");
              } catch (UnsatisfiedLinkError ule) {
                   throw ule;

    Nobody used JNI in Portal Servlet??? Please advice. Thanks!

  • SQL*Loader command line call with spaces in path

    I need to call a remote control file and am attempting this:
    sqlldr USER/password@SERVER \\servername\drivename\Folder Name Messing Me Up\PLACE\Programs\QC2\Data\StandardRawFileRAW.ctlIt keeps telling me the file cannot be found, but it is there! How should I write this so it can find the file?
    Thank you so much!

    Wrap your path name in single quotes
    sqlldr USER/password@SERVER '\\servername\drivename\Folder Name Messing Me Up\PLACE\Programs\QC2\Data\StandardRawFileRAW.ctl'Regards,
    Phiri

  • Failed to load TemplateStream when called from API, but OK in Workbench

    I am getting a "Failed to load TemplateStream for FormQuery" error when I invoke a simple process using the Java API.  When I invoke the same process from WorkBench it's fine.  I am using the FormsService in ES 8.2 turnkey installation.  The operation is "renderPDFForm".  Content Root URI is set to repository:// and Form to Render is set to /CANS_ASP/CANS_ASP.pdf, which is in the repository.  Why would this work when invoked by way of right clicking in WorkBench, but not work when the process is invoked by the Java API?
    Here's the whole error:
    2009-08-25 20:31:23,109 ERROR [com.adobe.workflow.AWS] An exception was thrown with name com.adobe.livecycle.formsservice.exception.RenderFormException message:Failed to load TemplateStream for FormQuery=/CANS_ASP/CANS_ASP.pdf from location URI =repository://. while invoking service FormsService and operation renderPDFForm and no fault routes were found to be configured.
    Thanks.
    Jared

    This problem is not solved, but I have a workaround.  I have gotten it working by avoiding the repository and specifying the form location from the file system.  This works:
    Content Root URI: file:///C:\\
    Form to Render: CANS_ASP.pdf
    In case it wasn't clear, I'm not using a FormServiceClient object.  I'm invoking an orchestration using a ServiceClient.  The Content Root URI and Form To Render are specified in the properties of my renderPDFForm component in Workbench.  I'm able to move ahead with development using this workaround for now, but the question remains about why repository:// does not work when my orchestration is invoked using the Java API but it works fine when tested from WorkBench.
    Jared Langdon

  • When on facebook I try to load a game called Dragons of Atlantis and it will not come completly up. Also someone tried to help me with this and I would like to know how I can default this browswer back to original specs. Thank you.

    This happens all the time while in facebook and I hope you have a solution to it

    Hi, beth.lau.gr.
    Thank you for visiting Apple Support Communities.  
    I understand you have been experiencing issues with your iPhone restarting and showing you a blue screen.  I wont be able to give you an exact answer as to why this is happening.  However, this is the most relevant troubleshooting article for this issue.  This article also provides options to reach out to us via phone for additional assistance.  
    If your iOS device restarts, displays the Apple logo, or powers off while you're using it
    http://support.apple.com/en-us/HT203899
    Cheers, 
    Jason H.  

  • XML pay load for RFC call in java mapping

    Hi,
    I searched in many forums about the payload to be given for RFC Lookup from a functional module,but i think i am not able to get it correct.
    Can any one please give me the exact structure of XML Payload to be sent while invoking the function module via RFC LOOKUP
    Say i have 2 import parameters(input1,input2) and one output(output1)......
    Thanks in advance,
    H.L.Babu

    >
    hlbabu123 wrote:
    > Hi,
    > I searched in many forums about the payload to be given for RFC Lookup from a functional module,but i think i am not able to get it correct.
    >
    > Can any one please give me the exact structure of XML Payload to be sent while invoking the function module via RFC LOOKUP
    >
    > Say i have 2 import parameters(input1,input2) and one output(output1)......
    >
    > Thanks in advance,
    > H.L.Babu
    have a look at this document - https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439&overridelayout=true
    in case u still have issues do get back

  • When i click a link sometimes it would load another link called the webtimes instead of what I clicked. How can this be fixed?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/832815''
    it would redirect me to webtimes.net then from there it would redirect me to an ad.

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Calling SQL Loader in Java

    I am writing a Java application running on SUN Solaris to perform data feed from a number of csv files to ORACLE. I am to use SQL Loader to perform the loading. What I need is to kick off the SQL Loader in my code. My question is how to kick off the SQL Loader in Java.
    One of option I am thinking is using RunTime.Exec(). Is the following code workable?
    runtime.exec( "sqlldr CONTROL=foo.ctl, LOG=bar.log, USERID=scott/tiger" );
    Althernatively should I write a Oracle store procedure to call the SQL Loader and Java call the store procedure?
    Any thoughts and directions are welcome!
    Regards,

    Hi,
    Can't you achieve the same thing using this
    Class.forName("Driver");
    Connection ocon=DriverManager.getConnection("url");
    Once you have ocon then you can execute any query.
    If this is not what you want,can you explain what SQLLoader means here?
    Regards
    Vicky

Maybe you are looking for

  • HELP!  Consolidated music and now Can't use it and Can't find it!

    My laptop was stolen and I've recently used iPod Rip S/W to get my music from iPod to my older G4 Tower Hardrive. before doing this I consolidated my music (following some apple directions) and now that all my music is in iTunes using iPodRip, the st

  • [solved]eve Online setup is unable to start

    I just changed from Arch 32Bit to an x86_64. Now i cant install the eve online client. If i start the offline installer it sais after 1 minute "unable to evelate, error 1" I think its a Problem with wine or some libs, but i really have no idea how to

  • I cant sign in to activate cs6

    Hi Leute! Habe das Problem, dass ich beim Versuch das Paket zu aktivieren die Meldung bekomme, dass er nicht online gehen kann. Ich kann aber überall drauf zugreifen sonst, nur Indesign wählt sich nicht in den account ein. Kann auch nirgends meine Da

  • How do I change the time it takes for a call to go to voicemail

    I simply want to change the setting that tells voicemail to pick up after a certain time when I don't answer. What is it set to by default and how do I change it? I have Vonage, and sometimes I setup 'simulring', so it rings my iphone, my wifes iPhon

  • Importing photos and the endless beachball

    I am having problems with iPhoto hanging (or stalling or whatever) when I'm importing photos. This happened before when I had minimal RAM and very little space on my start-up drive. I chalked up the problem to lack of memory and HD space. I beefed up