cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Pop up displaying Blank page

Former Member
0 Kudos

Hi,

I am trying to open a custom view as popup from BT115IT_SLSO component. I have default view configuration correctly set and it is displaying the attributes correctly. but all of a sudden the pop is appearing BLANK. I have debugged DO_CONFIG_DETERMINATION and DO_PREPARE_OUTPUT methods and .htm page. Everything looks fine.

All other custom popups are opening correctly. But somehow this one popup is appearing Blank. Any thoughts? Please advice.

thank you

Anji

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the responses. the issue was with empty View group Context usage. 

Thank you
Anji

kumar5
Active Contributor
0 Kudos

Hi ,

There should be some problem in your do_prepare_output method . If the data in the Popup is not coming correctly then try to put your code in do_prepare_output  as given below.

if lv_first_time eq ABAP_TRUE.

Your code to set the data in the Popup.

endif.

Thanks

Kumar

deepika_chandrasekar
Active Contributor
0 Kudos

Hi,

What code you have in .htm page?

Regards,

Deepika C.