Issue with Drill path report

Problem Description: For the Adjustment period (October) the following flag W_CURRENT_MCAL_PERIOD_CODE not setting the values properly in the w_mcal_day_d table.
Ideally when we are in NOVEMBER it should set flag value as 'PREVIOUS' and IF we are in OCTOBER then it should set flag value as 'Current'.
But this is not happening for October month. This is outof the mapping bug.
We build aggregate table load based on this flag due to the above problem the record for October is not populated.
Could you please check ?

Hello,
Please, open a message for SAP on the OSS Marketplace. There are some notes for this type of issue, but they are currently in pilot release.
So, open a message describing the issue and providing a reproducible example in your system.
REgards,
REnan

Similar Messages

  • Issue with Drill Through Reports in Essbase Studio.

    Hi,
    we are using essbase studio to drill through to the source table in Oracle.In drill through definition the query is like , select * from source where (Project IN ($$PROJECTS-VALUE$$)). Project column is located in source table and PROJECTS-VALUES are located in Essbase under project dimension and we will select the values in smart view. we are using smart view to check drill through reports.In smart view, If i select one member at gen-2 level which contains 1450 level-0 members,It is saying as error in executing the report in line 1972. Is there any limitation with IN condition , such that oracle takes only limited values like count of 999.we are facing issue only at gen-2 of project and it is working good from gen-3.
    Please let me know is there any kind of certain limitation.

    It is possible you are overloading the parser. If the projects table/view is a recursive join, when Studio creates the $$Project-value$$ is actaully returns all the level zero members under the member selected(at least in 11.1.2.X. If the list is huge, it might have problems. I would open an SR to see if there is a limit. It might be number of characters or values

  • Issue with Exceptions in Reporting

    Hi BW Gurus,
                I am still new to BW, Like I have a issue with exceptions in reporting.
                Let me explain clearly, I created a report which gives me two MRP values they are for example V1 and PD(there other MRP types but I am focusing only this two). Here I can see in my report those two values and the overall result of all MRP types (they are 6 different types). My report looks like this for examply
       V1                  46,782,434(this are rough figures)
       PD                  56,232,453
       Overall Result      102,434,111
            Here my requirement is I need to find this overall result like accroding to thresold values this overall result shows RED,YELLOW,GREEN.
            I have given threshold values in exceptions. like
       0           -
    > 45,000,000(Red)
       45,000,001  -
    > 65,000,000 (Yellow)
       65,000,001  -
    > 500,000,000 (Green)
           But according to this values I should get Red( Overall Result), I cant see any change in the overall result.
           Please can some one give advice how to reflect this threshold values in my report.Or I have to select any other options in exceptions.
           Thanks in advance.
    Regds
    Sam

    Not really possible with BEx functions, but if you provide a workbook to users you can just type in this information in a non-Bex cell and save the workbook.
    Else you can try to name your exception such that it shows the value ranges. Then in the report, from the toolbar Layout > Display Exceptions.
    Hope this helps...

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • Calendar with Drill Down Report

    Hello,
    Everybody.
    I am new to Application Express.
    Please any one tell me step by step how to make calendar with drill down report.
    Waiting for valuable reply.
    Thanks
    Rahul

    Not sure if this is what you wanted, but I have links on a calendar, and when you click them, it branches to another page with details about the event.
    To do this, create a calendar region. The SQL statement should have at least 2 columns: The date of the "event", and the text to display as a link. You should also choose a primary key that you want to pass to the drill down report when the user clicks. Something like this:
    select hiredate date_scheduled,
              ename display_column,
              empno
       from empIn the calendar attributes of that region, there is a place to designate which column is the date, and which should be displayed. Go down a little further and set the column link. Put the page you want to show the drilldown report on, and set any variables you need to.
    Hopefully that helped. Its pretty simple once you play around with it - start simple and then once you get the hang of it, make it more complex.

  • Having Trouble with Drill Down Report

    Hello,
    I am having issues with getting Carl's example to work. http://htmldb.oracle.com/pls/otn/f?p=11933:13
    This is my main query:
    SELECT
      AD_SPRIDEN_ID,
      AD_FIRST_NAME_PREF,
      AD_LAST_NAME_PREF,
      AD_SPOUSE_BANNER_ID,
      AD_SPS_PREF_FIRST_NAME,
      AD_SPS_PREF_LAST_NAME,
      AD_ATHL_MATCH_GIFTS_CFY,
      AD_CURES_MATCH_GIFTS_CFY,
      AD_UNRES_MATCH_GIFTS_CFY,
      AD_ENDOW_MATCH_GIFTS_CFY,
      AD_FACIL_MATCH_GIFTS_CFY,
      AD_SPS_ATHL_MATCH_GIFTS_CFY,
      AD_SPS_CURES_MATCH_GIFTS_CFY,
      AD_SPS_UNRES_MATCH_GIFTS_CFY,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY,
      AD_SPS_FACIL_MATCH_GIFTS_CFY,
    FROM MATCHING_GIFTSI want to drill down on past fiscal year data:
    SELECT
      AD_SPRIDEN_ID,
      AD_FIRST_NAME_PREF,
      AD_LAST_NAME_PREF,
      AD_SPOUSE_BANNER_ID,
      AD_SPS_PREF_FIRST_NAME,
      AD_SPS_PREF_LAST_NAME,
      AD_ATHL_MATCH_GIFTS_CFY_1,
      AD_CURES_MATCH_GIFTS_CFY_1,
      AD_UNRES_MATCH_GIFTS_CFY_1,
      AD_ENDOW_MATCH_GIFTS_CFY_1,
      AD_FACIL_MATCH_GIFTS_CFY_1,
      AD_ATHL_MATCH_GIFTS_CFY_2,
      AD_CURES_MATCH_GIFTS_CFY_2,
      AD_UNRES_MATCH_GIFTS_CFY_2,
      AD_ENDOW_MATCH_GIFTS_CFY_2,
      AD_FACIL_MATCH_GIFTS_CFY_2,
      AD_ATHL_MATCH_GIFTS_CFY_3,
      AD_CURES_MATCH_GIFTS_CFY_3,
      AD_UNRES_MATCH_GIFTS_CFY_3,
      AD_ENDOW_MATCH_GIFTS_CFY_3,
      AD_FACIL_MATCH_GIFTS_CFY_3,
      AD_ATHL_MATCH_GIFTS_CFY_4,
      AD_CURES_MATCH_GIFTS_CFY_4,
      AD_UNRES_MATCH_GIFTS_CFY_4,
      AD_ENDOW_MATCH_GIFTS_CFY_4,
      AD_FACIL_MATCH_GIFTS_CFY_4,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_1,
      AD_SPS_CURES_MATCH_GIFTS_CFY_1,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_1,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_1,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_1,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_2,
      AD_SPS_CURES_MATCH_GIFTS_CFY_2,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_2,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_2,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_2,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_3,
      AD_SPS_CURES_MATCH_GIFTS_CFY_3,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_3,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_3,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_3,
      AD_SPS_ATHL_MATCH_GIFTS_CFY_4,
      AD_SPS_CURES_MATCH_GIFTS_CFY_4,
      AD_SPS_UNRES_MATCH_GIFTS_CFY_4,
      AD_SPS_ENDOW_MATCH_GIFTS_CFY_4,
      AD_SPS_FACIL_MATCH_GIFTS_CFY_4
    FROM MATCHING_GIFTSExample if the user clicks on AD_ATHL_MATCH_GIFTS_CFY in the first query, I want the following fields to display (note that these are colums. I would want the actual value of the columns to display):
    AD_ATHL_MATCH_GIFTS_CFY_1
    AD_ATHL_MATCH_GIFTS_CFY_2
    AD_ATHL_MATCH_GIFTS_CFY_3
    AD_ATHL_MATCH_GIFTS_CFY_4
    or if the user selected AD_SPS_CURES_MATCH_GIFTS_CFY, I want the following to display:
    AD_SPS_CURES_MATCH_GIFTS_CFY_1
    AD_SPS_CURES_MATCH_GIFTS_CFY_2
    AD_SPS_CURES_MATCH_GIFTS_CFY_3
    AD_SPS_CURES_MATCH_GIFTS_CFY_4
    Any help is appreciated,
    Kelly

    Hi Kelly,
    OK - this is what I've done:
    1 - Created two application items through Shared Components:
    G_CITY_ID
    G_DEPTNO
    these will be used to pass CITY_ID and DEPTNO values from the page to application processes using Ajax
    2 - Created two application processes through Shared Components, with the following settings:
    Process Point: On Demand: Run this application process when requested by a page process
    Name: GET_DEPARTMENTS
    Type: PL/SQL Anonymous Block
    Process Text:
    BEGIN
    HTP.P('<table class="t17Standard" cellspacing="0" cellpadding="0" border="0" summary="">');
    HTP.P('<TR>');
    HTP.P('<TH class="t17ReportHeader">DEPTNO</TH>');
    HTP.P('<TH class="t17ReportHeader">DNAME</TH>');
    HTP.P('</TR>');
    FOR x IN (SELECT DEPTNO, DNAME FROM DEPT WHERE CITY_ID = :G_CITY_ID ORDER BY DNAME)
    LOOP
    HTP.P('<TR>');
    HTP.P('<TD class="t17data">' || x.DEPTNO || '</TD>');
    HTP.P('<TD class="t17data">' || x.DNAME || '</TD>');
    HTP.P('</TR>');
    END LOOP;
    HTP.P('</table>');
    END;This will return a list of departments for a selected CITY_ID value in the report
    Process Point: On Demand: Run this application process when requested by a page process
    Name: GET_EMPLOYEES
    Type: PL/SQL Anonymous Block
    Process Text:
    BEGIN
    HTP.P('<table class="t17Standard" cellspacing="0" cellpadding="0" border="0" summary="">');
    HTP.P('<TR>');
    HTP.P('<TH class="t17ReportHeader">EMPNO</TH>');
    HTP.P('<TH class="t17ReportHeader">ENAME</TH>');
    HTP.P('<TH class="t17ReportHeader">SAL</TH>');
    HTP.P('<TH class="t17ReportHeader">COMM</TH>');
    HTP.P('</TR>');
    FOR x IN (SELECT EMPNO, ENAME, TO_CHAR(NVL(SAL,0)) SAL, TO_CHAR(NVL(COMM,0)) COMM FROM EMP WHERE DEPTNO = :G_DEPTNO ORDER BY UPPER(ENAME))
    LOOP
    HTP.P('<TR>');
    HTP.P('<TD class="t17data">' || x.EMPNO || '</TD>');
    HTP.P('<TD class="t17data">' || x.ENAME || '</TD>');
    HTP.P('<TD class="t17data">' || x.SAL || '</TD>');
    HTP.P('<TD class="t17data">' || x.COMM || '</TD>');
    HTP.P('</TR>');
    END LOOP;
    HTP.P('</table>');
    END;This will return a list of employees for a selected DEPTNO value in the report
    3 - On the report page's HTML Header setting, I have entered:
    <script type="text/javascript">
    function getEmployees(deptno)
      var d = document.getElementById("DEPTNO_" + deptno);
      if (d.style.display == "none")
        var g = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=GET_EMPLOYEES',0);
        g.add('G_DEPTNO',deptno);
        var gRet = g.get();
        d.innerHTML = gRet;
        d.innerHTML += "";
        d.style.display = "block";
      else
        d.style.display = "none";
    function getDepartments(city)
      var d = document.getElementById("CITY_ID_" + city);
      if (d.style.display == "none")
        var g = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=GET_DEPARTMENTS',0);
        g.add('G_CITY_ID',city);
        var gRet = g.get();
        d.innerHTML = gRet;
        d.innerHTML += "";
        d.style.display = "block";
      else
        d.style.display = "none";
    </script>These are two javascript functions that will be called when an item is clicked in the report.
    Each runs an Ajax call to the appropriate application process, passes the selected DEPTNO or CITY_ID value into the application items, runs the process, retrieves the results and then inserts that into a DIV next to the item in the report and makes that visible. Clicking the link again just hides the DIV
    4 - In the report definition, on the DEPTNO column definition, I have set the following HTML Expression:
    <a href="#" onclick="getEmployees('#DEPTNO#');">#DEPTNO#</a><div id="DEPTNO_#DEPTNO#" style="display:none"></div>This creates the DEPTNO as a link and clicking the link runs the getEmployees javascript. Next to the link is a DIV tag with a unique ID (created using #DEPTNO# - which is replaced by the actual DEPTNO value on the row)
    5 - I have done a similar thing on the CITY_ID setting:
    <a href="#" onclick="getDepartments('#CITY_ID#');">#CITY_ID#</a><div id="CITY_ID_#CITY_ID#" style="display:none"></div>And, that should be it - the user clicks the "link", the javascript is called, the clicked value is passed into an application item, which, in turn, filters the required data. This data is formatted into a table and passed back to the page. The javascript then receives this and inserts it into the DIV next to the link and displays it.
    I think the CITY_ID column is one that I added to the standard DEPT table, so you may not have that one, but hopefully you get the idea from the above
    Also note that I have used the Theme 17 Standard report template - you will need to adjust the class names in the application processes if you are using a different theme/template
    I hope that all makes sense!
    Andy

  • Hierarchy issue with Web Intelligence Report

    Hi All,
    We are facing an issue with OLAP Universe where we are using hierarchy for cost center in reports.
    BEx query shows correct data in RSRT with hierarchy nodes.
    We have built a Universe on top of this BEx Query.
    We are using couple of nodes of cost enter hierarchy in WebI report but if we keep more than one node in WebI query, data comes double (probably because of duplicate rows). Instead if I keep just one of the node in WebI query, WebI report returns correct data.
    Please suggest, why such behavior with OLAP universe and how to resolve this?
    Best Regards,
    Ashish

    Thanks for your suggestions.
    I am little confused on how to check SQL generated for OLAP WebI Query.
    But other reports on same universe behave same way and I'll give a try to another universe but I don't expect it to behave in different way. I saw a setting for relational Universes like restriction on duplicate rows but the same is not present in case of OLAP Universe.
    Do you know how WebI behaves with BEx hierarchies?
    There has to be some setting to make it work...
    Best Regards,
    Ashish

  • Issue with printing lockbox report

    Hi,
    My lockbox report after processing file is giving the total amount and check amount correctly but when I print the same report, the figures don't match with the correct report figures for check amount and advice total.
    Please help....
    Thanks,
    Sheel
    Edited by: Sheel Ahuja on May 19, 2010 11:11 PM

    Hello,
    Please, open a message for SAP on the OSS Marketplace. There are some notes for this type of issue, but they are currently in pilot release.
    So, open a message describing the issue and providing a reproducible example in your system.
    REgards,
    REnan

  • Issue with CRS Historical report scheduler

    Hello guys,
    I have a customer with ipccx 5.02 .
    THe customer could execute manual reports but  the  scheduler reports doesnt work.
    I follow the IPCCX troubleshooting guide :
    1.Stop and start scheduler service.
    2. Connectivity is fine.
    I dont receivce any error from CRS client , i need little help im new in IPCC world?
    Any suggestions please?
    Thanks,
    Carlos

    Hi Anubhati,
    PC is logged during the time that scheduled is programming and also is not in sleep mode.
    I have download the CiscoSch log from CRS Historical report and i found i issue with license :
    INFORMATIONAL Jan 19 2011|17:00:45 Authenticate [email protected]@default user on Application Server 10.181.55.247
    104 ERROR  Jan 19 2011|17:00:45 Getting of total available license info failed
    105 ERROR  Jan 19 2011|17:00:45 Historical Reporting Licenses Available(=0); Report cannot be generated.
    I have the following license :
    UCCX enhanced
    IVR ports 150
    Enhanced seat 22
    CCX Maximum agents 300.
    I generated a report for see how many agents is logged in = 15 .
    Regards,
    Carlos

  • Issue with exporting Financial Report in Smartview 11.1.2.2

    If I export a FR in "Export in query Mode" , it concatenates the parent with the child (parent.child) and does not return anything in Smartview. Even though the report works fine in workspace.
    I narrowed down the issue and it seems if I use Stored member roll up instead of using Shared member roll up it returns the right data when I export the report in Smartview.
    So the issue is only with the FR using Shared members.
    Does anyone know if this is a known issue or can replicate this in their environment ? We are on version 11.1.2.2
    Thanks

    Nope that didn't work, but I figured out the error. I was running the command on a client machine. When I run the command on the server itself, it works fine.. well, now I have issues with my POVs, but at least it's finding my .csc file.
    Thanks for your help John.

  • Issues with BI publisher report in dashboard

    Hello all,
    I got some issues about BI publisher reports in a dashboard.
    I use a dashboard prompt in combination with a BIP report.
    1.) I don't want to see the publisher control bar in my dashboard. Now you can't view the report anymore after using the dashboard prompt. Because it says you have to press the view button which is on the publisher control bar.
    So when I add the bar. Then I have first to press on go in the dashboard prompt and after that I have to press on view in the publisher control bar.
    2.) When I open my dashboard I see a scroll bar in my BIP report. Now when I use the dashboard prompt, it disappears. So I can't view the entire report anymore
    3.) I like to develop in english, but the test must be in dutch. Now I have a english dashboard with a dutch control bar. Also logging in to BIP in english and then navigating to analytics will not help.
    4.) I can't use I-bots on BI publisher reports, or can I?
    5.) This is not really an issue, but more like a problem but I want that users can view the BIP report on the dashboard only in HTML, but I want that they only can export to excel, is this possible?
    Hoping for some answers ;)
    Thanks in advance!
    Message was edited by:
    Remc0

    Hi Venkat,
    Thanks for your quick respond.
    1.) Auto Run is enabled. And the report runs automatically as well. But then it ignores the dashboard prompt (as a regular report would do as well). But when I choose some values in the prompt and then press go. Then it says I have to press on view as well.
    2.) no that is not the case. My report is so big that it always need a scroll bar ;) also adjusting the size settings in the dashboard doesn't help. The only occurs when viewing in HTML, when previewing in excel or RTF it all just work fine.
    3.) true, but ow well this is the least importetant one ;) so if this doesn't work, than it doesn't work ;)
    4.) Ok, I will have a look on that.
    5.) I did enabled HTML and EXCEL outputs in my BIP report. But when the first point is working, then I don't want to see the control bar anymore and I want to have the output on the dashboard in HTML and then I want to build a button, or a link or something that exports the request to excel. Is that possible?

  • Issue with Replacement path  variable

    Hi all,
    I had created a formula variable with replacement path for this i had created a variable with replacement path and i had used it in the formula but i am unable to get the value of the replaced objects can any one thru some light on this.
    Regards

    yes the ref char having value. another thing do i need to include the char in the row r columns which has been replaced in the formula variable.
    regards

  • Parameter Problem with Drill down reports

    Hi,
    I have created a drill down report.
    I have a master report which list all the employee names and a detail report which list the contact details for each employee selected.
    The URL looks like this http://webser/dev60cgi/rwcgi60.exe?detail&p_empid = 1200
    detail is a kepmapping entry in cgicmd
    this does not work and the detail report does not get the p_empid value.
    Now if i enter the compelete url like http://webser/dev60cgi/rwcgi60.exe?server=rep_ss&report=det.rdf......
    it works.
    Any suggestions !
    Thanks,
    Shailesh
    null

    Hi,
    I got this resolved by using javascript and doing explicit form submit. As our information is highly secured we don't want the users to see any of the URL links from href, browser or from view source.
    I got the first two resolved but when i do a view source i could se in header sections of html view souce the follwing code
    <head>
    < base href="http://webser.../522222.htm>
    </head>
    is there any way using reports i can hide this.
    Any help, suggestions or reference will be highly apprecaited.
    Thanks,
    Shailesh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by the oracle reports team:
    hello,
    did you specify the token %* in the CGICMD.DAT file so additional parameters are picked up from the URL ?
    regards,
    the oracle reports team<HR></BLOCKQUOTE>
    null

  • Problem with Drill down reports demo

    Hi,
    Did somebody successfully installed the
    drill down demo. I am not able to get the results here getting some javascript error
    "object expected".
    I have created a schema,
    also the cgicmd.dat report variables
    attahced the rep_util file.
    I could see the invoices report and the product link displays
    javascript:opendetailwin('http:/myserver/dev60cgi/rwcgi60.exe?item+101863')
    when i clik on the above link i get object expected error.
    The Javascript on view source page looks like this
    <script language="JavaScript">
    <!--
    var detailwin = null;
    function opendetailwin(urltopen)
    detailwin = window.open(urltopen,"ItemDetails",
    "width=650,height=535,resizable=yes,status=no,menubar=no,scrollbars=yes,toolbar=no")
    detailwin.location.href=urltopen;
    // -->
    </SCRIPT>
    any help will be higly appreciated. Also is there any other way of implementing drill down reports on web.
    Thanks in advance,
    Shailesh

    Hello,
    Try making your hyperlink in the master report look like this:
    http://webserver/dev60cgi/rwcgi60.exe?detail+p_contactid=&<contact_id1>
    The &<column_name> reference in a hyperlink will tell Reports to substitute the current value of that column in the resultant string.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue with drill down in Financial Reporting 11.1.2.2

    Hi All,
    I have a requirement like this :
    I have different dimensions for Year and Period(Period has half years and also quarters ).
    The requirement is like that when the report opens up the rport should look like this:
                             YearTotal
                        FY12            FY13
    Accounts
    Now the user  wants to drill down on YearTotal and it should show in the following way:
                               H1                      H2
                     FY12      FY13    FY12      FY13
    Accounts
    and so on.
    Still now whatever I have tried I am unable to acheive this . Any ideas whther this is acheivable or not ????
    Regards,
    Saurav

    Even without drill(allow expansion) you can only achieve that only by using merge option.
    With merge the drill will not work.
    It'll not be a pretty report.
    Regards
    Celvin
    http://www.orahyplabs.com

Maybe you are looking for

  • How to find out list user who did the printing

    Dear All, We are using network print server using HP LaserJet 5550 and jetdirect, since our number of users is more than 500 staff in one place, sometimes they do the unresponsible printing such as print full color photos for personal use, print a no

  • Material Creation date by plant

    Hello all, In several of our report I need to enter the creation date of the material. My problem is that the creation date of material is a global information and sits in MARA. The users run the report by plant and therefore they are interested to k

  • FINANTIAL DOCUMENTS MISSING --- ORACLE LOGS FULL

    Hi Experts, 9 documents are missing and when they were saved the system showed the message "update has been stopped". This was because of the Oracle LOGS (full). When Oracle problem was solved the documents were not found in SM13 to recovered. Any cl

  • Specifying Pantone color codes U.S. vs Euro

    I have specified a Pantone solid color (3025C) for printing here in Europe, do I need to update either the code or color for it to be used in the U.S.

  • Is it possible to buy inDesign CS6 WITHOUT becoming a Cloud member?

    Cloud storage irritates me, I rather know where my files are, and they are not hopping around. So can I use inDesign CD6 without the Cloud? (Obviously, I'm a new user).