Skip to content

ixml: implement if_ixml_element~find_from_name - #1223

Merged
larshp merged 2 commits into
open-abap:mainfrom
kenzhemax:ixml/element-find-from-name
Sep 15, 2026
Merged

larshp merged 2 commits into
open-abap:mainfrom
kenzhemax:ixml/element-find-from-name

Conversation

@kenzhemax

Copy link
Copy Markdown
Contributor

if_ixml_element~find_from_name is still a todo stub, while the document variant works. It now delegates to find_from_name_ns, the same way if_ixml_document~find_from_name does, so the search starts below the element.

bizhuka/xtt calls it on elements, e.g. lo_row->find_from_name( 'c' ) for the cells of a sheet row.

Testcase included, fails on current main with CONVT_NO_NUMBER from the stub. Full test suite passes.

🤖 Generated with Claude Code

@larshp
larshp enabled auto-merge (squash) September 15, 2026 06:33
@larshp
larshp merged commit 867c03a into open-abap:main Sep 15, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants