Can I extract data from an ABAP connector?

Hello!
Can I extract data from an ABAP connector and write on a file or I have to write before on an Oracle table?
Thanks in advance

If you are using the ODI ABAP knowledge modules, if you inspect the LKM SAP ABAP to Oracle, you will see that it does load a file into Oracle. You could tailor these to stop after creating the file. Otherwise, if you need to do some manipulation, you could load into tables in Oracle before extracting to file.

Similar Messages

  • How can i extract data from oracle table  to flat file or excel spread shee

    Hello,
    DB Version is 10.1.0.3.0
    How can i extract data from oracle table to flat file or excel spread sheet by using sub programs?
    Regards,
    D

    Here what I did
    SET NEWPAGE 0
    SET SPACE 0
    SET LINESIZE 80
    SET PAGESIZE 0
    SET ECHO OFF
    SET FEEDBACK OFF
    SET VERIFY OFF
    SET HEADING OFF
    SET MARKUP HTML OFF SPOOL OFF
    Sql> SPOOL bing
    select * from -------;
    SPOOL OFF;
    I do not see file.
    I also tried
    Sql> SPOOL /tmp/bing
    select * from -------;
    SPOOL OFF;
    But still not seeing the fie,

  • How can I extract data from a sound file in carbon

    hello,
    I am a student and I start recently learning carbon. I have to do a application which can read and extract data from a sound file and use that data to do some kind of visual representation of the file. I would like to know if someone can give some directions, tutorial,some code sample etc.
    thank you for your help
    chenita7

    hello orangekay
    My idea is to create an application that can read a sound file( AIFF, MP3 or other) in order to extract some kind of data ( numbers or any values) and use that data to represent the sound file visually.
    I dont know which kind of data can be extract from a sound file, and in which way i can manipulate that data to became a visual representation of the sound file. this is what I want to do as my second assignment for a subject at school, introduction to programming. has to be done based in carbon.
    regards
    chenita7

  • How can I extract data from embedded collection??????

    I have 4 classes (class1, class2, class3, class4). Each of them contains properties, methods and a set (HashSet). The set declaration code is: private Set set1;
    The initialization occurs in the appropriate method (however I did declare and initialize as private Set set1= new HashSet(); without success). Each Set is declared and initialize in their own class. The insert and update method works perfectly well.
    When I load class1 object, I can see at runtime in the debug feature all properties data as well as all set elements (set1, set2, set3, and set4). I can extract the data from all properties belongs to the class1 as well as the set1 element. However I cannot extract the data from the set2, set 3 and set4. By writing the following �String s = class1.set1(). Property name;� and I will get the information. The problem that I have is that I cannot write the following �String s= class1.set1().set2().property name;� since set2 cannot be seen. What should I do to get the info from the other set collection???? The loading method provide an object that contains everything. This object is equal as class1 and the set are embedded one inside the other.
    Used hibernate and Struts.
    Could someone help???? Many thanks

    Are we talking about Java source code here or some weird expression language?
    Can you post a minimal, example Java program that demonstrates your problem?

  • How can I extract data from ST03 - what tables are used?

    Hi
    I currently have to create performance statistics daily for management. To do this I use transaction ST03 and manually copy the previous days Dialog average response time, DB, CPU and GU av. times into a spreadsheet, and also the average dialog response time for 4 key transactions from the transaction profile.
    It would be nice to automate this. I was thinking of writing a basic ABAP program to query the relevant tables to extract this data - does anyone know which tables are used? I'd tried running a trace but it was not clear which tables/rows etc would be required.
    Thanks
    Ross

    Ok, that FM is an old one - for NW2004s (700) need to use 'SWNC_COLLECTOR_GET_AGGREGATES'.
    Have a basic program below. What I'm trying to do is get the average response time for transactions. I can get 'respti' from the table but I think this is the total response time - what field represents average response time?
    Also, the numbers that it's pulling back don't seem to match the numbers in ST03 at all... except 'dcount'. This seems to correct ly show the number of steps... but the other values don't match anything. What am I doing wrong?
    Program below...
    Cheers
    Ross
    REPORT  Z_GETSTATS.
    PARAMETER: day TYPE dats DEFAULT sy-datum.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode.
    START-OF-SELECTION.
    CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          periodtype    = 'D'
          periodstrt    = day
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      LOOP AT t_usertcode INTO wa_usertcode.
             WRITE:/ wa_usertcode-entry_id.
             WRITE:/ wa_usertcode-respti, wa_usertcode-procti, wa_usertcode-cputi, wa_usertcode-dcount, wa_usertcode-ucount.
             WRITE:/ '*************************************'.
      ENDLOOP.

  • Can BAM extract data from Excel Sheet?

    Hi,
    Thanks for seeing my message.
    We have huge data in the form of Excel sheet with large number of regular updates every day.
    Can BAM read Excel sheet so I can make a dash board reflecting lot of KPI's to track?
    regards,

    BAM Excel View is a report type in BAM. It does not retrieve data. You might be able to use a BPEL file adapter to read the file and publish data to BAM.

  • How to Extract Data from the PDF file to an internal table.

    HI friends,
    How can i Extract data from a PDF file to an internal table....
    Thanks in Advance
    Shankar

    Shankar,
    Have a look at these threads:-
    extracting the data from pdf  file to internal table in abap
    Adobe Form (data extraction error)
    Chintan

  • How to extract data from MBO which has input parameters

    Dear All,
    I have a requirement to show the material price and material stock.I have created MBOs which takes Plant and Material as its input.
    I have to make an android native application which will show the material stock and material price according to the input Material and Plant.
    So how can I extract data from these MBOs ?

    Have you already got the BAPIs details? If yes please check their structures and see how they are related to get the desired output. You should consult an abaper for this requirement.
    Meanwhile, you can check these posts:
    A workflow Application to Release A Purchase Order...
    Developing SAP Android Mobile app from scratch - Part 1
    Regards,
    Jitendra

  • Extract data from R/3 using RFC

    Hi!
    Can any one tell me can I extract data from R/3 to BW usinf an RFC. My project has an implementation of RFC to bring the data from R/3 to BW and execute some functions on it.
    Please let me know what are the steps to create RFC to extract data from R/3 (If possible)!
    Regards,
    Sri Harsha

    Hi,
    Check the below threads.
    Unable to fetch data from R/3
    Problem in extracting data from R/3 to BI 7.0
    Extraction from R3 table to BW
    RFC to file scenario
    Regards,
    Maha

  • Extract data from Dynamic Table in Pdf

    Hi,all
    How can I extract data from dynamically created table(the rows are added/removed by user in offline scenario) in pdf form?
    Regards,
    Michael

    Hi Micheal,
         I have a scenario which is similar as yours.I want to extract table data from the offline form.when i extract data i am getting values only for first row of the table.Can u please guide me how to fetch the data for a table(this table also has dynamically increasing rows in offline).I need the solution urgently.Please help me on this.
    WIll reward points for sure.
    Thanks and Regards,
    Srividya.

  • Why XML can't extract data in JSTL?

    I have a xml file,named test.xml,I put it into Tomcat5\webapps\ROOT directory, it's content like follows:
    <rolodex>
    <contact>
    <firstName>Anna</firstName>
    <lastName>Keeney</lastName>
    <email>[email protected]</email>
    <phone type="work">716-873-9644</phone>
    <phone type="home">716-834-8772</phone>
    </contact>
    </rolodex>
    Then I write a JSP,and put it into same directory of Tomcat5\webapps\ROOT too,the code is follows:
    <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %>
    <c:import var='rolodex_xml' url='http://localhost:8080/test.xml'/>
    <x:parse var='document' xml='${rolodex_xml}'/>
    <table>
    <x:forEach select='$document//contact'>
    <table>
    <tr>
    <td>First Name:</td>
    <td><x:out select='firstName'/></td>
    </tr>
    <tr>
    <td>Last Name:</td>
    <td><x:out select='lastName'/></td>
    </tr>
    <tr>
    <td>Email:</td>
    <td><x:out select='email'/></td>
    </tr>
    <tr>
    <td>Work Phone:</td>
    <td><x:out select='phone[@type="work"]'/></td>
    </tr>
    <x:if select='phone[@type="home"]'>
    <tr>
    <td>Home Phone:</td>
    <td><x:out select='phone[@type="home"]'/></td>
    </tr>
    </x:if>
    </table>
    <br>
    </x:forEach>
    </table>               
    </body>
    </html>
    I want to extract data from test.xml and show the results in this JSP page,but when I run it,the page don't show the data,and only show:
    First Name:
    Last Name:
    Email:
    Work Phone:
    Home Phone:
    Why XML can't extract data from test.xml?
    Thanks in advance!

    View source on your page. What does it generate?
    Unless you import the xml taglib you can't actually use it.
    Try putting this on your page:
    <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>Cheers,
    evnafets

  • Extract data from datasource 0APO_MSP_CHECK_ORDER error

    Hi,expert. Happy new year. I met a problem today,when I use TCODE RSA3 to extract data of datasource ,0APO_MSP_CHECK_ORDER,I got an error.
    1. Follow-up error
        Follow-up error
        Message no. /SAPAPO/OM_ERROR184
    2. om_other_failed
    ( om_other_failed )
    Message no. /SAPAPO/OM012
    So, I can't extract data from this datasource.
    The datasource 0APO_MSP_SLOT had the same error too.
    PLZ help me. Thank you very much.
    Happy new year.

    It has been solved.

  • Can not extract data into BW from SQL SERVER

    Dear All,
      I meet a problem to extract data from database(MS SQL Server 2000(sp3)) into BW now and can not extract data into BW ODS, even PSA, In the monitor, display yellow light(0 from 0 record), detail message just display message "data request arranged" "confirmed with: confirmation" in requests(message) step; "missing message: request received" in extract (message)  step; "no data" in processing(data packet) step and so on. but in fact, there are two records in my database test table and DB connection is OK. Even I can extract data from another test oracle database into BW ODS successfully.
       Our BW system has two BW applicaton server and use oracle database. the one application server locates on IBM AIX host. the another one locates on one NT server. the application server on NT server is used for data extration from MS SQL SERVER  database into BW oracle database. and MS SQL SERVER and NT platform application server locate on same one host. DBSL was installed on the NT application server already. and DB connector also was created successfully for MS SQL SERVER and datasource also was generated. DBSL type is Kernel640-WIN-IA32bit-unicode. my BW system is ECC5.0/UNICODE/ORACLE. all table/view/field name of MS SQL server is upcase and have not any specific character. for example: ZDEMO etc.
    wait your help.
    Thanks in advance.
    Billy

    Hi  Ravi,
    Could you help me to get knowledge about the followings:
    approximately how many records    extracting and transfering  from SAP R/3 to BIW  in an organisation. for that how much time  will take .
    How to extract data from  two are three source system  to BIW. Kindly help me with step by step explanation .If any screen shots with documents pls fwd to my ID. "[email protected]"
    Your help highly appreciated.
    Thanks.
    Hema

  • How to extract data from info cube into an internal table using ABAP code

    HI
    Can Anyone plz suggest me
    How to extract data from info cube into an internal table using ABAP code like BAPI's or function modules.
    Thankx in advance
    regds
    AJAY

    HI Dinesh,
    Thankq for ur reply
    but i ahve already tried to use the function module.
    When I try to Use the function module RSDRI_INFOPOV_READ
    I get an information message "ERROR GENERATION TEST FRAME".
    can U plz tell me what could be the problem
    Bye
    AJAY

  • How can I join 3 tables while extracting data from SAP R/3?

    I have 3 tables with the following columns
    Emp table (emp)
      emp_id
      emp_name
      emp_add
    Dept table (dept)
      dept_id
      dept_name
      dept_loc
    Location table (loc)
      loc_id
      loc_name
    Now. If I want to select data from loc_id = 10 and emp_id between 2000 and 3000
    How to join these three tables while extracting data from R/3
      join condition
       loc.loc_id = dept.loc_id
    and dept.dept_id = emp.dept_id
    and loc.loc_id =10
    and emp.emp_id between 2000 and 3000.
    Could any one let me know the procedure to extract this data into BW system.

    Hi,
    shouldn't your join condition be:
    loc.loc_id = dept.DEPT_LOC
    and dept.dept_id = ??
    If you can join the three tables then create a generic datasource (RSO) based on a view (create your view with your join in SE11).
    Enable the loc_id and the emp_id as selectable in the datasource so you can then select the values from a BW IPack.
    hope this helps...
    Olivier.

Maybe you are looking for

  • After upgrading to ios7.1 iphone won't play via USB in car.  Why?

    I had been able to play my iphone through my 2013 Honda until I did the 7.1 upgrade.  Now the car does not recognize the iPhone.  How do I fix this?

  • Navigation with page turning PDF?

    Am using CS4 products, don't know whether Acrobat or InDesign is the problem. I can get a flip-book by adding Page Turn transitions in InDesign, exporting to SWF, using Create PDF from file in Acrobat, then poof, I have a PDF with page turns. So far,

  • Scaling an object that contains a gradient

    I'm working in Illustrator CS3. Got a question: I'm looking to scale an object that contains a gradient, but I want the position of the gradient to remain in the same position on the page. That is, I don't want the gradient to scale along with the ob

  • Milestone tracking in Master project plan

    Hi,   I have 6 projects(project 2010) and also need to have one master project. The master project should contain milestones of each of the 6 subprojects  so that the director could view status of milestones only. Could you please suggest how should

  • Why wont Flash Player Install on my Mac? Says Safari isnt closed?

    I need help. I have got a notion saying that i need to install the new Flash Player, but when i try to do it. It wont install on my mac, becasue it says that safari isnt closed, when it in fact is closed. Can somebody help me?