docs(abap): Fiori Elements page — verified sample, UI5 1.135 minimum, sharpened 758 finding#1
Open
marianfoo wants to merge 1 commit into
Open
docs(abap): Fiori Elements page — verified sample, UI5 1.135 minimum, sharpened 758 finding#1marianfoo wants to merge 1 commit into
marianfoo wants to merge 1 commit into
Conversation
… sharpened 758 finding Backed by a live test (S/4HANA 2023 / 758, SAPUI5 1.136, real FE app from the samples repo): - State the frontend floor explicitly: file upload as an action parameter is a Fiori Elements OData V4 feature added in SAPUI5 1.135. - Replace the conceptual DDLX sketch with the real, runnable metadata extension from the samples (ZSSI_C_S_ORD) and link the new app/demo-orders Fiori Elements app incl. the custom 'API channel' action. - Add a verified channel matrix: on 758 the native importUpload dialog renders (labels included) but the gateway rejects the inline stream payload on submit (parser error) — previously the docs implied only mime/filename auto-binding was missing. The base64 importExcel channel works end-to-end, incl. per-row BO messages in the FE result dialog. - Troubleshooting: add the parser-error symptom row. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Fiori Elements & file upload page with facts verified live against S/4HANA 2023 (SAP_BASIS 758) using SAPUI5 1.136 and the new runnable FE app in the samples repo (app/demo-orders):
ZSSI_C_S_ORDDDLX from the samples (the#FOR_ACTIONline items that put the import buttons in the List Report toolbar), plus the surrounding projection/behavior-projection/SRVD/SRVB stack.importUploaddialog renders (file-upload control + the shipped field labels) but submit fails — the gateway cannot deserialize an inlineEdm.Streamaction parameter in any JSON representation (tested with/without@odata.mediaContentType, base64/base64url, OData 4.0/4.01 — and from the real FE app: same parser error). The docs previously implied only the mime/filename auto-binding was missing; this is now corrected.importExcelvia an FE custom action — proven end-to-end in the sample app, including per-row BO messages (duplicate-key) surfacing in the FE result dialog and table refresh.Strict build clean (
mkdocs build --strict).🤖 Generated with Claude Code