Bussiness content data source, ascii display

i m middle on the extraction process, when i click diplay list, and select data packet it shows me data source.
but one field in data source short description (TXTSH) display in ASCII character.
what is the problem with it?

Hi Sreeanil,
If it is FI extractors or generic then you can see data,
If it is LO extractors then you have to fill the setup tables.to get the data in TX : RSA3...
hope this will answer your question.
Thanks,
Vijay.
Edited by: vijay m on Jan 8, 2010 4:05 PM

Similar Messages

  • Enhance business content Data Source

    Hello BW Gurus,
      Please let me know step-by-step (Detailed) procedure on how to enhance the Business Content Data source
    Actual Time and Labor Times <b>0HR_PT_2</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/26c5394dbfef35e10000000a11402f/frameset.htm
    This Data source is already extracting Data for HR Tables PA2001,I want to enhance the data source to include start date and end date from the same table.
    Please give me detailed steps how i can do it (Do i nned to modify the function module of data source if how how and where) .Please help as it is my first extraction from R/3
    Thanks

    Hi
    Enhancement means in the SAP given datasource If you want to add extra fields.
    The procedure is like below.
    Take the datasource in which you enhance.
    1. If you enhancing in the LO datasaource, take the aprapriate communication strucute append the structure in that structure add the fields you wnat enhance.
    If you are enhancing other than LO you take extract structure append the structure and add the fields in that structure.
    2. Goto LBWE Tcode take the option called "Maintain Extract structure" take the fields which you enhanced from pool take push in to extract strucure.
    If you enhancing other than LO no need to do this.
    3. Goto RSA6, take datasource, goto change mode. The enhanced fields Hide option checked, reomove that tick and save it.
    4. Goto "CMODE" tcode, If project is already created for that enhancement goto disply mode. If the project is not created give the project name created and give the enhancemet name as "RSAP0001" and save it.
    in the component you can find 4 Function modules
    EXIT_SAPLRSAP_001 -> Transaction Data
    EXIT_SAPLRSAP_002 -> masterdata attributes
    EXIT_SAPLRSAP_003 -> Master data Texts
    EXIT_SAPLRSAP_004 -> Masterdata Hirarchies.
    Take the apprapriate FM and double click on it
    there you can find Include name. If you double click on it you can find ABAP editor.
    there we have to write the code
    example code will be like below.
    data: l_s_icctrcst like icctrcst,
    l_s_icctract like icctract,
    l_s_icctrsta like icctrsta,
    l_tabix like sy-tabix.
    case i_datasource. */ in BW 1.2B case i_isource.
    when '0CO_OM_CCA_1'.
    loop at c_t_data into l_s_icctrcst.
    l_tabix = sy-tabix.
    select single * from z0001 where kokrs = l_s_icctrcst-kok
    and kostl = l_s_icctrcst-kostl.
    if sy-subrc = 0.
    l_s_icctrcst-zfield1 = z0001-zfield1.
    l_s_icctrcst-zfield2 = z0001-zfield2.
    modify c_t_data from l_s_icctrcst index l_tabix.
    endif.
    endloop.
    when '0CO_OM_CCA_2'.
    when '0CO_OM_CCA_3'.
    when others.
    exit.
    endcase.
    This is example code.
    Thaks
    DST

  • Standard business content Data source

    Hi Experts,
    Could you please let me know, which standard business content Data source will be suitable for the below business attributes?
    Stock Transfer Order (STO) Number
    STO Creation Date
    Delivery Creation Date
    STO required Date
    Thanks,
    Gana

    Hi All,
        Please let me know the business content extractor for the BFOK_A Table.
    Thanks
    Srinivas.

  • Business Content Objects on BI side for the business content data sources

    Hi All,
    We are doing a fresh implementation, and would like to know the step by step way through which i can know the relevant business content objects on BW side for a BC data sources ,,,,,
    0material_attr
    and 0mat_sales_Attrt
    As Per my understanding, once installed the BC data sources, the data would be feed to the master data info object 0material
    But the question is how do i know the complete Business content object on BW / BI side, and use the same building the entire flow.
    I have a hint that we can know it through the help.sap.com, and it would be highly appreciated and awarded for your expertises guidence, i have tried sercing in it, but dont know the correct trick.
    Even for the other  business content data sources.
    Example, the relevant infoobject or the DSO or the Cube,transformation, dtp,etc..
    Thanks
    Daljeet sing Nagi

    Hi Vineeth,
    Do you mean this way in the meta data repository, it will propose the flow for the business content object, and if yes, then even if they are in delivery version and not in active version, still it shall propose the flow for the business content objects,
    And to cut short my requirement,  as specified we are doing the fresh implementation,
    and i have identified that we would require first to load the material master data, and based on our present requirement, the data source which i have identified are
    0material_attr   (for the table mara in ECC system)
    0mat_sales_attr (for the table mvke in ECC system)
    all the fields data would be loaded to which master data info object,
    will it be 0material or ????
    Thanks for your support and surly as promised

  • BI Content Data Source for  0ACCNT_GRPV Text Data

    Hi Experts
      (0ACCNT_GRPV)Vendor Account Group is a attribute of (0VENDOR) Vendor.
      Could you please update me wether there is any content data source avaliable to load text data of (0ACCNT_GRPV)Vendor Account Group or atleast where i can check...to find it
    Thanks in advance

    You should create simple table/view datasource from table T077Y.
    Hope it helps,
    Alexander Kuzmich.

  • Underlying tables of business Content data sources

    Hello Exerts,
    Can anyone advice me finding the underlying tables of business Content data sources?
    Regards.

    Hi,
    I dont think that there is any standard tcode or table to find out the underlying base tables.
    But you can try the below mehtod to to find out the tables related to a datasource.
    Go to RSA2 >>> give your Data source name and execute>>>>Double click on the extractor>>>Goto the function module Top include and see the list of tables used.
    This might help.
    Regards,
    Abhishek

  • I Activate business content data source, but ca't able to see the data in

    I activate business content data source in crm 2007 , when i go to RSA3, GIVE the data source and checking data, I can not able to find the data in that ,
    q1) when activating the data souce then it have data i, OR we will run any sttings for that

    Thanks for reply
    I did same thing , I activated the data source in RSA5, then got to RSA3 i can not able to fine data in that data source,
    is there is no data in tables?
    or any other problem

  • BW-CRM - Business Content Data Source for Service Ticket

    We are setting up BW for CRM. We want to analyze data related to Service Ticket. I am trying to find Business Content Data Sources for Service Ticket. I could not find any thing under Interaction Center Delivered analytics. I appreciate if any of you BW Experts can guide me in the right direction. Thanks for your help in advance. I am using RSA6 to look into delivered Data Sources

    Hi Nilesh,
    Thanks for the update.
      I can enhance  0HRPOSITION_ATTR to include  Number of hours per month & Number of Hours per Week (WKAVG & MOVAG).
    My last question is which object (Employee,Position,Job) do i need to enhance
    for  PA0007: WOSTD( Hours per week) - It will be used to calculate STAFF FTE
    Thanks for the help

  • How to get the BW 7.0 Business content data sources

    Hi,
    We have got following sever components
    SAP EHP 1 for SAP NetWeaver 7.0
    SAP_BW - 701 - SAPKW70106
    BI_CONT 705
    When we try to install the business content in T.Code: RSOR, we are getting 3.x data sources even though latest servers are in place.
    Do we need to any settings in order to get 7.0 data sources and its flow(transformation and DTPs).
    Please let me know.
    Thanks,
    Bala

    SAP will not touch any of existing 3.x BW Content and change everything to 7.X content in the new BW Content version.
    Most of the BW Content that was created earlier will still be in 3.x version only. You will see a small .(dot) before that object showing that it is in 3.x version.
    SAP Provides only mechanism to migrate them into 7.X concepts as shown in below link
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/f00e2696d24c5fe10000000a155369/frameset.htm
    You can still use 3.x objects with out any problem.
    In most implementations, the approach they use is, as long as you do not need to enhance or add any standard content, you can retain it the way it is. The enhancements include, adding a field, changing the structure of source or target, or you want to use better functionality in 7.x objects, then you can always migrate them as discussed in the above link
    When you convert them, if you select "With exports" you can go back to older version later. If you select "Without exports" then the object is permanently transformed.
    I you have to touch a standard object for any enhancement or reason, better convert it to 7.x version

  • RSA5 busiibes  content data source data wen activated

    hi dis is anil
    my query is when we activate the bussiness conent datasource , in rsa5, the data source will be in ra6, so the activated datasource is having the data with it

    Hi Sreeanil,
    If it is FI extractors or generic then you can see data,
    If it is LO extractors then you have to fill the setup tables.to get the data in TX : RSA3...
    hope this will answer your question.
    Thanks,
    Vijay.
    Edited by: vijay m on Jan 8, 2010 4:05 PM

  • Fields missing from Data Source but displayed in RSA3

    Hello Experts
    I have an issue while finding for a field in the data source. As I am looking for some fields : MABST, MINBE, EISBE on BW Side but not found. When I llok the same fields in ECC Side in the table RSOSFieldmap, then I get these fields in 0MAT_PLANT_ATTR Data Source. In the same time , the fields are not available in the Data source on BW Side as well as on ECC Side(while goin thru RSA6). Also when I execute the RSA3 for the data source, I am getting the data in the Missing Fields. How it can be possible? Also plz let me know how can I make these fields available in Data Source.
    I replicate the data source, also i looked for the hidden fields, but still not succeed.
    Thanks in advance
    Neha

    Hello,
    TO unhide the field,
    Just Goto T.code RSO2 > press change button.> unhide the filds and --> Generate the Datasource
    or
    Goto RSA6 --> select the Datasource and --> press change button (pencil icon) --> unhide the filed --> Save and Generate the Datasource.
    Try the above two option and check if it is working.
    also go thru the below post
    BI : Hidden field Datasource
    Hope this helps,
    Sri...

  • Transporting Extract Structures for Business Content Data Sources

    Hi
    We have added a new field to the 2lis_13_vditm data source and when i am trying to capture it in the transport, only the data source is getting captured and not the extract sturcture. When I go to the Object Entry Directory of the Extract Structure, it shows package as MCEX and person responsible as SAP. Should i need to change this and capture it in a transport or is it enough if i capture the data source alone
    Thanks
    Rashmi.

    Hi,
    If you transport the DS that should do it . The extract structure is standarad one and it would show as SAP, however you would have added the new filed using an append structure and if you go to the append structure and view the transport request you should be ble to see the transport request and your package in it.
    P.S : if the Append structure is not under any transport req then check if it has already been transported
    Cheers!!
    Ashwin G

  • Business Content Data Source not active in R/3

    Hello,
    I am using ECC 6.0 system,
    I would like to change the data source 2LIS_11_VAITM  using t-code as a RSA6 but i could not find this datasource.
    But when i use t-code RSA5 i can able to see the data source.
    I would like to know the difference RSA6 and RSA5?
    Do we need to active the 2LIS_11_VAITM  data source before using ?
    Thanks,

    Hi,
    For this datasource goto LBWE and activate the datasource.
    RSA5 is used to install the datasource and the installed datasource is then available in RSA6. In RSA6 you can enhance the standard datasource if needed.
    Cheers,
    Kedar

  • Records Missed in PSA from R/3 for BI Content Data Sources

    Hi Friends,
                          I'm extracting the data for the data target "0CCA_C11" using the data sources 0CO_OM_CCA_9 & 0CO_OM_CCA_1, but for the data source 0CO_OM_CCA_1, it is showing 25000 records in R/3 while checking in RSA3 transaction, but it's picking only 1500 records upto PSA, since PSA table is two dimension table, all records should be picked into the PSA, but it's not picking,
    what might be the problem in R/3, can anybody tell me the step by step analysis for finding the exact problem?
    Your inputs will be appreciated,
    Balaji Reddy,

    Hi Pinaki,
                    Thanx for your replay, Can PI and BW versions and support package levels cause these kind of problems that not getting complete from datasource to PSA?, as far as this datasource is concerned, these are no filters and selections being set,
                help me in this regard in finding out the exact solutions
    Regards,
    Balaji Reddy

  • How to know the STD business content data source ?

    Hi,
    Where we can find the list of standard data sources both master and transactional
    which are delivered by SAP?
    i searched in help portal, but i am not seeing the data sources which are specific to the application!
    can nay body help me out?
    Thanks,
    Ravi

    In help portal you can find several datasources, mainly transactional in (this is for netwaver 04s version 3.53.)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    If you want to a full list of datasources, go to your R/3 system RSA6 transaction.

Maybe you are looking for

  • RMAN Recovery Window 7 days setting - shows no obsolete backups

    Hi All. Quick question about RMAN retention policy.... I have the current backup strategy: Full backup (0) -> Sunday Incremental backup (1) -> Monday - Saturday Archive log backups -> every hour This is a new database I just started taking backups on

  • How can I open an app or file in finder with keyboard?

    I rather using keyboard instead of mouse for everything but I dont know how to open a file/app using the keyboard, if I press Enter it opens the file's name box. Any shortcut? Thanx MacBook Pro   Mac OS X (10.4.8)  

  • Budget

    HI sapient My client requirement is that they wants procurement budget checking in the PR and PO stage only, after that if any changes will occure it will not effect the procurement budget amount. The amount for procurement budget which have been ded

  • HT4061 What is the correct name of the tones that my callers hear when they call me, and how do I obtain tones?

    What is the correct name of the tones my callers hear when they call me and how do I obtain those tones?

  • TFS_Analysis

    Problem processing analysis DB after TFS 21013 Update 3. When I try to process my analysis DB I get the ERROR Processing Dimension Attribute Iteration Path failed and Processing Dimension Attribute Test Plan Owner failed. any hints?