RSPLAN filter - where is the data table stored

hi
When rsplan planning modeller saves the filter, where could I read the value from a function module or transparent table?
thanks.

Hi,
Filter is an object that describes a multidimensional segment of data from a data set. Filters are used in reporting, analysis and planning, for example, to restrict data to a certain business area, certain product groups or certain time periods. You segment data in this way so that users or user groups only have access to the data that is relevant to them or so that only certain data areas are available within an application scenario.
Within BI Integrated Planning, filters determine the selection of data upon which a planning function is executed. A planning sequence comprises a set of planning functions. A filter is assigned to each of these functions.It holds the set of data isa n underlying table accessed by system when ever this filter is called for.
You want to revaluate the transaction data in your InfoProviders by a factor of
10%. However, you only want to perform the revaluation for certain groups of
customers. To do this, you create a filter that contains the group of customers
for which you want to revaluate data.
Filters can be reused in planning functions and in queries.
Integration
You can create multiple filters for an InfoProvider. You do this using the Planning Modeler or Planning Wizard or the Query Designer. In the Planning Modeler or Planning Wizard, you can only define filters on aggregation levels.
Hope this helps
Cheers
Raja

Similar Messages

  • 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

  • Where are the data files stored?

    I regularly back up using Time Machine, but when I reformatted my hard drive and then restored it, I could not find the data files for iWeb websites I have created.  Looking for help, I saw a reference to a subdirectory named "Domain", I found that but could not see any files for the four different websites I have created.  Are these data files kept hidden?  I am not very familiar with MAC file systems, so please respond in a MAC for Dummies language.  Thanks.

    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.  Then it will be easy to fine the domain file in your Users/Home/Library/Application Support/iWeb folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • 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 is the "data" stored???

    Which table or where is the "data" stored when new users are created inside of Portal? I've been to the Portal Navigator page and can view the many, many classes, triggers, tables, etc.. but find it a bit overwhelming to try and look for stuff. How can one maneuver around the different schemas easily? Is there a way to tie in a visual tool that can show the objects and schemas of the db?

    hi,
    the users are stored in the table called WWSEC_PERSONS$ and the groups are stored in WWSEC_GROUP$.
    i'm using the SQL Navigator to go thru all the components of the product.

  • HT203167 I have just downloaded the latest itunes version (11.0.1). All my data cannot now be located, though the library is showing all the correct content.The data is stored on an external hard drive. How do I tell the library where to find it's data?

    I have just downloaded the latest itunes version (11.0.1). All my data cannot now be located, though the library is showing all the correct content.The data is stored on an external hard drive. How do I tell the library where to find it's data?

    The iTunes application should be installed on the system drive. You may need to repair iTunes to fix that error regarding a missing .exe.
    To organize your library properly see Make a split library portable.
    If you don't have a working version of the library that can be transformed into a portable shape I have tools and techniques that can repair the broken links.
    tt2

  • Where is the data saved in the srtucture for a particular tcode

    Where is the data saved in the srtucture for a particular tcode.
    For eg in MM01 there is a field with RMMG1
    where dioes the data get saved from this field as in backend it shows the stucture and the structure can hold data only at runtime,
    Please help me
    Thanks in advance
    chinnu

    Hi,
    The strcuture : RMMG1 holds data at run time only that to it can hold only one record at a time.
    so we use this structure to hold data at run time and then we insert those values into database tables for that program.
    Here you can the values stored and processed in the program in the tables : MARA (for matnr ,mbrsh,mtart..),MARC (for Plant ),MARD( for storage location : lgort )...etc.
    so if you want to fecth some data means first you have to choose right table to fetch information by passing values in the selection screen.
    Regds
    Sivaparvathi
    Please reward points if helpful...

  • In transaction scase, where is the field 'status' stored ?

    Hi
    in transaction scase, where is the field 'status' stored (in Hdr. data), for a specific BP ?
    thx.
    Edited by: avijit saxena on Nov 12, 2008 10:10 PM

    table>srmprotocol>filter on [ACT_ID] 'attribute change'>choose colom 'arg_string'->filter on 'stat_orderno'

  • How do I figure where is the data in a materialized view coming from

    Hi: when I run select NAME, OWNER from dba_mview_refresh_times, I see a number of materialized views. How do I find more details about this view i.e where is the data coming from and which fields. The source table that is in another database changed. But the view on my database where the materialized view exist has not changed. I want to confirm from where is data coming in this view
    TIA
    Ravi

    SQL>  select * from dict where table_name like 'ALL%MVIEW%'
    TABLE_NAME                     COMMENTS                                                             
    ALL_BASE_TABLE_MVIEWS          All materialized views with log(s) in the database that the user can s
                                   ee                                                                   
    ALL_MVIEWS                     All materialized views in the database                               
    ALL_MVIEW_AGGREGATES           Description of the materialized view aggregates accessible to the user
    ALL_MVIEW_ANALYSIS             Description of the materialized views accessible to the user         
    ALL_MVIEW_COMMENTS             Comments on materialized views accessible to the user                
    ALL_MVIEW_DETAIL_PARTITION     Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_DETAIL_RELATIONS     Description of the materialized view detail tables accessible to the u
                                   ser                                                                  
    ALL_MVIEW_DETAIL_SUBPARTITION  Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_JOINS                Description of a join between two columns in the                     
                                   WHERE clause of a materialized view accessible to the user           
    ALL_MVIEW_KEYS                 Description of the columns that appear in the GROUP BY               
                                   list of a materialized view accessible to the user                   
    ALL_MVIEW_LOGS                 All materialized view logs in the database that the user can see     
    ALL_MVIEW_REFRESH_TIMES        Materialized views and their last refresh times  for each master table
                                    that the user can look at                                           
    ALL_REGISTERED_MVIEWS          Remote materialized views of local tables that the user can see      
    13 rows selected.

  • How to find the data table sin CRM 4.0

    Dear Guru's
    I want to know where can i get all the data tables in crm 4.0 for example if i want to know the data table for the Reason in activity Management.with the help of data table only the ABAP people can work.....na
    Points willbe given
    With Best Regadrs
    Sreeram Raghu

    Hi Raghu,
    There are many techniques in which you could find the database tables, few of them are given below:
    - Place your cursor in the field for ex: reason in activity and press F1
    - In F1 screen(performance assistant), Click on Technical Information (fourth button from left), you can find here the database table name.
    Another Option:
    - Go to transaction SE11
    - In Database Table Field type few letters, for example to find all the activity table type * act * and then press F4, all the tables related to activity will be displayed
    Wish this was useful to you
    regards
    Srikantan

  • Where is the data held in Max 3.0

    Hi,
    Not sure if this right place to post this but as MAX 3.0 was installed with labVIEW 7.0.....here goes..
    With Max 2.0, the data assoicated for GPIB, VISA and IVI was held in two places, IVI.INI and VISACONF.INI.
    Now Max 3.0 arrives, so where has the data gone. There still is an ivi.ini but it doesn't contain all the data. Visaconf.ini still seeems to be the same.
    I can still see most of the settings for drivers, logical names etc when I launch MAX 3.0, that used to be in my old ivi.ini file. So where does it store them now.
    Also, what has happened to the default settings that used to be defined for a logical name?
    Looking, in the MAX folder there are a load of LV VI's in the MAX\Assistants\LVCGen, what are these used for
    I have looked, at the Max help but its a bit vague.
    Can anyone shed some light.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

    Hello Ray,
    With installation of LabVIEW 7.0, you have also installed MAX 3.0 and IVI Compliance Package 2.0. The IVI Compliance Package (ICP) 2.0 is a software package that contains IVI class drivers and the support libraries necessary for the development and use of applications that leverage IVI instrument interchangeability. The IVI Compliance Package also is based on and is compliant with the latest version of the instrument programming specifications defined by the IVI Foundation.
    One of the most prominent changes between previous IVI products and the IVI Compliance Package is the way that the IVI Engine, IVI MAX configuration utility, and other IVI products included in the IVI Compliance Package access and store configuration information. The Configuration Server provides
    a database for storing configuration data and an API for accessing this data.
    This database is called the Master Configuration Store. Various IVI products have been redesigned to work with the Configuration Server instead of the previous method, which involved using the ivi.ini file.
    If you have any configuration information stored in the ivi.ini file, the installer converts the existing ivi.ini data into a new format that is used by the Configuration Server and stored in the Master Configuration Store file (IviConfigurationStore.xml). This conversion process, which takes place when you install the IVI Compliance Package, removes the converted items from the original ivi.ini file as it places them in the Master Configuration Store database.
    The installer also creates a backup copy of the ivi.ini in the same directory as the original ivi.ini.
    If, after you install the IVI Compliance Package, you run an older specific instrument driver installer that adds entries to the ivi.ini file, you can convert the newly installed configuration data by running MAX, which monitors the ivi.ini file for changes. If MAX detects any changes, it launches a conversion utility automatically before loading the configuration from the Master Configuration Store file. Also, you can run the converter utility manually by selecting Start�Programs�IVI�Tools�INI to XML Converter.
    There are a few KnowledgeBase entries on ni.com on this topic:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/b83c7bbd43fd855486256cd10077ef06?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/72f3656387deaefa86256d180062862c?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/33b3f3ea0f305a3386256d170064f02d?OpenDocument
    You can also find more information in the ICP Release Notes.
    I hope this helps.
    Regards,
    Vesna Jadric
    Instrument Drivers/IVI

  • How the data is stored in Info cube...in the back end what will happen???

    Hi Experts,
    How the data is stored in Info cube and DSO...in the back end what will happen???
    I mean  Cube contain Fact table and Dimension tables How the data will store and what will happen in the backend???
    Regards,
    Swetha.

    Hi,
    Please check :
    How is data stored in DSO and Infocube
    InfoCubes are made up of a number of InfoObjects. All InfoObjects (characteristics and key figures) are available independent of the InfoCube. Characteristics refer to master data with their attributes and text descriptions.
    An InfoCube consists of several InfoObjects and is structured according to the star schema. This means there is a (large) fact table that contains the key figures for the InfoCube, as well as several (smaller) dimension tables which surround it. The characteristics of the InfoCube are stored in these dimensions.
    An InfoCube fact table only contains key figures, in contrast to a DataStore object, whose data part can also contain characteristics. The characteristics of an InfoCube are stored in its dimensions.
    The dimensions and the fact table are linked to one another using abstract identification numbers (dimension IDs) which are contained in the key part of the particular database table. As a result, the key figures of the InfoCube relate to the characteristics of the dimension. The characteristics determine the granularity (the degree of detail) at which the key figures are stored in the InfoCube.
    Characteristics that logically belong together (for example, district and area belong to the regional dimension) are grouped together in a dimension. By adhering to this design criterion, dimensions are to a large extent independent of each other, and dimension tables remain small with regards to data volume. This is beneficial in terms of performance. This InfoCube structure is optimized for data analysis.
    The fact table and dimension tables are both relational database tables.
    Characteristics refer to the master data with their attributes and text descriptions. All InfoObjects (characteristics with their master data as well as key figures) are available for all InfoCubes, unlike dimensions, which represent the specific organizational form of characteristics in one InfoCube.
    http://help.sap.com/saphelp_nw04s/helpdata/en/4c/89dc37c7f2d67ae10000009b38f889/frameset.htm
    Check the threads below:
    Re: about Star Schema
    Differences between Star Schema and extended Star Schem
    What is the difference between Fact tables F & E?
    Invalid characters erros
    -Vikram

  • HT201364 My imac running OS 10.6.8, and want to install software that needs  OS10.7. The latest upgrade Maverick requires a MAC dated 2007 or later. Where is the date... It is NOT in "About this Mac". Older upgrade better? How to proceed?

    My imac running OS 10.6.8, and want to install Garmin software that needs OS10.7.
    The latest upgrade Maverick requires a MAC dated 2007 or later. Where is the date... It is NOT in "About this Mac".
    I feel an older upgrade than Maverick might be better for my machine?
    Is it possible to upgrade to ie, 10,7? or another recommended upgrade.
    How to proceed?

    Upgrading from Snow Leopard to Lion or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99.
    If you sign into the App Store and try to purchase Mountain Lion but the App Store says your computer is not compatible then you may still be able to upgrade to Lion per the following information.
    A. Upgrading to Mountain Lion or Mavericks
    To upgrade to Mountain Lion or Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion or Mavericks (Free) from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
         OS X Mavericks- System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
    B. Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • HT5262 where does the information get stored when you back up your i-phone? It just reports its done but I have no idea where to find it if I need it again!

    Where does the information get stored when you sync/back up your i-phone. I have no idea where to look if I need it again!
    Thanks

    You can chhose the backup when you would reset your device. In this case you would get the option, during the set up process, to choose your backup and restore your device from it.
    (You can find a few information e.g. size and date of your backup in "Settings > iCloud > Storage & Backup > Manage Storage")

  • E-Recruiting: Where are the data?

    Hi!
    I'm new here. I'm trying to learn something about E-Recruiting. I have one elementary question. So thank you very much for your help.
    Where are the data of the applicants (talents) stored? I saw that there are infotypes (5000 - 5nnn). But are these infotyps on the hr-system? Or are these infotypes on an own E-Recruiting-System? So witch data are sent to the HR-System?
    Thank you very much for your help!
    Richard

    Hi,
    This will tell you everything abt e-recruiting.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/72/c9b54015c4752ae10000000a155106/frameset.htm">e-recruit</a>
    Regards,
    Amit
    Reward all helpful replies.
    Check these links -
    <a href="http://www.purdue.edu/onepurdue/contribute_pdf/e-Recruitment1.pdf">e-recruit1</a>
    <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PARC/PARC.pdf">recruitment</a>
    <a href="http://www.sap.com/solutions/business-suite/erp/hcm/erecruiting.epx">SAP E-recruit</a>
    You may also take a look at the google for e-recruiting as there are ample case studies available for reference.
    Message was edited by:
            Amit Khare

Maybe you are looking for