Interactive Report issue ( hw to come 5th list to back 2nd list directly )

Hi Experts,
                  I have one issue regarding Interactive report.
-->  I am in 5th list , and i want go directly to the 2nd list .
--> Hw we select multiple line of data in one list and pass to another list.
Helpful answers will reward.
Regards,
Vinai.

JUST HARD CODE
SY-LSIND = 2. IN YOUR FN CODE WHERE YOU HAVE TO GO.
i.e.
if sy-ucomm = 'BACK' and Sy-lsind = 5.
sy-lsind = 2.
endif.
regards
shiba dutta

Similar Messages

  • Interactive Report, issue with backgroud color of Column Heading.

    Hi,
    I am using Theme -16
    and there is a Interactive Report with the following columns Headings
    Employee Name   Employee No  DOB
    Now, the label of the first column is changed from Employee Name to Employee<br>name.
    The column heading is now displayed as follows.
    Employee   Employee No   DOB
    Name         problem is when I add a break in any of the column heading..the background color of the column headings is different than the first one (little bit darker).
    Why the background ground of the column heading is different in both these cases??.
    Thanks,
    Deepak

    Why the background ground of the column heading is different in both these cases??.The report heading background is controlled by the CSS rule
    .apexir_WORKSHEET_DATA th {
      background: #4e4e4e;
      font-weight: bold;
      color: #fff;
      border-top: 1px #ccc solid;
      border-bottom: 1px #aaa solid;
      white-space: nowrap;
      vertical-align: center;
      letter-spacing: 1;
      font-size: 8pt;
      background-image: url(../ws/report_bg.gif);
      background-repeat: repeat-x;
    }This uses a [gradient image|http://apex.oracle.com/i/ws/report_bg.gif] that is repeated horizontally to provide a shaded background from light to dark grey. As the background image doesn't repeat vertically, when the height of the heading is more than the height of the image the gradient is replaced by the underlying background colour (#4e4e4e). This is what's happening when the break is inserted into the header text: the height of the heading increases, causing more of the darker area of the background image/underlying colour to be visible.

  • Interactive Report Issue - Control Brake for Group By

    Hi all,
    is it possible to create "Control Brake" for the Group By view of the interactive report?
    I have the following IR with group by (Take a look at the GROUP BY View!!!): https://apex.oracle.com/pls/otn/f?p=2071:212
    Now I would like disable the lines with repetitive values. The report should be the following:
    CPU Type    CPU Speed    Count (CPU Types)
    ==========  =========    =================
    Celeron           366                    1
    Pentium I         100                    1
                      166                    1
                      200                    2
                     1200                    1
                     1700                    1
    Pentium II        366                    1
                      667                    1
    .Is it possible to realize it with interactive reports?
    Regards

    S-Max wrote:
    Perhaps any way using Javascript, jQuery, and s.o?
    Any Ideas?Use a standard report with break formatting or a custom row template.

  • Interactive Reporting issue on Windows Server 64 Bit

    Hi All,
    I am facing on Interactive reporting couldn't run on workspace, here are my Hyperion enviroment.
    1. Hyperion version 11.1.2.1
    2. All Hyperion component are running on Windows Server 2008 64 Bit
    3. Installed Essbase client on the server that Workspace running.
    Do you have any solution on this? Could you please help me on this issue?
    Regards,
    Nick

    Hi All,
    I am facing on Interactive reporting couldn't run on workspace, here are my Hyperion enviroment.
    1. Hyperion version 11.1.2.1
    2. All Hyperion component are running on Windows Server 2008 64 Bit
    3. Installed Essbase client on the server that Workspace running.
    Do you have any solution on this? Could you please help me on this issue?
    Regards,
    Nick

  • Interactive report over db_link never comes back

    Hi,
    I have an interactive report (over db_links) which takes 20 sec. to run in sql workshop, but it never comes back when I run it as an interactive report! I always get an error page due to timeout.
    Any idea why?
    Thanks.

    Hi
    The interactive report will change the actual SQL executed even if you have no filters, aggregations etc on. If you look at a trace file you will see COUNT OVER() and the apex max row count stuff.
    As the SQL text is different, the optimizer may choose a different execution plan which affects where the different parts of the work is performed (on the local site or the external site). This can change execution times vastly.
    So run a 10046 trace without the interactive report and run one with the interactive report. Once you've done this you can determine the more desirable one and think about putting a
    /*+ DRIVING_SITE(table_name) */hint in the interactive report query.
    Hope this helps.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Cascading Interactive Reports - issues

    Hello,
    i am trying to make Cascading IRs, because i need master-detail table/table UI for some of my pages. I found this previous thread :
    Re: Cascading interactive reports
    and i am following the advices of Hari_639. I have made the detail IR/form pages and also the master IR. Now in Link Column of the master, that should target the IR of the detail, it says "pass the FK and PK" values. But there are no items brought if press the Find Item of Name1 and Name2 button, since this is an IR and not a Form. Any idea how to do this ?
    TIA

    Hello,
    atm i have managed to create the detail IR below the master IR and succeeded in synchronizing them by using the "edit" link in the master IR.
    http://i48.tinypic.com/2ed8cj4.jpg
    What i would like to do now is:
    1. The detail IR, although in Printer Friendly mode, still displays the elements that i have in Page 0 (logos etc). How do i hide/not display these elements also ?
    2. The detal IR, does have an edit link too. This edit link redirects to the edit page (Form) of the detail item. That page though is displayed in that Frame. Is it
    possible to display that page without the master IR (as if the IR was not master detail) and return to master after cancel/save ?
    3. The master IR does have pagination. So, when i navigate to next set of records the master is updated but not the detail. Is it possible to achieve this and
    detail displays the records that correspond to first record in master displayed ?
    TIA

  • Interactive report : issue with french special characters

    Hi,
    We have many interactive reports and we can't use any french special characters in the filter clauses. For example, Montréal becomes montréal.
    What parameters do we have to change to make it work?
    Thanks.

    I found the answer in this thread : Interactive Report Character Set Issue

  • PL/SQL Interactive Report issues - Piped function or Collections

    Hi,
    I have a report where I either want to limit the return by date or return all. PL/SQL didn't work in the Interactive Report (is it available in 3.2?) then my second idea (2 reports; one for each option) didn't work as you can't have more than one IR on a page. Searching here I found people guiding others to here for collections and here for piped functions.
    Ok I finally understood the collections thing (didn't realise that "function_returning_query" would be replaced with your code) but I'm not sure it can be used in my situation? I want it to be dependent upon a LOV on the page with my predicted code like:DECLARE
    q VARCHAR2(30000);
    BEGIN
    q := 'select UPD_ID, PROJECT,DATABASE,REF,DESCRIP,STATUS,PERSON,
    TO_CHAR(INS_DATE, ''HH24:MI DD-MON-YY'') AS INS_DATE
    from TBL_ENV_LOG';
    IF :P5_DAYS != 1337 THEN
    q := q || ' where TBL_ENV_LOG.INS_DATE >= TO_TIMESTAMP(SYSDATE - :P5_DAYS)';
    END IF;
    q := q || ' order by TBL_ENV_LOG.INS_DATE desc';
    return(q);
    END;So the value of :P5_DAYS would need to go there somehow, can it be passed as a parameter?
    Is there another way to do this? Making lots of hidden fields is annoying :/
    Edit: I used a CASE statement for a column before, could I use that for entire queries?
    Mike
    Edited by: Dird on Oct 14, 2009 10:45 AM

    Hi,
    CREATE OR REPLACE FUNCTION BLOG_FUNC RETURN VARCHAR2 IS
    q VARCHAR2(30000);
    BEGIN
    q := 'select UPD_ID, PROJECT,DATABASE,REF,DESCRIP,STATUS,PERSON,
    TO_CHAR(INS_DATE, ''HH24:MI DD-MON-YY'') AS INS_DATE
    from TBL_ENV_LOG';
    IF :P5_DAYS != 1337 THEN
    q := q || ' where TBL_ENV_LOG.INS_DATE >= TO_TIMESTAMP(SYSDATE -' || :P5_RAD|| ')';
    END IF;
    q := q || ' order by TBL_ENV_LOG.INS_DATE desc';
    return(q);
    END;Error at line 8: PLS-00049: bad bind variable 'P5_RAD'
    I assume I need to pass parameter values like P5_RAD but how do I relate it to:Select *
    From apex_collections
    Where collection_name = ‘IR_TEST’;
    is it...
    Select *
    From apex_collections(:P5_RAD)
    Where collection_name = ‘IR_TEST’;
    ??Edit: The IR query changes to BLOG_FUNC(:P5_RAD) right?
    Edit 2: Nope that doesn't work :/
    Mike
    Edited by: Dird on Oct 15, 2009 8:35 AM
    Edited by: Dird on Oct 15, 2009 8:38 AM

  • Interactive Reports Issue Quality System

    Hi experts,
    This is regarding Interactive reporting fucntionality available in SAP CRM 7.0
    I have configured this fucntionality in our DEV environment & actually created the various types of reports by assigning 10 custom fields which have z extensions.
    Now, i have transported every custom field to Quality System but while creating a report, & while selecting the fields, i am unable to see those custom fields which i use to see in DEV box. I can only see the standard field
    I would appreciate if someone can suggest or give some solution on this in order to fix in our Quality box.
    Thanks & Regards,

    >
    SAPRPT wrote:
    > Now, i have transported every custom field to Quality System but while creating a report, & while selecting the fields, i am unable to see those custom fields which i use to see in DEV box. I can only see the standard field
    Hi!
    Provided you created the extension fields with the Application Enhancement Tool, you will have to transport the enhancement into your target system first. Then generate it locally with report AXT_EXT_ACTIVATE_LOCAL.
    Regards,
    Sven Kriebel

  • Interactive report issue

    Hello,
    I have develop an APEX intereactive report but by default, the report does not display anything. In Order to display contents, I explicitly have to go to search bar, click on select columns and then display all columns to display it.
    How can I by default, display entire content as soon as the page is run?
    Thanks,
    R

    Hi,
    This generally happens if you change the query after creating interactive report.
    1) Select all the columns which u want to display , then click on the menu and select SAVE REPORT and save as default.
    2) Copy the interactive report query.. delete the current report and re-create.
    Regards,
    Shijesh

  • Hyperion Interactive Reports issue

    Hi,
    We have designed an IR report with Scenario, Version, Currency, Period and Year will be selectable from drop down and the grid will contain Account and Entity dimensions. The query result is showing correct but, in the dashboard, we can not see the version members in the drop down list. One member is selected for all other dimenaions, but not for the Version dimension. Please advise how this issue can be resolved.
    Thanks.

    Hi,
    I have changed the order of the distribution list and waiting for a confirmation from the users but we are having a new issue.
    One of the scheduled job is not sending out the emails to anyone. I tried to run the report manually and it runs perfectly. Right now we are exporting the file in the format 'Microsoft Office Web Archive.'
    The scheduler was running perfectly untill 5/18 but didnt sendout after 5/18. I have ran report manually and exported as Web Archive and observed that the file size is 17MB. I have checked the previous outputs and all were under 11MB from the time since it was scheduled.
    I suspect this is because of the file size. I have also did a trail run by changing the export option from Web Archive to Excel and it did send out the report and excel file size was 3MB.
    Any ideas on this limitation? We are on version 11.1.2.1.
    .

  • Interactive Reporting Issue

    We are changing the table definition, lets say a column name. And that column is referenced in a BQY. Is there a way that we can identify that changing a table definition impacts which BQY's

    I am not 100% sure but there is a utility called Impact management.You should check the documentation for the same.

  • Interactive Report - One column based on a list of values

    I have an Interactive Report that's part of a Form with Report. The form works fine, but I have a problem with the interactive report. One of the fields is based on a list of values. That is, the data in the table in the State field has numeric state codes, 1 to 51. The form part has no problem with this, as it's a select list based on a list of values LOV query, so the user selects the actual name of the state.
    The interactive report, however, displays the numeric codes, which is what is actually in the table. I am looking in the column definition for some way to tell it to convert the value to the state name, but I do not see it. There is a List of Values place, but that seems to be for filtering purposes instead of for return vs. display value.
    3.2.

    Tharpa,
    I'm not sure if what I am about to suggest will work in 3.2. However, in 4.1, I am using LOVs with IRRs without any issue.
    For example, if I have an address field of state code, I have a named LOV (LOV_STATE). I go into the report attributes for this column. There, I find a section named "List of Values" In here, I pick the "column filter type" of "Use Named List of Values to Filter Exact Match". (Presumably, this will work with Static List too). When the column is displayed, I see the State name displayed.
    -Joe
    Edited by: Joe Upshaw on Mar 14, 2012 1:58 PM

  • Problem passing parameter to Interactive report

    Morning!
    I'm having problems when passing a parameter value to a report - I'm using IR_<column_name>, which works fine most of the time, except when the value I'm passing has a leading '#' ie. '# No People' - I have tried encoding it ie. '&#36. No People' but it still doesn't work. Anybody know how I can work around this one?
    Thanks for your help

    Another thread < a href="http://forums.oracle.com/forums/message.jspa?messageID=9319781#9319781">Interactive reports - Issues with column link values </a> discusses the same issue.
    Strangely enough,that thread is still showing in the first page as I am posting this reply,, you could have just done a quick scroll and seen it.

  • Difference between Drilldown report and Interactive report

    There is no difference between drill down and interactive report, they are the same.
    With drilldown reporting, SAP provides you with an interactive information system to let you evaluate the data collected in your application. This information system is capable of analyzing all the data according to any of the characteristics that describe the data. You can also use any key figures you wish to categorize your data. You can display a number of objects for a given key figure, or a number of key figures for a given object. In addition, the system lets you carry out any number of variance analyses (such as plan/actual comparisons, fiscal year comparisons, comparisons of different objects, and so on).
    You can produce both simple, data-directed lists (basic reports) and complex, formatted lists in drilldown reporting (form reports).
    Drilldown report provides you with comfortable functions for navigating through your data. For example, you can jump to the next level of detail or the next report object on the same level, hide individual levels and switch between the detail and drilldown lists. It also provides a number of additional functions which let you process lists interactively (sorting, conditions, ranking lists, and so on). SAP Graphics, SAPmail and the Excel List Viewer are also integrated into drilldown reporting.
    The drilldown functions are divided into three groups which differ in the number of functions available. That way each user can choose the functional level most suited for his requirements.
    In addition to the online functions for displaying reports, drilldown reporting also provides functions which let you print reports. A number of formatting functions are available to let you determine the look of your printed reports (page breaks, headers and footers, underscores, and so on).
    The menus and the functions available directly on the drilldown report make it easy to use the information system.
    What is an Interactive Report?
    An interactive report generally works in the following fashion:
    1. Basic list is displayed.
    2. User double clicks on any valid line
        or
        User selects a line and presses as button on the tool bar.
    3. The corresponding event is triggered
    4. Then in the code, the line on which action was done, is read.
    5. Depending on the values in that selected line, a secondary list is displayed.
    6. Steps from 2-5 are repeated till the end.
    From the above explanation, I believe, its clear that, the 20th list, will essentially depend on the "selected line" of 19th list. According to your question, you want to move to 20th list directly, without "a prior list". May I know the exact requirement so that, an appropriate solution can be suggested? 
    Again, your question was, how to move to 20th list directly on pressing of execute button. Its not possible to move to 20th list. You must cross over a basic list, before you can go to a different list level, using the code given by Pavan. 
    What are Drilldown reports?
    The lines of basic list of a drilldown report when clicked, will take the user to the corresponding (standard) object's display.
    For eg: Suppose your report's primary component is purchase requisition, (assume you are printing PR details), and the basic list displays details of many PRs.
    Eg: when clicked on a particular line of the PR basic list, it takes you to std t-code me53 (display of purchase requisition). This is the 'Drill-down' functionality.
    For this, in the at-line selection of your program, as per the above ex: you'll set the parameter ID of PR number BAN (that you can get from Data element) in memory (using set parameter id) and then calling the corresponding transaction (usually skipping initial screen of the std t-code).   
    Likewise, if it's Material Number (Matnr), you'll be displaying MM03 transaction w.r.t. the line's matnr.
    AKSHAT..........

    Good, information. But I think you should post these items in Wiki, in place of forum, as here we have Qns & Ans;  problems and solutions.
    https://www.sdn.sap.com/irj/sdn/wiki
    [ABAP Development > ABAP General ]
    Wiki is the right place for such knowledge base
    Thanks!!
    Regards,
    Vishal.

Maybe you are looking for