Where are the BEx variable stored

Hi All,
I have couple of doubts. I would appreciate, if some one can through some light on these.
1. Where does all the BEx variables stored, if they are stored in BW, then in which transparent tables these are stored.
2. Where does the properties of the BEx InfoObject in the BEX Query are stored, if they are stored in BW, then in which transparent tables these are stored.
Thanks in advance,
CK

Hi Sudheer,
Are you ready for have some fun?!? 
With BW Analyzer loaded and one of your BW workbooks open in Excel do the following:
First, launch the Visual Basic Editor.  You do this either on the Excel Menu Bar (Tools >> Macro >> Visual Basic Editor); or, by pressing Alt + F11.
Be sure that the Project Explorer Window is visible.  If not, on the VB Editor toolbar select View >> Project Explorer; or, press Ctrl + R.
Projects are listed alphabetically.  Probably the first object you see in the Project list is SAPBEX(sapbex.xla).  This is the BW Analyzer.  You can't open it, but you can explore it using the VB Editor Object Browser.  More about that later.
For now, locate your workbook.  It will probably be named VBAProject(name of workbook.xls).  If there is a "+" to the left of the project name, click on the + to expand it.
You will see at least two types of objects:
+ Microsoft Excel Objects
+ Modules
Expand them both.
Among the Microsoft Excel Objects, you will see worksheets, maybe charts, and the object for the workbook itself (ThisWorkbook).
Each sheet has two names.  The first is the codename.  The second is the name you see on the tabs when you are in Excel.
Notice that there are two more worksheets here than you see in Excel.  One of these has a "tab name" of SAPBEXqueries; the other is named SAPBEXfilters.
There is nothing you can do in Excel to make these sheets visible.  They are not ordinary hidden worksheets. 
There are two ways you can make them visible:
1.  using the Properties Window
2.  using Visual Basic code
If the Properties Window is not visible, on the VB Editor toolbar select View >> Properties Window; or, press F4.  Double-click on the worksheet object to select it.  Then, change the Visible Property to Visible.
Or, use this line of code (for example):
Sheets("SAPBEXqueries").Visible = True
to return it to its original condition, the VBA command is:
Sheets("SAPBEXqueries").visible = xlSheetVeryHidden
Now I must tell you that anything you do from this point on is not covered by your warranty.  Don't worry, you can't break BW.  But, you can create a beautiful report that stops working with the next system patch that gets installed.
Now that you are looking at these sheets, you probably would like to have a guide as to what they contain.  I posted some of that a few months ago.  I can't locate the posting right now.  You can do a search on my name to find it.  Or, if you wait, I'll find it and post the link to this thread.
But ... there is a better way than reading my old posting.  Try this ... refresh a query in Excel.  Then, come back to the Visual Basic Editor.  Select the BW Analyzer Object ...  SAPBEX(sapbex.xla).  Then, on the VB Editor menu, select Run >> Run Macro (F5); scroll down to sapbexDebugPrint and run that macro.  It will create an amazing workbook that tells you everything you could ever want to know about the query you just refreshed. (Including a complete list of valid OLAP fire commands.)
By comparing the various worksheets in this amazing workbook with the tables in the very-hidden SAPBEXqueries worksheet, you can learn what just about every one of those tables is all about.
But ... before you get too carried away with making changes to the values on those sheets ... I have found that I can do almost everything I need to do without ever needing to touch those very-hidden worksheets.
What I use mostly are the API functions.  Some of these are listed in the BW documentation.  But, there are about as many API functions that are NOT documented.  To find the API functions ... in the VB Editor, select the BW Analyzer object ... SAPBEX(sapbex.xla).  Then, select on the VE Editor menu bar, select View >> Object Browser (F2).  Change the Library to SAPBEX (this does not work unless you have already selected the SAPBEX oject).  In the Classes column, scroll down to xBEXapi.  You will now see listed all of the API functions and subroutines.
The Object Browser tells you ALMOST everything you need to know.  Most people need a few examples to get them started.  You can look at my postings here to find examples.  Or, just do a search on "SAPBEX".  Almost every hit will lead to a discussion and/or example of these API functions.
When you have more questions, write back.
- Pete

