Categories ABAP Interview QnA Technical Q&A How to find Kernel BADI? by Srinidhi Raghothama Posted on 31 March 2021 31 March 2021 0 Kernel BADI is implemented using GET BADI and CALL BADI statement. So to find it we can search for these 2 statements in the package level or tcode level. We can use tcode CODE_SCANNER to speed up the search. ABAP Interview Question Previous Post What are different types of tables in DDIC? Next Post What is difference between TMG and Maintenance view?