BW extractors from R/3

What are the extraction methods used to extract data from
Logistics of R/3
Is there any site which can guide us to start a project from scratch.
For eg want to start with pulling up Logistics data and create reports. So how do i start with it.

Hi,
please check the weblogs:
/people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
/people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
/people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
which elaborate on this topic.
Further information can be found in the SDN searching for the topic Logistic Extraction.
   Cheers
     Andreas

Similar Messages

  • How to Create EXTRACTOR from R3 QUERY

    Hi,
    I'd like to create an extractor from a custom ABAP R3 Query that must be executed with a variant.
    The standard extractor from a query doesn't allow to execute the query with a variant.
    The query variant drives some calculations and it's important for the correct display of the query result.
    How can i do?
    Thanks in advance.

    Hi,
    the result of the query depends on the input fields we set in the variant. So we need to extract the query information on R3.
    We tried also to submit the program related to the queries with return esporting the result to the memory  and  then, using the FMS LIST TO MEMORY and LIST TO ASCII in order to put the result into an internal table, but it doesn't work beacuse the query uses a logical database. Any IDEA?
    The code below works for an easy query (join from table) but not on a query that uses a logical database :
    DATA asci_tab TYPE text180 OCCURS 0.
    DATA mem_tab TYPE abaplist OCCURS 0.
    START-OF-SELECTION.
      SUBMIT AQZZFI==========ZTEST_AF=====
                            USING SELECTION-SET 'ZTEST_AF'
                            EXPORTING LIST TO MEMORY
                            AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = mem_tab
        EXCEPTIONS
          not_found  = 1.
      IF sy-subrc = 0.
        CALL FUNCTION 'LIST_TO_ASCI'
         EXPORTING
           list_index               = -1
         TABLES
           listasci                 = asci_tab
           listobject               = mem_tab
         EXCEPTIONS
           empty_list               = 1
           list_index_invalid       = 2
           OTHERS                   = 3   .
      ENDIF.
      CALL FUNCTION 'LIST_FREE_MEMORY'.

  • Multiple Usage of a Delta Extractor from R/3

    Dear all,
    do anybody know if a Delta Extractor from one R/3 system could be used in different SAP BW Systems?
    Many thanks
    Didi

    Hi Dieter,
    your comment:
    "e.g. 2 BW systems that should get the same data from one Delta Extraktor."
    is very much possible.
    The Initialize information in the source system (R3 system) is maintained in the Table ROOSPRMSC.
    If you check the Key fields in this table , you will find
    DataSource
    DWH System  
    Source system
    An R3 system can supply a Number of BW systems via DELTA.
    Cheers,
    Praveen.

  • Use of BW Extractors from SAP R/3 to a non-BW System

    Hi,
    We have an internally developed data warehouse.  We need to extract master and transactional date from SAP R/3 to WebMethods, which will then send it to the data warehouse.  Some will be full extractions, others will be delta only.
    I am looking at my various options:
    - Custom extract ABAP program to create either flat files or Idocs
    - Oracle program based on oracle database triggers
    - **** BW Extractors - My question - Can I use BW Extractors to create an Idoc or a flat file that will NOT go to a BW system?  Sorry, I have no BW experience, but have been looking at RSA6, RSA3, RSO2, LBWE.
    Anyone have documentation showing this?
    Thanks,
    Robin

    Hi Robin,
    The answer is <b>NO</b>. They are built primarily for BW. It simply wont work for other programs. A single mismatch in extraction logs between R/3 and BW causes unwanted ABAP Dumps.
    You must device another way to harvest data out of R/3. I suggest you use <b>Change Pointer</b> mechanism in R/3. It  is able to generate various IDOCS (<i>Master Data and Transactional</i>).
    In the course of our R/3 implementation before, it is not an instant switch over to R/3. We need to keep our existing legacy systems up and running although the Master Data/Transaction maintenance are already in R/3 until all our branches have been converted to SAP. Change Pointers and IDOCS helped us achieve that...I think that setup is similar to yours...
    If helpful, pls grant points...
    Regards,
    Jkyle

  • SPM Extractors from SAP R/3

    Hi, I am quite new working with SPM and currently investigating options for data extraction activity from R/3 to SPM.
    I could see there is an extraction wiki, were I found very useful information, and could see the main options are:
    1. Use SAP provided ABAP extractors (as a starting kit probably)
    2. Write our own ABAP programs
    3. Using other ETL tool, like for example BOBJ IM (Business Objects Integration Manager)
    My main concern is regarding performance, as I expect to have to deal with high volume of data. I'd like to hear some past experience on how SAP provided extractors work. Have any of you implemented these extractors or had the chance of seeing them running?. The delta capability works fine? Is it a delta just based on a document creation/change data? or other changes (in the master data for example, where we do not always have a change date) are also captured?. How much customizing should I considerate will be requested (of course I understand this depends on how much customizing do we have in our R/3).
    Is it worth exploring these standard extractors?. Or should I better start considering other option like BOBJ-IM? I think I will have to use BOBJ-IM anyway for some non-SAP sources of data which I also have to include.
    Any experience with these extractors is appretiated!.
    Many thanks.
    Regards,
    Claudia.

    Hi Claudia,
    Below are some of my comments in regards to SPM extractors.
    1.  Using SPM extractors as a starter kit is a great idea.  This will bring in all the necessary data from standard R/3 tables with the necessary logic to populate SPM.
    2.  Taking the route of writing you own ABAP program / extractors may be necessary only if you have quite a lot of customization in R/3 as your source for data.
    3.  Using BOBJ IM is necessary for extracting data from non-SAP data source.
    As always loading initial could be a lengthy process.  To speed up this process it is recommended to break it down to smaller manageable loads.
    Delta is primarily based on create / change date for both master data and transaction data.
    In terms of customizations, you are right depends on what you are looking for, you may end up adding new fields or writing some exit / code to add business logic to existing fields.  Have seen customers do a combination of both.
    Have seen quite a lot of customers take the route of delivered extractor which gives them a great start.  Secondly looking at the extractors you can tell exactly what tables and fields are used to extract data, that way even if you are planning to build you own extractors you know exactly what fields are needed.
    Regards,
    Rohit

  • How to create an interface for extractors from CRM to BI/BW

    Hi Experts,
                    My aim is to bring in data from CRM source to BI/BW target so for that we have found few extractors in CRM side which we need to use in BI. I would like to know how i can achieve this. I knw we can use web services for this, but i want to knw the procedure involved in doing this. I have mentioned few extractors which has to come from CRM system to BI/BW target system. Current we dont have these extractors in our BI/BW system. Also we dont have the connection to that particular CRM source. Please advice what has to be done for the above.
    Extractors
    1. 0CRM_FM_BPO
    2. 0CRM_FM_FND
    3. 0CRM_FM_FND_ATTR
    4. 0CRM_FM_FND_EXPENSE_TYPE_TEXT
    Thanks in advance
    Shiva

    Hi,
    First we need to create a RFC Connection between CRM To BW system. BASIS persons will create this connection.
    [Connection between Source Systems and BW|http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm]
    1.After that we can need to activate data sources in RSA5 in CRM system,
    2.post processing in RSA6 in CRM.
    3.Replicate source system in  BW system.
    those data sources will come to BW.
    Do Business content activation in BW. After you can create Info packages and load data.
    Regards,
    Madhu

  • Standard Extractor from PP / PI

    Hi GURu
    i have a problem , i have tested these extractors:
    2LIS_04_P_MATNR
    2LIS_04_P_ARBPL
    2LIS_04_P_COMP
    I haven't obtained any results in terms of extraction when i launched them, also if the table were populated and the extractor was activated.
    What's up?
    Someone could help me?
    Thanks in advanced.
    Max

    Hello  Friends/Experts,  For PP module I m trying to load init and Full for following
    datasources : 2lis_04_p_matnr,2lis_04_p_comp ,2lis_04_p_arbpl ,2lis_04_p_prematnr ,2lis_04_p_precomp ,2lis_04_p_prearbpl
    and  for that
    Go to Transaction LBWE (LO Customizing Cockpit)
    1). Select Logistics Application
         Shop floor control
                Extract Structures
    2). Select the desired Extract Structure and deactivate it first.
    3). Give the Transport Request number and continue
    4). Click on `Maintenance' to maintain such Extract Structure
           Select the fields of your choice and continue
                 Maintain DataSource if needed
    5). Activate the extract structure
    6). Give the Transport Request number and continue
    - Next step is to Delete the setup tables
    7). Go to T-Code SBIW
    8). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Delete the content of Setup tables (T-Code LBWG)
    vi. Select the application (04 u2013 Shop floor control ) and Execute
    - Now, Fill the Setup tables
    9). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Filling the Setup tables
    vi. Application-Specific Setup of statistical data
    vii. u2013 Perform Setup
               --Statistical Setup: Shop Floor Information System (Specify a Run Name and time and Date (put future date) )->(Execute )
               --Setup of Shop Floor Information System Repetitive Manufacturing-> (Specify a Run Name and time and Date (put       future     date) )->(Execute)
    - Check the data in Setup tables at RSA3  and checked under t-code NPRT there is log of runs
    - Replicate the DataSource
    Use of setup tables:
    You should fill the setup table in the R/3 system and extract the data to BW - the setup tables is in SBIW - after that you can do delta extractions by initialize the extractor.
    Full loads are always taken from the setup tables
    After following all the that I am not getting any data in RSA3
    so can any one tell me where I made mistake or need to do some more steps
    I Will be thankful of yours
    regards

  • SEM-BCS data extractor from ECC general ledger table(s)

    We are a utility company working on an SEM-BCS implementation and use the FERC solution.  We do not use the new GL.  We are trying to extract the transaction data from ECC to a BI virtual remote cube.  We cannot use the profit center extractor (0EC_PCA_3) as the profit center tables do not contain any ferc data.  We need to be able to extract the transaction data from a general ledger table.  We have run into several issues with various extractors we have tried because they donu2019t allow direct access (0FI_GL_4) or are at a summary level and we canu2019t extract group account, trading partner, and transaction type detail (0FI_GL_1).  Would you have any suggestions on how to extract general ledger data with the detail information required from ECC to be able to load to a BI virtual remote cube?

    We are going forward with getting the natural account detail data using the profit center extractor 0EC_PCA_3, and getting the ferc summary data using the general ledger extractor 0FI_GL_1.  With our testing so far, this combination will provide us the data we need in BCS.

  • CO_PA extractor from 4 tables

    Hi experts,
    I would like to how to find out which fields from which tables are being picked up from the 1_co_pa extractor. To my knowledge there are 4 tables for CO-PA, CE1-4. Is there a way to see the fields and to which table it belongs to is being extracted?
    mark

    HI Mark,
    CE1 and CE2 bring line item data, actual and plan respectively. So if your COPA data is configured only for actual, then you can remove CE2 from your source list.
    Again, fields such as date would be part of the line item data. So again the source of such data would be CE1 for actual and CE2 for plan.
    As mentioned in the link above, activate trace and in RSA3 run the extract. Go back to the trace and view the tables and the fields.
    Regards
    Prakash

  • How can I stop the magic extractor from locking up

    This is an issue I've recently started to have. Everytime I use the magic extractor function ir freezes/locks up the program. I do get the status of the extraction process after picking my background & forground, yet when I attempt to preview my photo it acts as if the process is working, but in the end I don't get a preview image of my selection & the program has locked up. I'm running XP with SP3, 3.49 GB of available RAM and 20.8 GB of free space on my drive. The image I am working with is 2592x3888. So I don't believe memory is at issue here.Is there something I'm missing?

      The editor saved prefs often get corrupted. You may need to rebuild the editor preferences to resolve any conflicts. To begin, close Elements.
    Hold down the Ctrl+Shift+Alt keys and simultaneously click on the Edit button on the welcome screen. Release the three keys and look behind the welcome screen by closing it. Or hold down the keys whilst clicking on the desktop icon for the Editor or PhotoshopElementsEditor.exe in the Programs folder. Keep holding down all three keys until you get the settings option.
    You should see a pop up box with the words: Delete Adobe Photoshop Elements Settings File?
    Click on Yes
    Then wait whilst Elements rebuilds the preferences.

  • Extraction from Standard Extractors in SAP-BW

    Hi
    How i can extracts data from standard extractors from R3 system to  SAP-BW
    like 0CUSTOMER_ATTR is standard extractors.
    Regards
    Atul
    Edited by: AtulMohan Mishra on Nov 4, 2010 1:08 PM

    There are standard steps for this...
    1.Activate Dasasource in R/3 (RSA5)
    2. Replicate DataSource in BW
    3. Create Update rule / Transformations
    4. Create Infopackages / DTP's and load data.
    You can get details in any BW/BI book.
    SSS

  • One extractor to 2 targets

    Hello experts,
    We currently have one custom extractor from ERP feeding one data target in BI.  We are looking to add a new BI system in to the landscape and I would like to know if it is possible to use this same extractor to feed 2 data targets at the same time.  One feed goes to the existing BI system and another goes to the new system. 
    Thanks.

    Hi David......
    Yes......this is possible........in that case there will be two target BI systems.....
    Check SAP Note 775568 : Two and more BW systems against one OLTP system............this will solve ur problem.......
    Regards,
    Debjani.....

  • Error while using Extractors in BODS

    Hi All,
    1.Our version is BODS 4.0  & ECC 6.0 EHP5.
    2. We can able to import extractor from SAP system.
    3.Error while running the extractor job in BODS, Please see the error below.
    Extractor returned error: <E: MESSAGE - Job ODQR_20140806_121712_000014_C could not be scheduled. See the system log for
                                                           details.. MESSAGE_V1 - ODQR_20140806_121712_000014_C.>.
    4. I checked running RSA3 transaction, there we can able to see the data. Aslo tested by using ABAP program, the result was Maximum waiting time of 7.200 seconds exceeded.
    Aslo i refered below link.
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=272794989
    Thanks & Regards,
    Balamurugan G

    Hi Ganesh,
    Its standard extractor - 0CUSTOMER_ATTR
    I can able to see the data in RSA3 but i don't know how to check in RSA5/RSA6 whether its enabled or not.
    I checked in ROOSATTR table that extractor is available.
    Thanks & Regards,
    Balamuruga G

  • How to retract data from BPC Netwaver to SAP R/3

    Hi all,
    I have three questions concerning the retraction of data from BPC to R/3:
    1)Can someone explain me how i can send data from BPC to R/3 (via SAPBI)??
    2)What's a better choice => Can i do this from an infocube or a DSO?
    3)And what is the role of the BAPI's "BAPI_0050_CREATION" and "BAPI_TRANSACTION_COMMIT"
    Or are those not important?

    hi,
    The push principle shows a workaround to start an extractor from the source system.... for this you can try APDs (esp for CRM system)and open hub destinations(OH).
    or
      kindly refer to below document which describes about the COPA retraction as an example for the same
    http://tleterme.developpez.com/bw/how/HowTo_COPA_Retraction.pdf
    also below thread explain that in detail about retractionand has diff links that might be helpful to you
    Retractors to SAP ECC from SAP BI
    regards
    laksh

  • Custom delta extractor: All data deleted in source table in R/3

    Hi everyone,
    I have made a custom delta extractor from R/3 to a BW system. The setup is the following:
    The source table in R/3 holds a timestamp, which is used for the delta. The data is afterwards loaded to a DSO in the BW system. The extractor works as expected with delta capability. Furthermore if I delete a record in the source table, this is not transmitted to the DSO, which is also as expected.
    The issue is this however: If we delete all data in the source table, then on the next load there is a request showing 1 record transfered to the DSO. This request does, however, not show up in the PSA, and afterwards all data fields in the DSO is set to initial.
    Does anyone know why this happens?
    Thank you in advance.
    Philip R. Jarnhus

    Hi Philip,
    As you have used generic extractor I am not sure how the ROCANCEL will work but you can check the below link for more information,
    [0RECORDMODE;
    Regards,
    Durgesh.

Maybe you are looking for