Similar Messages

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Where are the MMB files stored in unix box

    Hi all,
    Can anyone tell where are the MMB files stored in unix box. Thanks in advance.
    Regards,
    Sandeep V

    Hi Thomas,
    Thanks for the reply, I got the FNDMENU.mmb file , but Iam not able to find the menu item which Iam searching for. There are some special menu items like SPECIAL , SPECIALB and SPECIALC. So, when I select release from plan menu item special27 is called , but Iam not able to find release in this menu. Can you please help me in this regard.
    Regards,
    Sandeep V

  • Where are the Safari passwords stored in OS X 10.6.8?

    Where are the Safari passwords stored in OS X 10.6.8?

    Check out applications/utilitiies/keychainchain utilities
    Look thru and fin what you are looking for

  • Where Are The Master Files Stored For iWeb?

    I can't seem to figure out where the master files are stored in iWeb. For example I was trying to help of friend with his iWeb website, so I told him to send the files - and then I was planning to load them into iWeb on my computer... but I couldn't figure out where to put them... and he did not know where they were either!
    Question: Where are the master files stored for iWeb?

    http://docs.info.apple.com/article.html?artnum=303670
    http://iWebFAQ.com/1Site2Computers
    http://iWebFAQ.com/#Backup

  • Where are the actual documents stored in solution manager (KW)?

    Hello,
    I have a question regarding Solution Manager and storing documentation.
    When we in our process structure in a project uploads a word document
    (as documentation), where are the file then physically stored?
    I have checked the table SA01PHIO (a KW table), here I see a new entry every time I
    upload a new word document (or other type of documentation). But this
    table does not grow accordingly to the size of the word documents I
    upload, so the physical document must be stored somewhere else in the
    database.
    The description of field 'PHIO_ID' in table SA01PHIO is "Physical document", but since the field is of type char (size 32), then it can only be a link to the actual file?
    We need to know where the documents are stored, so that we can plan our
    storage strategy and database space management accordingly.
    Anyone knows where the files are stored in the database?
    Thanks in advance.
    Regards

    Samuli,
    Thank you for your help.
    After further searches, I have found exactly what I was looking for.
    Samuli, as you said, documents are stored in table SACONT01, but I did not understand how they were stored, as all the data you have in this table is something like:
    FF06010102028000343130320000000074040000121F9D02A37D7259692086C2F0D7761017222...
    So the information can be benefit to other people searching, I will share it here.
    The string of alpha-numeric characters you see above is a "part" of the document.
    Document data is cut into clusters, and stored in table SACONT01 (in field CLUSTD, coupled with CLUSTR).
    In order to retrieve all the clusters for a given document, you need to get its logical ID (LOIO - LOgical Information on Object):
    - Select the document (SOLAR01/02 for projects, SOLMAN_DIRECTORY for solutions)
    - Enter DOC_INFO in the transaction code field
    - Copy the Object ID
    In table SA01PHIO, retrieve the physical id(s) from the logical id (PHIO - PHysical Information on Object).
    Search SACONT01 with the physical id(s).
    Just as an example:
    - 340 entries for a Word document (about 50 pages)
    - 57000 entries for a video (200 MB)
    Hope it will help.
    Regards,
    Rémi.

  • Where are the page comments stored?

    Hello,
    does anybody know where are the page comments are stored?
    I searched the view APEX_APPLICATION_PAGES, but I can`t find them.
    I hope you can give me a hint!
    Thank you,
    Tim

    Hey Scott,
    thanks for your quick answer!
    In the table wwv_flow_app_comments is only one entrs, and that is a comment of a HTML Region!
    So the comments of the pages, which i put into the comment text field in the page detail are not there!
    What is wrong?
    Is there a reason why there are a few for the regions, items, processes and so on, but not for pages?
    It is a little bit confusing...
    Thank you,
    Tim

  • Where are the results (report) stored

    Running Oracle 10g on Solaris 10 SPARC
    Have run the following commands (get info for fine tuning of Oracle 10g on Solaris 10):
    from SQLPlus
    execute dbms_stats.gather_dictionary_stats;
    and
    execute dbms_stats.gather_fixed_objects_stats;
    Where are the results stored [table name ? path to file ?]
    and is there documentation as to how to interpret the stats data collected?
    Thanks

    1) These two "stats" are run for the sole use of the OptimizerMainly, yes.
    2) Should these be run periodically to provide
    updated information to the system(Oracle)?
    if so, how often..Depends on the tables and what they are being used for.
    Some tables may require daily updating of stats, others less frequently or never.
    Any other infomation you can provide or point me to a
    document that explains this?http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#sthref1466

  • Where are the shorttexts / descriptions stored for products?

    Hello,
    the database-table for product is COMM_PRODUCT.
    But where are the descriptions of the product with it´s different languages stored?
    Do you know the database table or a function module which i could use?
    Thanks a lot.
    Kind regards
    Manfred

    Hi,
    Use the below code to get the product description in different languages,
    Data: ls_prshtext   TYPE comm_prshtext.
    CALL FUNCTION 'COM_PRSHTEXT_READ_SINGLE'
        EXPORTING
          i_product_guid = lv_prod_guid
          i_langu             = lv_langu
        IMPORTING
          es_prshtext    = ls_prshtext
        EXCEPTIONS
          not_found      = 1
          OTHERS         = 2.
    Regards,
    Arun

  • Where are the plugin ins stored?

    Hello guys, I need your help. Where are the pluins stored for After Effects CC 2014 on Mac. I have Mavericks but I basically need your help. I am a an amateur. Just so you know, the plugins are not in library/adobe/commom folder. The plugin is called plexus and has caused some crashes btw.

    See After Effects Help:
    After Effects Help | Plug-ins

  • What is virtual file system in sharepoint, where are the site pages stored?

    I came across this paragraph in Inside Microsoft SharePoint 2010; page 126 :-
    When SharePoint Foundation provisions the Proposals document library,it creates a folder named Proposals at the root of the site and then it creates a child folder named Forms.
    Inside the Forms folder, it creates a set of site pages with names such as DispForm.aspx, EditForm.aspx, AllItems.aspx, and Upload.aspx. The reason that SharePoint Foundation creates site pages inside the Forms folder for each
    new list and document library is that these site pages will provide users with the forms they will use to add and manage content.
    My question is that:-
    1) What us the root of the site means? 
    2) Are the pages for edit/add/allitems created in filesystem OR in the content database?
    3)Suppose we create new sitepages, then where are they stored? In filesystem or in content db?

    Hi,
    For All above queries the data and site pages are stored in content database
    Root folder: A folder created for the document library under the web (sub site) and another folder created as child folder named Forms. Site pages are created in SharePoint content database
    SitePages(Add/display/edit): These pages are created in SharePoint content database
    Note: The SharePoint will not create any physical aspx page OR folder in the file system while creating document library.
    Hope this will help you.
    Senthilrajan Kaliyaperumal
    But the book mentions that:-
    When SharePoint Foundation provisions the Proposals document library,it
    creates a folder named Proposals at the root of the site and then it creates a child folder named Forms. 
    Is
    this wrong? Are the folders created in filesystem or content db? If the files are not supposed to go into the filesystem, then why are the folders created?

  • Where are the partial downloads stored?

    Hi,
         I was downloading Xcode for Lion from MAS. The download was almost 90% complete and then my Mac shut down because the battery ran out
    (strangely, it didn't go to safe sleep/hibernate ). Can I restore the partially downloaded file from a Time Machine backup? If not, then I will have to start over again.
    – h.v.d.

    I am lost.  I don't even see the reply tab to answer I hope this continues the conversation..  I frequently listen to radio talk shows that have already been broadcast.  I have the option of listen or
    download.  The first option doesn't work so I always click on download.  I assume the downloads are piling up so I wanted to delete them but I can't find them stored anywhere on my iPad. Where are they?

  • Can someone tell me, Where are the theme movies stored?

    Hi all,
    I am trying to find the quicktime files where the themes are stored on my mac.
    The themes are quicktime movies are the not?
    I just want to watch them without opening iDVD.
    Thanks

    I always worry about telling people where to look because the potential to 'screw things up' is pretty great!
    Do the below at your own risk!
    Example Path info (many of these items require control-clicking on an item and selecting 'Show Package Contents')
    Library>Application Support>iDVD>Themes>iDVD6>Travel-Main.theme>Contents>Resources and you willl see TravelBackground.NTSC.mov
    F Shippey

  • Where are the preview images stored

    When you launch iPhoto 8.1.2 and you can look at the preview of the photos in the main screen, Where are these file fragments located?
    I have many original pictures that are deleted (yes they are gone and right now I dont care about that) but they still show up in the preview area of iPhoto.
    This is a great thing for me since the originals have been deleted and I am trying to salvage whatever sanity I have left in these deleted photos.
    I know the images for the previews are somewhere in this machine?  is it in a database file or something that needs a special tool to extract the thumbnails?
    And yes I have already looked in all the folders inside of the 'show package contents' window.  So I am left to believe this is a hidden database preview structure since the photo is truly deleted but it shows up clear as day in the preview area of iPhoto.  But of course when you click on the photo you get the big "EXCLAMATION POINT" telling you the photo is gone.  Yes I know the photo is gone.
    I just want to know where the preview images are stored so I can recover them..  (even if it is the lowest quality and only a few kb in size) its better than nothing as far as I am concerned.
    Thanks

    They are in the Data folder within the Library Package.
    Regards
    TD

  • After running sql scripts in SQL plus, where are the results(tables) stored

    Hi ,
    I am using oracleDb10g . i have used SQL plus to create a database. I have run 2 sql scripts and constructed the tables , but i dont know where the data is stored and how to make the data into a database, so that i can use it for connection through some UI.
    for example: schema.sql, data.sql script files.
    SQL> start schema.sql
    SQL> start data.sql
    The tables are created.
    Now how can i group those table into a database and name it.(i mean i can create a database using SQL plus, but how to dump the tables into the database created). Because i want to use this database name for connecting to MS SQL, so i need the name.
    Thanks
    babu.

    when you are in Rome, sing with the romans !
    Oracle is different from SQL Server.
    Time to read some basic books.
    --> http://tahiti.oracle.com

Maybe you are looking for

  • How do I prevent "The user profile service service failed the log on" error messages?

    I work for an organization with approximately 60 staff members across ~80 Windows 7 Professional PCs. Users log in with Active Directory accounts. Approximately once per month, a random user will get an error message while attempting to log into thei

  • How to get Icloud with Imac OS X 10.5.8

    Hi I have an Imac 7,1 with Memory 1GB, Intel cuore 2 Duo and 40GB free in the disc. I leave in Spain and would like to know how to upgrade to be able to use Icloud on my Ipad and Iphone... And if I get an extra memory of 1GB, will my Mac go faster? h

  • Table Structure changed in Function Module

    Hello All, How to check the strcuture of the table " yrdb_tp10_map: got changed in the following FM. As its not working properly. function yrdb_tp10_get_mapping. ""Lokale Schnittstelle: *"  IMPORTING *"     REFERENCE(VARIANTE) TYPE  YDOMAENE *"     R

  • My Iphoto won't load...spinning wheel just goes on and on

    Hi.  I have iphoto '11 v 9.1.5 (615).  Suddenly stopped loading corrrectly.  When I try to open the app the spinning wheel just spins endlessly.   I tried to run a test by choosong my Time Machine folder.   I got a message saying that the folder woul

  • Stuck between "Recovery Mode" and "an error occurred while trying to update

    My iPod touch is stuck in Recovery Mode (meaning it has become a $500 paper weight) and when I plug it into iTunes and try to restore and update it the message is something like "an error occurred while trying to update your iPod (14)". Everything wa