BI 7.0: How to bring DataSource fields to InfoSource in design

We've replicated the generic datasource from R3 to BW and we have created an InfoSource with blank fields.   We remember on BW 3.x version that we could bring Datasource fields to InfoSource by clicking somewhere, but on BI 7.0, we are trying to do the same thing, but can't find some function to do this.  Then we try to right click the InfoSource and then select 'Create Transformation', and then to select the source system and the datasource, but of course we would get the error msg like "There are no fields in target TRCS InfoSource_Technical_Name".  Any idea on how to bring Datasource fields into the blank InfoSource on BI 7.0?
Thanks!

Hi,
Instead of bringing the DS fields into a blank infosource, ideally, what you can do
is, you can create a new infosource based on your generic data source, which would make your process easy..
cheers,
Pattan.

Similar Messages

  • How to Bring "Division" field into PCA form to create Report?

    Hi,
    I need to create Balance sheet reports -Division wise in profit center accounting.Kindly advise me how to bring Division field in to FORM of PCA.Once i get the Division field in to FORM of PCA then i can full fill the requirement.
    Kindly advise me as i am not able to bring it either through Key figures or Characterstics.how do i bring into KE84 form
    Please help me
    Supriya

    Hello,
    I do not think division wise balance sheet is possible.
    Regards,
    Ravi

  • How to bring VRGNG field in BI

    Hello All,
    I am trying to extract Cost Center Actual data using 0CO_OM_CCA_9 datasource.
    I need to have VRGNG (CO Business Transaction) field shown in my report.The above standard extractor doesn't bring this field directly.
    Can anyone tell me how do solve this?As the VRGNG field is present in the source table of this extractor, do I have to write any code to bring this value to BI or not necessary ?
    I have read some links and got to know that there are some BI characteristics (Info objects)like 0METYPE,0VTYPE,0VTDETL,0VTSTAT . With these four characters , i can fulfill my requirement.
    Please tell me how to take VRGNG in BI
    Thanks

    Hello All,
    I am trying to extract Cost Center Actual data using 0CO_OM_CCA_9 datasource.
    I need to have VRGNG (CO Business Transaction) field shown in my report.The above standard extractor doesn't bring this field directly.
    Can anyone tell me how do solve this?As the VRGNG field is present in the source table of this extractor, do I have to write any code to bring this value to BI or not necessary ?
    I have read some links and got to know that there are some BI characteristics (Info objects)like 0METYPE,0VTYPE,0VTDETL,0VTSTAT . With these four characters , i can fulfill my requirement.
    Please tell me how to take VRGNG in BI
    Thanks
    1) Create a append Structure in the Extract Structure of the Data Source 0CO_OM_CCA_9.
    2) Add Field "VRGNG" to the append structure and Activate.
    3) Create a User Exit for your Datasource.
    Function Module: EXIT_SAPLRSAP_001
    Main Include: ZXRSAU01
    case i_datasource.
      when  '0CO_OM_CCA_9'.
        perform 0co_om_cca_9_exit tables i_t_data.
    4) FORM 0co_om_cca_9_exit tables  i_t_data structure <EXTRACT STRUCTURE>
    Here you write the code to populate the field "VRGNG" based on where you want to fetch the value of this field.
    Example: Table COEP
    I am assuming this is where you want to extract the value
    types:
    begin of typ_coep_key,
      kokrs type coep-kokrs,
      belnr type coep-belnr,
      buzei type coep-buzei ,
      vrgng type coep-vrgng,
    end of typ_coep_key.
    data:
    t_coep type typ_coep_key occurs 0 with header line,
    th_coep type hashed table of typ_coep_key
                 with unique key kokrs belnr buzei
                 initial size 0  with header line.
    data: l_count type i.
    describe table i_t_data lines l_count.
    check l_count > 0.  "If there are no records - EXIT!!!
    loop at i_t_data.
      move:
            i_t_data-kokrs to t_coep-kokrs,
            i_t_data-belnr to t_coep-belnr,
            i_t_data-buzei to t_coep-buzei.
      collect t_coep.
    endloop.
    sort t_coep.
    select kokrs belnr buzei vrgng
           from  coep
           into  table th_coep
           for   all entries in t_coep
           where kokrs = t_coep-kokrs and
                    belnr = t_coep-belnr   and
                    buzei = t_coep-buzei.
    free: t_coep.
    loop at i_t_data.
      read table th_coep with table key kokrs = i_t_data-kokrs
                                        belnr = i_t_data-belnr
                                        buzei = i_t_data-buzei.
      if sy-subrc  = 0.
        move th_coep-vrgng to i_t_data-vrgng.
        modify i_t_data.
      endif.
    endloop.
    free: th_coep.
    5) This will populate the Field Value you need into the BW extract structure.
    6) Create a custom InfoObject in BW if you cannot find a SAP Delivered Object.
    Possible SAP Delivered Objects you can use are
    0FI_RACTIV - Business Transaction
    0BUS_TRXN - Business Transaction
    7) Create a TEXT DataSource for VRGNG based on TABLE TJ01T
    TJ01T - Business Transaction Texts
    That should do it.
    Cheers!
    Vasu

  • How to bring WRTTP field in BI

    Hello All,
    I am trying to extract Cost Center Actual data using 0CO_OM_CCA_9 datasource.
    I need to have WRTTP (Value Type) field shown in my report which is in the source tables. The above standard extractor doesn't bring this field directly.
    Can anyone tell me how do solve this? As the WRTTP field is present in the source table of this extractor, do I have to write any code to bring this value to BI or not necessary ?
    I have read some links and got to know that there are some BI characteristics (Info objects)like 0METYPE,0VTYPE,0VTDETL,0VTSTAT . With these four characters , i can fulfill my requirement.
    Thanks

    Hello James,
    There may be several levels of solutions to your enquiry.
    1. First, please refer to OSSN Note 523742 u2013 u201CBCT-CO: BW key figure model and R/3 tables for trans. Datau201D where the combinations of values for the following key figure-specific info objects are defined using the ROMI_GET_VTYPE_AND_DETAIL function module from several conversion tables on the ECC6 or R/3 side.
    Combo Output:
    0METYPE Key figure type
    0VTYPE Value type for reporting
    --> 0VTDETL Details of the value type
    --> 0VTSTAT Statistics indicator for the value type.
    Else you will need to debug D/S 0CO_OM_CCA_9 when the line item selection is performed in the BWOMR_OM_READ_COVP_DATA function module (via the COVP view).
    Then find the conversion output to records only related to your desired WRTTP value=4 (04-actual).
    2. At the simplest level, using the usual 0CCA_C11 (Delta) Costs and Allocations Infocube,  since this InfoCube contains all costs and quantities on cost centers (plan and actual using delta-extraction) that were transferred from the source system via D/S 0CO_OM_CCA_9, you may find that your desired WRTTP value=4 (04-actual) converted output is just BW value type 10 Actual and then use the  relevant Detail for ValueType combo.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/21/f0963e6dad4d9d87dfedc10c6a9c1c/frameset.htm
    You then just need to only use or change your  queries involving 0CCA_C11 (Delta) Costs and Allocations Infocube to use the Restricted Key Figures (RKF) for your desired BW value type  (for example) 10 Actual and the relevant Detail for ValueType combo.
    Creating relevant RKFs within queries using involving 0CCA_C11 (Delta) Costs and Allocations Infocube is kindly suggested to be another forum thread question ☺
    3. At the next alternate level of solution, you can use the same D/S 0CO_OM_CCA_9 to create or activate the line item DSO where SAP recommends that you use the following InfoObjects as key fields for the corresponding DSO object u201CCO-OM-CCA: Actual - Line Itemsu201D 0CCA_O09:
    0CO_DOC_NO CO document number
    0CO_ITEM_NO CO document line item
    0CURTYPE Currency type
    0METYPE Key figure type
    0VTYPE Value type
    0VALUATION Valuation view
    0CO_AREA Controlling area.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/21/f0963e6dad4d9d87dfedc10c6a9c1c/frameset.htm
    Please refer to details in OSSN 553561 u201CBCT-CO-OM: Current data for the CO delta DataSourcesu201D
    Hope this helps.
    Thanks and Regards,
    Lee

  • How to bring text field to live

    hi everyone here,
    Actually I need help in how to bring the textfield in fireworks to live when I putted inside a rectangle. because when I exported to "CSS and Images" I can't see the textfields at all so only the Text and rounded rectangle found that returned back to rectangle but when I sliced the whole rectangle I found that it shows up completely but I can't write inside textfields so which is not effective. Also when I use the "HTML and images" same thing.
    I hope anyone can help me to solve this problem and tell me step by step what should I do.  Thank you very much for the help
    I'm putting my files at this site so you can have a look at it
    http://www.4shared.com/file/8DOub3vQ/New.html

    AlkingX wrote:
    ... Actually I'm new to fireworks and I usually use only dreamweaver but now I want to change by using fireworks. ...
    Fireworks is not a replacement for Dreamweaver. Dreamweaver is the coding environment; Fireworks is for creating graphics. They are complementary tools. Fireworks can produce HTML (or HTML/CSS), but the purpose of this export ability is for you to create prototypes to show people. The code from FW is not production-quality code. A best-practice scenario would go something like this... Use Fireworks to design your layout. In Fireworks, add slices to export those portions of your layout that will need to be images. Then, move to Dreamweaver and develop the HTML. You can't write HTML and CSS in Fireworks, it isn't made for that, just as Dreamweaver isn't made for image editing.
    As for your other question, there is no perfect size for browsers. The question is related to the screen resolution of your target audience. You need to understand your audience: if they're using lower screen resolutions or higher. (For example, I have a 20" widescreen monitor, so my resolution is 1600x1050 pixels. I rarely run browsers at full-screen width, though, because 1600 pixels wide is much wider than most designs.) I usually design for 800 pixels and center that design on a background of some sort. I expect that most users will have a 1024x768 resolution screen or better, and and 800 pixels will fit within a 1024 screen, even with browser borders and scrollbars.
    A common way to create a centered design is to use a div for all your content and center that div.

  • How to bring search field back in Mountain Lion?

    To the third-party developers reading here: Is it possible to bring back the separate search field in the upcoming Safari in Mountain Lion? The websearch from the addressbar is THE killer feature: to kill Safari from my favourite software list. I do a lot of research and it is somewhat awkward to re-type the search queries in the addressbar instead of just click on the snapback button. If there is a terminal hack or plugin to bring back the separate search field, please, please let me know!

    Thanks, David. I know this workaround. And one more with creating right-click Service. That's why I've used "uncomfortable" instead of "impossible". In my opinion, Apple should leave ability to choose OS's behavior, and I hoped somebody knew where to find it .

  • How to bring Profit center field in to asset master

    HI,
    We are having new GL Profit center scenario active. My question is
    1.How to bring Profit center field in to Asset Master?
    I am not finding the field"Profit Center" under the configurations step Asset Accounting>Intergration with GL Accounting>Additional Account Assignment objects>>Activate Account assignment objects.
    I know how to do it if it the Profit center field appears in the above step.HOW TO INCLUDE in the above step??Is there any prior activity I need to do?
    2.If I could see the Profit Center field in the above step,then I can add it in T Code ACSET and select the field in Asset Screen Layout,so that it can come up in Asset Master.
    If question#1 can be answered it will be great.
    thanjs
    hinfi

    Hi,
    Until some years ago Profit Center did not exist in FI-AA master data. The Profit Center was derived from other objects (like the cost center) during posting, but there was no way to enter a Profit Center directly in the asset.
    Asset master data has been enhanced with EHP 5 to contain also fields for Profit Center and Segment. To make use of that functionality you need to activate the Business Function for "Segment Reporting" as explained in the Link posted by Jayj before.
    Once Business Function "Segment Reporting" is active, you will be able to make ACSET settings for the Profit Center like for the other account assignment objects. Without the Business Function the field does not exist in asset accounting and therefore you cannot find it in customizing.
    Regards, Michael

  • How do I bring form fields to the front or back?

    I have a document with many form fields/push-buttons in order to create pup-up effects in an info graphic.
    So I use fields to create a mouse-over hot spot, and others that pop up. Now, of course, the hot spot must be in front (or on top), otherwise it gets distracted in it's mouse-over function by the popped-up object (image) that lays over it. (The result would look like a flashing effect, as you roll over the hot spot.)
    Now how do I arrange the fields?? Ich can arrange images and texts to come to the front or hide behind other objects. But in the form field editing mode there is no such option. Also it doesn't work to just cut and paste them, they re-appear in their former position, often behind the other fields.
    Please, help! Thanks, Peder

    Thanks, I will give it a try. To "recieve the focus" means being activated / hovered?
    Am 22.04.2015 um 18:49 schrieb George_Johnson:
    How do I bring form fields to the front or back?
    created by George_Johnson in PDF Forms - View the full discussion
    The tab order effectively sets the z-order, but if a field is not read-only it will be set to the front if it receives the focus.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7465780#7465780 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7465780#7465780
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in PDF Forms by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.
    ···)····•  Blixen
    werbliche Kommunikation
    Peder Iblher  .  Wichertstraße 16/17  .  10439 Berlin
    Telefon 030 - 250 400 401  .  Fax -409  .  Mobil 0160 - 93 81 58 60
    [email protected]  .  www.blixen.eu  .  www.facebook.com/blixen.eu

  • How to bring data for newly aciated datasource in a Application componenet

    Hi ,
             i have 2 data sources(application component 11) are active in production system. and  delta load is running for them.
    Now we have a requirement that we need to activate the 3rd datasource in the same application component 11.
    so, how to bring data for the newly acivated datasource. Do i delete the setup table data and again run statistical setup and run the init for the three data sources?
    how to do?

    Hi,
    To bring the data for the new data source you need to delete the data from setup tables and need to fill up again. before filling up the tables, its better to load the delts for other 11 application components data.
    Your deltas will come from delta queue, by deleting the setup tables, you will not impact your delta loads.
    So just fill up setup tables and run your init package. it will extract the data.
    Thanks
    Srikanth

  • How to make a field under Selection column in DataSource from dimmed to ...

    We try to make an InfoObject shows up in Data Selection of an InfoPackage to restrict the data load based on the range of this InfoObject.  In order to do this, we will have to go to the source system to run RSA6 to edit the datasource to make this field checked under the Selection column.  However when we get to the screen, find this field's Selection column is dimmed.  Is there anyway to make it from dimmed to editable that it can be checked?
    Thanks

    hi Kevin,
    try to check table ROOSFIELD, fill OLTPSOURCE with your datasource name and OBJVERS 'A', what's the value for SELECTION ? you may change the value with 'X'.
    use abap code :
    UPDATE ROOSFIELD SET   SELECTION = 'X'
                   WHERE OLTPSOURCE   = 'datasource name'   AND OBJVERS = 'A'.
    can i know your datasource name (if it's business content) ?
    Properties of a DataSource Field
    If a request for a DataSource is scheduled in the Business Information Warehouse, selection conditions are specified across certain fields. The property that determines whether a selection in BW using a field
    is possible or required is established in the DataSource in the Source System.
    In addition, the visibility of the field in BW can be set.
    A field that is not visible (or that is hidden) cannot be transferred into the transfer structure.
    Definition of the individual values:
    'A': Field is hidden in OLTP and BW, property cannot be changed  the customer.
    'M': The DataSource requires a selection across this field before it is able to extract data (Required field for the generation of a request); property cannot be changed by the customer
    'X': The Data Source can select across this field. The customer can change selections and visibility (the field is currently visible and selectable, compare with 'P', '3')
    '1': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (the field is currently selectable , compare with '2').
    '2': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (field is currently no selectable, compare with '1').
    '3': The DataSource can select across this field. The customer can change selection and visibility (the field is currently not visible not selectable, compare with 'P', 'X')
    '4': The DataSource cannot select across this field. The customer can change visibility (the field is currently not visible, compare with ' ')

  • How to create characteristics in BW based on generic datasource fields

    hi ALL,
       Actually, i created generic datasource based on database view in SAP R/3
    Database view is created based on table LFA1.
    Replicated the the datasource in SAP BW
    Now, I have to create characteristics (master data) based
    on generic datasource fields
    Thanks in Advance.
    Best Regards
    M A Mubeen

    Hi Abdul,
        for that you just create  one  charecterstic  of  Info object (with the  same technical charecterstics of R/3 field).. and  maintain master  data..
    now create one data source in  BW side.. and  select your data source and replicate  data with your generic datasource...
    and load the data..
    regards
    @jay

  • How to find datasources in in r/3 for HR fileds

    Hi BW guru's
    i want extract data from these fields from r/3 to bw .
    ARBST
    WOSTD
    WKWDY
    i find teese are in PA0007 table , but i dont know which  standard datasources supports for these fields.
    how to find the exact datasource for thes fields ?
    it is very argunt...
    waiting for fast reply..
    i will assign more points for fast reply
           Thank u
            PSR

    Hi,
    I had a scenario where I was required to bring in fields WOSTD, WKWDY in BW but that doesnt come thru standard datasource. So I had enhanced datasource 0HR_PA_0 and had added these fields to it.  You would be required to write user exit code in RSAP0001 to populate those fields. Its little tricky as data is time dependent and records comes in different date ranges.
    Abhijit

  • Need you help !!! -- datasource field to ECC table mapping for 0material

    Dear experts:
    Recently we need to get a quick turnaround on the fields we would be bringing into BW through standard extractors for the tables MARC and MBEW. My idea is to look at those master data extractors like 0MATERIAL, 0PLANT and then try to find how fields in datasource mapped to ECC table.
    So now I have 2 questions need your suggestion:
    1. Is my way above feasible or any other way to get the fields mapping information for one specific table (Not datasource) ?
    2. For 0MATERIAL_ATTR, I can neither find the table of origin for those datasource fields in SAP Library, nor in Tcode LBWE (Seems LBWE only for transaction data?). Can anybody give me a link for the fields mapping of 0MATERIAL and 0PLANT? or let me know where I can find those mapping information?
    Any reply would be appreciated and thank you all in advance !
    Best Regards
    Tim

    Well, the idea is simple. If you are using master data, then the easiest way is to find out which table is the master data stored. For eg. Material master data is stored in MARA table. Therefore 0MATERIAL_ATTR fetches data from the MARA table.
    The next option is to check the function module.
    1) Goto RSO2, and enter the data source name->display. The system wil throw a warning giving you the FM.
    2) For eg. 0MATERIAL_ATTR will throw the error "DataSource 0MATERIAL_ATTR is extracted using functional module MDEX_MATERIAL_MD".
    3)Go to SE37, and put the FM->display. Then go to the tables tab. You will see tables like BIW_MARA_S. The middle term is usually the table.
    Another option is go to table RSGENFIELDMAP and put the field in the field selection. This would give the mapping.
    Regards.

  • How to map new field in DSO

    I have added a new field to the dso and i have replicated the datasource as well which is showing the new field newly added in ecc. how can i map the new keyfigure in the transformation between the datasource and ods. its showin in the ds, can u pls tell me how to map now.

    Ya but the problem is I have an infosource in between and its not showing in the transformation between the dso and infosource.....nor the infosource and the datasource. But its there in the first transformation on the dso side, not on the inforsource side..... but how to get that field in the infosource side...so that i can map the field between both the transformations....between infosoucre and dso and infosouce and ds.....You know what I mean. the zfield is showin in the dso field structure in the first level mapping between dso and infosouce....but where do i map it.
    Edited by: Daniel on Nov 28, 2011 9:59 AM

  • How to bring the Header value to the row ?

    Dear All,
    I am a starter in learning SDK. have developed a form having 2 tables a header and a row detailed one.
    Now i need to update a field in all the row with a header value when the header value is added. it should be like the SE name getting updated when the SE name is selected in header level in std doc.
    how to arrive it?
    kindly help me to achieve this.
    Thanks,
    Sam.

    Dear Gordon,
    May the customer enters a value to the header which they want it to be unique value for all the row detail.
    If there exists more than 50 rows they cant enter it for each and every row, for in case if the value needed to be changed for a particular row or for particular few rows they will change it manually to that row alone.
    I just want to achieve this scenario in my form.
    Do you know how to bring in ?
    As this is being a normal functionality in Std forms.
    Thank you...

