mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
TABL: Clear DB Indexname (#4850)
Fixes diffs because platform specific DB index names. Updated test repo: https://github.com/abapGit-tests/TABL_with_index Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
a8eb86b747
commit
7c32f824df
|
@ -1000,7 +1000,8 @@ CLASS ZCL_ABAPGIT_OBJECT_TABL IMPLEMENTATION.
|
|||
LOOP AT lt_dd12v ASSIGNING <ls_dd12v>.
|
||||
CLEAR: <ls_dd12v>-as4user,
|
||||
<ls_dd12v>-as4date,
|
||||
<ls_dd12v>-as4time.
|
||||
<ls_dd12v>-as4time,
|
||||
<ls_dd12v>-dbindex.
|
||||
ENDLOOP.
|
||||
|
||||
clear_dd03p_fields( CHANGING ct_dd03p = lt_dd03p ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user