Building interactive BSP Application
This
documents describes the How to handle Interactive reporting (Extension to BSP
Application1 document).
Step1:
Create
the BSP Application ZBSP_TABLE_EXT and
page name First.htm.
Step2:
Provide
the select-option on the screen.
Step3:
when particular table row is selected then the corresponding detailed
information should be displayed.To achieve this functionality, we have to select
selectionMode, onRowSelection, keyColumn
in tableview tag as shown.
Step4:
Consider the Tableview event handler too along with Inputfield event handler in
the EVENT HANDLER.
Step5:
The code should be written as follows
The
code in Layout is:
Continued...
|