Interface for retrieving CVS data

Hi
I want to write an interface for retrieving cvs data,like the last person toupdate the file,the last date and everything visible in cvs log..
Can anyone help me in designing the interface,and also is there any api's available for this
Please reply soon..
Thanks and regards
Sumit

For simple CSV files that you generate yourself, that should indeed be more than enough. The standard CSV files that most applications output have some more rules however, and Excel breaks those rules
(sigh).
Check this out:
http://ostermiller.org/utils/CSV.html

Similar Messages

  • Adobe Form with XML interface cannot retrieve all data from SAP

    hi all
    I want to use the Adobe forms for the real estate module.
    I had seen that adobe forms can have an interface with XML input and output as parameter.
    In the interface type only the /DOCPARAMS an the DOCXML are INPUT parameters which are available.
    No other INPUT parameter can be added to it.
    When i try to retrieve the data in real estate there are some default function modules for retrieving the data from real estate.
    But this function modules also are going to find out if the form which asks for this information has a IMPORT parameter
    for the required data. For example, the SENDER data is retrieved, but before the default function module retrieve this data
    the function module checks if the form has a INPUT parameter SENDER.
    And that is not the case. And i cannot create the SENDER parameter to it, because this INTERFACE type does not allow it.
    Does anybody know a solution herefore?
    kind regards,
    Anton Pierhagen

    Hi Bhaskar
    It is a long time ago, almost 2 years.
    I created my own custom development for calling the Adobe form. This custom development uses the correct function module interface with the IMPORT XML.
    The XML which i sent as IMPORT PARAMETER to the form is also created by own custom development. Via the default XML class of SAP
    So that was my solution
    Kind regards,
    Anton Pierhagen

  • Sql queries for retrieving setups data for functional modules

    Hi,
    Can anyone give me the sql queries for retrieving setups data for functional modules (GL, AP, AR, FA, and CM) from Database.

    Hi,
    Can anyone give me the sql queries for retrieving setups data for functional modules (GL, AP, AR, FA, and CM) from Database.

  • API for retrieving processor data

    does anyone here know which java API is used to retrieve data from the processor.....Kinda like system monitoring tool which is able to retrieve the state of processor and display it through graph.......

    Besides System and Runtime, I don't think there's much. This would at least give you some memory information. There may be a third party package (maybe check SourceForge), but I don't know of one).
    You could potentially make calls to the OS using the exec command in Runtime. You could use the properties in System to figure out the platform and go from there. Take a look at this post for more info on using exec.
    http://forum.java.sun.com/thread.jsp?forum=57&thread=125678
    Good luck

  • Open ended data structure for retrieving SQL data

    I have a flex project that reads data from a database and
    sends it to my flex app to display in a chart. I need to do this in
    Actionscript since I have to dynamically create different charts
    based on the database definitions. Up til now, I have inserted the
    data for each series into a separate
    ArrayList(java)/ArrayCollection(flex) in this way:
    BindingUtils.bindProperty(lineSeries, "dataProvider", series,
    "pointList");
    lineSeries.xField="point1";
    lineSeries.yField="point2";
    The series variable is a custom Actionscript/Java object
    which contains an ArrayCollection called pointList. And the array
    is made up of custom DataObjects with two fields, point1 &
    point2.
    But in the new paradigm, I'd basically like to create a big
    array of arrays similar to a database table and then just point the
    xField to one column, and the yField to another column. Anyway, it
    seems like the problem is that my point1 and point2 in the current
    implementation are variable names, but with this new dynamic
    structure, I won't be able to create variables on the fly. So how
    do I let flex know to look at column 3, for example for the yField?
    The attached code is from the Flex documentation and is an example
    of what I'd like to emulate (except I need to do it in
    actionscript). I'd like to be able to select "month" or "amount",
    etc. But coming from the Java side, there is no way for me to name
    the array contained in each column.

    I guess I wasn't clear enough. I am actually serializing a
    java object and mapping it to an actionscript object via blazeDS. I
    know about how the objects translate, for example for
    ArrayCollections in flex, I use ArrayLists in java. The problem is
    that I'm not sure how to get the associative aspects of the arrays
    in flex into my java data structures in a way that will translate
    to the way flex can define arrays, such as Month:"January".
    It seems that in flex, you can create an Array and assign it
    an element like {month:"January", amount:"450"} and it will create
    an Object with variables for month and amount. But I don't know how
    to do this on the fly in Java (or in Actionscript for that matter)
    when I have no way of knowing beforehand how many variables my
    object will need. Each series will need an x and y, though usually
    the x will be dates which are the same for each series. So if I had
    10 series sharing an axis, I'd need 11 variables in my object-
    date, series1, series 2...series 10.

  • ALE/IDoc interface for Special Ledger Data

    Anybody has experience with extracting Special Ledger data from ECC through ALE/IDoc interface?
    Because Special Ledger is cutom to any client, I'm thinking we need to create a custom IDoc type. I didn't notice any standard IDoc type. Any documentation or any tips on this will be appreciated.
    Thanks,
    Srinivas

    problem has been solved
    thanks

  • Lotus - SAP Interface for creating Shipment Data

    After giving the Purchase Order to vendor I want to allow the vendor to enter the shipping details in Lotus form. Then fetch that data in SAP using Lotus-SAP connector. I want to use a BAPI for this. Can anybody tell me how can I achieve this.
    Is there any BAPI or RFC for this?

    I only want to fetch the shipping details and not the Purchase Order details as the Purchase Order is already created in SAP. So the Purchase Order data is already present in SAP. I only want to fetch the shipping details which the vendor will enter in the Lotus form.
    In short the data entry which we do in tcode VL31N, I want to automate that. The data for VL31N needs to be fetched from Lotus form using BAPI or RFC and feeded in.
    Message was edited by: Ashish Kansara
    Message was edited by:
            Ashish Kansara

  • Help for retrieve xml data from database.

    Hello friends,
    I am inserting xml file into oracle database.
    column name is xyz_xml and data type is XMLType.
    I have successfully inserted that.
    But My problem is How can i retrieve that xml file from database and can view in explorer as a text.
    If any one have any idea than let me know.
    Thanks

    Hello Friend...!
    I am getting the following error and i am not figure out this error :
    NosuchfieldException : conversionPlease Help me.

  • Design ideas for retrieving Data for Read Only

    Hi All,
    Currently I am in the process of evaluating different design ideas for the search functionality of my application. I am looking for a best option for retrieving the data by executing some complex sql queries with huge query criteria and showing the single or multiple records to the user. But the data is read only. This may involve pagination if the number of records exceeds the page limit.
    There are various options to implement this like JDBC and JDO or using some persistance framework to retrieve the data objects. Please suggest me about a good option for this.
    Thanks in Advance
    Durga

    Currently I am in the process of evaluating different
    design ideas for the search functionality of my
    application. I am looking for a best option for
    retrieving the data by executing some complex sql
    queries with huge query criteria and showing the
    single or multiple records to the user. But the data
    is read only. This may involve pagination if the
    number of records exceeds the page limit. This can typically be handled with a Fast Reader, though this is a coding ideom rather than a true design pattern.
    http://java.sun.com/blueprints/patterns/FastLaneReader.html
    Please suggest me about a
    good option for this.Apache Lucene is worth considering,
    http://lucene.apache.org/java/docs/

  • After a Lion clean install, how do I retrieve my data from external back-up? Following Apple advice for use of Migration Assistant did not work creating similar issues leading to clean install.

    After a Lion clean install, how do I retrieve my data from external hard drive?
    Following Apple advice I used Migration Assistant which crashed new system twice which is why I had to clean install Lion in the first place.
    Is there a sure way of doing it?
    I have only a few programs that I will have to install myself and that should not be a problem.
    I just want my data, music and photos back where I can use them.

    Time machine backups. I went to migration assistant a few hours ago and limited my selection to "users", no need for applications, settings and other files.  Stuff started moving over at a fast pace but has now seemed to stall.
    I will let it run overnight as there are lots of songs and photos as well as a few movies.
    If that does not work, then I will go into TM and try restore. I have restored some things in the past such a mail files and it has worked well. 
    The Apple fellow at the store told me to go right into TM, he may have had a point. I'll get it eventually.

  • Interfaces used for insert/update data in tables

    for providing security the procedures are not allowed to directly insert/update the values in tables.some one suggested that use interfaces for this .i want infomation about this interfaces. how this works and how to use

    An interface is an intermediate set of procedures/functions that do the job for you.
    You haven't explained what it is you're trying to achieve exactly, but here's an example scenario.
    We don't want to allow our developers to query, or write to the tables directly so they are set up with certain database users that have no permissions granted on the tables for such things.
    Instead they have been granted permission to call procedures and functions belonging to another schema, and it is those procedures and functions that do the required table access and/or pass information/data back or write to the tables.
    The developers have to write their applications to call these procedures to do any access to the tables. This means that they are limited to the functionality provided by these interface procedures so, if there is internal auditing or columns of data etc. on the tables then it may be that they can't access this data, but only the "user facing" data.
    The interface can also ensure that data meets certain requirements before being written to tables, allowing for business or technical level restrictions to be implemented.

  • Interface Using BAPI for Uploading shipment datas

    Can any1 send me the example code for Inbound Interface using BAPI for Uploading shipment datas.please kindly send me the programs which u using with BAPI

    Hi
    Except hiring (or new joinee) for all other actions you can use below Function Module.
    HR_INFOTYPE_OPERATION.
    ~~~Ganesh Kumar K.

  • HRMS database Interface for Timecard Data

    I am new to working with the Oracle Apps database. I need to setup an interface to send time card data from a third party app into the HRMS system. The data I have consists of an Employee Identifier (Can be set to match the HRMS employee identifier), Payroll Cycle Date, Hours Classification (Regular, Overtime, Double Time, etc), and the number of hours for that classification.
    What would be the best method/API for accomplishing this? I am aware of Data Pump, BEE, and direct API calls as ways to do this, but am unsure about which one is best/easiest to use. For APIs, which one would be best for me to use?
    Thank you in advance for any information / ideas that you have.

    Thanks for your help so far...I have two more questions for you
    Where can I find/download HRMS Family Pack K?
    Does the BEE Interface have API's that can feed it? And if so, is there any examples of using that API interface for me to look at? Also, is there documentation available that can help me use that API?
    Sorry for asking so many simple questions...And thank you very much for your assistance!
    Bran

  • Searching for archived documents / data retrieval

    Hi,
    In a clients system, salesdocuments for a given period has been archived. Unfortunately we now need this info (combination of salesdocument / material). Anybody know if that info is easily retrievable (if possible to accessible in tables i was thinking of retrieving these writing a small report).
    I have tried the following approach.
    http://help.sap.com/saphelp_erp2004/helpdata/en/95/6d6270dba111d2b1fa0000e8a5b9a5/content.htm
    In advance, thanks.
    Kind regards, Sigurd

    Have a look at this thread where the same topic was discussed
    How to retrieve the ARCHIVED Sales order data
    If this is not solving your issue, then have a look at the service market place
    https://websmp109.sap-ag.de/~form/handler?_APP=00200682500000002672&_EVENT=DISPLAY&_SCENARIO=01100035870000000122&_HIER_…
    where you can see an excel file with the name "Reports & Transactions for Accessing Archived Data".
    G. Lakshmipathi

  • Can anyone confirm the date used for pushing the data into AR interface table? Is it abse don Actual ship date or scheduled ship date?

    Can anyone confirm the date used for pushing the data into AR interface table? Is it abse don Actual ship date or scheduled ship date? We are facing a scenario where trx date is lower than the actual ship to which logically sounds incorrect.
    Appreciate any quick response around this.

    Hi,
    Transaction date  will be your autoinvoice master program submission level date (If you haven't setup any logic.
    Please check the program level default date, if user enter old date ststem will pick the same.
    Customer is trying to set the value of the profile OM:Set receivables transaction date as current date for non-shippable lines at the responsiblity level. System does not set the transaction date to current date in ra_interface_lines_all.
    CAUSE
    Customer has used the functionality in R11i. But after the upgrade to R12, the system functions differently than R11i.
    SOLUTION
    1.Ensure that there are no scheduled workflow background process run.
    2.Set the profile "OM: Set Receivables Transaction Date as Current Date for Non-Shippable Lines"  at Responsibility level only as Yes.
    3.Now switch the responsibility to which the profile is set.
    4.Create order for Non-Shippable Lines and progress it to invoicing.
    5.Ensure that the 'workflow background process' concurrent program is run in the same responsibility and this line is considered in it.
    6.Now check if the 'SHIP_DATE_ACTUAL' is populated to ra_interface_lines_all

Maybe you are looking for

  • Problem with mapping

    Source Message          1..1    MessageDataType  1..1       messageId   xsd:string    Datatype2Node  1..1       objectId    xsd:string       Datatype3Node  0..n          symbol      xsd:string Destination Messages        1..1    Message1     1..1    

  • MDX Statement error in sap bpc 10.1 admin when opening a report

    I have restored a previously created environment that was built on the sap bpc 10.1 platform and am receiving the following errors when accessing my reports and clicking refresh.  I also received an error when restoring the environment that says "Err

  • Playlist Order vs Track Number

    Does anybody know of a way to have a playlist play tracks in a certain order without changing the track number? I don't want to do this because some of the tracks in my playlist are from albums and changing the track number in the playlist obviously

  • Combining Rollover Caption and Click Box?

    Hi all, I wonder if anybody can solve this problem please. I am creating an interactive simulation to familarize users with a clients new web app. For each button, I have created a roll over caption (which describes the button when rolled over). I ha

  • IPhoto error message after migration

    Just migrated everything from my old mac to my new one and get the following message when I try to open iPhoto. Does anyone have any advice on how to fix this?