Enhancing Text Datasource

Hi
I want to enhance 0STOR_LOC_TEXT datasource with 0COUNTRY and country key. but, can i use them as a navigational attribute in the report, after adding into 0STOR_LOC_TEXT ?
Regards
Anuja

Hi Anuja,
For making any infoobject as navigational you need to do following setting
1)Infoobject should be navigational as master data infoobject.
2)infoobject should be navigational at data target level(it can be your DSO,Cube,multiprovider).
Please do above setting at your data model then only you can use that infoobject as navigational at report level.
Hope it will helpful to you.
Regards,
Ganesh Bothe

Similar Messages

  • Text datasource enhancement

    hello guys
    I am trying to enhance text datasourcein R3 and got this problem.
    I am trying to load texts for infoobject 'material number' fromR3 table MAKT.....I created view on fields MANDT,MATNR,MAKTX (client,material number,material description) and then created generic datasource onthis.now I replicated and loaded texts to Infoobject 'Material Number'  in BW.
    Now I want to enhance text datasource in R3 so that I will add field MAKTG (material description in capital letters) from MAKT table...I added append structure in extract structure...then I want to write code in CMOD....Here I choose RSAP0001 enhancement...then EXIT_SAPLRSAP003 for enhancing text datasource...here there is no code provided by SAP...so wrote my own code..and activated and then unchecked 'hide field' ....saved the datasource....nowcame to Extractor Checker RSA3 to check if code is working....I am able to see the new field MAKTG but its not populated..it means my code or my way of doing enhancement is wrong...Can anyone please suggest any solution....
    here is my code:
    data: l_s_ZOXID30088 like ZOXID30088 ,
           L_TABIX LIKE SY-TABIX.
    case I_CHABASNM.
    when 'MATNR'.
    LOOP AT  C_T_TEXTS INTO L_S_ZOXID30088.
    L_TABIX = SY-TABIX.
    SELECT SINGLE MAKTG FROM MAKT INTO L_S_ZOXID30088-ZZMAKTG WHERE MATNR =
    L_S_ZOXID30088-MATNR..
    MODIFY C_T_TEXTS FROM  L_S_ZOXID30088 INDEX L_TABIX .
    ENDLOOP.
    ENDCASE.
    Thanx,
    S
    Edited by: SChandx200 on Sep 11, 2009 6:37 AM

    Hi,
    Just check once if the function module EXIT_SAPLRSAP_003 is active...
    Becuse after writing code int he include ZXRSAU03 you will have to activate the funciton module...
    This has to be done the first time when you implement the include...
    If still it doesnt work.. You can put a break point in your code and then debug from RSA3 to chk whey it isnt working...

  • Can anyone give me a code sample for enhancing a text datasource

    for some reason it's a little different than using the regular transaction to master data user exits.
    Thanks!

    Hi,
    Rarely guys used it.."EXIT_SAPLRSAP_003"
    In one forum, i read that 002 will support the text datasource too..try it and check
    check this:
    Re: Unable to debug user exit in CRM BW  (EXIT_SAPLRSAP)
    EXIT_SAPLRSAP_003

  • Text Datasource  EXIT_SAPLRSAP_003

    Hi
    Why cant we write Text datasource enhancement code in EXIT_SAPLRSAP_003
    Please some one suggest me or provide me any SAP help document
    Thanks,
    GL

    Hi,
      EXIT_SAPLRSAP_003 is obselete. You can use EXIT_SAPLRSAP_002 for text datasource enhancement. See OSS note 413539. Also have a look into below link
    http://help.sap.com/saphelp_nw04/helpdata/en/49/ae67401d4988448036b180dc9ec1e6/frameset.htm
    Regards,
    Raghavendra.

  • How to create generic text datasource to load text data?

    met issue in generic master data load
    Hi,
    please see above link for detail infomation regarding the attribute data load. now the language and description column of the infoobject s_saled is empty. i need to create a generic text datasource to load data from R3 to BW. the table which i use to extract attribute data is VBAK, but i don't find any filed relate to language and description.
    met issue in generic master data load
    can anyone tell me how to load the text data?
    thanks very much.
    Eileen

    hi eileen,
    go to transactio rso2  in your source system ie r/3.
    there u have three three fields for transaction data
                                                    attributes.
                                                     text.
    choose text and proceed as u did for trancsaction data load.
    thank u,
    reward if helpful.

  • Default locale support for texts datasources

    Hi,
    I faced with problem - does BW support default locales ?
    I have some texts datasources which contain some list of entries for default locale. The question is - what value of LANGU field I should setup for  these entries in order to BW recognize them as for default locales ?
    Thanks. I will be apprecated for any related info.
    Fiodar.

    Hi Fiodar,
    well I am not sure about your requirement, but it sounds like you want to add a default value to langu in case the source system doesn't deliver it.
    If this is the case, create a update routine in your transfer rules for 0langu. In the routine add the following coding:
    if tran_structure-spras is initial. "no language specified
    usually the R/3-field is called spras
      result = sy-langu. "or a literal like 'EN' ...
    else.
    pass the given language to the result of the routine.
      result = tran_structure-spras.
    endif.
    That's it.
    In case your datasource doesn't even deliver a field for the language, you can just set a constant value to 0langu in your transfer rules.
    regards
    Siggi

  • Connection to text datasource fails with REP-4100

    I built a Report with text datasource; doing like the "how to" document tells:
    (set up the textpds.conf, attach text datasource to the report)
    I use the file:///&<p_file> user parameter to define the datasource file and location like described in this reports forum
    "Dynamic name for Text Pluggable Data Source".
    Using report builder everything works fine; I can change the location of text datasource via user parameter as I need.
    Porting the report to production environment (unix) and using the rwservlet the Report fails.
    REP-4100: Failed to execute data source
    java.lang.NullPointerException
    Has Anyone an idea how this can resolved?
    Thanks a lot
    Jost

    Just found the solution myself:
    I need to pass the &<p_file> parameter value without "file:///"
    only "C:/myhomedir/text.txt"
    or "/usr/home/myhomedir/x.txt" on unix platform.
    Parameter passing via URL also works.

  • Steps to enhance a datasource from SAP CRM

    Dear Forum,
    Could you please provide me with some document to enhance a datasource from SAP CRM. Is it any different from enhancement of datasource from ECC datasources,
    Thanks and regards,

    Hi,
    please look this:
    Business Intelligence How-to Guides for SAP NetWeaver 2004 [original link is broken]
    or here: How-to Guides for SAP NetWeaver Business Warehouse  7.0 [original link is broken]
    Creating a datasource for generic extraction
    regards
    CSM Reddy

  • Delta in enhanced 0HR_PT_1 DataSource

    Hi gurus,
    I have a problem with enhanced 0HR_PT_1 DataSource.
    There are some fields added to the extractor structure and one of these fields (ZNIEOB) should be the base for delta queue.
    Unfortunatelly the delta mechanism doesn't work as it should - the changes in ZNIEOB field don't generate delta records.
    How should I modify the extractor to make the delta work?

    Hi,
    Please check if pseudo delta helps:
    dummy delta/pseudo delta
    -Vikram

  • Adding Text datasource

    Hi,
    i have this situation. there exist flat file datasource that  has the option of loading master data, text and hierarchy.
    right now there is only infopackage for loading master data. I have tried right click - create infopackage for loading text but it only gives me the option of master data.
    I do I get this infopackage for loading the text/description.
    thanks

    Hi Bhat,
    For loading Master data Text follow these steps,
    First double click your dataSource(PC file datsource) , in this trasfer Structure---> select the datasource of Text type over there .
    based on this selection your datasource structure has changed like this ID, 0Langu, 0txtsh. Activate your datasource now.
    Now create a new Infopackage for Text data or use your existing infopackage , select the text datasource and load your Master data Text file.
    Note: Assign points if it helps
    Regards,
    Arun.M.D

  • Creating text datasource

    hi
    I have a standart datasource - 0EVENTGROUP_TEXT and created new infoobject in BW ZKVERUA_2.
    I must load the texts for the new IO using this standart datasource:
    1. i tried directly in bw to create infosource that assign to DS 0EVENTGROUP_TEXT  but when try to assign this DS it is not available in the datasources list, eventhough it exsists  in source system and BW as well
    (i tried to activate and replicate.)
    2. i tried in RSO2 to create DS that are with the same extraction mathod :
    Fanctiom module and extract stracture but when saving the new text datasource i'm getting the mesage :
    ZKVERUA_2: TABLES-paramter E_T_DATA for extractor HR_BIW_GET_TEXTS is
    missing
    please advice how can i create infosource to my Z IO that will load texts from the standat DS 0EVENTGROUP_TEXT
    thanks a lot
    Nir

    Hi,
      First the infoobject should be made as infoprovider . In the second tab of the infoobject you will have check box at the bottom
    enable that check box infoobject as infoprovider or dataprovider.. similiar text like that.
    If it is not enabled enable now then you are using direct update method of updating the infoobject.
    Now if you enable this one you are changing to flexible update.
    Now delete the previous source system assignment. Now createa new infosource and assign the datasource to it
    Assign source system and map them and activate it.
    Go to infoprovider tab in RSA1. Search for the infoobject or try insert infoobject as data target.
    Once it is done right click on infoobject and try creating update rules using infosource.
    Once done create a infopackage and load them.
    Hope this helps for you
    Thanks,
    Arun

  • 0GLACCEXT Text Datasource

    Dear Gurus,
    I'm in the process of loading Text Datasource for  Info Objects "0GLACCEXT" , I'm not sure which datasource to select ,
    while going through forums , I've used  the DataSource "0GL_ACCOUNT_TEXT" to load the text data into "0GLACCEXT".
    Is this the right approach ? I'm able to load the data till PSA but when scheduling DTP I'm getting the following error.
    "too many error records , update terminated "
    Please advice.
    Regards,
    -Neha

    Hi Neha,
    I dind't find a datasource to fill the text for InfoObjects "0GLACCEXT". What I found is a thread where it says how i could be loaded.
    [Re: 0GLACCEXT vs 0GL_ACCOUNT - How it is USED?|Re: 0GLACCEXT vs 0GL_ACCOUNT - How it is USED?]
    Here you can find information about hierarchy, maybe you can use the tables from R3 to create a custom extractor to fill the text.:
    [http://help.sap.com/saphelp_nw04/helpdata/EN/64/032de5ff014c4c86bc15272216a5e2/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/EN/64/032de5ff014c4c86bc15272216a5e2/frameset.htm]
    Regards, Federico

  • Steps to Enhance Custom DataSource

    Hello All,
    I have one custom datasource ZZ_PROD. From which I am extracting data and populatd in a ODS and then in to Cube in BI 7.0
    Now I have to enhance it and add about more 20 fields from two different ECC tables.
    These two tables are custom tables for a particular departmens.
    Can somebody explain me the steps  how I can accomplish this?
    Thanks in Advance
    Kumar M.

    I would recommend to change the function Module or the program it generates the ZZ_PROD.
    First Add the fields to the extract Structure.
    Unhide the newly added fields in the data source.
    Write the logic to grab the data from the two tables and assign it to proper extract structure fields.
    We normally enhance the datasource using User Exit since we don't want to make changes to SAP Delivered programs that would be overwritten during upgrades.
    Hope that helps.
    thanks.
    Wond

  • Language Dependent Text datasource

    I have a language dependent generic text datasource mapped to my language dependent infoobject in BW.  In my source system, I have 68 records; 34 English and 34 French.  I am only pulling 34 English records to BW but not the 34 French records.  In my extractor checker (RSA3), I pull all the 68 records.  Any reason why I am not pulling all the records from the text table.  To reiterate, I have the flag "Texts language dependent" checked in my text infoobject.  What is the reason why I am only pulling 34 English records and NOT all the 68 records?

    1. Check the selections at the Infopackage level whether you are pulling only EN or there is no selection at the language field... in the data selection tab.
    2. Check whether your system is unicode or not? Use RSCPINST program to check the same and also check French language is already installed in your system.. Execute the program, you can see the installed languages in left side and and uniode (*or non unicode at right side).
    3. Also check the program in R/3 system and based on that we can conclude the next step...
    Hope this helps..
    Murali

  • 0langu IOBJ for text datasources

    Hello,
    I have created a text datasource with language as a selection criteria. I have then replicated it to BW. When i now create an infopackage, it does not show me the 0langu infoobject in the selection criteria. Is there something I have missed, or is this the way text datasources work?
    Regards,
    Suraj

    Hi,
    if you assign SPRAS to 0LANGU, the system will manage the language vectors by itself and will not let you select the laguage loaded (BW will request systematically all its installed languages form the source system).
    There is however (and always...) a trick:
    remove the mapping 0LANGU <> SPRAS and write a routine for 0LANGU
    RESULT = TRAN-STRUCTURE-SPRAS.
    The system will then let you SELECT in your IPack.
    hope this helps...
    Olivier.
    Message was edited by:
            Olivier Cora

Maybe you are looking for

  • Can no longer see files on application

    Hi, I have been using creative cloud for a while now and everything has been working fine. Then the other day I went into the creative cloud app on my desktop and could no longer see my files. The person who i am sharing the files with can still see

  • Osx 10.6.8 update and Itunes 11.1 update

    I need to update my itunes which requires osx 10.6.8 or later, however this update is unavailable in the hong kong store. I am no longer there, and in Switzerland now, and when i tried to change country/region in Itunes it said i needed to update it.

  • Drilling down from Summary to detailed reporting.

    Hello all, I am sure this can be done in BW but I just dont know how we can do it. My client requirement is when we run a report on the cube we see all the totals for commitement item (we have cmmt item hierarchy that we are using) and then we are at

  • Deployment differences

    what is the difference between:           1) deploying to the cluster?           2) deploying to each of the individual nodes in the cluster?           I'm trying to assess the logistical issues of updating war/ear files in a           clustered envi

  • ACE module hung and required hard reset !!Plz help

    ACE module had bit flip and it was hunged after that.I was not able to run any command(i.e For ex if i run show ft status nothing was displayed).I was not able to run any command on the standby ACE as well is this could be both the ACE module ACTIVE?