Greetings Abapers,
Need to translate-procedural subroutine call using internal table into method call using oops concepts.
Sample statement -
PERFORM f_test_subroutine TABLE lt_table .
------------------------------------------------------------------------
FORM f_test_subroutine TABLES tab1 like gt_test.
ENDFORM.
------------------------------------------------------------------------
Please provide definition and implementation of class as well.
Thanks in advance :)