cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a row dynamically to a table in bsp application

former_member576008
Active Participant
0 Kudos

Hi,

Anyone can helpme , how to add a row dynamically to a table when a button clicked in a webpage using htmlb and not AJAX.

Thanks in Advance,

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member576008
Active Participant
0 Kudos

got it

GrahamRobbo
Active Contributor
0 Kudos

Hi Nandie,

just trap the button click event in the onInputProcessing method and then execute the appropriate ABAP code to add your row.

You will also find tutorials and other tips and tricks in the Wiki.

Cheers

Graham Robbo