How to find out the Datasources  for particular data in R/3

Hi ,
     I want to retrive the data from R/3 tables  which are  VEKP, INOB ,AUSP , CABN .. these all are ACCOUNTABILITY details...  so, how can i find the  BI  content  DataSources  are available or not...  if available means..
    for these ACCOUNTABILITY details.. i want to  know the BI content  CUBES  and ODS's  and  Datasources...  so, can any one give me the  names of  datasources.. or  cubes..  and how can we find out those names...
helpfull answers will be highly appriciated..
regards
Babu

The best way to go for this is to check the table RSOSFIELDMAP in BW.
Put in the values below and you would see which field of R/3 maps to which info object in BW. If  nothing is mapped that means there is no infoobject mapped yet to that field. In this case you need to hunt in the BC or create your own info object.
Soursystem = your r/3 sourssytem
version = A
field = your r/3 field name
Once you get the datasource name, i am sure you can figure out the corresponding infosource and then the cubes and ODS linked to that infosource. ( right click infosource - - show dataflow)
Hope this helps.

Similar Messages

  • How to find out responsibility attached for particular user through query

    hi
    How to find out responsibility attached for particular user through query
    Regards
    9841672839

    Hi,
    Following sql will help you find the responsibilities associated with the users in oracle applications.
    SELECT frt.RESPONSIBILITY_NAME, furg.end_date
    FROM
    fnd_user_resp_groups furg,
    FND_RESPONSIBILITY fr,
    fnd_responsibility_tl frt,
    fnd_user fu
    WHERE fu.user_name = ‘&&username’
    AND fu.user_id = furg.user_id
    AND furg.responsibility_id = fr.RESPONSIBILITY_ID
    AND frt.responsibility_id = fr.RESPONSIBILITY_ID
    ORDER BY 1
    Cheers...

  • How to find out the Tcodes for the exits

    Hi All,
    how to find out the Tcodes for the exits. i have a list of exits (customer, user, badi ). i need to find out what are the Tcode affected by this exits.
    Customer Exits: EXIT_RFEBBU10_001
                              EXIT_RFEKA400_001
                              EXIT_RFFOEXIT_100
    User-Exits:  USEREXIT_DELETE_DOCUMENT
                       USEREXIT_FIELD_MODIFICATION
                       USEREXIT_MOVE_FIELD_TO_VBAK
                       USEREXIT_PRICING_PREPARE_TKOMP
    BADI: CUSTOMER_ADD_DATA_CS
              HISTORICAL_VALUES
              MD_ADD_ELEMENTS
              MD_CHANGE_MRP_DATA
              MD_PIR_FLEX_CONS
              MD_PLDORD_POST
              ME_REQ_POSTED
              NOTIF_EVENT_SAVE
    Can anyone help on this <urgency factor removed>.
    Regards
    Ksihore
    Edited by: Suhas Saha on Feb 20, 2012 12:58 PM

    i have just started reading about all these-user exits ,customer exits etc.
    i have read somewhere that:call to customer exits are triggered by function modules exits.
    the structure of function modules are like this:
    EXIT_RFEBBU10_001
    MEANS
    Keyword EXIT followed by program name fllowed by three digits.
    and the call is like this:
    call customer function 0001.
    From above we can conclude that this customer exit must be used in program RFEBBU10.
    GOTO SE38 andenter prog name RFEBBU10.check for above function module.
    for the rest i stick to the same method for user exits and BADI that we can findthe corresponding TCODES
    using Where used lists.
    please Tell me if i m wrong!

  • How to find out the description for the given field?

    Hi All,
    How to find out the description for the given field?
    I mean ETTYP  Desription is VTEXT. This we can find in TVEPT  Table. So, How canwe find this?
    Thanks in Advance
    Sri...

    Hi  Avi,
    If i want to disply the  fields like   AUART and 'Description of AUART',
    Suppose based on my query i will take AUART from T184 table. And the description of AUART is available in TVAKT table.
    my question is if i have given T184-AUART  and how do u find out AUART Description ?(How do u know which table is having Description of AUART)?
    Thanks in Advance
    Sri...

  • URGENT: How to find out the Tables for Routines  in BW.

    Hi BW Gurus,
    How to find out the Tables for Routines  in BW.
    I have this routine id <b>45XFAEI7LKIFIRDUKQG127YWW</b> and it is in inactive state and i want to activate it.
    thanks in advance,
    points will be rewarded.
    Regards,
    Maruthi.

    Hi Maruthi,
    Check table RSUPDROUT using the routine id as input for the field CODEID. You will get the technical name of the update rule.
    Cheers,
    Praveen.

  • How to find out the link for the tables for sub contract PO

    Dear All,
    How to find out the link for the tables for sub contract PO, I am looking for the fields Material, Unit, Batch no., quantity.
    Please provide the solution for the Table related to ABAP.
    Thanks,
    V.V.

    Hi,
       Make use of the table EKKO, EKPO...
    For subcontract please select the option in EKPO-PSTYP.
    Regards
    GK.

  • How to find out the script for the table using SQL

    Hi,
    Could any one tell me that how to find out the script for the table using SQL.
    Thanks,
    kamal

    Kamal,
    You can find the SQL query in Advanced tab of Answers
    Thanks,
    Balaa...

  • How to find out the infoProvider for a given dimension table?

    Experts:
    In RSA1, I want to find out the infoProvider for a given dimension table.
    But I am not sure how to display the tables linked to a given infoProvider.
    Could you provide a way to display all tables linked to a given infoProvider?
    Thanks a lot!

    See, The dimension table starts with Dcubename1 and incremental Dcubename2 .... so on
    Ex.ZSD_C01 is your cube name
    Dim tables starts for this is /BIC/DZSD_C011 /BIC/DZSD_C012 ...
    Goto - LISTSCHEMA  - derive cube name from given dim table and enter cube name  - execute - will show you all the tables

  • How to find out the URL for OAM at a new site

    Hi
    if you turn up at a new site, and you only have the oracle / applmgr account password
    to a linux server, how would you go about finding out the URL for OAM ?
    Many thanks

    OAM URL is:
    http://hostname.domain:port/servlets/weboam/oam/oamLogin

  • How to find out the accounts for a particular IBUs?

    Hi,
    I want to find out accounts for particular accounts.
    Regards,
    Jaya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • How to find out the exit for a particular requirement.....!!!!

    Hi Freiends,
    i have the requirement like this..
      2 sales orders are creted for the same customer..but their delivery date is different..i want to  find out the that time difference....
      could you plz give me any idea...
    Best regards,
    Rajesh padya

    Hi,
    If you know the sales order numbers then u need to go VBAK table and take VDATU(requested delivery date) for the 2 sales order and find out the difference between these 2 dates by using the function modules.
    -Prasanth

  • How to find out the reason for blocking locks?

    PB Application try to create data in ASE 12.5. With this operation, there are sql, sp, trigger involved. Most of the it is okay. With lock of sleeping or sync sleeping lock. User wait for a short time to get the result.
    but some time, there are blocking lock.
    If spid for the app is 1. then looks like this app also generate another spid, say it is 2. and 2 is blocking by 1. spid 1 holding lock!
    then all user is frozen because of spid 1 holding lock!!!  How to figure it out the reason for blocking locks?

    Thanks, Mark. Yes, sp_lock, sp_who, ... are common tool I used.
    I found out one case like:
    I have a SP which call a View for data.
    When I run this SP, suppose the sipd is 1. then it will create another spid 2 because of access view and it gone very quick. This cause spid 1 block spid 2 within a short time.
    If the are many user run the app, the app will be  frozen and everyone is waiting. Finally it release, no dead lock, but the performance is not acceptable.
    That why I have this question.

  • How to find out the VAT for iCloud storage

    i want to buy the 79p a month storage for my I pad however it says including VAT and I cannot find out wat the cost of the VAT is

    Hi  Avi,
    If i want to disply the  fields like   AUART and 'Description of AUART',
    Suppose based on my query i will take AUART from T184 table. And the description of AUART is available in TVAKT table.
    my question is if i have given T184-AUART  and how do u find out AUART Description ?(How do u know which table is having Description of AUART)?
    Thanks in Advance
    Sri...

  • How to find out the releases for which an XPRA needs to be executed?

    Hello All,
    I am looking for some information related to XPRAs executed during the upgrades.
    1. Is there a DB file present from which the XPRAs which needs to be run during the upgrade is stored?
    2. From the name of the XPRA is it possible to find out which releases it is applicable for(if you cannot access the transaction XPRAin the system) ?
    Thanks,
    Resmi.

    sorry Resmi,
    missed some word there.
    when you will run the prepare it will give you information about the xpra objects.
    Regards
    Ashok Dalai

  • How to find out the table for Posting Key and A/R & A/P Document types

    hi folks,
    can you let me know which TABLE is used to Posting key and also which TABLE is used for Account Receivables and Account Payables.
    Thank you in advance.

    To find the table of posting key, select any posting key at OB41, then press F1, then click on hammer icon the table used will be displayed. For Posting Key TBSL is the table used.
    Posting Key TBSL
    Customer Master (General)  KNA1
    Customer Master (Company Code) KNB1
    Vendor Master (General) LFA1
    Vendor Master (Company Code) LFB1
    Satish
    (please close the thred if u satisfiy with the answer)

