Amount field is rounding before loading data to file

Hi All,
I am loading the data from table to flatfile. i've amount column, most of the values are decimals. while loading the data it is rounding the column and loading. my source table datatype is "number (20,9)" and target file datatype is "String" for the Amount column.
if any one know the solution please reply me.
Thanks in advance.
Kiran

can you make it as number and appropriately select the decimal .
else can you check in the C$ table if the complete decimal is coming

Similar Messages

  • How to remove all records(Truncate) In SalesForce Object before load data in to it ?

    I'm loading data from Oracle to SalesForce staging object.Here i have to remove all the records in SFDC object before load data. Please guide me ,My work struck due to this

    I'm loading data from Oracle to SalesForce staging object.Here i have to remove all the records in SFDC object before load data. Please guide me ,My work struck due to this

  • Delete the records which have the Data values are NULL before load data to BPC model

    Hi Everyone,
    I am loading the data from flat file to BPC Model (10.0 Version).
    Source data (Flat file) looks like below:
    RP_Employee RPT_Currency Data
    Test                USD                   8
    Test1              USD
    Test2              USD                    6
    My user requirement is that to delete the records which have the Data values are NULL before load data to BPC model.
    So,Please let me know how can i meet to this requirement.
    I am thinking that,it is possible by using start routine BADi. If i am correct please let me know process like creation of class and BADi implementation.
    Thanks in advance!!

    Hi Nilanjan,
    Please see my source data below:
    Account      Client       Employee     Time                Data
    123              XYZ            Vishu            2014.01               300
    456                                                       2014.01
    789              ABC         Alexander      2014.02               200
    If you see the second record,
    If data value is ZULL,  then the Employee or another dimension is also NULL.
    So I want to delete second records.
    If it is Start routine please share the code and steps to do.
    Thanks in advance!!
    Regards,
    Viswanath

  • Start CalcScript befor loading data

    How can I start CalcScript befor load data?
    I want clear slice in cube befor load data.
    Example:
    I export data with period Jan, Feb, so I must clear data in Essbase cube only fo period Jan, Feb. In the case when I export data for period Mar, I want clear data with period Mar.
    I don't want use maxl because in a maxl script I must specify login and password.
    Thanks a lot.
    Gelo

    Hi,
    The best way is to duplicate the KM - "IKM SQL to Hyperion Essbase (DATA)"
    Edit command "Load data into essbase" of the KM
    Update
    sql= """select <%=od.....
    to
    sql= ""
    Now you can create an interface, set staging as "SUNOPSIS MEMORY ENGINE" and just drop the essbase dataload datastore on to the target, set the KM to the one you just updated.
    Then use the calc script options, so you have an interface that does not need a source and can run CALC scripts.
    Ok? Correct :)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Loading Data From File Through EM on Mac OS X

    Has anyone been able to load data from a file through the Oracle Enterprise Manager on Mac OS X?
    Specifically, I'm trying to follow the example in the 2-day DBA manual (Chp. 08 "Managing Schema Objects" --> "Loadng Data Into Tables").
    When I enter the appropriate user name and password entries into the fields under the "Host Credentials" section, and I click the "Next" button, I run into a "Validation Error." The rest of the error message reads:
    "Examine and corrent the following errors, then retry the operation: Error - RemoteOperationException: ERROR: command process interrupted before exit"
    Has anyone else encountered the same error? If so, would you please share the solution? I'm also curious to know how to diagnose the problem (i.e., which logs can I reference to trace what's happening in the background?).
    Thank you.

    I used to get an error message stating that I entered the wrong password whether or not I actually entered the password correctly. Then, I modified the NetInfo entries for the local user account that I was using; I changed the "authentication_authority" property to ";basic;" and changed the "passwd" property a traditional unix hash password (using the 'openssl passwd <password>' command). All changes were done using the NetInfo Manager.
    After I made the change, I got a little further, but only as far as the problem that I described at the start of this message thread.
    Likewise, I hope someone from Oracle can actually provide some insight into this.

  • Load data from File on Client side (via Sqlplus)

    Server OS: RedHat, Oracle 10g rel 2.
    I am trying to load data from OS .txt files to clob field.
    I am able to do this successfully using:
    Oracle DIRECTORY
    BFILE
    DBMS_LOB.loadclobfromfile packageIssue is: this only works if my files and DIR are on database server.
    Is it not possible "load clob from file" from client side, files being on client and exec command via SQLPlus. Is there any other option to load data from client side.
    Thanks for any help.

    Options:
    1) Search for OraDAV
    2) Learn about Application Express.

  • Problem with loading  data from file in ../demo/file/test

    hi there,
    I am using ODI to load text files located on a UNIX server where ODI is installed.
    I am using the FILE_GENERIC data server and physical schema that came with ODI and I can reverse and load the demo files located in ../demo/file
    I created a sub-directory 'test' under ../demo/file and placed a file there.
    When I try to reverse this file (in directory ../demo/file/test) I get the error 'The directory ../demo/file/test specified in your schema does not exist'
    I am sure the userid has equal rights to both directories ../demo/file and ../demo/file/test
    What could I be missing?

    In the topology manager
    1. in the logical architecture : If it doesn't already exists (it should exist if your can use it on your local PC), you import the file technology
    2. In the physical architecture, you create your data server for files .In your case, it shoud already exist for same reason as above. Is has a blue icon under the file technology
    2. Select the Data Server, right click and select Insert Physical Schema . The Physical Schema window appears. On Definition tab, enter a name and then the path of your directory in the data schema field. No need to enyter a work schema for files.
    4. Go to the Context tab, Select a Context and an existing Logical Schema for this new Physical Schema.
    Select an existing Context in the left column, the type the name of a Logical Schema in the right column. This Logical Schema is automatically created and associated to this physical schema in this context.
    It should work but i have never experienced it on a Linux system...

  • Load data from file and send to background

    Hello, is it possible to load data from a file on the presentation server and then create a batch input to call a transaction with those values but on background NOT using data set?
    Thanks in advance.

    U can surely design the process to be executed in various ways..one of them is as below ::
    Upload ABAP.
    1. It reads the file from the presentation server and exports it into INDX database with a specific filename.
    2. Updates a ztable with user/upload date and time/filename/status=U.
    Batch ABAP.
    1. It reads the ztable for all the files with status=U.
    2. Using the filename IMPORTS the data from INDX database.
    3. Creates the batch input to call transaction.
    4. Sets the status as process along with process date and time.
    With the above you can have multiple uploading data and batch job picking up each file and doing the needful.
    Regards
    Anurag

  • Load data from file error - it's ok now

    hi
    i'm trying to load data from .ctl file, previously created by smallworld, using enterprise manager and i am asked for host credentials (username and pswrd). i assume these host credentials are of operating system. anyway, i have tried to enter username and pswrd i use when logging in windows and another time username and pswrd for database account as well, but none it these is working. always get a message: RemoteOperationException: ERROR: Wrong password for user.
    need to solve this problem because it's urgent.
    any help is appreciated
    thanks
    Message was edited by:
    uncle carmine

    Your error will be the same as this posting
    Jobs Credentials Problem
    What it needs is the Windows User and it needs to have the Local Security privilege 'Log on as a batch job' . This will be probably already assigned to the ORA_DBA group. So enure that the user you use to logon to Windows is in the ORA_DBA group.

  • How to get object key before load data into form?

    I need to get object key (e.g. ItemCode in Item Master Data From ,docEntry in A/R Invoice From) to calculate and do something  before data is loaded into this form .
    I try to use SAPbouiCOM.BusinessObjectInfo.objectKey as in this code.
    Private Sub oApp_FormDataEvent(ByRef pVal As SAPbouiCOM.BusinessObjectInfo, ByRef BubbleEvent As Boolean) Handles oApp.FormDataEvent
           If pVal.FormTypeEx = "672" And pVal.BeforeAction = True And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_LOAD Then
                   oApp.MessageBox(pVal.ObjectKey)
           End If
    End Sub
    But this fields doesn't valid under this condition (form DI help file).
    - The property returns an empty value in the before notification of the Load action (et_FORM_DATA_LOAD) triggered by a Find operation.
    How can I get this value(key)?

    Janos
    I can't do a calculation after data is loaded because what I'm going to do is that if the opening entry match my condition , the system will not let that user see that entry (bubbleEvent = False).
    I think when formDataEvent is triggered B1 know which entry are going to load because before this event is triggered we did one of following ways
    1. choose from "choose from list windows"
    2. enter docEntry or itemCode or cardCode  and then press Find Button
    3. press "next/previous record button"
    4. press linked button (orange arrow)
    Choice 3 and 4 can be done by retrieve data from BusinessObjectInfo.objectKey (I've tested and it return entry key that is going to open correctly).
    but 1 and 2 can't (it return empty as I mention before).
    thanks
    Edited by: daron tancharoen on Aug 5, 2008 2:34 PM

  • Page DIstorted Before Loading Data

    Hey Guys,
    If you visit, www.glmmrs.com/points.asp
    You can see that the page stretches 100% wide across the
    screen for 1-2 seconds while it's loading the XML data and
    displaying it.
    Is there any way to make this loading sequence a
    smoother/less visually noticeable process?
    Thanks much.

    Hi kraftomatic84,
    That flash you are seeing is the template markup in the
    region. Look at this sample, it shows you a technique for hiding
    the template markup:
    http://labs.adobe.com/technologies/spry/samples/HideDataReferencesSample.html
    using a SpryHiddenRegion class name.
    --== Kin ==--

  • Amount field getting rounded up when run in background

    Hello All,
      when i run a report in foreground the amount value(KBETR) is displaying properly with the value 12.78.But when the same report is run in background it is displaying 13.what should be done?
    Thanks,
    Rakesh.

    Hi,
    Try to fetch records in smaller chunks and process them.  For example, if you are trying to fetch records for one year, instead of single query, try to fetch in 12 sets for each month.  Fetch first month and process the records and put them in the output internal table.  Then go for next month and so on.  Anyway your program is running in background.  There will not be any user complaint also.  The solution might sound bit funny.  But it works.
    Regards,
    Hema

  • How to load data from file contains rows with different number of columns

    hi all,
    a data file contains assets data ordered like this(location_id
    serial_number , quantity
    serial_number , quantity
    single column rows represents location, and two columns rows represents asset details for that location
    123
    12345 ,1
    32145 ,1
    124
    12348 ,12
    41239 ,22
    54189 ,2
    254
    22419 ,1
    I want to use sql loader to load these data after merging locations with thieir assets,like this order(location_id,serial number,quantity)
    123 ,12345 ,1
    123 ,25413 ,1
    123 ,32145 ,1
    124 ,12348 ,12
    124 ,41239 ,22
    124 ,54189 ,2
    254 ,22419 ,1
    Can one help me in that?
    thank you,

    Create external table and code sql query to do it.
    :p

  • Load data from file extremely slow due to refresh

    Hi
    I am loading a data from a csv file to an existing table in a PeopleSoft schema on Oracle 11G. The process works fine except that it takes an extremely long time. I suspect that this is because SQL Developer is refreshing the table list on the left hand side which for PeopleSoft 9 takes a long time because there are 65,000 tables in the schema. If my suspicion is correct it would seem a bit strange that I would need to refresh the table list when I am importing into an existing table. Can anybody confirm this ?
    As a side note I have tried DBMS_STATS.GATHER_DICTIONARY_STATS (or something like that) but this has not improved the performance of loading the large object lists into the LHS or the object details in the RHS with PeopleSoft 9 - is there a way to improve this performance.
    Cheers
    Mark

    There are many possible reasons for slow performance, not least the fact that sqldeveloper is probably inserting a row at a time. The best tool for this kind of job is sqlldr which is generally blisteringly fast.

  • Load data from File

    Hi
    I get new csv files every day loaded to a location. I am trying to write a SQL loader script to read those file on a daily basis and load the data to a table. How can I write the code for this to check the new files that are found in a location and read them from sqlloader
    thanks

    890563 wrote:
    Hi
    I get new csv files every day loaded to a location. I am trying to write a SQL loader script to read those file on a daily basis and load the data to a table. How can I write the code for this to check the new files that are found in a location and read them from sqlloader
    thanks1) If these files have all the same format, create an external table .
    2) Have a OS script that detects which are the latest files and insert the names into a temp table
    3) Query the name(s) from temp table and "alter" the location in the external table
    4) Load the data from external table into the real table.
    5) Remove the file name from the temp table.
    :p

Maybe you are looking for

  • Disconnection document status at a certain date

    Hello, I need to know the status of a disconnection document at a certain date (actually, to check if the disconnection document had status '21' - disconnection carried out - during a certain period). Is there a function or an easy way to find this o

  • Palm GPS Navigator compatibility with WM6

    I recently updated my Verizon 700wx to WM6 and can no longer get the Garmin Mobile XT software to see the GPS receiver. The phone will see and pair with the device but I can't seem to get the software to connect with it, apparently I don't have a set

  • TS2771 Charger only works in wall socket but not in usb port???

    When I plug my Ipod touch (4th generation) into my charger and put it in the wall socket it works but when I put it in a USB port it doesnt work (yes the USB 2.0 port) i've tried both my laptop and my PC and it's not charging when only using USB! wha

  • View excel - contentserver.dll

    hello, we have an file (xls type) attached to an purchase record (in the me53n transaction). The attached file is stored to archive repository . when try to view this xls file from (in transaction me53n again], the file is downloaded as contentserver

  • Fibre Channel Data link layer

    Hi,          My professor is giving me a hard time by asking to explain the FC data link layer in detail (addressing etc). Please help me.  Thanks!