ITS Enablign for BPC drill through

I am looking for document on how to enable ITS on ECC, BW servers so that BPC drill through can be connected.
Can any one tell me where to find the document for ITS enabling.

Hi,
With SAP BPC M you don't have the ability to do drill trough into ECC.
Or at least nothing straight forward. You can build connection to extract data from from ECC into SQL table and after that to provide ability to do drill trough into this sql table but it isn't a direct connection to ECC system.
Kind Regards
Sorin Radulescu

Similar Messages

  • Workaround for HFM Drill-Through when using custom dimensions ( 4) in FDM

    Hi all,
    we have the following scenario:
    - Target Custom 3 is defined as a combination of Target Product and Target Cost Center
    - Target Product needs to be obtained by mapping field "PRODUCT" in the source file
    - Target Cost Center needs to be obtained by mapping field "CC" in the source file
    So,
    One approach would be to enable Custom5 and Custom 6 dimensions in FDM, and configure sequence so these two dims are mapped before custom 3 which has a conditional map to get
    values from target c4 and c5 (using varvalues...)
    The issue here is that drill-through does not work as the sql query for the intersection is looking for UD5x and UD6X as NULL, N, or [NONE], and these two columns have a value as they were mapped.
    Trying to solve this issue, we configured C5 and C6 as lookup dimensions so we could create the mapping tables for them although in order to import data from source file fields we used attr2 and attr3. Besides UD5 and UD6, as expected, were not displayed in the Import and Validate/Export grids
    Then the idea was to update the work table with attr2->ud5 and attr3->ud6 in a event script (importaction or befprocmap..) so ud5 and ud6 are mapped.
    The problem is that we noticed that ud5 and ud6 are not updated from attributes. It seems that as they are configured as lookup dims, values may be mapped but not copied from work table to tdataseg.
    If this would work, then after custom3 is mapped we could set ud5x and ud6x to [none] in order the drill-through query to work.
    Having all in custom 3 dim and use mappings on combinations is not desired by the customer as they want to keep product and cc mappings separately.
    I was thinking to use a dummy location for product and cost center mappings and then emulate mappings using SQL but would like to avoid this.
    Any other suggestion?
    Thanks!

    The criteria for mapping C3 is:
    - If Plan = 6 Then Target C3 = SUBACCOUNT
    - If Plan <> 6 AND Account IN range [70000,70999] Then Target C3 = Target CC
    - If Plan <> 6 AND Account NOT IN range [70000,70999] Then Target C3 = Target CC_Target Product
    Fields in the file
    - PLAN
    - ACCOUNT
    - SUBACCOUNT
    - Source CC
    - Source Product
    So current solution actually is to put that logic in the import format so:
    - If Plan = 6 Then Source C3 = SUBACCOUNT
    - If Plan <> 6 AND Account IN range [70000,70999] Then Source C3 = "RULE2"
    - If Plan <> 6 AND Account NOT IN range [70000,70999] Then Source C3 = "RULE3"
    In the mapping of C3, we managed a simple script mapping checking the source C3
    If source c3 = RULE 2 -> Target C3 = Target CC
    If source C3 = RULE 3 -> Target C3 = Target CC_Target Product
    Else Target C3 = source C3 (which is SUBACCOUNT)
    C5 (Cost Center) and C6 (Product) are mapped before C3.
    In order to make Drill-Through working, we save UD5X and UD6X in ATTR2, ATTR3 so the user can see it, and we set then UD5X and UD6X to [None] so the Drill_Through SQL Query returns the values from FDM. If after loading the user goes to validate step, he will see [None] in C5 and C6 but actually this does not really matter as C3 has already been mapped and is the value to be loaded. If the want to review target product or target cc then they drill down to attribute information.
    regards

  • Template SQL for EIS Drill-Through

    I am trying to figure out the command that I need to add to my template SQL in an EIS drill-through report that will exclude all rows that have a 0 value in my data column when the report is executed. Does anyone have an example of how this can be done?

    The $$dimension-COLUMN$$ represents the column that contains your member name in your table and the $$dimension-MEMBERCOLUMN$$ represents the member.
    When you run the drill-through report the $$dimension-MEMBERCOLUMN$$ will be replaced by the member referenced in the cross-section.
    e.g. if you launch your drill-though on a cell where the product ID is 100-10 then the drill-though will only pull out data for product 100-10
    SELECT......WHERE SKU IN (100-10)
    Gee

  • Multiple filter for cube drill through

    Hi,
    I am using MS-Analysis service 2012 to develop cube and office 2013 to browse the cube data.
    I knew that drill through action will not work for Excel 2007 and below if the user selected  multiple filter. is there any option available for Excel 2o12?
    It is very important for our client to have multiple filter and drill through the details.
    Please help..
    Thanks
    Jithesh

    Hi Jithesh,
    As Marco said, SQL Server Analysis Services doesn't support multiselect drillthrough statements currently. Here are some suggestions on the similar thread, please see:
    http://social.technet.microsoft.com/Forums/en-US/c7a9fb45-54a3-45a9-bbb0-5be277e7d125/filtering-on-multiple-items-is-disabling-custom-drill-through-actions?forum=sqlanalysisservices
    If this is not what you want, I am afraid there is no other approach to workaround this. If you have any concerns about this feature, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product. Your feedback enables Microsoft to make software and services the best that
    they can be, Microsoft might consider to add this feature in the following release after official confirmation.
    Thank you for your understanding.
    Regards,
    Charlie Liao
    TechNet Community Support

  • BPC 7.5NW Drill-through to FIM

    Hi all,
    I upload data to BPC 7.5 NW SP06 through FIM. I tried to set up the Drill-through functionality of BPC so as to see the analysis of the trial balance uploaded in FIM, but with no success. The How-to-paper for drill-through functionality for NW, uses drill-through only to BEx and ECC, not FIM. In SAP help for BPC NW, there is an example for FIM but it is too general.Has anyone faced the same situation? Or any idea?
    Thanks
    Regards,
    Maria

    Hi,
    I am trying DT to ECC funcationality in BPC 7.5 NW version. I am trying to TD from a P&L report based on hierarchies.
    I would like to know how people are using drill-through on parent level nodes within their BPC hierarchies.
    I hear that there is something called which is a hierarchical view of their objects/metadata in ECC. How is it related to BPC drill through?
    In my example, the DT is from a P&L report that consists of Functoinal Area & P_Account (with a mix of hier nodes and base members) and Company Code in Colum (in summarized columns like N. America, Europe, etc). The current View migth have profiit center hier nodes that comprise of multiple base member profit centers.
    We would like to to drill thorugh from a cell  that is an intersection of FuncArea-Account parent node and Comoamy Code parent node (N. America) to an ECC profict center transaction - K5EZ (Profit center line item).
    Any help/guidance with some documentation if possible is appreciated.
    Thanks in advance.
    Regards
    Raj

  • Drill-Through in BW ODS

    Hi Guys,
    We are working on BPC 7.5 NW. In BPC we donu2019t load the document number, but we need to able users to analyze record by document number. For this reasons we need to implement the drill-through functionality jumping to BW to analyze record by document number.
    Is URL the unique way to query record in BW or ECC using ITS?
    In SAP documentation there is the following URL example to run ERP transactions:
    http://WAS_HOST:WAS_PORT/sap/bc/gui/sap/its/webgui?sap-language=EN&sap-client=300&transaction=[parameter]&okcode=ONLI
    Which is the same command to query record directly in a BW ODS table? Is it possible run BEx report as Jump-To functionality?
    Thanks.
    Edited by: D-Mark on Jul 15, 2010 9:58 AM

    Hi,
    I am trying DT to ECC funcationality in BPC 7.5 NW version. I am trying to TD from a P&L report based on hierarchies.
    I would like to know how people are using drill-through on parent level nodes within their BPC hierarchies.
    I hear that there is something called which is a hierarchical view of their objects/metadata in ECC. How is it related to BPC drill through?
    In my example, the DT is from a P&L report that consists of Functoinal Area & P_Account (with a mix of hier nodes and base members) and Company Code in Colum (in summarized columns like N. America, Europe, etc). The current View migth have profiit center hier nodes that comprise of multiple base member profit centers.
    We would like to to drill thorugh from a cell  that is an intersection of FuncArea-Account parent node and Comoamy Code parent node (N. America) to an ECC profict center transaction - K5EZ (Profit center line item).
    Any help/guidance with some documentation if possible is appreciated.
    Thanks in advance.
    Regards
    Raj

  • Drill Through to BW - Variable - Range

    Has anyone created a drill through to BW which can pass a range value for a dimension by using the configuration?  Was able to create drill through which can pass single value for a dimension, but not with range value. 
    Example: Would like to pass 2011.Jan to 2011.Mar for the period dimension range. Technical name in BW for the period range variable shows one value and not separate values for Period From and period To.

    Hi,
    I am trying DT to ECC funcationality in BPC 7.5 NW version. I am trying to TD from a P&L report based on hierarchies.
    I would like to know how people are using drill-through on parent level nodes within their BPC hierarchies.
    I hear that there is something called which is a hierarchical view of their objects/metadata in ECC. How is it related to BPC drill through?
    In my example, the DT is from a P&L report that consists of Functoinal Area & P_Account (with a mix of hier nodes and base members) and Company Code in Colum (in summarized columns like N. America, Europe, etc). The current View migth have profiit center hier nodes that comprise of multiple base member profit centers.
    We would like to to drill thorugh from a cell  that is an intersection of FuncArea-Account parent node and Comoamy Code parent node (N. America) to an ECC profict center transaction - K5EZ (Profit center line item).
    Any help/guidance with some documentation if possible is appreciated.
    Thanks in advance.
    Regards
    Raj

  • Drill Through report Intersection levels

    <p>Hello,</p><p> </p><p>Is it possible to have an intersection in a drill through reportfor a particular level which would not include its descendents?Like for example:</p><p>Dimension: Products</p><p>                            Coke</p><p>                            Pepsi</p><p>   I want the drill through intersection to beonly on PRODUCTS and not on Pepsi or Cola.</p><p> </p><p>Can this be done in the drill through defination?</p><p> </p><p>Thank you.</p>

    Assuming you are using EIS for the drill through, you can set up the drill through intersection for any level or at the dimension level. If you are using Analyzer for drill through, you can set up the query to only get the dimension 'Product'

  • *****EIS : Drill through Report Error while excel data retre

    Dear All,
    could you please help me in the below error . When i tried to get the drill through reports in excel add-in ,
    i am getting the below error . When i had look into EIS log, its generating dynamic query for this drill through reports .
    [NCR][ODBC Teradata][Teradata Database] Syntax error- expected something between the word '<<Databasename>>' and the word 'ai'.Unable to get catalog string.
    Thanks in advance .
    M

    You are saying the dynamic query was generated, did you copy the query and tried to execute it in the database client. Check the SQl for any errors and also in the did you see any SQL errors?

  • Error while  making relational drill through connection

    <p>Hi All,</p><p> </p><p>This Problem is related to Web Analysis report on System 9,for aceratin report I need to fetch data from RDBMS. So I tried tocreate a connection for relational drill through, but it threwerror saying connection failed.The exact message was:</p><p> </p><p>"Geeting Connection Failed",and got Exception Meassge"oracle.jdbc.driver.OracleDriver"</p><p> </p><p>Could you people suggest what cause is there behind that.</p><p>Here I would like to mention that same RDMBS I can access onworkspace through BQY.</p><p> </p><p>I'll be very thankful if somebody could help me out of this.</p><p> </p><p>Chandra</p>

    I got this error but I was working with SQL Server. The way to fix this was getting the latest JDBC drivers for SQL Server (or in your case Oracle) and adding them to the classpath.You will have to add it the the application server classpath as well since adding to the classpath on the server isnt enough.Hope this helps

  • Drill through report examples/steps

    Hi Gurus
    I am trying to create report with Drill through functionalities. I want to know the steps to create report with drill through functionalities. I have understood the set up for Drill through but still not able to visualize  how to  use it in evdre() report.
    I will  appreciate if some one can send me steps for using drill through in a cell in evdre() report. may I request  with  example of Drill through in evdre report  please ?
    Thanks in advance
    SN

    Hi Satyanarayana,
    Please refer to page 26 on the below document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70758bd3-8686-2b10-ea85-cc7c5052fe73?quicklink=index&overridelayout=true
    hope it helps.
    Regards,
    Raghu

  • Drill Through Report Parameters from Graph Series Action

    Hi
    Using ReportBuilder 3
    I need some help please on passing parameters to a Drill Through Report, when a user clicks on a bubble in a graph.
    In context, I have a Tooltip that provides a count of the sysid field, which on mouse over gives the user the correct aggregate for the bubble they are looking at. 
    [Count(sys_id)]
    So say I have a bubble that I am hovering over, showing a count of two sysid's, when I click the bubble I want to run a Drill Through report that uses sysid as a parameter.  Therefore I want to pass through the two sysid's that the aggregate has identified.
    Now if I go to the action tab and select 'Go to report', select my report and add a Parameter, I need an expression that retrieves the sysid's for the parameters.
    At the moment I am using the following expression:
    =Split(Join(LookupSet(1,1,Fields!sys_id.Value,"ProjectMaster"),","),",")
    This provides the correct string format for the multi value parameter that I have on my report.  The problem is, it passes all the sysid's actively displayed on the entire graph and not just the two that the aggregate has identified in the Tooltip.
    Question - Is there a way of building the expression to lookup the two sisid's relevant to the bubble I am interested in, rather than the dataset for the whole graph?
    Many Thank
    Andy

    Hi Tim
    The report has two parameters Based on Group Type and then Sub Group Type.
    The expression I am using for the drill through parameters is =Split(Join(Fields!sys_id.Value,","),",")
    Below is a subset of the dataset with relevant fields and sample values.
    Group   Type
    Group   Subtype
    sys id
    Total Workload
    External   Cost
    Change   Impact
    GDC
    GDC BI
    2b8ccf64acafb00019bee02a7c7737cb
    244
    233480
    Medium
    GDC
    GDC BI
    6cdd24bfc8255100403385902e6cbb9a
    351
    121000
    Low
    GDC
    GDC Dev.
    6a518a1d38551140fbac4555180015ba
    0
    0
    Medium
    GDC
    GDC PM
    b47d1defff6c70c0a2ad8ffb97649d4e
    110
    27120
    Medium
    GDC
    GDC PM
    aba1fde1c82a5140403385902e6cbb5f
    126
    148400
    Low
    GDC
    GDC PM
    6b80ecafff2830c0a2ad8ffb97649dc8
    0
    0
    Undefined
    GDC
    GDC SAM
    59cc2749d8ae4900c950258abb887f8e
    20
    80906
    Low
    GDC
    GDC SDC
    442b09f5184f3440f0d833076f82fbff
    0
    2096
    High
    GDC
    GDC SDC
    f77c1f5c8cdf7c04048a0b130104c548
    493
    0
    High
    GDC
    GDC SDC
    bd3fe0753c138d404033c194bf5ae9e9
    0
    0
    Very High
    GDC
    GDC Siebel
    cb35a17d55419d008cb3130c2c9ae23d
    0
    0
    Medium
    Just to note! the copy and paste has not included underscores in column names!:-)

  • EIS - Fact Tables, Drill Through Reports & User Defined SQL

    I have built a model using two factables. (Virtually one table as the two are combined in the OLAP Model.) I then built my metaoutline and I have specified an ASO cube. I built the cube and the drill through reports and then tried to load the cube.
    Intially the standard SQL generated no records. I tweeked it a bit and it then loaded. However, once I tweeked the SQL I could not get any drill through reports.
    Does anyone know how the SQL for the drill through reports is populated? Does it run off the user defined SQL?

    I've figured it out. FYI to those curious.
    The SQL for the drill through reports are specified on how the model is set up. The User Defined SQL is only for the data load.

  • Drill through in Pie Chart/Range Guage

    Hi
    I enable drill thorugh in my Pie Chart and Range Guage( Dial Guage) in the BAM reports.
    How to change the value format for the drill through fileds. IF we go to the value format the drop down for filed selection just shows the fields used to configure the Guage or pie chart and not the fileds used for drill though
    How can we change the format for the fields used for drill through
    TO reproduce
    Just take some id, process name, exceution time,status( success/failure). The dial guage shows just the execution time average.Now in drill through it has details for id. processname, started/failure. How to change the format for these fields.When u select properties and then go to value format tab and the dropdown for fields will show only execution time not status, processname or id.
    How to change the value format for these fields

    I don't think this is a bug. This happens only for the drill through reports that get created by default for a particular view. Because you are trying to look for formatting options for drill through report from the context of your main report editor, you are finding it as bug. It will be very difficult to provide all such options for DEFAULT drill through report in the context of MAIN report. I think may be we can add a line or two in our documentation to clarify this part, that should be sufficient.

  • Planning drill through with EPMA members

    I have a webform and it displays a field 'Asset Desc' which is member of Accounts Dim. This member is only at EPMA and not in Essbase.
    Once the Data is entered through webform, I should be able to drill-thru with 'Asset Desc' along with other details.

    984167 wrote:
    I have a webform and it displays a field 'Asset Desc' which is member of Accounts Dim. This member is only at EPMA and not in Essbase.
    Once the Data is entered through webform, I should be able to drill-thru with 'Asset Desc' along with other details.
    What do you mean by it is not there in Essbase? If it is showing up in webform and you can enter data it'll be there in Essbase.
    If you perform a search for Planning drill through you'll get lots of article.
    More to life than this...: Planning V11 Drill back
    Regards
    Celvin
    http://www.orahyplabs.com

Maybe you are looking for

  • Connecting Laptop to Mixer

    There seem to be several ways to connect my laptop (MacBook Pro) to my mixer (Yamaha MG166CXUSB) but I don't know which one would be best for just playing into my IEM's. Using the Search function I've read several suggestions for connecting the two i

  • Vendor Evaluation - Calculating Price Statistics

    All, In vendor evaluation, can someone please provide details of how standard report calculates the price statistics. I know the data it uses, so plesae don't copy and paste links to SAP documentation. Someone please provide a working example so I ca

  • Print quality seems poor

    I've just printed some sample pictures from iPhoto 6 and am really disappointed by the quality. I have set the print dialogue to Photo Quality and all the settings look right but the printouts appear really grainy. Is there a way of choosing the dith

  • How do I convert docx files to doc files when sending to a non-apple user?

    When I send files as attachments they crash the computer of a colleague.  He thinks that if I convert them to .doc documents his computer won't crash, but my apple doesn't seem to provide that option.  Any ideas?

  • Blend modes and semi-transparent gradients?

    Hi all. I don't do a lot of print, so whenever I have the need I find myself a little disoriented in my design approach. I know AI has blend modes, does FH have any sort of blend mode ability? I also need - and this is my main hurdle - the ability to