diff --git a/ZA2X/CLAS/ZCX_EXCEL.slnk b/ZA2X/CLAS/ZCX_EXCEL.slnk index 4bf2cbe..96bd3f6 100644 --- a/ZA2X/CLAS/ZCX_EXCEL.slnk +++ b/ZA2X/CLAS/ZCX_EXCEL.slnk @@ -1,5 +1,5 @@ - + *"* local class implementation for public class *"* use this source file for the implementation part of *"* local helper classes @@ -16,11 +16,11 @@ - - + + - METHOD if_message~get_longtext. + method IF_MESSAGE~GET_LONGTEXT. IF me->error IS NOT INITIAL OR me->syst_at_raise IS NOT INITIAL. @@ -37,10 +37,10 @@ RECEIVING result = result ). ENDIF. -ENDMETHOD. + endmethod. - METHOD if_message~get_text. + method IF_MESSAGE~GET_TEXT. IF me->error IS NOT INITIAL. *--------------------------------------------------------------------* @@ -62,6 +62,6 @@ ENDMETHOD. RECEIVING result = result. ENDIF. -ENDMETHOD. + endmethod.