How to use Partitioning in SAP BW 7.0 on infocubes

Hi ,
I want to do partioning on my infocube but i have already loaded a data incube
So is it possible to perform partioning  on that cube?
Is it mandatory to have infoobject as time dependent to perform partioning?
Thanks
Ajit

Hi Ajit:
  Take a look at the PowerPoint Presentation and Transcript by Ron Silberstein.
"Partitioning and Multi-Cubes in BW 2.0B"
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a22eb490-0201-0010-3eb4-8ed350347cbb
Regards,
Francisco Milán.

Similar Messages

  • How to use partition by instead of group by?

    Hi,
    I am having trouble using partition by clause in following case,
    column other_number with null values contains 10 records in 'some_table'
    5 records with date 11-01-2009, item_code = 1
    5 records with date 10-01-2009, item_code = 2
    This query returns all 10 records, (which suppose to return 2)
    SELECT count (a.anumber) over (partition by TO_char(a.some_date,'MM'), a.item_code) AS i_count, a.item_code,
    TO_char(a.some_date,'MM')
         FROM some_table
         WHERE to_char(a.some_date,'yyyy') = 2009
         AND a.other_number IS NULL
    Works fine if I wrote like this,
    SELECT count (a.anumber) AS i_count, a.item_code,
    TO_char(a.some_date,'MM')
         FROM some_table
         WHERE to_char(a.some_date,'yyyy') = 2009
         AND a.other_number IS NULL
    group by TO_char(a.some_date,'MM'), a.item_code
    How to use partition by in this case?

    Hi,
    Almost all of the aggregate functions (the ones you use in a GROUP BY query) have analytic counterparts.
    You seem to have already discovered that whatever values are returned by
    an aggregate funcition using "GROUP BY x, y, z" can also be found with
    an analytic function using "PARTITION BY x, y. z".
    Aggregate queries collapse the result set.
    The aggregate COUNT function:
    SELECT    deptno
    ,         COUNT (*)   AS cnt
    FROM       scott.emp
    GROUP BY  deptno
    ;tells how many of the 14 employees are in each of the 3 departments.
    So does the analytic COUNT function:
    SELECT    deptno
    ,         COUNT (*) OVER (PARTITION BY deptno)   AS cnt
    FROM       scott.emp
    ;but the first query produces 3 rows of output, the second query produces 14.
    You could get 3 rows of output using the analytic function and SELECT DISTINCT , but it's inefficient.
    Which should you use? Like so many other things, the answer depends on what data you have, and what results you want from that data.
    If you want collapsed results (one row per group), that's a striong indication that you'll want aggregate, not analytic functions.
    If you want one row of output for every row in the table, that's a strong indication that you'll want analytic functions.
    If you have a particular question, ask it. Post some sample data and the results you want from that data, as Rob said.
    There is another important difference between aggreate and analytic functions: analytic functions can easily be restricted to a window , or subset, of the data set. This is something like a WHERE clause, but a WHERE clause applies to the whole query: a wondowing condition applies only to an individual row.
    If you need to compute a SUM of rows with an earlier order_date than this row or an average of the last 5 rows, then you proabably want to use analytic function.

  • How to Use Partitioning in Mappings

    Hello All.
    Please could you you help me on this one.
    I am using OWB9.2, and would like to use partitioning in one of the mappings.
    It is a simple mapping which maps from one table into another going through transformations and aggregations on the way
    I would like to use the partitioning capabilities of owb so that it uses the partitioned table which is acting as the source.
    I have checked all the options in the configuration for the mapping, but which option should I use!
    Please Help!
    Thanks again.
    Kind Regards
    Saif
    from a very wonderfully wet Sydney, OZ
    (We need the Rain!)

    OWB currently supports hash and range partitions. Use hash partitions if you want the database to partition your data automatically (by generating and managing hash keys based on the partition key column you define). Use range partition if you want to control how data is partitioned in the table (partitions will be created that contain a range of values in the partition key column, for example if the partition key is date_created, you can decide that partition 1 contains records where date created is between january 1 and march 31, p2 dates between april 1 and june 30 etc.).
    The partition parameters can be found in the configuration pannel of the object - right-click on the object and select configuration. There you will find the partition keys, hash partitions and range partitions entries. Click on the white space to create partitions (this is kind of unintuitive...).
    For more details, take a look at the users guide, chapter 5 - Configuring Objects (http://download-west.oracle.com/docs/html/B10996_01/05config.htm#1124708).
    Regards:
    Igor

  • How to use cartography with SAP BI, SAPBWKEY

    Hi experts,
    if found many documents about SAP BI and displaying the data on a map. I would wonder if someone could explain me step by step how to create a connection between the ArcGIS map *.shp / *.dbf and the SAP BI data table.
    I have following topic. We have a data table with DE / 94447 (Country / postal code) and need to map it to the exact polygon from the .shp file using SAPBWKEY in .dbf
    But if it is a compounded characteristics, what to type into the SAPBWKEY field in order to address the correct position on the map? Otherwise the data are displayed on the wrong coordinates.
    Can you help?
    Regards
    Stan

    Jennifer,
       There is no product called virsa control by SAP. Virsa was a small company which made different solution for SOX compliance. It was acquired by SAP. If you are talking about SAP BusinessObjects Access Control 5.3 then see the links below to understand the integration between SAP IdM and SAP AC 5.3.
    https://www.sdn.sap.com//irj/sdn/go/portal/prtroot/docs/library/uuid/b0aafd33-e662-2a10-a197-dd3137f7f7e0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0da2dba-0480-2b10-a7ae-f055ab6e9355
    Regards,
    Alpesh

  • How to use Variable in SAP HANA Information Modeller?

    Hello Folks,
    I have created a variable in Information modeller of SAP HANA Studio on top of an Analytical view (Regional Sales).  This variable is SingleValue (Multiple Value Selections).  This variable should prompt me the name of Country/Regions but somehow this is not working when I am using data preview and Analysis tab of data preview.
    Could you please enlight me where I am going wrong? or Let me know if is there any other forum for this.
    P.S : I am using SAP HANA studio on Cloud.
    Regards
    Muffazzal Fani

    Hi,
    After you created that variable as mentioned above, did you apply this variable on your LAND1 attribute.
    How: Open Analytic View --> on right-side you see the attributes,measures etc. >right click on 'LAND1' and select>
    'Apply Filter'--> In the drop-down  select your created variable and activate.
    I assume the above should resolve your issue. Please let me know if it helps.
    Revision: I mean the HANA version you are using.
    Regards, Rahul

  • How to use enterprise service (sap esoa)

    After some basic acknowledge of SAP      ESOA, I have the following puzzles need to be clarified:
    1, Whatu2019s the relation of ES with the traditional functions? For example, there are standard ES for sales order processing, ATP check, etc. Can we use traditional function (i.e., t-code: VA01), while using the enterprise service or service operation to do the ATP check, and in SAP GUI environment?
    2, How to activate or use a service? It that a must or prerequisite to install enhancement package? What is the least SAP ERP version required, ECC or ECC6.0?
    3, As to the vision, can we say the traditional way of SAP module function will as a whole be replaced by enterprise service?
    4, Traditionally, we have IMG to configure the sales order type and properties of that. For enterprise service, where can we do the same?
    The questions above may be somewhat funny, but really confused me a lot. Please kindly help. Thanks.

    have u installed discovery system ..
    it will start by itself in a browser ..
    it has browser based and gui based and ides based...
    it depend how u start

  • How to use Webservices in SAP 7.0 SP 17

    Hi,
    I am having issues calling the webservices in SAP 7.0 SP 17.
    I am following the below mentioned tutorial to call a webservice from a portal project (PAR).
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b449e790-0201-0010-1188-ff17840712d3
    I have been successful to a point where my websevice needs authentication. I am not sure how to do this.
    Here is the code of doContent()
    public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             try
                  logger.infoT("Inside doConent()...");
                   UserProfile up = pushUserProfileAttributes();
                   logger.infoT("After pushUserProfileAttributes()...");
                   ILDAPOperationsService port=(ILDAPOperationsService) PortalRuntime.getRuntimeResources ().getService (ILDAPOperationsService.KEY);
                   logger.infoT("After port()...");
                   RegisterUserResponse res = port.CreateExternalUserProfile(up);               
                   logger.infoT("After res ..user created." + res.getEmailAddress());
             } catch (UserRegistationFailed e){logger.errorT("Error in calling webservice...."+ e.getLocalizedMessage());}
                  catch (Exception e1){logger.errorT("Error in calling webservice...."+ e1.getLocalizedMessage());
    Its failing at RegisterUserResponse res = port.CreateExternalUserProfile(up);     
    and the error I am getting is
    Error : Error in calling webservice....com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: Problem in server response: [Unauthorized].
    Any help with this will be highly appreciated.
    Also , if any documentation could be shared.
    Looking forward to hear something soon on this.
    Thanks,
    Shiv

    Hi Sumit,
    you may move your question to the ABAP for SAP HANA community (http://scn.sap.com/community/abap/hana).
    Are you asking about the SAP_BASIS version, or which version do you refer to?
    Best,
      Jasmin

  • How to use the theme[sap tradeshow] in sap portal ?

    Hi guys,
         I have a question about the theme [Sap Tradeshow] in EP.
         When I choose this theme , its preview shows
    But when I tried to use this theme, it shows
    I tried the other themes and they all work normally
    Does anyone can help me ?
    Thanks!

    Hello Saurabh,
    For the cretaion of discussion forum kindly access my Article that i have published in SDN the link of it is .
    [Creation of Discussion Forum.|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20562528-a246-2b10-2988-f9b554a925ce]
    Here u will get Step by Step Solution for creation of Discussion forum.
    Now to change look and feel of ur Forum or say discaussion Iview Template u have to open template Par File in NWDS and can play with it (Codeing) to get desired output.
    I will sugest u to not to go with Discusasion Forum if u r haveing EP Ver7.0 then u can go for Installation of Forums on ur Portal.
    If want any other information i will be glad to help u .
    Hope this help's
    Regards.
    Soni Vinit

  • How to use Virsa with SAP  Identity Management?

    I have been assigned to handle my company's  SAP Identity Management and
    I am asked to use Virsa control.
    I am not quite clear about the relationship between the 2 SAP products.
    Would you please help? Thanks!

    Jennifer,
       There is no product called virsa control by SAP. Virsa was a small company which made different solution for SOX compliance. It was acquired by SAP. If you are talking about SAP BusinessObjects Access Control 5.3 then see the links below to understand the integration between SAP IdM and SAP AC 5.3.
    https://www.sdn.sap.com//irj/sdn/go/portal/prtroot/docs/library/uuid/b0aafd33-e662-2a10-a197-dd3137f7f7e0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0da2dba-0480-2b10-a7ae-f055ab6e9355
    Regards,
    Alpesh

  • How to use JCL for SAP?

    Would you please help? I am curious why use JCL but NOT sm36/sm37?   Thanks!

    Linda,
    Could you perhaps elaborate a little please?
    There are many cases where something must run on the database server itself, and since by definition that is z/OS for DB2 z/OS, JCL is submitted for those tasks. Several tasks such as "Update data for transaction DB02" in the DBA calendar will schedule an SAP batch job (which can be viewed in SM37). The SAP batch jobs in turn use the JCL submission service to perform a task on z/OS.
    Brian

  • How to use the com.sap.tc.webdynpro.progmodel.api.IWDView?

    hi,
       In every view, the "com.sap.tc.webdynpro.progmodel.api.IWDView view" is the parameter of the mothed wdDoModifyView(). I wonder, if we can make type com.sap.tc.webdynpro.progmodel.api.IWDView parameter in other methods which are designed by ourself. Thank you!

    Hi Daniel,
    This method wdDoModifyView will be raised every time the view is changed or refreshed (i.e. button pressed, drop down selected). This should cover all cases where you need IWDView, personally I can't think of another case where you need this parameter.
    As far as I know it is not possible but even if it is it's not recommended.
    But perhaps I'm wrong, I'll be happy to hear more opinions from more experienced SDNers...
    Roy

  • How to use query in sap tm?

    I have tried to call the query method using service manager instance as shown below
    CALL METHOD lr_srv_mgr->query
         EXPORTING
           iv_query_key            = zif_viv_trq_c=>sc_query-root-test_query
    *     it_filter_key           = lt_filter
           it_selection_parameters = lt_filter
    *     is_query_options        =
    *     iv_fill_data            = ABAP_FALSE
    *     it_requested_attributes =
         IMPORTING
    *     eo_message              =
    *     es_query_info           =
    *     et_data                 =
           et_key                  = lt_trq_key.
    but  lt_trq_key is not getting filled .

    It seems that there is nobody meeting the same problem.
    I solved it by myself.
    An thanks.

  • How to use PERNR in BI7 ?

    I need to ensure that when an employee runs a SAP BI report, that the data returned relates to that employee only.
    In order to do this, I believe I need to utilise PERNR. However, I haven't been able to find any suitable information that tells me what it is or how to use it within SAP BI.
    I also need to create a SAP BI Security Role surrounding this as well. Again, I'm not sure what I need to do or specify.
    Can anyone help?
    Thanks,
    M.

    Hi,
    From the lack of response, I assume no-one has done this before or it's not possible to do.
    Therefore, does anyone have any ideas how I get set up a role that allows the following scenario:
    The organisation has approx 250k employees, all of whom will be set up to use the new SAP HR system that's being created.
    Structural Authorisations are being created within HR, but they only go to manager level and not individual employees.
    There will be some queries which employees will have access to which should allow them to view information about themselves and nobody else.
    How can we restrict the reports or create a security role so they only return information about the user who is running the report?

  • How to use CLIX ?

    hi experts i need help that how to use clix, in sap mdm sp6 on windows based system .
    is that possibule that we can use clix commands.
    if yas how to connect or go to clix command promt.
    please kindly help me
    thanks regards
    praveen.sapmdm at gmail.com
    Edited by: g.praveen kumar on Jul 12, 2008 4:09 AM

    Hi Praveen,
    Features of Clix are,
    1. The MDM Console Command Line Interface to MDM (CLIX) can be used to manage MDM and its repositories.
    2. Unlike the console, CLIX is independent of the operating system, and can therefore run just as well under Linux and Solaris.
    3. CLIX provides special commands, which can be executed through the CLIX command line. These commands can also be scheduled using scripts. The available commands enable you to perform most administrative tasks remotely.
    4.CLIX provides a special command syntax, which can be broken down into four groups. There are individual commands for the control of the MDM Server, for management, and for the copying of repositories, along with commands related to the underlying database management system.
    6. The general command syntax has the following structure:
    CLIX Command_Name Arguments Control Flags
    7. A command to control the MDM Console might look like this:
    CLIX mdsStatus MDMHostSpec -T Seconds -D
    This command provides general information about the repositories
    currently loaded in the MDM Server. Additional examples, summaries of commands, and an overview of the optional flags are listed in the SAP MDM Console Reference Guide in the SAP Service Marketplace.
    8. CLIX may not provide the full functionality of the console, but CLIX also offers certain functionality, which goes beyond the console's scope. Functions can be used which the console doesn't provide, particularly regarding MDM server commands, for instance, to parameters in the MDM server configuration file mds.ini.
    Hope it may help you.
    Regards
    Richa

  • Using Adobe in SAP

    Hi,
    Can somebody please let me know how to use Adobe in SAP?
    Thanks & regards,
    Yogita
    Moderator message - Please ask a specific question - post locked
    Edited by: Rob Burbank on Aug 5, 2009 1:05 PM

    Refer to Print Support For FPM in HCM Processes and Forms by Brandon Toombs
    Regards,
    Sahir.

Maybe you are looking for

  • The Open Sound System is not working

    I have installed and configured OSS following the Wiki, but I still get no sound. Any idea of what problem this is? Thanks in advance. Last edited by R_Rios (2009-09-22 21:26:31)

  • FIPP object, getting error while posting document in background step

    Hi Experts, Once approval is done we are posting document in background, but getting following error No batch input data for screen SAPMF05A 0607 We have delegeted object FIPP to ZFIPP and added method zpost with same code as post with some initial v

  • Cannot encode for Blu-ray PP/Media Encoder CS6

    This problem seems to stretch across several products, but since the key issue seems to be round encoding I am posting here.  I have searched under various headings in several forums but cannot see an answer. I recently upgraded to CS6.  I am fairly

  • Question from worse than Newbie about digital signatures and Adobe Reader.

    1st, thanks for taking the time to even look. 2nd, We are trying to use digital signature pads with PDF documents created by Documaker 11.4. In Adobe Pro there is a setting "Extend features in Adobe Reader" that will allow users with Adobe Reader to

  • Rep-1051 when creating Form Letter

    Hi I'm trying to create a Form Letter in Reports 6i for the first time. When I create it, it runs successfully in Reports but when I try and save it anywhere, I get the messages - rep-1051 Unable to save document and rep-1070 Error when opening or sa