Table name which contains all the details of infocube

Hi All,
I need to write a program which contains the details of infocube like
1) Request ID
2) Request Number
3) Username
4) Transfered Records
5) Added Records
6) Data source
Please could anyone tell me where i can find all these details.
I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
Regards
Anju

Hi,
Chk these tables
RSMONICTAB -- transferred and added records
try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
Regards,
B

Similar Messages

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • How to create a folder (in unified folders) which contains all the messages of inboxes and outboxes

    Hi, i've searched without success how to create a folder (in unified folders) which contains all the messages of inboxes and outboxes (as it exists in Windows Live Mail).
    For me, it would be very useful to search in only one folder when i try to find something in sent and received mails.
    Thank's

    This is what Unified Folders does. I'm not sure what exactly you're trying to achieve.
    http://kb.mozillazine.org/Global_Inbox#Unified_Folders
    You might take a look at this article.
    https://support.mozilla.org/en-US/kb/global-search

  • Table name which contains status profile of a given process order

    Hi All,
    I created one process order and assigned a status profile for it.
    I need to know which table will contain both these values.
    Ex: If i give process order as an input, then it gives status profile as an output.

    Hi,
    The Table for Status Profile is JSTO.
    But there is no direct link bitween AFKO/AFPO and JSTO.
    Take the help of an ABAPer for this..
    Regards,
    Siva

  • Table Name which contains Role for a Query

    Hi
    Please let me know if there is any table present where i will give Query name as Input and i will get the Role name for that query.
    Regards
    Atul

    Go to RSA1--> Meta data repository --> search for the query , in its details you will find the role to which it is assigned .

  • Where does itunes store my playlists on my pc,I can locate my itunes media which contains all the albums and artists but not my playlists?

    Im a bit of a tech dummy and am trying to add a playlist to an iphone that is NOT synced with my itunes account, with ipod/ipad this is simple as I can manually manage content, however this feature doesn't work on iphone. I have a program installed which allows me to add to the iphone however I need to add directly from the itunes folder not within itunes. I have created a playlist in itunes to add to this device however I can not locate this folder in my itunes files!! I'm sure I am missing something simple here

    iTunes playlists are stored within the library database iTunes Library.itl. Perhaps you need to create a m3u playlist for use with your other software. Right-click on the playlist name in the sidebar for export options.
    Or use iTunes to manage the content on the device in the way that it is designed to.
    tt2

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Find the schema which contains all these tables

    In my DB, only SCOTT has all the three tables EMP,DEPT, BONUS. There are schemas which have either one or two of these tables but only SCOTT has all these 3 tables.
    To find the schema which contains all these *3* tables. I tried the below mentioned queries which gave the wrong answers.
    1.
    select TABLE_NAME, owner from dba_Tables where table_name IN ('EMP','DEPT', 'BONUS')-- will return any schema which has any of these tables. So, wrong result
    2.
    select TABLE_NAME, owner from dba_Tables where table_name = 'EMP' AND TABLE_NAME='DEPT' AND TABLE_NAME= 'BONUS'-- Wrong result because it is mutually contradictory. As AP has mentioned below, A table_name cannot be equal to all the three tables .
    Edited by: GarryB on Dec 22, 2010 7:56 AM

    Hi,
    GarryB wrote:
    Thanks everyone. So, this means that this seemingly simple query cannot be written with just a plain AND , OR . Right?You're right. Every query needs SELECT and FROM, for example.
    What's wrong with Solomon's simple solution?
    Whatever you don't like about it, I'm sure there's another approach that doesn't have the same problem, even if it is slower and more complicated.
    As AP pointed out, no one row has all the information you need to decide if that row will be part of the result set or not.
    You need something that can make a decision based on the data in multiple rows.
    GROUP BY, like Solomon suggested, is the easiest and most efficient way I know of.
    Anything that GROUP BY does can probably be done by analytic functions. In this case, it will be more complicated and slower, but you can get the same results.
    A self-join, as user13524665 demonstrated, is another way.
    You could also get the results you want using EXISTS-, IN-, or scalar sub-queries, all of which would be even more complicated, and scale just as poorly, as a self-join.
    CONNECT BY, recursive sub-queries, MODEL, and XML functions can also look at several rows at the same time. I don't believe you want to read and test soltuions for all of these any more than I want to write all of them. Solomon gave a good solution for your original problem. If you want to add some extra restrictions to your problem (such as "I can't use ... or ...") explain clearly what those restrictions are, and why you need them.

  • Name of the table which stores all the cubes

    hi all,
    can any one of you give me the name of the table which stores all the names of the cubes which are been using in the system.
    and please give me the way of finding it also.

    hi Antony,
    the table is RSDCUBE, and RSDCUBET is the text table
    also check related tables RSDCUBE*,
    you can open 2 sessions, one run ST05 and activate sql trace,
    another session right click infocube and 'change' or display,
    then go back to ST05 session, and deactivate trace, and display trace
    a list of tables will come out.
    hope this helps.

  • To know the table names that contains changed and old PO values.

    Dear All,
            Please let me on the table names that contains changed PO value and old PO value details for which I'll be grateful.
    Regards,
    S.Suresh

    Hello,
    Check the table CDHDR and CDPOS.
    Cheers,
    Vasanth
    Edited by: Vasanth M on Feb 18, 2008 12:08 PM

  • Table Names which stores GRN and GRIR Details of a PO

    Hi Friends,
    I want table names which stores GRN and GRIR details of a PO.
    Thanks in advance
    Expecting ur answers,
    Cheers;-)
    R.Kripa.

    Hi,
    From MKPF get the gr for PO.
    if you see VGART = 'WE' and BLART = 'WE' then you get all MBLNR s GR related PO's. and using those go to MSEG table and get MSEG-EBELN and MSEG-EBELP
    this is the flow...
    MKPF to it_mkpf where VGART = 'WE' and BLART = 'WE'.
    from
    MSEG get EBELN,EBELP for all entries of MKPF and get PO's corresponding GR's
    i hope it is clear...
    Regards
    vijay

  • From which table could i get all the Variants of a specific ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi,
    Check the table starting with TVAR*.
    Regards,
    Atish

  • From which table could i get all the Variants of a ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi Hoo,
    You can get the variants of a ABAB Program from table <b>VARID</b>. Give the report name to the VARID-REPORT field and you will the list of variants for this report under field VARID-VARIANT and VARID-ENAME is the user who created the variant.
    Otherwise, You can use the function module RM_GET_VARIANTS_4_REPORT_USER to get the variants of a report
    Thanks,
    Vinay

  • Which library file contains all the registered application in win98/win2000

    Hi:
    Can anyone tell me which file contains all the registered application signature in win98/win200. I am using java to develop an application to open a file in windows system according to the file's extension. For instance, to open a file abc.doc use winword, to open a file abc.xls use excel etc. I know that there's a library file contains all these info., what's the file name, how can i use it. (ie. use what method call to get the associated application name/path according to the file extension).
    Thanks very much in advance.

    Hi there:
    can anyone help with this question, I did try to use the syntax of Runtime.getRuntime().exec("start abc.txt"), but some computers works, others don't. they are all running win2000, did I miss something on the system setting, many thanks in advance.
    another question is I want to display the file using different icon according to their type, is there any way to get the icon info. of the registered application from windows registry?
    super thanks in advance.

  • In sap is there any report which gives us the details of all prctr group

    Hi,
       In sap is there any report which gives us the detail of all profit center and their respective profit center group. I need a report or t.code which gives me the details of profit center hierarchy with description and also the associated profit center to it.Is there any report beside t.code KE5X.
    With regards

    Hello
    I like to use TCode KCH6N (Profit Centre standard Hierarchy)
    Although this does not give as much Master data info as the TCode you use, it does give description, who responsible and most importantly where in the structure/hierarchy every Profit centre and Profit centre group is in relation to each other.

