Search help in SAP using RAP.
Refer - Sample example for managed scenario Refer - Control action in RAP Refer - Custom action change state Step 1: Adding new field in table. @EndUserText.label : 'Student interview details' @AbapCatalog.enhancement.category : #NOT_EXTENSIBLE @AbapCatalog.tableCategory : #TRANSPARENT @AbapCatalog.deliveryClass : #A @AbapCatalog.dataMaintenance : #RESTRICTED define table ztl_ab_rap_stus { key client : abap . clnt not null; key student_id : ab...