Maybe you are looking for

  • Some basic questions: Help defining Real World Classes

    I am trying to write a small applet using proper OO concempts and Java technique and I'm confused on the proper way to do this. I think I know several ways that work and have all the peices I need such as JMail and JDBC drivers, but would appreciate

  • High volumes on receiver JDBC adapter

    Hi, We have a RFC ->JDBC scenario where the RFC pulls huge amounts of data from R/3 and sends to XI. XI needs to upload this data into 5 different Db tables.Each table contains 3000-8000 records with each record containing 10-15 fields. When we try t

  • FRM-40738 cant identify the problem

    Hi Guys i am getting this error again and again : FRM-40738 Argument 1 to builtin Report_Object_Status cannot be null. I have check the code and to my understanding it is ok, this is the code: DECLARE      report_id Report_Object;      report_job_id

  • ORA-016553: unable to extend table LDS1002.AL_LANGTEXT by 128 in tablespace

    Hi All, I've encoutered the following error in BODI when trying to save a file format: Error: Error when saving file format <name=CTIN_TEST> Cannot save <Text> for repository objet <Language Object CTIN_TEST>, Additional database information: Oracle

  • CS3 print:output:color:separations problem

    I have InDesign CS3 running on XP SP1.  When trying to print an .indd file, the separations option under file/print/output/color is grayed out.  How do I set this so I can print separations? Thank you.