OOPS with ABAP Former Member 2007 Jul 24 7:03 AM 0 Kudos 285 SAP Managed Tags: ABAP Development Hi experts can any one sent Docus or PDF's to learn OOPS with ABAP. thanks in advance.Reply All forum topics Previous Topic Next Topic ...
In the program create a object type ref to that class and with the help of that Object call the methods of that Class and display the data. Example: REPORT sapmz_hf_alv_grid . Type pool for icons - used in the toolbar TYPE-POOLS: icon. ...
Using classes, an ABAP program can work with any number of instances (objects) based on the same template. Instead of loading a single instance of a function group into memory implicitly when a function module is called, the ABAP program can now generate the instances of classes explicitly ...