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

Similar Messages

  • 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

  • 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'.

  • Standard extractor to load IHPA data into BW

    Hi,
    Is there any standard extractor (from business content ) to load IHPA table data (Plant Partner) into SAP BW ?
    Thx.
    Radj.
    Edited by: Radjech Radjech on Dec 29, 2010 3:24 PM
    Edited by: Radjech Radjech on Dec 29, 2010 4:11 PM

    Psycho
    Also please Check these useful links on BW and CRM
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3ed09790-0201-0010-c28e-c639f87d40b9
    http://help.sap.com/saphelp_nw04/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    http://help.sap.com/bp_biv235/bi_en/html/BW/CRMAnalytics.htm
    Thnaks
    Sat

  • ECC to BODS - Standard Extractors

    Hi Experts - We are using DS 3.2 SP - 3.
    We need to pull the data from ECC system through standard extractors to the Flat File.
    Does DS 3.2 supports the Standard extractors from ECC.
    Thanks
    R

    You need to call the function via a Schema Out function within a Query transform just like you would call a custom function, i.e. right-click in the Schema Out panel and select 'New Function Call' then in the function wizard you must select your ECC datastore from the 'Function Categories' list and then you should see your imported function on the right, then follow the wizard to define the input parameters and choose which output parameters you want output as colums in the query (and can then write to a flat file).  Just be aware that if one of the output parameters is a table then you will need to unnest the table schema in a second query transform before wrtiting to the file.  Oh and just use a 'Row_Generation' transformation to generate one dummy row as a source.

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

  • Map R/3 field (from standard extractor) to BW object

    Is there a document or a practice to map each R/3 field from standard extractor to BW object?
    For example :  DataSource 2LIS_11_VAHDR (sales document header)
    contains BUKRS, KUNNR, KVGR1, KVGR2 and it is mapped to 0COMPCODE,0CUSTOMER,0CUSGRP1,0CUSGRP2 respectively

    hi Panadda,
    you can try search in help.sap.com,
    click 'search documentation' and option 'netweaver',
    and keyword '2LIS_11_VAHDR ', you may get
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/18f23864eec97ae10000000a114084/frameset.htm
    hope this helps.

  • Valid from Date in Standard Extractor 01.01.1000

    Hello,
    in a Standard Extractor for Master Data there is a valid from and valid to date.
    The valid from contains dates before 01.01.1000. OK, these dates may not make sense, but I need to upload them to BW. But BW creates errors in PSA due to the date being before 01.01.1000.
    Chances are low that Source System will correct all entries - so what can I do. Since the problem is in PSA I wonder where ist the best point to correct the problem and how to correct it.
    Is there anything I can do in order to make BW accept dates before 01.01.1000 ?
    Thanks for your help!!
    Angelika

    Hi Angelika,
    create a routine in the transfer rules and set the data to 01.01.1000 or another valid 'lowest' date in case it is not in the validity range.
    kind regards
    Siggi

  • Is there any standard extractor for AFD provided by SAP?

    Hi.
    We are planning to implement SEM-BCS ? From this forum and  SAP documentation( help.sap.com and service.sap.com), I just found that integration with ECC is total records(RFD) and some master data. Unfortunately, I could't  find any further integration point. AFD such as inventory balance, Gross profit etc seems to be extracted from ECC such as FI, MM or CO module. But there is no mention in SAP documentation.
    I think I missed good integration point SAP provided.
    Otherwise, We have to develop the some program to extract AFD. Is my understanding correct?
    Is there anybody who has experience to extract AFD from ECC with standard extractor or CBO program?

    The main problem with automatical load of AFD is the strict dependence on the ECC/R/3 configurations that might differ very significantly.
    So, there is no standard extractors for AFD.
    IPI - I used to figure out the ways of calculating the figures needed for IPI with non-standard functionality. And understood that even with a standard functionality the task of extracting the proper values are not esy at all.
    IPA - there are so much data that needed to be entered for IPA, plus FI-AA configuration depends on implementation...
    CoI - the most of data for it is accessible in ECC, even in RFD.
    So, forget about the standard and easy way of extracting the data needed. Try to examine the configuration of modules you are interested in, and find the ways to extract the data.

  • 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 enhance Standard Extractor for 0CUSTOMER_ATTR

    Hi,
    I need to enhance the standard extractor of 0CUSTOMER_ATTR in order to populate the newly added attributes.
    I have few questions:-
    1) Will there be any impact of manually adding attributes to 0CUSTOMER on the data flow/where used list of 0CUSTOMER.
    2) In order to get the master data for newly added attributes we will need to enhance the extractor. Could you let me know the entire process of enhancing the standard extractor.
    3) Will it be safe to make a copy of 0CUSTOMER as ZCUSTOMER, add the new attributes in ZCUSTOMER and use ZCUSTOMER for our requirement. In this case also we will need to enhance the extractor.
    Your inputs will be helpful.
    Thanks,
    Naveen Kr. Choudhary

    1) Will there be any impact of manually adding attributes to 0CUSTOMER on the data flow/where used list of 0CUSTOMER.
    No there will not be any impact for the where used list of 0CUSTOMER info object, there will be effect once the enhanced data source is replicated to BI side.
    2) In order to get the master data for newly added attributes we will need to enhance the extractor. Could you let me know the entire process of enhancing the standard extractor.
    SE11 --> create the Structure
    Tcode: RSA6 -> Double click on the Data source --> Now in the DS:customer version screen you can see the extract structure name --> double click on it -->Next you will find an option of Append Structure button --> click on it -->
    Add the necessary field's in the Append Structure with Component Type:. Before you exit, make sure that you activate the
    structure by clicking on the activate button.
    Next
    -->You need to confirm that the Added filed has been added to the DataSource and that it will be available to BW. When you go  back at the Postprocess Datasource and Hierarchy screen(RSA6), select the same DataSource again and press the Change DataSource button .
    Check for the filed that you had appended, it will be appeared at the bottom of the extract structure.
    Once this is done now the appended fileds are ready in DS, now we need to populate the data from the corresponding tables.
    For this Select the Data source 0customer_attr --> click on Function enhancement --> enter the project name and next enter the Enhancement RSAP0002 This enhancement has four components that are specific to each of the four types of R/3
    DataSources:
    Transaction data EXIT_SAPLRSAP_001
    Master data attributes EXIT_SAPLRSAP_002
    Master data texts EXIT_SAPLRSAP_003
    Master data hierarchies EXIT_SAPLRSAP_004
    With these four components , any R/3 DataSource can be enhanced suing the above 4 Function module. In this case, you are enhancing a Master data DataSource, so you only need EXIT_SAPLRSAP_002 .
    Next we need ABAP developer in order to enahance the DS and write the logic to populate the values to the filed from the source table.
    once this is done save the code and activate it.
    Next fill the set up tables and  Goto RSA3 tcode check the data source and check for the fileds that were appened are populated with the values or not.
    (for more detailed steps our friend Chowdary has send u the links go through them)
    3) Will it be safe to make a copy of 0CUSTOMER as ZCUSTOMER, add the new attributes in ZCUSTOMER and use ZCUSTOMER for our requirement. In this case also we will need to enhance the extractor.
    I dont think there is a need for creating a new ZCUSTOMER , you can use the standard one.
    Edited by: prashanthk on Aug 13, 2010 9:02 AM

  • Standard extractor for RBKP:Document Header: Invoice Receipt?

    Hi gurus,
    I need to extract from the table RBKP. Is there a standard extractor for this table? If not, what table joins would be best to create a generic extractor?
    Thanks !
    Chirayu

    Hi Chris,
    Check to see if this would be useful:
    http://help.sap.com/saphelp_nw70/helpdata/en/57/dad06449114814919000e27dfb255e/content.htm
    Hope this helps...

  • Standard extractors for pricing conditons in CRM

    HI Guys,
    I would like to extract pricing conditions from CRM and wondering if there is a standard extractor for that.
    thanks

    Hi Bhat,
    There is no standard CRM datasource to extract pricing information. I have attached a document to this message with a suggestion on how you might create your own extractor to load the pricing information, see the document pricingconditionssuggestion.DOC. Please note that this is only a suggestion and there is no guarantee that it will work
    or meet your requirements. If you implement the suggestion though please let us know the results.
    Best Regards,
    Des

  • Standard extractor for ECC table BFOD_A

    Dear Gurus,
    Do we have any standard extractor delivered by sap to extract data from ECC table "BFOD_A".
    Also this table does not have any timestamp field..so in case we create generic datasource on this table how to do we extract delta.
    Thanks,
    Sandeep

    As far as I know there is no standard extractors for this table. You are trying to get AR by Profit Center information? The FI consultant had tried adding a timestamp field but unfortunately the customized program is not 100% correct (as we have missing data in delta). So we just created a generic extractor on this table and perform weekly full load until the customized program got fix.

  • Table for checking the appended fields in the standard extractor

    Hello,
    Please let me know the table name for checking the appended fields in the standard extractor.
    Thanks in advance

    Hello,
    From Rsa6 , goto your extractor from there you may get the name of your strucutre
    Go to DD03L and enter this name
    And you get to see all the fields there..
    waiting for your feedback.
    Regards
    Nitin Bhatia

Maybe you are looking for

  • Dynamically generating text item in developer

    Hi, I am developing applicationn in developer 6i and I am facing problem regarding displaying records in form. My query is select ename, edept from sale where city = 'NYK' suppose this query fetch 10 records and I dispalyed them in developer but prob

  • Item category S can only be used with account assignment category

    Hello Gurus, When i tried to create a PO then error "Item category S can only be used with account assignment category" is coming for my plant and material. Could you please tell me where i have to maintain the setting of account assignement for a pl

  • Import from minidisc

    My wife has tons of stuff on minidisc and wants to import to the iMac to burn CDs. What is the best way to get songs off her dedicated minidisc player - which doesn't have audio out - into the Mac? I've read that it's possible to use the headphone so

  • Widgets Allowed On Your Website?

    I was wondering if im allowed to put apples widgets on my website? (not for download for playing) Thanks!

  • InDesign CS4 crashes when selecting New Color Swatch

    Any idea why InDesign would be crashing when I select New Color Swatch?  I can Load Color Swatches or choose from the swatched in the menu, but if I try to add a new color it crashes no matter what type of document I am working on.