Maybe you are looking for

  • 2nd gen shuffle freezes my laptop pc

    I was just given a 2nd gen shuffle as a present. Last week I intalled itunes on my lenovo laptop (running windows xp), and all worked great for 1 week. then, suddenly, one day i plugged my shuffle into its dock, and my laptop froze. since then, i can

  • How do I transfer MP4 videos from Macbook to iPad2

    (I am very frustrated at this point, so please forgive me if my wording sounds like I am pulling out my hair.) I want to put some MP4 videos on the iPad2. They are currently on my Macbook Pro. I have attached the iPad2 to the Macbook, and iTunes open

  • Split GL sale and cost of sale

    Hi all, User need to split GL sale and cost of sale according to the model of the car. 1 GL for 1 model. Currently for all sale and cost of sale will flow to 1 GL. I need to create new GL for each model. How do I split and is it can be done in the sy

  • I have convert JAR to DLL using VisualCafe, how to use it in VB?

    Hello all, I have successfully convert/compile my Jars file to DLL files following the steps given in the VisualCafe Expert Edition help file. Let say my Jars file contain the following class & method: class1 setName(String sData) class1 getName() cl

  • Having a problem with Actionscript. Need help

    I'm trying to set up the first page in my project so that I capture a person name... and I can use it again later on. I had discussed this in a previous thread with Ned Murphy:   http://forums.adobe.com/message/3319540#3319540 I half way have this wo