*&---------------------------------------------------------------------*
*& Report ZOOABAP_CL15
*&Method Overloading (Not Supported in OOABAP)
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT ZOOABAP_CL15.
class lcl_ABC1 DEFINITION.
public SECTION.
methods ABC.
methods ABC IMPORTING A type i.
methods ABC importing A type c.
methods ABC IMPORTING A type i B type c.
endclass.