Cell POPIN

How to get a cell popin as described in  Link: [Table Popins|http://help.sap.com/saphelp_nw70/helpdata/en/23/5e9041d3c72e7be10000000a1550b0/frameset.htm]
There is no PopinToggleCell but with same column color and other than Lead selection.
Please give some hints to accomplish this
regards,
nikhiL

hi,
for table pop in use this method
1. Say this is your current node:
DataNode
|-Name
|-Age
|-Company
|-Description
Add two attributes to this:
DataNode
|-Name
|-Age
|-Company
|-Description
|-Popin (String)
|-PopinStatus(boolean)
2. Right click on the Table UI element and select Insert Popin. A popin with an ID, say Popin1 is created.
3. Insert Content in Popin1 - a text view and bind the text of this element to DataNode.Description
4. In the table properties, set the value against selectedPopin as Data.Popin
5. In your implementation, set the value of DataNode.PopinStatus to false initially (wdDoInit() of view controller).
6. On click of a row, the corresponding row popin must be displayed and on subsequent click, it must be collapsed.
7. To achieve this, in your action on lead select in the table, give this:
if(wdContext.nodeDataNode().currentDataNodeElement().getPopin())
wdContext.nodeDataNode().currentDataNodeElement().setPopin("");
wdContext.nodeDataNode().currentDataNodeElement().setPopinStatus(false);
else
wdContext.nodeDataNode().currentDataNodeElement().setPopin("Popin1");
wdContext.nodeDataNode().currentDataNodeElement().setPopinStatus(true);
Regards
Trilochan

Similar Messages

  • Table cell popin

    hi
    i have added one table cell popin iam able to see that but how can i close that .......
    pls send me a detailed step by step procedure to close and opent the table cell popin
    Warm Regards
    Shanto Aloor

    Hello,
    Java API Class and methods for IWDTablePopin
    http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDTablePopin.html
    http://help.sap.com/javadocs/NW04s/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDTableColumn.html
    Example code and description on IWDTablePopin
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69d0e1c61f3
    Regards
      - Vinod

  • Web dynpro ALV table cell popin

    from my understanding, it is possible to create a cell popin for a standard table.
    but now i wonder whether is it possible to create a cell popin for an ALV table?

    My question was about option Filter of ALV report.
    May be somebody knows how I can receive Interfacecontroller
    attributes: FILTER_VALUES. It should help to filter
    table inside code( in my ONFUNCTION method).
    Regards
    Irena

  • Table cell color in webdynpro for ABAP

    Hai,
    I need to differentiate some table cell values using color change or some other way.
    while populating table values, I have a field like mandatory or optional. According to mandatory field, I need to chage color the text of the another column in the same table called "name".
    Another help about the table cell popin, I have a column name like "Name" in the table like link to action. If a person clicks on any of the "name" cells, the descriptive value should come as table cell popin.
    If you have sample code, that will help me lot.
    Thanks,
    I will reward points any type of helpful answer.
    Tamil

    Hi,
    did you take a look at the information under http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/ac884118aa1709e10000000a155106/frameset.htm and WDR_TEST_TABLE in the system?
    Regards, Heidi

  • How to Achieve "POPIN in TreeByKeyTableColumn" ?

    Hello,
    SAP online help for NW 7.01 say's its not possible to have cell popin's in TreeByKeyTableColumn
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/fc/501b42b5815133e10000000a155106/frameset.htm]
    But is there a way we can develop using POPIN without Table POPIN funcitonality or is there any other simple work around ?
    Thanks in anticipation for your responses !
    -Kalyan.

    Hello Guru's !!
    Do any one of you have any idea, please advise. I would be glad to hear your thoughts. Thanks in anticipation.
    -Kalyan.

  • Step by step procudure to create table popin on lead select.

    hello,
    I want to create a table popin on row lead select.
    can any one help me out in step by step procedure to be doen on view and
    the coding which has to be done.
    example: when I lead select on a row in table for particular flight details,
                  I should get the planetype in the popup.
    Thanks in Advance.
    Ajay

    Hi,
    For this you need to do the following:
    1. Add one Popin to your table. (say "pop1")
    2. Add one column to your table (preferably it should be the first one in the table).
    3. Add cellvariant to this column.
    Thats it.
    If you have more than one popin in your table as row or cell popin then use context attr to map it to selectedPopin property of tour table and pass the popin Id to it.
    thanks & regards,
    Manoj

  • TablePopin on a column

    Hi folks,
    I'm struggling with the creation of a table popin bound to a cell value. By clicking the toggle button, the popin row should be displayed.
    What I want to do is art first get it running and then implement it on a grouped column, but only on the groupingValue.
    So far i can get table popins running but can't bind the TablePopinToggleCells to cells.
    From what the documentation says I can not solve my problem - seems I'm lacking something... See excerpt:
    This UI element is a TableCellVariant, with which you can expand or collapse
    the Popin for a line. To do this you simply insert it into the relevant column, and set
    selectedCellVariant of TableColumn and the variantKey of the TablePopinToggleCell to
    a common value (not empty)
    After setting both values to a context value from my table node nothing happens.
    A further prerequisite is that the property Table.selectPopin is bound to a STRING
    attribute under the Table.dataSource.
    This explanation does not solve my problem, I also stumbled over this
    For cell popins a Structure linkLinkToAction for instance can be used as the TableCellEditor to open the popin
    and now i'm totally confused.
    Does anyone know an indepth tutorial about this feature or has a step-by-step guide on how to do it?
    Thanks a lot.
    regards,
    Christian

    Just create new calculations for yoru ColA and ColB and arrange them like you want. You can add a calculation by going to the calculations tab or Edit --> Worksheet and add new calculations.

  • Problem with checkbox group in row popin of table.

    In table row popin I have kept Check Box Group.I have mapped  the texts property of checkbox group to the attribute which is under the subnode of the table.the subnode properties singleton=false,selectioncardinality=0-n,and cardinality=0-n.
    if there are 'n' number of records in the table.each record will have its own row popin and in the row popin there is check box group.
    the check box group in the row popin  belongs to that perticular row.
    but the checkboxegroup values in row popins of all the  rows are getting changed to the row which is lead selected.
    The same scenario  (table in the row popin is showing the values corresponding to its perticular row and all the table values in popin are not getting changed to the one lead selected in the main table)is working fine with the table in place of  checkbox group in row popin with datasource property of table  binded to the subnode
    I cant trace out the problem with checkbox group in place of table.
    Please help me in this regard.I have to place check box group in place of table in row popin.
    Thanks and Regards
        Kiran Kumar K

    I have done the same thing successfully with normal check box ui element. Try using check box in your tabel cell editor instead of check box group.

  • Text Wrapping in table cell

    Hi folks
    If the text in a table cell exceeds the width of cell then is it possible to make that cell scrollable.
    Or either can we scroll only text horizontally.
    I know PopIn is alternate for this problem but see if it is possible.
    Thanks is anticipation,
    Mandeep Virk

    Hi Guys thanks for quick response,
    I tried it using text wrapping but i did;nt see any difference. Can u please explain a bit it text wrapping is true then how a normal line will appear.
    Is using text wrap the text comes in two lines or have some what different feel.
    Mandeep virk

  • Delete row by button in popin

    hi all,
    i am using table popin toggle cell, by this i am opening rows.
    i have a delete button in popin, and i want to delete row by this popin button, how can i identify in which row , in the popin the button is pressed. so that i can delete  that row only.
    i have tried by which row is open, delete that, but user can open more than one popin cell, and that button is deleting all open row.
    please give your valuable suggestion 
    Regards
    Bala
    Edited by: bala on Sep 25, 2008 9:19 AM

    yes you can delete the row by setting lead selection in the event of delete button,
    use this coding,
    data lo_nd_nodename type ref to if_wd_context_node.
    data lo_el_nodename type ref to if_wd_context_element.
    data ls_nodename type wd_this->element_nodename.
    navigate from <CONTEXT> to <NODENAME> via lead selection
    lo_nd_nodename = wd_context->get_child_node( name = wd_this->wdctx_nodename ).
    get element via lead selection
    lo_el_nodename = lo_nd_nodename->get_element( ).
    lo_el_nodename = wdevent->get_context_element( name = 'CONTEXT_ELEMENT' ).
    @TODO handle not set lead selection
    if lo_el_nodename is not initial.
    get all declared attributes
    lo_el_nodename->get_static_attributes(
    importing
    static_attributes = ls_nodename ).
    endif.
    if lo_nd_nodename is not initial.
    call method lo_nd_nodename->set_lead_selection
    exporting
    element = lo_el_nodename.
    endif.
    Yogesh N

  • Popin for ALV

    Hi All,
    I need some clarification regarding the Popins for ALV.
    I have already searched SCN on the same.
    As we have Popins for Table UI element.
    Does ALV WD component provides any of this POPIN functionality either at Table or Row or Column or Cell level.
    My requirement has Collapse or Expand when selecting a column in standard ALV WDA table .
    Upon this column collapse/expand I need to show some columns.
    I'm not using any Tree ALV or Hierarchial ALV.
    As there are no column events in ALV.
    One more query- Does ON_CELL_ACTION requires 'ENTER key' to be pressed to trigger it.
    Any workaround for this would be highly appreciated.
    Regards,
    Lekha.

    >Does ALV WD component provides any of this POPIN functionality either at Table or Row or Column or Cell level.
    No, the ALV doesn't support the Popin Construct.
    >One more query- Does ON_CELL_ACTION requires 'ENTER key' to be pressed to trigger it.
    It requires something to trigger the round trip to the server - Enter Key or Change of Lead Selection.  There is no on loss of focus event in Web Dynpro.

  • TABLE POPINS

    hi all,
    I trying to create table popin in webdynpro. It doent show in output. could anyone tell the possible reason.
    I have aaded table popin in table with PI and another table column with cell variant tablepopintogglecell with varient key.
    Thanks
    Ritika

    check this link
    https://www.sdn.sap.com/irj/scn/wiki?path=%3fpath=/display/wdjava/table%252bcell%252bpopin%252bin%252bce%252b7.1%252bwith%252ban%252bexample.
    may be this could help you

  • How do I use cell number associated with iPad 2 3G

    How do I use cell number associated with iPad 2 3G

    For Messages you can can use your email address, the iPad doesn't have a phone number that you can use.

  • SSAS SSRS Report Action on Cell Value w/ Embedded Single Quote Not Executing

    I have configured an SSAS 2008 R2 cube SSRS ReportAction. I'm having problems when the member value for a cell has an embedded single quote, e.g. abc's. The action displays on the context menu appropriately, but when I click on the action, nothing happens.
    For member values that do not have the single quote, the action works as designed. I've added a calculated ember to escape the embedded single quote by adding another single quote, e.g. abc''s, with no luck. Is there a resolution or workaround for this?

    Hi Mdccuber,
    According to your description, you create a reporting action in you cube, and it works fine except the members that have embedded single quote, right? In your scenario, it seems that you pass this value to the report as the parameter.
    In SQL Server Analysis Services (SSAS), when pass values to a report, multi-select parameters have to be placed into IN statement and SQL Server Reporting Services (SSRS) will do single-quote wrapping for string values automatically. In this case, the original
    value that have embedded single quote will be damaged. So this action not work. You can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Macro to open and save as a value in a cell

    How can I create a macro (I've named it Test) that will:
    1.bring up the open dialogue box (to allow the user to choose a file)
    2.save the file, with the file name determined by the text in cell A3 in .xlsx format
    I have two pieces code that seem to work individually, but not together:
    Dim strFileName As String
    strFileName = Application.GetOpenFilename
    If strFileName = "False" Then Exit Sub
    MsgBox strFileName
    ThisFile = Range("A3").Value
     ActiveWorkbook.SaveAs Filename:=ThisFile
    Thanks for the help!

    Hi
    With very little change, this works for me. I just declared your last variable. (thisFile)
    Sub test()
        Dim strFileName As String, thisFile As String
        strFileName = Application.GetOpenFilename
        If strFileName = "False" Then Exit Sub
        MsgBox strFileName
        thisFile = Range("A3").Value
        ActiveWorkbook.SaveAs Filename:=thisFile
    End Sub
    Cimjet

Maybe you are looking for