Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2067

Pop up window clears all existing nodes in view

$
0
0

Hi all, i creating a pop up window to upload a pdf file in a view , in my view already customer details i filled in existing node, when i select my link to open pop up its opening all my nodes getting cleared in the view, i did'nt write any code to clear my node, but it invalidating my existing node, kindly give me a solution, here i post my code to get pop up.

 

lo_api_component  = wd_comp_controller->wd_get_api( ).

     lo_window_manager = lo_api_component->get_window_manager( ).

     lo_window         = lo_window_manager->create_window(

                        window_name            = 'W_LEGAL_DOC_POPUP'

                        title                  = 'Form 60'

*    close_in_any_case      = abap_true

      message_display_mode   = if_wd_window=>co_msg_display_mode_selected

*    close_button           = abap_true

*    button_kind            = if_wd_window=>co_buttons_ok

*    message_type           = if_wd_window=>co_msg_type_none

*    default_button         = if_wd_window=>co_button_ok

                        ).

 

     lo_window->set_window_size( width  = '75%'

                                 height = '75%' ).

     lo_window->open( ).


Viewing all articles
Browse latest Browse all 2067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>