SAP BADI REFERENCE VARIABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

BAdI reference variable
Special object reference variable that is declared with reference to a BAdI and is used to access the associated BAdI object. BAdI reference variables are supplied with a BAdI reference using GET BADI and are only used in CALL BADI to call BAdI methods. Technically, BAdI reference variables are class reference variables of the static type of a concrete BAdI class, or of its abstract superclass CL_BADI_BASE.