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:
Marc Bernard 2021-07-01 14:15:32 +02:00 committed by GitHub
parent a8eb86b747
commit 7c32f824df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ).