mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Replace type
This commit is contained in:
parent
fa9ef9f3da
commit
14705062dc
|
@ -8,6 +8,13 @@ CLASS zcx_abapgit_exception DEFINITION
|
|||
|
||||
INTERFACES if_t100_message .
|
||||
|
||||
TYPES:
|
||||
BEGIN OF ty_scr_info,
|
||||
program TYPE progname,
|
||||
include TYPE progname,
|
||||
line TYPE i,
|
||||
END OF ty_scr_info.
|
||||
|
||||
CONSTANTS:
|
||||
BEGIN OF c_section_text,
|
||||
cause TYPE string VALUE `Cause`,
|
||||
|
@ -32,7 +39,7 @@ CLASS zcx_abapgit_exception DEFINITION
|
|||
DATA mv_longtext TYPE string READ-ONLY.
|
||||
DATA mt_callstack TYPE abap_callstack READ-ONLY.
|
||||
DATA mi_log TYPE REF TO zif_abapgit_log READ-ONLY.
|
||||
DATA ms_src_info TYPE tpda_sys_srcinfo READ-ONLY.
|
||||
DATA ms_src_info TYPE ty_scr_info READ-ONLY.
|
||||
|
||||
"! Raise exception with text
|
||||
"! @parameter iv_text | Text
|
||||
|
|
Loading…
Reference in New Issue
Block a user