cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Development

Former Member
0 Kudos

Hi All,

I am new to BSP development. I have created a simple application where the program displays the material information in the table view based on the input fields.

till here it is working fine..now when i try to refresh the page still I can see the entries in the table view. This i dont want to get display when i refresh the page. I need only input fields to get display.

help me on this request, will rerward points

Thanks & Regards,

Rg

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member233090
Active Contributor
0 Kudos

Hi,

you can do 2 things

clear the internal table in the event oninitilization or

you can clear the table view

add the below code

cl_htmlb_manager=>check_tableview_all_rows(

rowcount = 0

request = request

id = 'tv_cateques' -


> write the table view id which you have taken in the "view"

  • keytable = keytable

check = '' ).

cheers,

Bhavana

Former Member
0 Kudos

Pleased clear the Internal Table in Event 'Oninitialization' and please uncheck in Page Attributes for internal table.

Former Member
0 Kudos

Clear the internal table in your event handler.