Skip to content

Commit

Permalink
Shorten length files (abap2UI5#1094)
Browse files Browse the repository at this point in the history
* update

* Delete src/02/02/z2ui5_cl_popup_get_range_multi.clas.abap

* Delete src/02/02/z2ui5_cl_popup_get_range_multi.clas.xml

* Update abaplint_rename.json
  • Loading branch information
oblomov-dev authored Apr 21, 2024
1 parent 7d79734 commit 3156c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions abaplint_rename.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"type": "CLAS|INTF|TABL",
"oldName": "z2ui5_(.*)",
"newName": "Z5UI5_$1"
"newName": "Z5UI51_$1"
}
]
},
Expand All @@ -39,4 +39,4 @@
"unknown_types": true,
"xml_consistency": true
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS z2ui5_cl_popup_get_range_multi DEFINITION
CLASS z2ui5_cl_pop_get_range_multi DEFINITION
PUBLIC FINAL
CREATE PUBLIC.

Expand Down Expand Up @@ -38,7 +38,7 @@ CLASS z2ui5_cl_popup_get_range_multi DEFINITION
var_handle2 TYPE clike OPTIONAL
var_handle3 TYPE clike OPTIONAL
RETURNING
VALUE(r_result) TYPE REF TO z2ui5_cl_popup_get_range_multi.
VALUE(r_result) TYPE REF TO z2ui5_cl_pop_get_range_multi.

TYPES:
BEGIN OF ty_s_result,
Expand Down Expand Up @@ -71,7 +71,7 @@ ENDCLASS.



CLASS Z2UI5_CL_POPUP_GET_RANGE_MULTI IMPLEMENTATION.
CLASS Z2UI5_CL_POP_GET_RANGE_MULTI IMPLEMENTATION.


METHOD db_read.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CLSNAME>Z2UI5_CL_POPUP_GET_RANGE_MULTI</CLSNAME>
<CLSNAME>Z2UI5_CL_POP_GET_RANGE_MULTI</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>ui - popup get range multi</DESCRIPT>
<STATE>1</STATE>
Expand Down

0 comments on commit 3156c43

Please sign in to comment.