TABL: clear invalid field value

This commit is contained in:
larshp 2016-12-26 19:16:53 +00:00
parent 161f9dac68
commit 66635c8929

View File

@ -170,6 +170,10 @@ CLASS lcl_object_tabl IMPLEMENTATION.
ls_dd02v-as4date,
ls_dd02v-as4time.
IF ls_dd02v-prozpuff = ''.
CLEAR ls_dd02v-prozpuff. " reset numeric field, so XML does not crash
ENDIF.
CLEAR: ls_dd09l-as4user,
ls_dd09l-as4date,
ls_dd09l-as4time.