mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
TTYP: clear TYPELEN
This commit is contained in:
parent
e1e06b3b70
commit
e136414c51
|
@ -128,6 +128,10 @@ CLASS lcl_object_ttyp IMPLEMENTATION.
|
|||
ls_dd40v-as4date,
|
||||
ls_dd40v-as4time.
|
||||
|
||||
IF NOT ls_dd40v-rowkind IS INITIAL.
|
||||
CLEAR ls_dd40v-typelen.
|
||||
ENDIF.
|
||||
|
||||
io_xml->add( iv_name = 'DD40V'
|
||||
ig_data = ls_dd40v ).
|
||||
io_xml->add( iv_name = 'DD42V'
|
||||
|
|
Loading…
Reference in New Issue
Block a user