In which BI table WorkBooks are physically stored?

Hi
I think the BW workbooks are stored as ALE objects (Just like we can do in Access) in some table. I want to know the name of the table. I looked into all the tables where I can find the GUID of the workbook. But then I have to open my Bex to run the workbook. If I can download from the table, that would be helpful.
If the workbooks are not stored as a file in a table, what could be the way the workbook is loaded, with some preformatting etc? Is there any other way where I can see the list of these workbooks and download them. (Metadata repository can show me the list but I cannot download the workbook)
Regards
Takai

header table : rsrwbindext
select single * from rsrwbindext into  wb
    where workbookid = workbookid and objvers = 'A' and langu = 'E' .
actual workbook contents : rsrwbstore
they are stored as binary stream
select * from rsrwbstore into table wb_tab
        where workbookid = wb-workbookid.
      clear:file_data, output, wb_line .
      loop at wb_tab into wb_line.
        clear file_data .
        file_data = wb_line-clustd.
        concatenate output
        file_data
        into output.
      endloop.
Raja

Similar Messages

  • Where are  tablespace, table structure, package physically stored?

    Running Oracle 11g on Linux.
    My disk settings are:
    /dev/sda1 (boot)
    /dev/sda2 (/)
    /dev/sda3 (/u01) for Oracle software. Base: /u01/app/oracle
    /dev/sda4 (swap)
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?
    Thanks

    You need understand the difference and concept about Physical Storage Structures and Logical Storage Structures.
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/physical.htm
    http://docs.oracle.com/cd/E11882_01/server.112/e16508/logical.htm
    /dev/sdb1 ASM disk for DATA
    /dev/sdc1 ASM disk for DATA
    /dev/sdd1 ASM disk for FRA
    1. Where are the tablespace, table structure (such as table name, column name, column type, primarykey key, and index), package, procedure, trigger, and function PHYSICALLY stored? I want to know the common directory path and disk location?Probably your database is stored on ASM Filesystem, wich are using the /dev/sdb1 and /dev/sdc1. So if your database files is on ASM "DATA" diskgroup then all objects is there.
    Query V$DATAFILE, V$CONTROLFILE, V$LOGFILE, V$TEMPFILE
    2. When the Fast Recovery Area (FRA) does the backup job, will the tablespace, table structure (column, type, key, index), package, procedure, trigger, and function also be backed up to the Fast Recovery Area (FRA), in addition to the data files, control files, redo logs and archived logs?FRA is used to hold backups of database then your objects are backed up there too.
    Use RMAN to check it:
    LIST BACKUP;
    LIST ARCHIVELOG ALL;
    Edited by: Levi Pereira on Oct 8, 2012 12:05 PM
    Edited by: Levi Pereira on Oct 8, 2012 12:09 PM

  • IN which SAP tables Email id is stored

    In which sap tables Email Id is stored

    You really shouldn't worry about that. Use the access functions instead.
    If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.
    If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

  • Need the location where ODI scenario and interfaces are physically stored

    Hi,
    I am new to ODI and would like to know in which folder ODI stores the interfaces, packages and scenarios.
    Any document reference or details will be very helpful.
    Regards,
    User1672911

    Hi User1672911,
    ODI will store all information in metadata table in your underlying WORK repository.
    Thanks,
    Guru

  • EUL Tables, Business Area and Workbook

    Hi,
    I would like to know , how are the business area connected to Workbooks! through which EUL Tables!
    Business area is stored in EUL4_BAS table
    Workbooks are stored in EUL4_DOCUMENTS table
    BUT HOW ARE THESE TABLES CONNECTED?
    I want to create a report, which should contain all the business areas and the workbooks related to each business area!

    Hi
    already replied ,see ealry post
    NP

  • Where are output module presets physically stored?

    I have a broken XP installation that is not fixable but the drive is accesible from my other Windows installation.
    Before I broke XP I deactivated my CS3 and now I have it installed and activated in Windows 7.
    Now I am really missing all my output module presets. I can import them, but then I should have exported them first, which is not an option.
    The AppData folder is really full of stuff
    Here are some other important folders when migrating. In this case D: is the old installation drive:
    D:\Program Files (x86)\Adobe\Adobe After Effects CS3\Support Files\Scripts\
    D:\Program Files (x86)\Adobe\Adobe After Effects CS3\Support Files\Templates\
    D:\Users\[Username]\AppData\Adobe\After Effects\8.0\
    Media Encoder presets:
    D:\Users\[Username]\AppData\Adobe\After Effects\8.0\MediaIO\Presets
    But hey no Output Modules in there..

    Hi,
    Thanks for the reply.
    I think you misunderstood me though. There was nothing wrong with the Adobe installation. It was my operating system that I broke. Sort of on purpose. I just assumed I could get my settings back the good old manual way instead of using the program. And I was right for the most part. Don't worry, I know what I am doing. I just didn't know the output module presets weren't stored in either the application folder or the AppData folder.
    So what I need to know is where those presets are physically stored so I can get them back too.
    Oh I hope it's not the registry. That's the one thing I cannot touch. But then again why would it be in the registry when everything else is stored in files and AE is portable to OSX anyway and they don't have a registry.

  • EUL tables, Business Area and Work books!

    Hi,
    I would like to know , how are the business area connected to Workbooks! through which EUL Tables!
    Business area is stored in EUL4_BAS table
    Workbooks are stored in EUL4_DOCUMENTS table
    BUT HOW ARE THESE TABLES CONNECTED?
    I want to create a report, which should contain all the business areas and the workbooks related to each business area!

    Duplicate post. See the Re: Last run of the Report?
    Cheers, APC

  • Table values are not visible

    Hi,
    I have designed the GUI, which contains JTable.
    Every time the table is loaded with some values dynamically, after doing some operation.
    The table values are first stored in the vector and set to DefaultTableModel.
    The DefaultTableModel contains two vectors, in which first vector will have row values and
    second vector has column name (or heading, always it is four).
    The problem is only 40 row's values are visible in GUI.
    Not able to move the scroller down to see the table values after the 40th row.
    Please suggest me in what way i can correct this problem.
    Thanks & Regards

    calvino_ind wrote:
    kathyayini wrote:
    Its not stupid.
    I know that there are more than 40 rows.
    Because i have displayed the values which are loaded into table and also i am writing the table as excel file.
    Don't act to smart.he wasn't acting smart, but actually acting dumbYeah as if your first comment asking whether he added a JScrollPane was much smarter, especially because the OP mentioned that he has a scroller in the GUI...
    Be it as it is, you could post the relevant code snippet here.

  • In which SAP tables where INCOTERMS COST are stored?

    Dear All, Costing/Financial Experts,
    <b>Could you please let me know,
    In which SAP tables are cost details  for "INCOTERMS" stored?</b>
    OR if someone can help me navigate to find the <b>cost</b> data for incoterms ?
    Thanks in Advance.

    Try these:
    A033
    A034
    A127
    A301
    Rob

  • Tables report are stored in which db table

    tables report are stored in which db table ?and can we do remote comparision between this in dev and prd

    Hi,
    Goto your report.
    Display the source code.
    Goto Utilities-----> versions--
    > versions management
    Click on remote comparision button.
    On the pop-up which appears subsequently, enter the sys name with which u want to compare ur code.
    <b>Reward if helpful</b>
    Regards.
    Pritha.

  • Message-mappings: stored in which database-table?

    Hello everybody,
    I want to code some ABAP to check some message-mappings.
    Does anybody know in which DB-tables the mapping including the mapping steps are stored?
    Thanks a lot.
    Regards Mario

    Hi Muller,
    Check these tables,
    <b>/SAPDMC/LSOMAP</b>                 Field Mapping
    <b>/SAPTRX/SCAOTMAP              </b>
    <b>/SAPTRX/SCCNDMAP              </b>  <b>/SAPTRX/SCEVTMAP              </b>
    <b>/SAPTRX/SCFUNMAP              </b> /<b>SAPTRX/SCSOMAP               </b>
    or Just say map in SE11 and u will get a list..
    Regfards,
    Sridhar

  • Workflow attchment data stored in which SAP Tables

    Hi,
    In Leave workflow when approver rejects it the approver(Agent) provide the reason for rejection as an attachment.
    I have to send the external mail to the employee.
    I am able to send the mail with fixed information, however unable to extract the information from attachment ( want to know in which SAP Tables say SW* this information is stored) or any other solution.
    Help Please.
    Praveen Jain

    You really shouldn't worry about that. Use the access functions instead.
    If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.
    If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

  • Tables in which DB15 and DB02 data is stored

    Hi All,
    I'm interested in knowing the tables in which the DB15 and DB02 data is stored. To be more specific..
    1) DB15 - I want to know the tables in which the relationships between Archiving OBjects and Tables is stored. I have identified some tables namely - ARCH_DEF ,ARCH_DELE ,ARCH_DELE,CLASS_DELE,CLASS_DEF.. but the data from these tables does ot directly match what is being displayed in transaction DB15.     
    2) DB02 - I also want to know the tables in which the DB02 statistics is stored, namely the tables in which the Table & Index sizes are stored.
    Thanks in advance,
    Deepika.
    Message was edited by: Deepika Bhaskar

    Hi Deepika!
    ad 2) That's database related stuff. Information is gathered with native SQL out of database system tables.
    Even some data preparation is done by calls of database functions.
    Regards,
    Christian

  • In which SAP table Jobname and Jobnumber data was stored.

    Hi Experts,
    when we are executing the job_open FM one Job Number was generated,In which SAP table this job number was stored.
    Thanks in advance.
    Regards,
    Bhaskar

    Check..
    SELECT JOBNAME JOBCOUNT STEPCOUNT STRTDATE STRTTIME
        FROM TBTCO
        INTO TABLE IT_JOB_ID
       WHERE JOBNAME IN S_JOB
         AND STATUS = 'F'
          ORDER BY STRTDATE DESCENDING STRTTIME DESCENDING.

  • How do i delete photos which were being imported and are now stored in a folder which i can't access

    how do i delete photos which were being imported and are now stored in a folder which i can't access

    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Look there for a Folder called 'Import' or 'Importing'.
    Drag it to the Desktop. *Make no other changes*.
    Start iPhoto. Does that help?
    If it does then look inside that folder on your desktop. Does it contain anything you want? If not you can trash the folder.

Maybe you are looking for