4 Replies Latest reply: Jan 7, 2011 3:16 PM by Robert Herms RSS

view creation

Muralidhar Chatna
Currently Being Moderated

Hi,

 

My requirement is to create a view which composes of two input fields of type string, when the button 'show' is clicked 2nd view with the combination of these two strings should be displayed.

 

I know this can be done by value node, but with Bol node is this possible?

 

I want to use <THTMLB INPUTFIELD> in the layout any other approach feasible?

 

for button I can use <THTMLB BUTTON> in the view, can I also difine an attribute GT_BUTTON in the implementation class of the view and do the coding in the DO_PREPARE_OUTPUT of should I go for IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS?

 

I need to create a CUCO for binding of data between these two views?

 

What should be the code in the event handler EH_ONSHOW?

 

All detailed  inputs are welcome.

 

regards,

CMP.

  • Re: view creation
    Shobhit Srivastava
    Currently Being Moderated

    Hi,

     

    You should create a navigational link from the source to your z-view and put the coding to call that link in one Outbound Plug (custom).

     

    Sample coding in OP would be like

      view_manager->navigate( source_rep_view = rep_view
                              outbound_plug   = 'ToContactAltNewEF' ).

     

    In the Event handler of the button call the OP.

     

    Regards,

    Shobhit