Webdynpro Tabstrip display

Hi,
I am facing an issue with ABAP WD Tabstrip display and wanted guidance.
Issue:
I have two tabs, each tab has a transparent container which in turn contains a view container respectively.
An ALV is embedded in each of these view container in the Window config.
In the Application runtime when I select a row  (lead selection) in the ALV in the 2nd Tab, the display automatically toggles to 1st tab. How can this be controlled? Am I  going wrong somewhere? or  is there any notes to be implemented?
I am not controlling the tab selection via binding. It is a manual process. I have not written any code in the WD Before and after methods, but the domodify view is used to populate some data in other UI element (Text view). Kindly guide.
Thanks & Regards,
Ashwitha.

Hi,
firstly thanks for taking interest. the issue is solved.
the requirement was to stay on the 2nd tab while i select rows/anything on it and not jump back to the first tab each time. i had made a mistake in the property setting of tabstip's.
To stay on the same tab during selection the property 'SelectionChangeBehavior' should be set to 'auto'.

Similar Messages

  • Embedding Transaction IView into Webdynpro TabStrip

    Hi,
        My Requirement is ,I have Created Transaction IView ,I want to access the Transaction Iview into Webdynpro TabStrip. I am able to access Iview but it is overwriting existing screen i..e complete Webdynpro screen disappears only Transaction Iview displays. I want Transaction Iview to be displayed as part of the TabStrip.
    Thanks & Regards
    Madhan Mohan

    Hi Satyajit,
             I am having a similar kind of requirement , i have to navigate from webdynpro applicaiton to transaction iview ..once user is done with the transaction ( say maintained the material ) i have to come back to the previous screen ... but i think this is not possible as there will be no way to know that user is done with the transaction .. so i though of creating a Iframe and a button on a webdynpro view and link the Iframe to the transaction iview . so user will have to click on the button once he is done with the transaction .. but according to you .. the transaction will be locked if we link that to the Iframe .. please let me know how to resolve this pronblem. or is there any other solution to my problem ..

  • Examples for webdynpro tabstrip

    can anyone point me to  examples for webdynpro tabstrip..
    Regards
    Anuj

    Hi,
    •     It groups a number of UI elements under a common header(SAP Netweaver 04s).
    •     Tab Strip can contain a Menu and several Pattern Expand                   Function elements (for open/close buttons).          
    •     You can Group Controls in this way Tab Strip --> Insert Tab --> Insert    Child
         Refer This:
    <b>http://help.sap.com/saphelp_nw70/helpdata/en/d1/801bd2454211d189710000e8322d00/frameset.htm</b>
                              Reward Points If This is helpful.
    Regards
    Nandha.

  • Email interactive pdf from webdynpro without displaying form

    Hi all,
    We have a webdynpro application that needs to generate an interactive form and send it by email, without first displaying it to the user.  I have built the interactive form in a webdynpro component and it works fine, but I think it requires the window to be opened to generate the pdf xstring to be attached to the email.  But we do not need the window to be opened because the users don't want to review the form before sending it. (whether this is a good idea or not is not up for discussion. )
    I am wondering if there is a better way to accomplish this? More detail on scenario: the user selects some data in the screen and then clicks a button like "send form". They fill out a popup with recipient info and then click "send".  A form based on the data they originally selected should be sent to the recipient. The recipient (who does not have access to SAP) fills out some fields in the form (hence it needs to be interactive), then sends the completed form back to the originator via email.
    Thanks for any suggestions!
    Margaret

    Thanks to all for your responses. I could have stated the problem more succinctly as: how to send a form with ZCI layout (not standard layout) via email? 
    The pointers you gave are helpful and probably would have gotten us to the solution. We found we could use the normal functions, "CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' ...." and then
    CALL FUNCTION funcname
      EXPORTING
        /1bcdwb/docparams  = fp_docparams
          /1bcdwb/docxml     = docxml
    where docxml is the output of a custom transformation we built to convert a deep ABAP structure to the correct XML format. (Note that "CALL TRANSFORMATION id ..." does not work correctly for converting deep structures for ABAP forms because the id transformation inserts <item> where <DATA> is needed.)

  • WebDynpro ABAP - Display Short Text instead of values in table column.

    Hi WebDynPro Experts,
        i have Column in a table which displays subject. This column has domain associated ZDE_SUBJECT with fixed values & short text
    Fix.Val    Short Text
    01             Level 1
    02             Level 2
    03             Level 3
    04             Level 4
    05             Level 5
    when i bind this cloumn to a table UI element. And have records for this table. At runtime inside the table column. i see values returned as 01, 02 , 03 ( basically fix val) my requirement is to display the corresponding short text. Is there any easy approach to do this???

    Hi Prash
    I think you need to bind the short text values  to the table UI.
    I am not sure if there is any other easy approach for this.
    Regards
    Naresh

  • ABAP Webdynpro cannot display value help, combo box properly in IE ?

    Hi WDA expert,
    I have problem developing webdynpro in NW 7.0 EHP1 SPS02. All the combo box, value help, drop down input did not properly display using IE 7.0 / 8.0. It is something like create another  blank input beside the original object.
    but everything ok if i am using mozilla firefox.
    I am not sure what is the problem with this.
    Please help.
    Thank You and Best Regards
    Fernand.

    Hi Thomas,
    Thank you for your response, But i am still not able to solve the problem. Let me give you more detail information regarding this issue.
    are you using the Portal? The other poster in this thread seems to think so, but I don't see anything in your postings to indicate that. IE7 is supported on your release/SP level. IE8 is not supported until SPS5.
    => I am not using portal it is just normal test from SAP GUI. I am using IE 8.0.6001.18702. So far i have tested the sample webdynpro "WDR_TEST_SELECT_OPTIONS" to 4 different server (PID, PIQ, ECD, ECQ) all using the same version NW 7.0 EHP 1 SPS02. (i have check for ABAP and BASIS package). The problem only occur in PID (Initially the icm service is not start so i use transaction SICF to start the webdynpro service) not sure if there is missing java script library ?
    Please refer in this link for the different result screen capture below:
    http://i802.photobucket.com/albums/yy310/pisuper/WDA_DEV.jpg   --> error in PID
    http://i802.photobucket.com/albums/yy310/pisuper/WDA_QA.jpg    -
    > success in PIQ, ECD, ECQ
    I would recommend clearing your browser cache and the server side cache. For the server side cache go to transaction SMICM and choose Administration->ICM->Exit Hard->Global.
    I have restarted the whole server and i did again from SMICM. But still having the same problem like in the screen capture.
    Are you using a standard or customized theme?
    I am using standard theme base on demo "WDR_TEST_SELECT_OPTIONS"
    Base on my latest investigation seems like those 3 success server PIQ, ECD and ECQ always download this file ls_ie6.nosprite.css in the internet temporary directory, but then no for PID. 
    is that any idea or suggestion that i can try to solve this problem. it seems like some configuration was missing for the standard theme in PID
    Thank You and Best Regards
    Fernand Lesmana
    Edited by: Fernand Lesmana on Jun 16, 2010 3:52 PM

  • Webdynpro :: ALV display (fields)

    Hello
    I am trying to display an ALV list in webdynpro.
    In my first column, I need to display Material number and Material description separated by some space.
    In my coding, I have added space. But in my display,  Material number and Material description are displayed without any space.
    Can anyone suggest how I can have space in my ALV column.
    Thanks.
    Hari Gajula

    hi,
    I have made an Context Attribute of type string and displayed the same .
    Code for your reference :
    DATA lo_nd_node_flighttab TYPE REF TO if_wd_context_node.
      DATA lo_el_node_flighttab TYPE REF TO if_wd_context_element.
      DATA lt_node_flighttab TYPE wd_this->elements_node_flighttab.
      DATA ls_node_flighttab TYPE wd_this->element_node_flighttab.
    data lv type string.
    navigate from <CONTEXT> to <NODE_FLIGHTTAB> via lead selection
      lo_nd_node_flighttab = wd_context->get_child_node( name = wd_this->wdctx_node_flighttab ).
    select * from sflight
      into CORRESPONDING FIELDS OF TABLE lt_node_flighttab.
      loop at  lt_node_flighttab into ls_node_flighttab .
    concatenate 'saurav'  'mago' into lv separated by Space.
    ls_node_flighttab-new = lv.
    MODIFY lt_node_flighttab from ls_node_flighttab TRANSPORTING new.
       ENDLOOP.
    lo_nd_node_flighttab->bind_table(  lt_node_flighttab ).
    Here My context node is flighttab with a new Attribute New of type string. It is wokring fine with space.
    Check your code once.

  • Tabstrip. display report

    Hi All,
    I like to create 3 tabstrip (report program) . two for selection screen and last to display report.
    How to create tabstrip. after enter data in tab 1 and execute , in tab3 display report.
    How to do it.
    Thanks,
    Balamurugan.R

    Hi Swarna,
    Thanks for your reply.
    I like to display report in TAB 3 based on the condition given in TAB 1.
    How to do it.
    Thanks,
    Balamurugan.R

  • WebDynpro tabstrip

    Hi All,
       In webdynpro standard tabstrip, how can make  <b>Tabs</b> shape to rounded Tabs..

    hi niranjan,
    just u visit this link, u get more infirmation for this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e617bc3-0401-0010-2c82-81f82e73300e
    http://help.sap.com/saphelp_nw04/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/f0/e5a8411fdbcc46e10000000a155106/frameset.htm
    Regards,
    vino

  • Webdynpro alv display

    Hi ,
    I have one requirement in webdynpro ALV. I have to display all po header detail in one view and when user click on any po respective item detail from item table should display .
    i am facing problem in user interaction means how to handle click event in where i have to call and how its possible.

    Hi Abhishek,
    Try to post these type of questions in WD ABAP forum.
    Please check the below threads for a help on your issue.
    http://help.sap.com/saphelp_erp2005/helpdata/EN/f1/177741adb7167de10000000a155106/content.htm
    [ALV|https://wiki.sdn.sap.com/wiki/display/WDABAP/GettingtheRowSelectedIntheALV....andMuchMore..]
    Search on supply function in SDN, you will find more links.
    Thanks,
    Sreekanth
    Edited by: Sreekanth on Jul 24, 2009 8:30 AM

  • Get Multiple Rows into internal Table using Webdynpro Alv Display ..

    Hi guys ,
    I need to find out the logic for getting all the selected rows into the internal table.
    When i display the ALV Output on webdypro screen .
    USer Selects multiple rows for further processing ..
    Ineed to get all the rows selected by user into an internal table .
    Please let me know how to achive this ...
    Thanks in advance for quick reply
    Regards
    Saurabh Goel

    Hi,
    You need to use the method GET_SELECTED of IF_WD_CONTEXT_NODE to get the rows selected. Also ccheck for the paramters of that method, this retruns the element set.
    This meets your requirement.
    Regards,
    Lekha.

  • How to create a view to display Multiple lines of Text using ABAP WebDynpro

    Hi,
    I need to create a static view page in ABAP WebDynpro that displays Static text data in multiple paragraphs. I tried to use textview, formatted text, text edit controls by binding the textcontrol to a text object that is created in so10, but the output I am getting is only one line and the character count is limited to 60 to 65 characters.
    I would like to know which control needs to be used in ABAP Webdynpro to get multiple lines displayed with text formatting like Paragraph, Indenting and Size.....
    Thanks for your time!
    Madhavi.

    Find the sample codes:
      data sapscript_lines     type tlinetab.
      data sapscript_lines1     type tlinetab.
      data sapscript_tline     type tline.
      data sapscript_head      type thead.
      data text                type string.
      data formatted_text type ref to cl_wd_formatted_text.
      call function 'DOCU_GET'
        EXPORTING
          id                = 'TX'
          langu             = 'D' "Germany language
          object            = 'WDR_TEST_HELP_EXP1'
        IMPORTING
          head              = sapscript_head
        TABLES
          line              = sapscript_lines
        EXCEPTIONS
          no_docu_on_screen = 1
          no_docu_self_def  = 2
          no_docu_temp      = 3
          ret_code          = 4
          others            = 5.
      if sy-subrc <> 0.
        text = space.
      endif.
      formatted_text = cl_wd_formatted_text=>create_from_sapscript(
        sapscript_head  = sapscript_head
        sapscript_lines = sapscript_lines
      " set it into the context
      if Not ( formatted_text is initial ).
        wd_context->set_attribute(
        name  = 'FORMATTED'
        value = formatted_text->m_xml_text ).
      endif.
    clear sapscript_head.
    clear sapscript_lines.
    *Get the text created by SO10
    CALL FUNCTION 'READ_TEXT_INLINE'
      EXPORTING
        ID                    = 'ST'
        INLINE_COUNT          = 1
        LANGUAGE              = 'E' "English language
        NAME                  = '85XX_FOOTER'
        OBJECT                = 'TEXT'
      LOCAL_CAT             = ' '
    IMPORTING
       HEADER                = sapscript_head
      TABLES
        INLINES               = sapscript_lines1
        LINES                 = sapscript_lines
    EXCEPTIONS
      ID                    = 1
      LANGUAGE              = 2
      NAME                  = 3
      NOT_FOUND             = 4
      OBJECT                = 5
      REFERENCE_CHECK       = 6
      OTHERS                = 7
      formatted_text = cl_wd_formatted_text=>create_from_sapscript(
        sapscript_head  = sapscript_head
        sapscript_lines = sapscript_lines
      " set it into the context
      if Not ( formatted_text is initial ).
        wd_context->set_attribute(
        name  = 'FORMATTED1'
        value = formatted_text->m_xml_text ).
      endif.

  • Display multiple pages of PDF in ABAP webdynpro

    Hi Friends,
    We have a requirement, where we have to display all the pages of PDF in ESS Portal using Abap WD.  I have got the xstring data for all PDF pages.   How can I display them now? 
    I used interactive form, but it can display just one page.  Is there any method or UI element by which multiple pages can be displayed.
    Please provide your valuable inputs.
    Thanks,
    Sumeet

    The pdf is stored in spool in parts, and are not in single pdf file.  I have managed to get the xstring values for all the pages.  Saying multiple pages, I mean there multiple individual pdf page.  We cannot scroll them, but need some kind of button to traverse to next page. 
    I wanted to know, if there is anything helpful in Webdynpro to display it.

  • WebDynpro ABAP iview display problems

    Hi everybody,
    I am new to Portal and need some help with the display of a webdynpro iview in the portal. We use portal 7.0 and wish to insert a new webdynpro iview for ABAP in the portal. The webdynpro application displays well the first time, clicking on all options within the applications returns everything as intended and everything looks great. However the second time when we click on a particular option in the application, some icons do not get displayed.
    It is as if the second time the iview gets the contents from cache or something. We switched off all cache options within the iview, but it doesn't seem to have any effect.
    Has anyone had any experience with this? Does anyone know the solution?
    Thank you.
    Vedad

    Hi Vedad,
    can you tell us your portal and R/3 ERP version?
    Read the following notes :
    979479, 1033496, 970850, 1052625
    Also :
    Re: wda stylesheet via sap-cssurl parameter
    Brad

  • Tabstrip control  Tab line navigation button display issue

    I have a tabstrip that has more tabs than can be displayed at the top of the tabstrip control.  When this happens a navigation button appears on the far right of the tab line( the line that contains all the tabs).  This has been working fine for several years.  Recently I needed to increase the width of the tabstrip control so that it was 160 character wide.  Now when the tabstrip displays, the tab line stops displaying at around 130 characters so the navigation button no longer shows.  As it turns out, the button is still there and functions as normal, except that it cannot be seen even though there are still too many tabs to all be displayed. 
    This appears to me to be a bug in the tabstrip control, but before I start complaining to SAP I thought I would ask here to see if anyone else might know of a solution to this problem. 
    Thanks for looking.

    Hi,
    cresate a managed bean in viewScope within the parent page and pass it as an argument to the child task flow. The managed bean contains/exposes a method to hide the menu items you don't want to show (or just disable them). The child task flow then can call the managed bean (from its input parameter reference) and invoke the method (e.g. in a method call activity as the default activity of the task flow).
    See this blog entry for more details: http://one-size-doesnt-fit-all.blogspot.de/2010/09/master-child-btf-chaperone-contextual.html
    Frank

Maybe you are looking for

  • Now that I have a 3 GS, how do I keep using my old phone as an ipod?

    Hi all, I bought a 3GS the day they came out and have been using it exclusively, but I still have my original iphone and decided there was no reason not to let my kids use it as an ipod. It was working fine, they could get online with the wifi in our

  • Itunes 10.1.2 airplay on aTV2

    Hello, I was wondering if someone can help. I used to be able to stream using airplay to my apple TV 2.0 a show as it was downloading. Now (using iTunes 10.1.2), it seems that I can only use airplay to stream to my apple TV shows that have been downl

  • How to make tables similar to apple site?

    Is anyone aware of any tutorials on how to make tables similar to http://www.apple.com/support/leopard/ Thanks!

  • Error in RFC communication with Collaboration Room API

    I am trying to setup collaboration rooms integration with learning solution. while trying to fetch templates, existing rooms available on portal into R/3 (ecc 6) we are getting this error "Error in RFC communication with Collaboration Room API" i am

  • Finder - Search Problems?

    Hi There, Before I upgraded to Lion I was able to search for keywords within files within Finder and it would show me which file it was from. For example, if I had codes within an excel file, I could search for the specific code and then Finder would