How to find the corresponding  field in r/3 to a info object in a cube?

Hi,
       In a cube I have an info object WKNO and data is loaded from r/3 through  a process chain to that cube.
now i need to check from which field and table in r/3 the data is coming to the info object?

Hi
You can take the datasource name for the Cube and the infoobject
Then pass this to table RSOFIELDMAP , to get the corresponding  R/3 fieldname
And for R/3 table u need to check datasources definition in BI content library
May b if ur datasource is there in below the link u can follow the tables to get the exact field source
https://wiki.sdn.sap.com/wiki/display/BI/BW%20SD%20MM%20FI%20DATASOURCES
Hope this helps
Sonal.....

Similar Messages

  • How to find the Databse field used in which Transaction

    Hi,
    I have one query about:
    How to find the particular field from the Database table, used in which transaction?
    Bottomline:  I want to find the LIKP- LIFEX field, used in which Transaction. I know it is related to inbound delivery, but i couldn't find it in which transaction it is.
    Thanks in advance.
    Jai.

    Hi Jai,
    The field is called External ID which equal to LIKP-LIFEX or RV50A-VERUR_LA (structure).
    Path:
    Goto -> Header -> Administration -> External ID.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to find the structure fields data in database tables?

    how to find the structure fields data in database tables?

    Your question doesn't appear to be Web Dynpro ABAP related. Please only post questions in this forum if they are directly Web Dynpro ABAP related.  There are several other more general ABAP related forums.

  • How to find the corresponding characteristics of a operations in ABAP?

    I want to filter the existing characteristic in my report according to operation. That is, if I choose operation 0010, only some characteriistics of 0010 will be displayed on screen. So I need to fetch the all the corresponding characteristers of a operations, just like the TCODE QP02. Can anyone provide me with the logic, tables? I want to know how to identify their relationship between them. thanks a lot.

    I found the solutions.
    use FM BAPI_INSPOPER_GETDETAIL
    and pass inspection lot no and operation no and check read_char_requirement
    we can find the content in the result table.

  • How to find the corresponding application program of an application doc. ?

    hi,
      can anybody give me some good idea on how the creation of an application document invokes a message control? i am working on interface right now. also, i am interested in knowing the corresponding application program of an application document. kindly somebody help me getting these two informations.
    waiting eagerly to award some good points to good helps.
    thanks,
    max

    sse the FUnction module ..MASTER_IDOC_DISTRIBUTE..if it is used zreport or program
    that means the message type used in the program are manually triggered.
    Prabhudas

  • How to find the corresponding RTF to The RDF

    Dear all,
    We have an XML Report in the EBS. i only know the RDF file which is XXARMSXTRTKTBOND.RDF but i do not know the corresponding RTF for that file to modify some thing.how i can search for that one???
    Regards...Ashraf

    Hi,
    Have a look at this thread.
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    Regards,
    Hussein

  • How to find the corresponding programs for a particular condition type

    Hi experts,
    I have one condition type( KSCHL ).
    I need to find the programs where this condition type is used.
    Thanks in Advance.

    Dear Nagireddy,
    You have to go further by using where-use list option(Arrow Direction Icon) from SE11 or from SE38 editor. Then the system will show you the places where the condition type KSCHL is being used.
    Thanks & Regards,
    Dinesh

  • DBAN reports 250 tablescans within 60sec - how to find the statements/field

    Hello,
    I try to fix performance/cache-hit-rate problems on a MaxDB v 7.5.00.44.
    I've fixed and improved several effects but there is still a pure Data-Cache-Hitrate
    > Cache Sizes
    >
    >
    >  I/O Buffer Cache:          1.562,50 MB
    >
    >     Data Cache:             1.549,00 MB
    >     Converter:                 12,88 MB
    >     Misc.:                      0,62 MB
    >
    >  Catalog Cache:           411.648,00 MB
    >
    >  Sequence Cache:                0,01 MB
    >
    > Cache Accesses
    >
    >                                Acesses          Successful    Unsuccessful       Hit Rate
    >
    >  Data Cache:             8.143.185.274      7.915.878.680       227.306.594       97,21 %
    >  SQL Data:               8.140.734.533      7.913.427.939       227.306.594       97,21 %
    >
    >  History/Undo:               2.450.874          2.450.874                 0      100,00 %
    >
    >  Catalog Cache:          3.334.089.052      3.150.536.080       183.554.889       94,49 %
    >  Sequence Cache:                 1.063              1.062                 1       99,91 %
    >
    > Parameters
    >
    >  CACHE_SIZE:                  200000
    >
    >  CAT_CACHE_SUPPLY:            52690944
    >
    >  USE_MEM_ENHANCE:
    >
    >  MEM_ENHANCE_LIMIT:
    The DB-analyzer with interval 60 sec reports to me that there are more than 200 table-scans within a minute
    > ===== #2          at 2008-03-26 14:46:17
    > *  I  SQL commands executed: 10859, avg. 182.11 per second
    >       CON: PureSQL_Cmds > INTERVAL * 5
    >       VAL: 10859        > 61       * 5
    > * W3  Data cache hitrate (SQL Pages) 80.69%, 448569 of 2322671 accesses failed
    >       CON: DC_Hit < 96 && ( PReads ) > MAX_IDLE_IO_ALL_DEVS
    >       VAL: 80.69  < 96 && ( 448570 ) > 2440                
    >       ACT: In addition to enlarging the data cache (note the paging risk of the operating system), search for the cause of the high read activity. Frequently, individual SQL statements cause a high percentage of the total logical and physical read activities. Enlarging the cache only moves the load from the disk to the CPU although an additional index could transform a read-intensive table scan into a cheap direct access.
    >       DES: For a running database application the data cache hitrate should not be less than 99%, otherwise too much data has to be read physically. Data cache hitrates less than 99% for intervals of 15 minutes or more must be avoided.
    > * W3  Selects and fetches selectivity 0.02%: 2779 selects and fetches, 20199200 rows read, 4033 rows qualified
    >       CON: SelFetSel < 0.3
    >       VAL: 0.02      < 0.3
    > * W1  Updates selectivity 3.66%: 316 updates, 4129 rows read, 151 rows qualified
    >       CON: UpdSel < 5.0
    >       VAL: 3.66   < 5.0
    > * W3  215 table scans, selectivity 0.00%: 21087692 rows read, 323 rows qualified
    >       CON: TabScanSel < 0.3
    >       VAL: 0.00       < 0.3
    > *  I  Number of physical reads: 448570
    >       CON: PReads > ( 4 * MAX_IDLE_IO_ALL_DEVS )
    >       VAL: 448570 > ( 4 * 2440                 )
    My DBA-user holds 273 tables (some with millions of rows) with 563 indizies on it - my feeling is at last one index is still missing...
    Our own CRM-system offers the possibility to "click together" requests - what makes it nearly impossible to get reasonable informations concerning the WHERE clauses.
    The high amount of tablescans let me think that it must be in a often used function - but i can't figure out which ...
    Now I have two questions
    1.) Is there any "best-practice" to find out (on server-side) which statement (WHERE-part?)
        caused the tablescans ( a trace had no stisfying result to me - maybe you can give
        me a hint with the right option and debug-level)
    2.) More common question to shared memory resources:
        Referring to the parameter "CACHE_IN_SHARED_MEMORY"  ( "...can lead to performance problems on NUMA architectures.")
        Which CACHE is ment by this parameter - set this to YES and tell OS to share three of four gigs of memory?
        Is there any documentation/commendation what is best memory-setup on SMP-Linux?
    Any hints are welcome - thanks in advance
    Harald Flaucher

    Hi,
    there is no complex command to start all the command monitor options together. It's correct you must start each option with the seperate command.
    This gives the possibility to switch only some of the monitoring options on, if you are searching e.g. those commands which have bad selectivity or high read og data.
    Ok - without SMP LOGIN you cannot check the FAQ notes.
    About the kernel parameters you will find information when you check the parameters via DBMGUI. This is only a short description about parameters.
    You can check the MaxDb documenation if you can find more information about the parameter you are interrested in there:
    [param-doku|http://maxdb.sap.com/doc/7_7/44/bd1ec6a5d51388e10000000a155369/frameset.htm]
    And you can check the cserv.pcf file to get the dependencies of the serveral parameters to each other.
    Check the workshop material as well if you can find more information about the parameters there: [maxdb.sap.com|http://maxdb.sap.com]
    Hope this will help.
    Regards, Christiane

  • How to find the corresponding job name or program name of a file

    Hi Friends,
      I am having a file name in Unix server. Is there any way I can find out which program or job it had run to give this file.
    Eg. the file name is in location /sapdaemon/DW/Out/test.dat and I want to know which program it had run to produce this file.
    Regards,
    Ramesh.

    Hi,
    Goto table TVARV and display all entries it contain. Then search for the file path. if it is present, then use this variable name and search the variable in the programs that you suspect it would have been used..
    Please reward points if useful
    Rgds,
    Harikrishna .

  • How to get the current month for a variable based on info object 0FISCPER3

    Hie Gurus
    I am working on the financial reports i am failing to derive the Current month from the variable based on infobject 0FISCPER3 PERIOD .
    I would also like to get the same month from the prevoius year. Any ideas?

    If I understood correctly, you need in your repot
    Current Month Plan This year || YTD Plan This Year || Current Month Plan Last Year || YTD Plan Last Year
    Your variable 0I_FISCPER3 must be on the object 0FISCPER3 which is nothing but just the Fiscal Period. This variable is a user entry mandatory Interval variable.
    if you are entering a range in the input screen for this variable, you will get cumulative values. If you just need to get the value for a month in first column your report, you will have to create another variable of type Customer Exit which will read the "To value" entered for the variable 0I_FISCPER3 and columns for Current Month should be restricted on this variable.
    if you are entering a single value in the selection screen of this variable, current month column should be restricted on this variable with "Equal To" operation and YTD colmns should be restricted to "Less Than Equal to" operator with this variable.
    0FISCPER3 just have posting period and not year, so you will have to use varialbes for 0FISCYEAR separately.
    Please let us know if it helps or if you are using some other variable based on 0FISCPER3 or 0FISCPER.
    Regards,
    Gaurav

  • How to know the corresponding Table-fields in R/3 for fields in BW

    Hi,
    We need to enhance the extractor for 0CUSTOMER_ATTR. We have added some new attributes in 0CUSTOMER in BW and we want to know the corresponding Table-Fields in R/3 from where we can populate the values.
    The list of fields in BW is as follws. All are 0CUSTOMER attributes.
    I am searching on the internet. If you know any link/place where I can find the corresponding fields, please let me know.
    0AF_CUSTDC
    0AF_CUSTID
    0CITY_2
    0DB87SIC1
    0DBANSALES
    0DBAREACOD
    0DBCTRYCOD
    0DBCTYNAM
    0DBCUSTAT
    0DBDISTRCOD
    0DBEMPBND
    0DBEMPTOT
    0DBGUDUNS
    0DBHQDUNS
    0DBBLGLSTAT
    0DBLOCACOD
    0DBREGCOD
    0DBSALBND
    0DBSECTCOD
    0DBYRSBND
    0DBYRSTD
    0DB_MAKTCOD
    0DB_MATCDS
    0FAX_NUM
    0ID_TXNUMB3
    0ID_XCPD
    0LANGU
    0POBOX_LOC
    0SORTL
    0TAX_NUMB2
    0DBTRDSTYL
    0DBADDRES1
    0DBADDRES2
    0DBCTRYNA
    0DBSTPRCOD
    0DBPOSTCOD
    0DBNATID
    0DBNATIDCO
    0DBTELPHON
    0DBCEONAME
    0DBLNOFBUS
    0DBANSLUS
    0DBCURNCCO
    0DBEMPHERE
    0DBSUBCODE
    0DBHQNAME
    0DBHQCTYNM
    0DBHQSTPR
    0DBHQCTRYN
    0DBULDUNS
    0DBULNAME
    0DBULCTYNM
    0DBGUCTRYN
    0DBGUCTRYC
    0DBGUNAME
    0DBNUMFAM
    0DBHIERCO
    0DBFAMUPDT
    0DBBUSNAME
    0DB_MATCH
    Thanks,
    Naveen Choudhary

    Naveen,
    Check http://help.sap.com/search/highlightContent.jsp
    Also see Re: 0customer_attr enhancement
    If the source fields in R/3 are standard, you should be able to find the mapping in the help documentation. If its extension field, then you got to see which extractor (based on the base table extension) suits the best and extend it accordingly else create a new generic extractor.
    Hope it helps

  • How to find a crm field in the bi content

    Hi all,
    in r/3 we have been using rsosfieldmap table to find the infoobject existing in the bi system and can u tell me how to find the crm field whether that particular infoobject is existing or not in the bicontent.
    Regards,
    Naveen

    HI Naveen,
    Check for the filed source table -- next find the data source used--> you can search in help.sap.com for the related BI content BW info objects
    Rsosfiledmap table is used to find the respective Bw filed to which its mapped. this table can be used only if the fileds are already mapped and exisintg in use in BW system.
    i guess u can use the same table to find the Bw info obejct(only if the CRM data source is replicated n used in BW system).
    Regards
    KP

  • How ti find the correspoding smartform?

    hi experts,
    I have an FM /1BCDWB/SF00000139 like this .How to find the corresponding smartforms name for it?
    regards
    mani

    Hi
    I understood your problem in your system generated Function module this is your smartform number 00000139 which represents to the particular smartform which u have created now. The system will identifies with this number 00000139 so in your report while calling for a smartform u can use this
    Check in this tables U will get solution
    STXFADMI
    RS38L_FNAM
    TCMS_SMT_FRM
    Regards
    Pavan

  • How can I find the currency field of table KOMU

    I need to select data from table KOMU, including field wrbtr. in 'Currency/Quantity Fields' tab, it's defined to use bkpf-waers.
    but how can i find the corresponding record in bkpf? could anyone tell me the relation between these two table?
    or is there another way to get the currency field?
    thank you!

    Hi,
    In that case, please retrieve the currency & store it in variable. Pass the variables to the Function Module.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
         EXPORTING
              date             = syst-datum
              foreign_amount   = for_amount
              foreign_currency = L_cur1
              local_currency   =  l_cur2
         IMPORTING
              local_amount     = loc_ammount
         EXCEPTIONS
              no_rate_found    = 1
              overflow         = 2
              no_factors_found = 3
              no_spread_found  = 4
              derived_2_times  = 5.
    [Code]
    Best regards,
    Prashant
    [code]

  • How to find the number of occurance of a string in text field of Infopath form?

    Hi All,
    In Infopath text field, How to find the number of occurrence of a particular string in that field?
    Thanks in advance!

    You can check to see if it contains a string once by using the contains function, but there isn't a very clean way to do what you want. If you wanted to guess at the maximum number of occurrences, then you could:
    Box A has your initial. Set Box B to do a concat of string-before and string-after of Box A where it copies Box A minus the string we're looking for. Then we have Box C that does the same thing to Box B. Repeat as many times as you see necessary.
    Example:
    String: "1"
    Box A - "123451234512345"
    Box B - "23451234512345"
    Box C - "2345234512345"
    Box D - "234523452345"
    etc.
    We then have a field that has nested ifs looking backwards from Z -> A looking for a non-blank. Based on that, we return the number of occurrences. Again, this isn't clean, but it will work if you think there's a predefinable maximum.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

Maybe you are looking for

  • [SOLVED]Xfce4/Xorg - Fonts messed up

    Hey Beside dwm I'm actually trying out if Xfce4 fits for my needs so I installed it using 'pacman -S xfce4 xfce4-goodies'. I'm already used to it since my time with Debian so I like this DE pretty much. Everything installed just fine and apparently w

  • Roger CR

    I'm going back from Lion to Snow Leopard, I format the HD and reinstall Snow Leopard from DVD and use the Time Machine Back up... but the User Name and Password Does not work... I dont know why...  can I enter yo my system in any way or get it in any

  • Switch fail to upgrade firmware

    Hi  I use a SG200-26 smartswitch. It's a fine switch and works OK no problems. Recently a new firmware was released 1.4.0.88 My current firmware is 1.3.7.18 - but when I try to load the new firmware I end up with an error message saying the file is o

  • How to rebuild thumbnails in Apple Photos?

    After converting my entire iPhoto Library over to Photos Library, I now have numerous thumbnails that are showing for the wrong photos. I also have some thumbnails that are showing digital artifacts. I've tried rebuilding the Photos Library twice, an

  • No wifi on Iphone 3GS after falling into water.

    It fell into water but everything else is working. It is a 3gs. is there a specific way to turn wifi on. I tried to reset network settings but it hasnt helped.