BI Content Extractor and reliable tables in ERP

Hi there,
can you tell me from which tables in the ERP-system the function module FLQ_BIW_GET_DATA extracts the data. The DataSource in BW is "0TR_LP_1". Would be good to know the reliable tables names in ERP.
Thx.

Benjamin,
Following two tables are being used for this extractor:
FLQSUM
FLQCOMPANY
On top of these tables, one view is created with name V_FLQSUM from where these details are being pulled.
Hope this helps!
Cheers,
Samay

Similar Messages

  • Business content Extractors and customer generated extractors

    Hi Gurus,
    I have following doubts on Extractors can u please clarify the following
    1) what is the difference betwwen Business content Extractors and customer generated extractors?
    2)why FI-GL and COPA are called as customer generated extractors ?
    3)what is the difference between FI and Fi-sl and why FI-SL comes under customer generated extractors Extractors why not FI ??
    Regards,
    Nagarjun.

    Hi,
    You will go for Business Content extractor when the Customer requirement match with the content extractor delivered by SAP, other wise you will customize or create a Generic Extractor.
    Check the below link:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/c9bd342fdf1368e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/content.htm
    i am not sure abt the customer generated extractors

  • Delta Enabled Business Content Extractors and Safety Intervals

    Is there a transaction/table from where I can check the safety intervals of Business Content extractors for example 2LIS_13_VDITM.  If I created a Z copy of an extractor is there a way of changing this value? Thanks

    There are two fundamentally different extractor types:
    1. Que, which is updated at time of transaction
    2. Delta based on incremental field on transaction
    LIS extractors are type 1 and CO extractors and generic data sources are type 2.
    Type 1 is more advanced as it handles the change directly. Type 1 handles complex data scenarios where type 2 is better for simple scenarios. Learn more i BW350

  • Business Content Extractor and Customized one

    Hi,
    What should be the decision criteria for deciding whether to use Business Content Extractors or a Customized one?

    Hi Subash Soni..
    First u Check with U r Functional consultant.. and Decide weather Those Fields are available in  Business Content..   in Saphelp.com u can check all Queries..datasources..Cubes.. etc..Go through them throughly and come to One Conclusion..
    if they are matching u r reqirement .then Go for Generic data sources..
    if u Dont know how to Do Generic Exrection send u r email i will send the Screen Shots.. Step By Step. then u wil;l get Clear Idea.
    Cheers
    Purushotttam.
    [email protected]

  • Creation of custom Infocubes, extractors and multiprovider

    Hi all,
            Can somebody give me the information regarding the creation of custom Infocubes, extractors, and multiproviders. It would ne great if you could give me some examples regarding the above in SD.
    Thanks,
    Sekhar

    We will go for the creation of custom infocubes
    when the existing business content doesnot suite your requirement.
    when u r using the one existing business content extractor and u need the same requirement for another cube u can create your own extractor of the same type without changning the existing one.
    we will use multiproviders for reporting purpose.  suppose if u are having some 3 infocubes and u want to display the fields from the 3 cubes then go for the creation of multiprovider.

  • 0TR_LP_1 reliable table names in ERP

    Hi there,
    I am working with the BI content to extract data from SAP ERP to NetWeaver BW. In detail I use the DataSource 0TR_LP_1 for the Liquidity data. In the SAP help I can't find the reliable table names of the data in the ERP system. Maybe you can tell me from which tables in the ERP system the extractor takes the data.
    Thx for your answers,

    Below are the tables for 0TR_LP_1:
    FLQFC_LOCK                     Liquidity Calculation - Lock for Forecast
    FLQITEMFI_FC                   Liquidity Calculation - Forecast Line Items for FI Documents
    FLQITEMPO_FC                   Liquidity Calculation - Forecast Line Items for MM POs
    FLQITEMSO_FC                   Liquidity Calculation-Forecast Line Items from Sales Orders
    FLQSUM_FC                      Liquidity Calculation - Forecast Totals Records

  • Merging FI and CO data in BW using bus content extractors

    Hi Guru's,
    We have a requirement to report on a combination of both FI and CO data.  I have most of the required info available from the 0FI_GL_4 extractor, but need some additional CO entries.  These are available in the 0CO_OM_CCA_9 and 0CO_OM_OPA_6 extractors.  Since there is some overlap of the data, I am looking to find a way to combine the data that does not create duplicate entries.
    My initial design was to create a custom DSO with key fields which included fiscper, zcostelmnt, zdoc_num and zitem_num.  I first loaded the FI data, and then both of the CO datasources.  I used the custom key fields to try and generate a condition whereby I could ensure any duplicates arriving from the CO datasources would simply overwrite any data that might already exist from the FI datasource.  I  looked through the extractors for fields to use to identify a particular transaction uniquely if it occurred on both an FI and CO extraction, and used these values to populate into the DSO keys.
    I have even looked at the BSEG (FI) and COEP/COVP (CO) tables to create append structures as necessary to pull in additional fields to assist in finding a unique combination.  I am currently struggling with finding a field to use to identify a common item number between the FI and CO extractions however.  I have tried these so far:
    DSO key                FI_GL_4               CCA_9             OPA_6
    zcostelmnt             HKONT                 KSTAR            KSTAR
    zdoc_num             AWREF                REFBN*            REFBN*     
                                                              *(if REFBN initial, use BELNR)
    zitem_num             BUZEI                   ZLENR**          ZLENR**
                                                              **(if ZLENR initial, use BELNR)
                                                              **(previously tried REFBZ also)
    I think I'm coming to the end of my options using this approach.  Hopefully someone has some good ideas on other things to try?
    I'm afraid my next step is to just go back to the R3 system and create a generic extractor and program...
    Thanks!
    Darryl
    Update:
    We ended up creating a custom solution in BW utilizing the standard extractors above to pull data from ECC (we added a few extra fields to permit joins to be done downstream).  We used a couple staging layer DSO's to combine the data and do lookups etc before moving it into a Cube and Multiprovider. 
    One thing to watch for is ECC CO entries where both Cost Center and Order are populated - this can cause a rogue duplicate entry for the same transaction (it will come once from the CCA_9 and once from the OPA_6 extractors).  We merged the FI and CO data in the initial staging DSO, and in the next staging DSO we corrected for conditions where both a CC and Order existed.
    Edited by: Darryl Goveas on Dec 2, 2011 9:43 AM

    Hello all,
    the thread Business Content for Product Cost by Sales Order by Christian J explains the very same problem I'm facing - in a much clearer way. Unfortunately his issue hasn't been completely solved.
    Has anyone any idea about it?
    Thanks, Davide<b></b>
    Message was edited by:
            Davide Cavallari

  • Extractor for AUFK and AFKO tables

    Hello Experts,
    I am looking for a standard extractor for the tables AUFK (Order Master data) and AFKO (Order Header). I wanted to know if there a exists a standard extractor for the same or I have to create a generic one.
    Thanks,
    Rishi

    For internal orders (ie aufk) have a look at 0COORDER and the transaction data  0CO_OM_OP*
    and the rest of the content for IOs
    http://help.sap.com/saphelp_nw70/helpdata/en/f2/db0c3c99d56448e10000000a114084/frameset.htm

  • Find an R/3 table in a Business-Content extractor

    Hi all,
       Is there any web site or place I can go, type the name of an R/3 table in, and find if that table exists in a Business Content extractor?
       Thanks.
    Dave

    Hi Dave,
    I don't know about any website providing info abt DS, but I know how to find out the extractor,
    Check Table ROOSOURCE (TCode SE16).
    If field EXMETHOD = V (Transparent Table or DB View), name of datasource can be searched with field EXTRACTOR containing the table or view name.
    In SE 11 you can process the u201Cwhere usedu201D function for a table to determine the views related to it and then search for them.
    Hope this anwer your query.
    Regards,
    Praveen Prayag

  • Business content referring RESB and MBEW tables for MM

    Hi Gurus,
    I have a requirement where i need to extract data from RESB and MBEW tables.
    Is there any business content extractor which takes data from these tables. or the data can be compensated from other tables like EKBE,EKKO,EKPO or MSEG. please let know. Help or advice is greatly appreciated. Thanks in advance.
    Regards,
    Satish

    You'll have to use 0CO_PC_ACT_05 (Material Valuation: Prices) for MBEW note that it doesn't support delta.
    For RESB you might look at 0PS_COMPONT_ATTR, but I'm not really shure
    Message was edited by:
            Pabloj

  • Creation of a generic extractor and data source for the FAGLFLEXA table

    Hi All,
    Need to create a generic extractor and data source for the FAGLFLEXA table to support AR reporting. This table contains the necessary profit center information to perform LOB reporting against the AR data.
    Please advice on how to do this.
    Regards, Vishal

    Hi Vishal,
    Its seems a simple a work out.
    1.Go to RSO2 & choose the relevant option ie. whether you want to create Transactional DS, Master Data DS or Text DS.
    2. Name it accordingly & then create.
    3. Give description to it & then give table name FAGLFLEXA.
    4. Save it & activate. If you need it to be delta enabled then click over Delta & you can choose accordingly.
    If you still face some problem then do mail me at [email protected]
    Assign points if helpful
    Regards,
    Himanshu

  • Sections and Automatic Table of Contents

    Hello there,
    I have encountered a problem with InDesign while trying to make an automatic TOC for a journal I am working on. It has something to do with Sections.
    So I have a book with several indd files. The very first indd file is called "frontpages" which includes the cover page, the inside cover, the leaf page, then two facing pages for the table of contents, then followed by the last page (Letter from the Editor).
    This is followed by my second indd file called "newsbeats" which has 5 pages.
    Now, what I wanted to do was mark the frontpages' page numbers using lower case roman numerals (i, ii, iii, etc.) Of course I do not want to include the cover page and the inside cover, so I want to start (i) with the leaf page, (ii) and (iii) marks the table of contents pages, and finally (iv) for the Editor's Letter. I did this by starting a section at the leaf page, START PAGE NUMBERNG AT: 1, and selecting the (i, ii, iii...) option. It worked, while leavingboth the cover page and and the inside cover with markers (a) and (b), which I previously set (because I do not know how to just get rid of the page number...)
    Now, my book pages actually starts page (1) in the first page of the "newsbeats" document. So to do that, I made another section on the newsbeats first page, START PAGE NUMBERING AT: 1, and selected (1, 2, 3...). That works, too.
    So at the moment, I have 3 sections to my page numbers: 1) the lower case letters (a, b) section for the cover page and inside cover, respectively; 2) the roman numerals section (i, ii, iii...) for the leafpage, table of contents, and Editor Letter; and lastly, 3) the arabic letters (1, 2, 3...) starting from the newsbeats document all the way to the last page of the last indd of my book.
    Hope it is clear enough. Now here comes the problem:
    When I try to create an automatic Table of Contents, it correctly finds my chapters (i used the style for each journal article's title) and lists them. The problem is, the page numbers do not appear correctly. Instead, it shows "a" on EACH AND EVERY table of contents ENTRY. I tried some trial and error, and found out that the pages shown (a bunch of "a") is actually the COVER PAGE'S (a) page number....
    I tried for hours searching on topics like "Sections and Automatic TOC" or "How to selectively choose which pages to include in a TOC".. But I found none.
    Your help would be really appreciated. I can easily manually type the page numbers (my journal only has 9 articles), but I wanted to do this in a very systematic way, so it would be a lot easier if in any case, there are more than 9 articles for next year's publication.
    THANK YOU SO MUCH!
    - Larry
    PS: I attached a file showing the generated table of contents (on the ii-iii page that I wanted it to appear on), with the frontpages page panel, which shows the page numbering as well. Also I included the Book Panel, so you see how the pages are set up.

    We definitely experienced the same issue. Seems like pages just get lost. This is the approach I took:
    On the groups main page we just added a link called 'View All Articles' wrapped in a h1 tag (to make it very big and visible to the user) using the following url:
    search/?q=%20
    The resulting page will search for every article with a space in it and return the results. Still not the most elegant solution but it works. I'd like to implement it right into the xsl file but haven't found very much documentation to aid in this.

  • I created a book in iBooks Author using the Photo Book template. When I rotate to portrait orientation, the photo or widget disappears and a table of contents appears with only the interactive media showing.

    I created a book in iBooks Author using the Photo Book template. When I rotate to portrait orientation, the photo or widget disappears and a table of contents appears with only the interactive media showing.

    Thanx for the prompt response, KT. I have indeed seen that thread, only just after I posted the question.
    I have spent hours on the phone with what I now know is a call center in Texas on this question.
    I think Apple could be a little more "hands on" with iBooks Author users, and it should also be pointed out that landscape photos will not display in portrait mode.
    In my case, I used gallery widgets to display vertical photos, since they look better in portrait mode.
    But instead of simply rotating, the page disappears and a TOC of interactive media appears. The gallery behaves as expected when tapped. This is not what I expected, but since the gallery works, I can live with it.
    Right now I have "tickets" telling me to "fix" this "problem or to disable portrait mode.
    I don't want to disable portrait mode.
    Will Apple accept the books if I tell them this is not an "error?"

  • Program to upload and download table content

    Hi,
    I need to create a program which should upload and download table content from PC and to PC.
    How can i develop this program..Should i use BDC or any function module?
    Ezhil.

    The 2 program requested.....
    Program to Download
    REPORT ztable_download.
    PARAMETERS: table LIKE dd02d-tabname,
                                file(50) LOWER CASE.
    DATA: code(72) OCCURS 10,
                w_code(72),
                prog(8),
                msg(120),
                lin(3),
                wrd(10),
                off(3).
    DATA: BEGIN OF rectest,
          tprec(1) VALUE '0',
          nometab(16),
          utente(20),
          data(10),
          ora(8),
    END OF rectest.
    DATA: BEGIN OF recdett,
          tprec(1) VALUE '1',
          tab LIKE table,
    END OF recdett.
    DATA: BEGIN OF rectot,
        tprec(1) VALUE '2',
        tot(9),
    END OF rectot.
    OPEN DATASET file FOR OUTPUT IN TEXT MODE.
    rectest-nometab = table.
    rectest-utente = sy-uname.
    rectest-data = sy-datum.
    rectest-ora = sy-uzeit.
    TRANSFER rectest TO file.
    APPEND 'PROGRAM SUBPOOL.'  TO code.
    CONCATENATE 'TABLES ' table '.' INTO w_code SEPARATED BY space.
    APPEND w_code TO code.
    APPEND 'FORM DYN1 USING FILE.' TO code.
    CONCATENATE 'SELECT * FROM ' table '.'
    INTO w_code SEPARATED BY space.
    APPEND w_code TO code.
    CONCATENATE 'TRANSFER ' table ' TO FILE.'
    INTO w_code SEPARATED BY space.
    APPEND w_code TO code.
    APPEND 'ENDSELECT.' TO code.
    APPEND 'ENDFORM.' TO code.
    GENERATE SUBROUTINE POOL code NAME prog
    MESSAGE msg LINE lin WORD wrd OFFSET off.
    IF sy-subrc <> 0.
       WRITE: / 'Error during generation in line', lin,
                    / msg,
                    / 'Word:', wrd, 'at offset', off.
    ELSE.
       PERFORM dyn1 IN PROGRAM (prog) USING file.
       WRITE: / 'Esportati ',sy-dbcnt,' records.'.
    ENDIF.
    Program to upload
    REPORT Ztable_upload.
    PARAMETERS: FILE(50) lower case,
                               TEST AS CHECKBOX.
    DATA: CODE(72) OCCURS 10,
                W_CODE(72),
                PROG(8),
                MSG(120),
                LIN(3),
                WRD(10),
                OFF(3).
    DATA: BEGIN OF RECTEST,
          TPREC(1) VALUE '0',
          NOMETAB(16),
          UTENTE(20),
          DATA TYPE D,
          ORA TYPE T,
    END OF RECTEST.
    DATA: BEGIN OF RECTOT,
          TPREC(1) VALUE '2',
          TOT(9),
    END OF RECTOT.
    OPEN DATASET FILE FOR INPUT IN TEXT MODE.
    READ DATASET FILE INTO RECTEST.
    WRITE:/ 'Tabella..:',RECTEST-NOMETAB.
    WRITE:/ 'Utente...:',RECTEST-UTENTE.
    WRITE:/ 'Data.....:',RECTEST-DATA,RECTEST-ORA.
    IF TEST = 'X'.
        APPEND 'PROGRAM SUBPOOL.'  TO CODE.
       CONCATENATE 'TABLES ' RECTEST-NOMETAB '.'
       INTO W_CODE SEPARATED BY SPACE.
      APPEND W_CODE TO CODE.
      APPEND 'FORM DYN1 USING FILE.' TO CODE.
      APPEND 'DATA W_COUNT TYPE P.' TO CODE.
      CONCATENATE 'SELECT * FROM' RECTEST-NOMETAB '.'
      INTO W_CODE SEPARATED BY SPACE.
      APPEND W_CODE TO CODE.
      CONCATENATE 'DELETE' RECTEST-NOMETAB '.'
      INTO W_CODE SEPARATED BY SPACE.
      APPEND W_CODE TO CODE.
      APPEND 'ENDSELECT.' TO CODE.
      APPEND ' DO.' TO CODE.
      CONCATENATE 'READ DATASET FILE INTO' RECTEST-NOMETAB '.'
      INTO W_CODE SEPARATED BY SPACE.
      APPEND W_CODE TO CODE.
      APPEND ' IF SY-SUBRC NE 0.' TO CODE.
      APPEND ' EXIT.' TO CODE.
      APPEND ' ENDIF.' TO CODE.
      CONCATENATE ' INSERT ' RECTEST-NOMETAB '.'
      INTO W_CODE SEPARATED BY SPACE.
      APPEND W_CODE TO CODE.
      APPEND 'ADD 1 TO W_COUNT.' TO CODE.
      APPEND 'ENDDO.' TO CODE.
      APPEND ' write: / ''Importati'' ,W_COUNT, ''records''.' TO CODE.
      APPEND 'ENDFORM.' TO CODE.
      GENERATE SUBROUTINE POOL CODE NAME PROG
      MESSAGE MSG LINE LIN WORD WRD OFFSET OFF.
      IF SY-SUBRC <> 0.
         WRITE: / 'Error during generation in line', LIN,
         / MSG,
         / 'Word:', WRD, 'at offset', OFF.
      ELSE.
         PERFORM DYN1 IN PROGRAM (PROG) USING FILE.
      ENDIF.
    ENDIF.
    Edited by: robcom69 on Feb 23, 2010 2:35 PM

  • Extractor and set-up table

    I have VAITM enhanced with few new fields.
    now when do those fields get populated... after set-up tables are filled or during set-up tables filling.
    I mean to know  that when in delta que, extraction que and application table reading, those CMOD user exits populate extract structures.
    Rita

    Hi,
    As per my understanding, the extractor program there is a code which looks up to CMOD to see if there is any enhanced code involved.If it is there it will execute the code and populate the additional fields too.
    So whenever the extractor program is executed, it checks for the CMOD code which if found is executed for every record populated.
    In this case it should work in all the cases you have mentioned.
    Hope this helps,
    Regards,
    Anoop P

Maybe you are looking for

  • Upgrade from Homehub 2 to Homehub 3

    Just wanted to rant and blow off some steam. Ive had two Homehub 2's so far as one completley shutdown and the 2nd just keeps dropping wireless signal and lagging. Usually pressing the reset button resolves this for a day or so. The blue indicator li

  • How can I read pdf files in linux?

    I know the pdf files can be read by Adodb acrobat,but i can not find the software for linux,How can I download the similar tools ? Thanks for advance.

  • Help - error in reading frame from file

    Hi there Couldn't find any reference to this particular problem after searching around a whole load. I had my Mac crash on me a few days ago and since then I've been only able to work on my current project for ten minutes at a time before I get the a

  • Error is "RCVR_DETERMINATION" NO_RECEIVER_CASE_ASYNC

    Hi All, I am facing error "RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC  when sending data from one system to another system. pls let me know any one  how to resolve this issue? Thanks Kumar.

  • Scrollbars, artboards, resizing and other minor tweaks offer

    I hope Adobe reads these forums, so here i post some bugs to fix, minor tweaks and my personal wishes for Illustrator. I guess many of them are not so hard to fix, but will make Illustrator much better. BUGS: - fix alt-scroll bug in pixel preview (vi