DTEL TABL: clear additional fields

This commit is contained in:
larshp 2016-10-08 08:41:06 +00:00
parent afd1f5369b
commit e1e06b3b70
2 changed files with 13 additions and 0 deletions

View File

@ -127,6 +127,18 @@ CLASS lcl_object_dtel IMPLEMENTATION.
ls_dd04v-as4date,
ls_dd04v-as4time.
IF ls_dd04v-refkind = 'D'.
* clear values inherited from domain
CLEAR: ls_dd04v-datatype,
ls_dd04v-leng,
ls_dd04v-decimals,
ls_dd04v-outputlen,
ls_dd04v-lowercase,
ls_dd04v-signflag,
ls_dd04v-convexit,
ls_dd04v-entitytab.
ENDIF.
io_xml->add( iv_name = 'DD04V'
ig_data = ls_dd04v ).
io_xml->add( iv_name = 'TPARA'

View File

@ -201,6 +201,7 @@ CLASS lcl_object_tabl IMPLEMENTATION.
<ls_dd03p>-leng,
<ls_dd03p>-outputlen,
<ls_dd03p>-deffdname,
<ls_dd03p>-convexit,
<ls_dd03p>-entitytab,
<ls_dd03p>-dommaster,
<ls_dd03p>-domname3l.