mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
TABL: clear invalid field value
This commit is contained in:
parent
161f9dac68
commit
66635c8929
|
@ -170,6 +170,10 @@ CLASS lcl_object_tabl IMPLEMENTATION.
|
||||||
ls_dd02v-as4date,
|
ls_dd02v-as4date,
|
||||||
ls_dd02v-as4time.
|
ls_dd02v-as4time.
|
||||||
|
|
||||||
|
IF ls_dd02v-prozpuff = ''.
|
||||||
|
CLEAR ls_dd02v-prozpuff. " reset numeric field, so XML does not crash
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
CLEAR: ls_dd09l-as4user,
|
CLEAR: ls_dd09l-as4user,
|
||||||
ls_dd09l-as4date,
|
ls_dd09l-as4date,
|
||||||
ls_dd09l-as4time.
|
ls_dd09l-as4time.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user