mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
TOBJ - fix xslt serialization dump (#5247)
This commit is contained in:
parent
b67c06dc2d
commit
faab3bb0b0
|
@ -319,6 +319,12 @@ CLASS ZCL_ABAPGIT_OBJECT_TOBJ IMPLEMENTATION.
|
|||
|
||||
ls_tobj = read_extra( ls_objh-objectname ).
|
||||
|
||||
IF ls_tobj-tvdir-detail = ``.
|
||||
" to prevent xslt serialization error,
|
||||
" force clear if numc field is empty
|
||||
CLEAR ls_tobj-tvdir-detail.
|
||||
ENDIF.
|
||||
|
||||
io_xml->add( iv_name = 'TOBJ'
|
||||
ig_data = ls_tobj ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user