mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Update zabapgit.prog.abap
lt_source in deserialize_functions in FUGR changed type from rssource to abaptxt255.
This commit is contained in:
parent
cc1b9cf938
commit
fe544f03c3
|
@ -3,7 +3,7 @@ REPORT zabapgit.
|
||||||
* See http://www.abapgit.org
|
* See http://www.abapgit.org
|
||||||
|
|
||||||
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
|
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
|
||||||
gc_abap_version TYPE string VALUE 'v1.11.1'. "#EC NOTEXT
|
gc_abap_version TYPE string VALUE 'v1.11.2'. "#EC NOTEXT
|
||||||
|
|
||||||
********************************************************************************
|
********************************************************************************
|
||||||
* The MIT License (MIT)
|
* The MIT License (MIT)
|
||||||
|
@ -10618,7 +10618,7 @@ CLASS lcl_object_fugr IMPLEMENTATION.
|
||||||
|
|
||||||
DATA: lv_include TYPE rs38l-include,
|
DATA: lv_include TYPE rs38l-include,
|
||||||
lv_area TYPE rs38l-area,
|
lv_area TYPE rs38l-area,
|
||||||
lt_source TYPE TABLE OF rssource.
|
lt_source TYPE TABLE OF abaptxt255.
|
||||||
|
|
||||||
FIELD-SYMBOLS: <ls_func> LIKE LINE OF it_functions.
|
FIELD-SYMBOLS: <ls_func> LIKE LINE OF it_functions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user