Skip to Content
0
May 24, 2022 at 04:43 AM

how to handle radio button in restful Abap Programming

589 Views

Hi,

For a unmanaged scenario, we are uploading excel file from front end, which has radio buttons and check box as well:

  • Premium Radio Button
  • Claims Radio Button
  • Test Run Checkbox

we want to update the database using a BAPI based on the radio button selected and we would also like to provide test run functionality as well using the checkbox on the front end screen.

How I can capture radio button and check box in create method of the entity to segregate the logic ?

Could you please help me to know the possibility to achieve the same?

thanks

Aditya