Display column_tree in Popup

Hi there,
I just came across a strange problem. I was displaying a column tree on a dynpro. I used the classes cl_column_tree_model for the tree and cl_gui_custom_container as the container class.
I prepare everything I need to display. I call the screen with CALL SCREEN 100. Everything works fine up to now.
I wanted to display the tree on a smaller window so I decided to call the screen with starting and ending coordinates. I started testing with CALL SCREEN 100 STARTING AT 5 5. The dynpro is displayed but the tree control is missing. There is absolutely nothing which is displayed. I don't know wether it's the tree or the container which is missing.
Anybody got a suggestion what might be the problem ?
Thanks in advance,
Hannes

I just found a solution by myself. No more help needed.
The mistake I made, was NOT to CREATE the OBJECT of the container in the PBO of the dynpro. I think that resulted in seizing problems. Now everything works fine.
Regards,
Hannes

Similar Messages

  • I have a bunch of technical indicator controls that I am thinking of displaying in a popup

    I have a bunch of technical indicator controls that I am
    thinking of displaying in a popup. The only thing is I have to use
    outer document to pass lots of parameters into it from the popup,
    Is there an easier way to have these controls communicate with the
    parent application without stuffing them into the already crowded
    application space?

    "The only thing is I have to use outer document to pass lots
    of parameters into it from the popup."
    Pass lots of parameters into "what" from the popup? Into the
    technical indicator controls?
    Are you trying to figure out how these controls (located in
    the popup?) can communicate with the parent application?
    If so, you could pass the data using custom events, and
    define your custom events so the event object contains the data you
    want to pass, and have the application listen for the events.
    Or you could use a model to store the data, and the
    application accesses the model.
    Here is my Flex Cookbook entry on a simple MVC
    implementation:
    Building
    a wizard using a simplified MVC architecture

  • Display a login popup at (browser-enable) form load.

    Hi,
    Help, please.
    I need to pull the employee’s information from a SAP Web Service but in order to do that I need to pass two parameters: UserID and Password.
    What I want to do?
    I want to display
    a login popup when the browser-enable form load. Something like this:
    How can I do that?
    I’m open to ideas and suggestions. I need some guidance, please.
    Thanks in advanced

    Hi Efebo,
    To display a login popup in the InfoPath form, I recommend to add a button in the form and click the button will popup the login form.
     Please follow the link below for detailed code samples:
    Opening a SharePoint 2010 Modal Dialog Box from an InfoPath Form:
    http://msdn.microsoft.com/en-us/library/ie/hh278954.aspx
    Here is a link about consuming SAP Enterprise Services in a Microsoft Office InfoPath Form for your reference:
    http://www.doc88.com/p-64981574795.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Display PDF in Popup / How to do this?

    Hi folks,
    I'm trying to establish a popup in one of my WD4As which I want to display a PDF which is stored on the application server. Here is what I do:
    1. Collect Data from User Input / Runtime Output of WD4A
    2. Send it to a XSLT Transformation and render it into an XML-String
    3. XML String is converted into PDF via 3rd party program
    4. PDF is stored on the appserver
    I've already searched the forum about the possibility of displaying PDFs and always came across Adobe Interactive Forms / Adobe Document Services / UI-Element "Interactive Form". Now I thought I could just read the PDF from appserver into an Xstring and bind it to the Interactive Form UI-Element, but it always requests a "template source". I fail to understand why I have to do this and what I have to enter there.
    Bottom line I want it to look like the Payslip application in ESS. Is my approach right? Has anyone ever come across this problem? PDF on appserv --> convert to xstring --> Display in WD4A.
    If my Question is too basic because I lack knowledge of a certain point of intersection here, please point me to some tutorials or information material if possible.
    regards, Lukas
    P.S. We don't have Adobe Document Services

    Hi,
    first of all, thanks allfor the support
    I've done it as Santosh suggested and look-and-feel-wise this is a good solution for us. The via 3rd party Program created PDF is Read in and bound to a context attribute in Xstring. Xstring is Bound to the Download-Element. When I klick on the Download-Element I get "Page cannot be displayed". I'm reading it in like this:
    OPEN DATASET lv_helpstring1 FOR INPUT IN BINARY MODE.
        IF sy-subrc = 0.
          READ DATASET lv_helpstring1 INTO lv_pdf_xstring.
        ENDIF.
      CLOSE DATASET lv_helpstring1.
    Is this wrong? If I download the PDF from AL11 manually and display it, it works, so I guess I'm somehow serializing it wrong. Any guesses?
    EDIT: Also, how would I be able to debug what's happening once I klick on the Download-Link? I don't see any coding behind so I wouldn't know where to set a break-point.
    best regards, Lukas
    Edited by: Lukas Weigelt on May 9, 2011 12:46 PM

  • Number of rows to display in a popup LOV

    My popup LOVs display 10 rows at a time by default. Can that be changed, and if so, how?
    Thanks

    Hello, 
    you can use a filter to display only the top 5 items of the second level, based on their value. To do that, right-click on a label in the second level, then select Filter > Top 10.  Change the 10 to a 5 in the next dialog.
    You can also create a label filter, but it only takes one filter condition.
    Another way is to select the rows you don't want to be shown, then use right-click > Filter > Hide Selected Items
    cheers, teylyn

  • Conditional display of modal popup window?

    Hi,
    I'm currently implementing a file-upload in Apex 4.1. The workflow I envision is this:
    *User selects the file and initiates upload
    *The file is checked by some pl/sql code.
    *Under certain conditions the user is asked if she wants to continue.
    *The data is processed.
    For the conditional user-dialog I wanted to use a modal popup window as described in http://shijesh.wordpress.com/2010/04/10/jquery-modal-form-in-apex-4/ and other places.
    But how can I conditionally display this dialog dependent on the result of the file-check? I would need to call a java-script function from pl/sql - but how can this be achieved?
    Any hints or examples?
    Many thanks & kind regards,
    stephan

    steph0h wrote:
    Hi,
    I'm currently implementing a file-upload in Apex 4.1. The workflow I envision is this:
    *User selects the file and initiates upload
    *The file is checked by some pl/sql code.
    *Under certain conditions the user is asked if she wants to continue.
    *The data is processed.
    For the conditional user-dialog I wanted to use a modal popup window as described in http://shijesh.wordpress.com/2010/04/10/jquery-modal-form-in-apex-4/ and other places.
    But how can I conditionally display this dialog dependent on the result of the file-check? I would need to call a java-script function from pl/sql - but how can this be achieved?
    Any hints or examples?
    Many thanks & kind regards,
    stephanI don't think you would call the java-script function from PL/SQL as much as (maybe) use PL/SQL to write it - embed the Javascript code in the generated HTML of the page. Another option would be to put the JavaScript code as page or item attributes to be executed at run-time

  • Error #2004 when displaying tooltip in popup on FP 10.1

    I'm posting a bug we're seeing here in hopes of someone seeing this will know what may be causing it, know how to fix it (presumably someone from Adobe), or have some better ideas on recreating in a simple test case.
    Here is the bug:
    https://bugs.adobe.com/jira/browse/SDK-25826
    In our application, when using FP 10.1,  we receive the following exception when Flex tries to display a tooltip from a component that is within a popup.
    ArgumentError: Error #2004: One of the parameters is invalid.
    at Error$/throwError()
    at flash.text.engine::TextBlock/recreateTextLine()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at _wf_app_web_mx_managers_SystemManager/callInContext()
    at flashx.textLayout.container::TextContainerManager/recreateTextLine()[/dir/src/flashx/text Layout/container/TextContainerManager.as:931]
    at flashx.textLayout.container::TextContainerManager/callInContext()[/dir/src/flashx/textLay out/container/TextContainerManager.as:866]
    at flashx.textLayout.compose::SimpleCompose/createTextLine()[/dir/src/flashx/textLayout/comp ose/SimpleCompose.as:234]
    at flashx.textLayout.compose::SimpleCompose/composeNextLine()[/dir/src/flashx/textLayout/com pose/SimpleCompose.as:186]
    at flashx.textLayout.compose::BaseCompose/composeParagraphElementIntoLines()[/dir/src/flashx /textLayout/compose/BaseCompose.as:349]
    at flashx.textLayout.compose::SimpleCompose/composeParagraphElement()[/dir/src/flashx/textLa yout/compose/SimpleCompose.as:165]
    at flashx.textLayout.compose::BaseCompose/composeBlockElement()[/dir/src/flashx/textLayout/c ompose/BaseCompose.as:221]
    at flashx.textLayout.compose::BaseCompose/composeInternal()[/dir/src/flashx/textLayout/compo se/BaseCompose.as:326]
    at flashx.textLayout.compose::BaseCompose/composeTextFlow()[/dir/src/flashx/textLayout/compo se/BaseCompose.as:292]
    at flashx.textLayout.compose::SimpleCompose/composeTextFlow()[/dir/src/flashx/textLayout/com pose/SimpleCompose.as:113]
    at FactoryDisplayComposer/http://ns.adobe.com/textLayout/internal/2008::callTheComposer()[/dir/src/flashx/textLayout/factory/TextLineFactoryBase.as:422]
    at flashx.textLayout.compose::StandardFlowComposer/internalCompose()[/dir/src/flashx/textLay out/compose/StandardFlowComposer.as:759]
    at flashx.textLayout.compose::StandardFlowComposer/compose()[/dir/src/flashx/textLayout/comp ose/StandardFlowComposer.as:822]
    at flashx.textLayout.factory::TextFlowTextLineFactory/createTextLines()[/dir/src/flashx/text Layout/factory/TextFlowTextLineFactory.as:128]
    at flashx.textLayout.container::TextContainerManager/compose()[/dir/src/flashx/textLayout/co ntainer/TextContainerManager.as:1252]
    at flashx.textLayout.container::TextContainerManager/updateContainer()[/dir/src/flashx/textL ayout/container/TextContainerManager.as:1292]
    at mx.core::FTETextField/composeHTMLText()[/sdk/4.0.0/frameworks/projects/spark/src/mx/core/ FTETextField.as:3089]
    at mx.core::FTETextField/validateNow()[/sdk/4.0.0/frameworks/projects/spark/src/mx/core/FTET extField.as:2530]
    at mx.core::FTETextField/get width()[/sdk/4.0.0/frameworks/projects/spark/src/mx/core/FTETextField.as:572]
    at mx.controls::ToolTip/measure()[/sdk/4.0.0/frameworks/projects/framework/src/mx/controls/T oolTip.as:364]
    at mx.core::UIComponent/measureSizes()[/sdk/4.0.0/frameworks/projects/framework/src/mx/core/ UIComponent.as:8042]
    at mx.core::UIComponent/validateSize()[/sdk/4.0.0/frameworks/projects/framework/src/mx/core/ UIComponent.as:7966]
    at mx.managers::LayoutManager/validateClient()[/sdk/4.0.0/frameworks/projects/framework/src/ mx/managers/LayoutManager.as:889]
    at mx.core::UIComponent/validateNow()[/sdk/4.0.0/frameworks/projects/framework/src/mx/core/U IComponent.as:7631]
    at mx.managers::ToolTipManagerImpl/sizeTip()[/sdk/4.0.0/frameworks/projects/framework/src/mx /managers/ToolTipManagerImpl.as:987]
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::initializeTip()[/sdk/4.0.0/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as:958]
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::showTimer_timerHandler()[/sdk/4.0.0/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as:1539]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    Our application is very modular and we embed fonts, but I've tried various approaches in a test application and haven't been able to reproduce this exception.
    Here's the stack/variables seen when debugging, http://screencast.com/t/MGU1MDEzNGIt. **To get here it requires commenting out the try/catch in StandardFlowComposer.internalCompose()** If I had to guess, it seems that recreateTextLine doesn't like getting the same textLine twice in the argsArray.
    Anyone have thoughts?
    Thanks for looking,
    Bryon

       I was getting the same RTE, the same pattern in Flex debugging session with passing same line twice in the argsArray to recreateTextLine method.
       I've come up with relatively simple test case that consists only of 2 files, I've just attached the Flash Builder project FXP file to the related Flex bug issue in JIRA: https://bugs.adobe.com/jira/browse/SDK-25826
       This bug is reproduced for any tooltip displayed in Flash Player 10.1 that
       tries to display 2 or more lines of text;
       is using  FTE to display text (mx.core.UIFTETextField class);
       sets htmlText instead of text property for the textField to display error message.
    Some possible background for this RTE I've learned during my research:
    Line 245, SimpleCompose.as
    workingLine.initialize(_curParaElement, outerTargetWidth,
                            lineOffset, lineStart + _curParaStart,
                            textLine.rawTextLength, textLine);
       where textLine.rawTextLength does not return a correct value in Flash Player 10.1.
      2 . Line 154, TextFlowLine.as class  > textLength property is  assigned to  textLine.rawTextLength
    _textLength = numChars;
      3. Line 362, BaseCompose.as class >  _curElementOffset  is assigned to textLine.textLength value.
    _curElementOffset += curLine.textLength;
      4.  Line 436 in BaseCompose.as  > we compare element.textLength and _curElementOffset values > this comparison returns FALSE
    if (_curElementOffset >= _curElement.textLength)
      5. Line 173, SimpleCompose.as > becase startCompose is not equal to 0, prevLine is not null > 2 same lines  "prevLine" and "curLine" are passed to createTextLine method and finally to recreateTextLine method.
    var startCompose:int = _curElementStart + _curElementOffset - _curParaStart;
    var prevLine:TextLine = startCompose != 0 ? workingLine.getTextLine() : null;

  • [ JHeadstart ] Display text in Popup

    Hello,
    I have a View Object with a String attribute, let's say x. When displaying the View Object, I want to display the text value in x in a Popup window. What is the proper way to do this in a JHeadstart development context? I've tried using a read-only editor display value, but this keeps delivering a empty window.
    Thanx in advance,
    Endy

    Endy,
    I could reproduce your problem. We have put it on the fix list for the next release (planned for january)
    Steven Davelaar,
    JHeadstart Team.

  • How to display multi-line popup message in user exit?

    Hi,
    I need to display a multi-line popup text message with controllable response buttons in a user exit.
    I looked at POPUP_TO_CONFIRM with its DIAGNOSE_OBJECT, but I need substitution parameters and the FM doesn't support this functionality. So this won't meet my needs.
    Does anyone have any suggestions (maybe with some example code?) about how to do this?
    Thx.
    Andy

    Code:
    LOOP AT I_KNB1 WHERE ZTERM NE ZPAGDESCR-ZZTERM.
    IF SY-TABIX = 1.
      IF I_TEXT_TABLE[] IS INITIAL.
         PERFORM HEADER TABLES I_TEXT_TABLE.
         REFRESH :  I_T052U.
            SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
        ELSE.
        REFRESH :  I_T052U.
        SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
           I_TEXT_TABLE-TDLINE = TEXT-T01.
           APPEND I_TEXT_TABLE.
           CLEAR I_TEXT_TABLE-TDLINE.
      ENDIF.
         MOVE 'Company' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Payment' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Day' TO I_TEXT_TABLE-TDLINE+20(5).
         MOVE 'Description' TO I_TEXT_TABLE-TDLINE+26(100).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         MOVE 'Code' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Term' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Limit' TO I_TEXT_TABLE-TDLINE+20(5).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         I_TEXT_TABLE-TDLINE = TEXT-T01.
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
    ENDIF.
         MOVE I_KNB1-BUKRS TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE I_KNB1-ZTERM TO I_TEXT_TABLE-TDLINE+10(10).
         LOOP AT I_T052U WHERE ZTERM = I_KNB1-ZTERM .
           MOVE I_T052U-ZTAGG TO I_TEXT_TABLE-TDLINE+20(5).
           MOVE I_T052U-TEXT1 TO I_TEXT_TABLE-TDLINE+26(100).
          APPEND I_TEXT_TABLE.
          CLEAR I_TEXT_TABLE-TDLINE.
         ENDLOOP.
    ENDLOOP.
    ENDIF.
    IF NOT I_TEXT_TABLE[] IS INITIAL.
      CALL FUNCTION '/RWD/POPUP_TO_DISPLAY_TEXTLIST'
        EXPORTING
      TASK             = 'DISPLAY'
          TITEL            = 'Inco term payment term mismatch'
    IMPORTING
      FUNCTION         =
        TABLES
          TEXT_TABLE       = I_TEXT_TABLE .
    ENDIF.

  • How to display a temporary popup

    I have a page with a form that when the submit button is pressed, calls another page, but there's a 5 to 10 second delay before the second form displays.  I'd like to be able to display a "Please Wait" message either in a popup or on the page itself.  I tried using an alert box, but that requires pressing an OK button before the new page gets  called.  I checked the html createPopup method, and it indicates that it only works in IE.  I don't know how to make the message appear on the original form after the submit button is pressed.
    Is it possible to make a hidden box/field/whatever visible via a java script or something? Is there any way to make a popup that will go away when the new page is displayed?  If not, what can I do to accomplish this?

    http://plugins.jquery.com/project/Plugins/category/43
    Don't let all th geek code scare you.  Go down the list, click on the bold name of the ones that look interesting, once you go to the details page for the plug in look for a demo link - these will take you to a demo so you can see it in action.
    Get familiar with jQury... Your gonna love it!!!
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • The bar code value should be displayed in the popup window again

    hi ,
    I am using function module 'POPUP_GET_VALUES' inorder to enter a barcode value in MIRO transaction.
    When I stimulate(Stimulate button ) the MIRO , a popup comes and I enter the bar code and click enter, the popup disappears. Then when I click the Stimulate button once again ,the popup comes and NOW THE ENTERED BARCODE(entered barcode previously) SHOULD BE DISPLAYED.
    how can this be done?????????????
    Kindly help me soooooo
    Points will be rewarded

    In the table parameter you can pass the value for the table FIELDS.
    Tabname
    Field
    Value --> initialise your previous value in the particular field.
    It would display the same when the message pops up.

  • When displaying pictures login popup appears.

    Hi,
    We are building som custom build output templates for a website where we use anonymous login.
    Here we are linking to some of the pictures in the Content folders. But when the browser tries to display the pictures a popup appear asking to authorize myself.
    The text of the content is displayed with no problems.
    Br Rasmus

    yes the images are from the same server.
    if i don't write any server and just a releavtive link the browser automatically adds the server.
    And the picture are shown if I login.

  • [Forum FAQ] How do I display disclaimer message popup window before display the SSRS report?

    Question:
    The requirements is that when you click the report on report manager you will get an popup window with the disclaimer message, only after you read this message you can click the “Agree” button, then you can continue to read the content of the report, if you
    disagree with it, you can click the “Disagree” button to back to the home or other path you want.
    Answer:
    To achieve this goal, we can add some JS or JQuery code in the report.aspx file in the path like:”C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\Pages”
    Find the path of the report.aspx file and add these code in to it.
    <script type="text/javascript" src="</script">http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js" type="text/javascript"></script>
    <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/start/jquery-ui.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
     $(function() {
            var result = new RegExp('[\?&]ItemPath=([^&#]*)').exec(window.location.href)[1];
    //get the path of the folder which the report exists
            var reportFolder = result.split('%2f')[1];
    //get the report name which you want to add this pop up window.
    var reportName = result.split('%2f')[result.split('%2f').length - 1]; 
     //hide the report before you click the agree button
           document.getElementById("ui_form").style.display = "none";
                //alert(result);
                //alert(reportFolder); //test the report folder name to see if it is correct
           if (reportName == "your report name" && reportFolder=="your folder name") {           
     $("#dialog").dialog({
                    title: "jQuery Dialog Popup",
                    height: "250",
                    modal: true,
                    buttons: {
                        "Agree": {
                            text: "Agree",
                            id: "my-button-id1",
                            click: function() {
                                $(this).dialog('close');
    //display the report after you click the agree button.
    document.getElementById("ui_form").style.display = "block";                         }
                        "Disagree": {
                            text: "Disagree",
                            id: "my-button-id2",
                            click: function() {
                                location.href = '/Reports'
            else {
                document.getElementById("ui_form").style.display = "Block";
    </script>
    <div id="dialog" style="display: none; z-index:20001">
     Please make sure you have read this information and understand clearly before enter the report.
    </div>
    When you click the report you will the popup window as below:
    when you click “Agree” the report will display and when you click “Disagree” it will back to the home page.
    Applies to:
    Reporting Services 2005
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Question:
    The requirements is that when you click the report on report manager you will get an popup window with the disclaimer message, only after you read this message you can click the “Agree” button, then you can continue to read the content of the report, if you
    disagree with it, you can click the “Disagree” button to back to the home or other path you want.
    Answer:
    To achieve this goal, we can add some JS or JQuery code in the report.aspx file in the path like:”C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\Pages”
    Find the path of the report.aspx file and add these code in to it.
    <script type="text/javascript" src="</script">http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js" type="text/javascript"></script>
    <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/start/jquery-ui.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
     $(function() {
            var result = new RegExp('[\?&]ItemPath=([^&#]*)').exec(window.location.href)[1];
    //get the path of the folder which the report exists
            var reportFolder = result.split('%2f')[1];
    //get the report name which you want to add this pop up window.
    var reportName = result.split('%2f')[result.split('%2f').length - 1]; 
     //hide the report before you click the agree button
           document.getElementById("ui_form").style.display = "none";
                //alert(result);
                //alert(reportFolder); //test the report folder name to see if it is correct
           if (reportName == "your report name" && reportFolder=="your folder name") {           
     $("#dialog").dialog({
                    title: "jQuery Dialog Popup",
                    height: "250",
                    modal: true,
                    buttons: {
                        "Agree": {
                            text: "Agree",
                            id: "my-button-id1",
                            click: function() {
                                $(this).dialog('close');
    //display the report after you click the agree button.
    document.getElementById("ui_form").style.display = "block";                         }
                        "Disagree": {
                            text: "Disagree",
                            id: "my-button-id2",
                            click: function() {
                                location.href = '/Reports'
            else {
                document.getElementById("ui_form").style.display = "Block";
    </script>
    <div id="dialog" style="display: none; z-index:20001">
     Please make sure you have read this information and understand clearly before enter the report.
    </div>
    When you click the report you will the popup window as below:
    when you click “Agree” the report will display and when you click “Disagree” it will back to the home page.
    Applies to:
    Reporting Services 2005
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • WDA - Displaying messages as popups?

    In WDA, the report_*** methods of the message manager class all have a "show_as_popup" boolean parameter, but it doesn't appear to have any effect.  Everything still shows up at the top of the page, which is causing some weird spacing issues with screen elements when a message is displayed on a modal dialog popup window.
    Is this parameter currently disabled, or is there something I'm missing?  The method calls I'm doing are pretty simple:
    call method l_message_manager->report_success
      exporting
        message_text  = z_message
        show_as_popup = abap_true.
    Thanks,
    - Jason

    I tried using methods of if_wd_window to create popup and was able to create the popup. Check the sample code below:
        data: l_cmp_api type ref to if_wd_component,
         l_window_manager type ref to if_wd_window_manager,
         l_popup type ref to if_wd_window,
         l_text type string_table,
         l_api type ref to if_wd_component.
        l_cmp_api = wd_this->wd_get_api( ).
        l_window_manager = l_cmp_api->get_window_manager( ).
        insert `No Developement Details Involved` into table l_text.
        l_popup = l_window_manager->create_popup_to_confirm(
                       text = l_text
                button_kind = if_wd_window=>CO_BUTTON_OK
               message_type = if_wd_window=>CO_MSG_TYPE_INFORMATION
               window_title = `Status Information`
               WINDOW_WIDTH = `400`
               window_position = if_wd_window=>co_center ).
        l_popup->open( ).
    Regards,
    Ravikiran.

  • Error message in a BADI getting displayed in a popup instead of status bar

    Hello All,
    I have implemented a BADI in ECC6 to prevent the change of formula in ERP from transaction O3I8.
    The BADI gets called on clicking 'Save' from transaction o3I8.
    Within the  BADI i am giving an error message using the following command:
    Message e000(ZABC) .
    However , the message gets displayed in a pop up instead of the status bar .
    The same is for information and warning messages.
    Any suggestions on how to display them in the status bar ?
    TIA
    Regards,
    Vartika

    Hi Brad,
    The checkbox to display messages in pop-up  is already switched off.
    Still themessages are getting displayed in pop-up.
    Regards,
    Vartika

Maybe you are looking for

  • Remove Blank Space from Crystal report

    Hello, i am new in crystal report work. recently, i have created one crystal report which display item and remaining other detail like tax detail,item grand total, Some extra remark,etc. But my scenario is that if i take three or more item then it ta

  • "Unsupported Image Format" all of a sudden, with previously workable files

    Folks, I've got an issue that seems very strange indeed. Months ago, I bought a Pentax K20D. I also bought a 17" MacBook Pro and Aperture. Camera and Aperture played well together. I encountered the known issue with white spots on the image when usin

  • Transport

    Hi All, I have completed of creating objects and testing in development for a project. I have created infoobjects, infosources, ods's and cubes and now i have to send them to quality system. i have a task before sending them.It is to organize the obj

  • How do I get my contacts and calendar from my iPhone on to my ipad

    PLease could you help me get my contacts Callander pics etc from my iPhone 4S to my new iPad 4?

  • Fan noise (not moo or whine)

    I have a new mbp, the second one, both whined. On this one while moving my laptop I can listen to the fan scratching against something. Should I worry about this and get it repaired now, I need my laptop a lot and I can't afford to be without it. By