Skip to content

Commit 7d11537

Browse files
authored
update
1 parent b511189 commit 7d11537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

abaplint.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"url": "https://github.com/abap2UI5-addons/popups",
23-
"folder": "/popups",
23+
"folder": "/src",
2424
"files": "/src/**/*.*"
2525
}
2626
],

src/z2ui5_cl_tm_001.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ CLASS z2ui5_cl_tm_001 IMPLEMENTATION.
728728
EXIT.
729729
ENDIF.
730730
lv_row = lv_row && <field>.
731-
lv_index += 1.
731+
lv_index = lv_index + 1.
732732
ENDDO.
733733

734734
IF lv_row NS mv_search_value.

0 commit comments

Comments
 (0)