mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
zcl_abapgit_object_filter_tran: move types to protected section (#6119)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
e9ff0b1d62
commit
7ff6b9684b
|
@ -6,13 +6,6 @@ CLASS zcl_abapgit_object_filter_tran DEFINITION
|
|||
PUBLIC SECTION.
|
||||
INTERFACES zif_abapgit_object_filter.
|
||||
|
||||
TYPES: BEGIN OF ty_e071_filter,
|
||||
pgmid TYPE tadir-pgmid,
|
||||
object TYPE tadir-object,
|
||||
obj_name TYPE trobj_name,
|
||||
END OF ty_e071_filter,
|
||||
ty_e071_filter_tt TYPE STANDARD TABLE OF ty_e071_filter.
|
||||
|
||||
METHODS set_filter_values
|
||||
IMPORTING
|
||||
iv_package TYPE tadir-devclass
|
||||
|
@ -26,6 +19,13 @@ CLASS zcl_abapgit_object_filter_tran DEFINITION
|
|||
et_r_trkorr TYPE zif_abapgit_definitions=>ty_trrngtrkor_tt.
|
||||
|
||||
PROTECTED SECTION.
|
||||
TYPES: BEGIN OF ty_e071_filter,
|
||||
pgmid TYPE tadir-pgmid,
|
||||
object TYPE tadir-object,
|
||||
obj_name TYPE trobj_name,
|
||||
END OF ty_e071_filter,
|
||||
ty_e071_filter_tt TYPE STANDARD TABLE OF ty_e071_filter.
|
||||
|
||||
METHODS adjust_local_filter
|
||||
IMPORTING
|
||||
it_e071_filter TYPE ty_e071_filter_tt
|
||||
|
|
Loading…
Reference in New Issue
Block a user