Create AMDP class and fetch data based on student branch*
Refer - Introduction to AMDP Example - Sample AMDP example Step 1: Right click on ABAP project -- New -- ABAP class. Step 2: Select package, Give class name and description. Step 3: Click and next and click on finish. Step 4: Write Code. CLASS ycl_ab_amdp_stu1 DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. INTERFACES : if_amdp_marker_hdb . TYPES: begin of ls_stu , ...