ABAP OOPS_SE24
ABAP OOPS_SE24
Go to SAP Easy Access Screen where enter the SE24(Class Builder) Transaction Code.
methods FETCH_DATA .
methods DISPLAY_DATA .
protected section.
*"* protected components of class ZDEMO_CLASS
*"* do not include other source files here!!!
private section.
*"* private components of class ZDEMO_CLASS
*"* do not include other source files here!!!
ENDCLASS.
* <SIGNATURE>---------------------------------------------------------------------------------------+
* | Instance Public Method ZDEMO_CLASS->DISPLAY_DATA
* +-------------------------------------------------------------------------------------------------+
* +--------------------------------------------------------------------------------------</SIGNATURE>
method DISPLAY_DATA.
endmethod.
* <SIGNATURE>---------------------------------------------------------------------------------------+
* | Instance Public Method ZDEMO_CLASS->FETCH_DATA
* +-------------------------------------------------------------------------------------------------+
* +--------------------------------------------------------------------------------------</SIGNATURE>
method FETCH_DATA.