Maybe you are looking for

  • My iPad won't recognise my air printer, it is connected as I checked by typing in IP address into Safari, but when I try to print it just says cannot find any air printers.

    my Ipad won't recognise my printer. It is connected as I have typed the IP address into Safari which confirms connectivity. Spoken with canon who suggest it it is a problem with IOS not recognising the functionality. When I try to print it says canno

  • Problem Installing SSD in new MBP

    Hi, I thought this was gonna be easy: installing a new Samsung 128GB SSD in the optical CD/DVD drive of my new 13" MBP. How wrong I was. I thought the H/W bit would be tough, but the S/W got me instead. What I did: I left the original HDD (500GB) in

  • Can't mount Solaris 10 DVD

    I've been having trouble mounting the Solaris 10 10/08 Operating System SPARC DVD after installation so that I can add packages from the DVD. Rather than burn my own DVDs, I bought the media kit. Booting from that DVD in order to install Solaris 10 o

  • Color settings between the Mini and Dell monitor

    I got my new Mac Mini Intel Solo yesterday and hooked it up to my Dell 20" widescreen flat-panel. As soon as my screen popped up, the color scheme was waaaay off. It was too red. So I messed with all different kinds of color settings on the monitor i

  • CS6 crashes after it imports video

    I was having update issue with CS6, so from advice given here from other users, I un-installed then re-installed Creative Cloud, Photoshop CC and Photoshop CS6. Now when I go to make a gif, CS6 crashes just after the green bar goes from importing the