mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Remove reference to helper (#3981)
This commit is contained in:
parent
bdfa168ba2
commit
19916a5909
|
@ -198,13 +198,6 @@ CLASS ZCX_ABAPGIT_EXCEPTION IMPLEMENTATION.
|
||||||
|
|
||||||
METHOD if_message~get_longtext.
|
METHOD if_message~get_longtext.
|
||||||
|
|
||||||
" You should remember that we have to call ZCL_ABAPGIT_MESSAGE_HELPER
|
|
||||||
" dynamically, because the compiled abapGit report puts the definition
|
|
||||||
" of the exception classes on the top and therefore ZCL_ABAPGIT_MESSAGE_HELPER
|
|
||||||
" isn't statically known
|
|
||||||
|
|
||||||
DATA: lo_message_helper TYPE REF TO object.
|
|
||||||
|
|
||||||
result = super->get_longtext( ).
|
result = super->get_longtext( ).
|
||||||
|
|
||||||
IF if_t100_message~t100key IS NOT INITIAL.
|
IF if_t100_message~t100key IS NOT INITIAL.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user