Skip to content

Commit efaae2a

Browse files
committed
chore: fix stale metadata and broken npm script
- remove the downport script which references the non-existent .github/abaplint/abap_702.jsonc config - fix typo in package description: managment -> management - improve Z2UI5_T_13 table description: variants heads -> variant headers - normalize blank lines between methods in z2ui5_cl_sel_screen Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014yy9ZjmgSF6UabP6mqfSLz
1 parent e04365d commit efaae2a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"description": "Selection-Screens, Ranges, Filter and Variant Management for abap2UI5.",
66
"scripts": {
77
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
8-
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
98
"rename": "abaplint .github/abaplint/rename.json --rename"
109
},
1110
"repository": {

src/01/package.devc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
44
<asx:values>
55
<DEVC>
6-
<CTEXT>variant managment</CTEXT>
6+
<CTEXT>variant management</CTEXT>
77
</DEVC>
88
</asx:values>
99
</asx:abap>

src/01/z2ui5_cl_sel_screen.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ CLASS z2ui5_cl_sel_screen IMPLEMENTATION.
6363

6464
ENDMETHOD.
6565

66+
6667
METHOD factory_selscreen.
6768

6869
result = z2ui5_cl_sel_screen_sel=>factory( val ).

src/01/z2ui5_t_13.tabl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TABNAME>Z2UI5_T_13</TABNAME>
77
<DDLANGUAGE>E</DDLANGUAGE>
88
<TABCLASS>TRANSP</TABCLASS>
9-
<DDTEXT>variants heads</DDTEXT>
9+
<DDTEXT>variant headers</DDTEXT>
1010
<MASTERLANG>E</MASTERLANG>
1111
<CONTFLAG>A</CONTFLAG>
1212
<EXCLASS>1</EXCLASS>

0 commit comments

Comments
 (0)