https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAPUI5-qa.xml SAP Community - SAPUI5 2025-05-13T20:01:40.289206+00:00 python-feedgen SAPUI5 Q&A in SAP Community https://community.sap.com/t5/technology-q-a/dynamic-intent-based-navigation/qaq-p/14087325 Dynamic Intent Based Navigation 2025-04-26T23:43:02.199000+02:00 RaminS https://community.sap.com/t5/user/viewprofilepage/user-id/14716 <P>I created a List Report with a bunch of columns, one of which uses an Intent-based navigation to one of two external target pages, based on certain conditions.</P><P>I need to navigate to a different target page (different semantic object-target) based on the value of the column.</P><P>Here's my CDS annotation for one of the two targets:</P><pre class="lia-code-sample language-abap"><code>@Consumption.semanticObject: 'ExpenseCenter' @UI.lineItem: [{ position: 35, semanticObjectAction: 'manage', type: #WITH_INTENT_BASED_NAVIGATION }] @EndUserText.label: 'Source' SourceApp;</code></pre><P>Let's say if the value is "Expense Center" I want it to link to <EM>ExpenseCenter-manage</EM>. If the value is "Checkin", it should point to <EM>Checkin-manage</EM>.</P><P>How can I make it point to a different <STRONG>semanticObject</STRONG> and <STRONG>Action</STRONG> based on a certain condition? The annotation&nbsp;@Consumption.semanticObject doesn't seem to accept an element, just a string literal.</P><P>Thanks</P> 2025-04-26T23:43:02.199000+02:00 https://community.sap.com/t5/financial-management-q-a/how-to-change-gl-account-after-supplier-invoice-is-posted/qaq-p/14089084 How to change GL account after Supplier invoice is posted 2025-04-29T08:55:54.536000+02:00 astroscale-nicole https://community.sap.com/t5/user/viewprofilepage/user-id/1818190 <P>Hello all,</P><P>Is it possible to change the GL assignment after a Supplier invoice has been posted?</P><P><U><STRONG>Background</STRONG></U></P><P>We have set up a list of Product Category IDs which will map to the respective GL when a user does a Goods receipt after receiving an invoice. This is to facilitate general users who are unfamiliar with accounting GL accounts.</P><P><U><STRONG>Scenario</STRONG></U></P><P>A user had selected the wrong Product Category but the supplier invoice was approved and posted.</P><P>I would like to know if it is still possible to change the GL assignment without cancelling the invoice.</P><P>Any help is appreciated.</P><P>Thanks!</P><P>Nicole</P><P>&nbsp;</P> 2025-04-29T08:55:54.536000+02:00 https://community.sap.com/t5/technology-q-a/po-approval-between-multiple-sap-systems/qaq-p/14089523 PO approval between multiple SAP systems 2025-04-29T15:28:23.700000+02:00 SPo https://community.sap.com/t5/user/viewprofilepage/user-id/1713941 <P>Hi All,</P><P>Been looking through a number of forums but couldn't pin point an exact answer or starting point on how to go about this request from the client.</P><P>We're implementing a client's new Operational S4 system.<BR />The operational S4 system will report into a Financial S4 system that manages all capital and will be the control and consolidate system.</P><P>We want to operationally execute inventory planning with forecasting, replenishment, MRP, etc in the Operational S4 system, including PR and/or PR to PO conversion.</P><P>We also want to have a PO approval process based on the usual parameters of $ and Function.</P><P>The approvers for the PO's are mainly operating in the Financial S4 system and would like to execute the approval process from their environment - i.e. avoid logging on / monitoring / switching to a different system altogether.</P><P>Question is: how can we punch out / connect the Operational S4 system PO's PO approval workflow to be executed from the Financial S4 system.</P><P>Is there a way to have PO Approval process /workflow connected between different SAP environments (different system ID's)?&nbsp;</P><P>&nbsp;</P><P>A workaround for us could be to interface the PO from the Operational S4 system to the Financial S4 system, set up and execute the approval workflow in the Financial S4 system and then interface back to the Operational S4 system when approved / rejected and follow up again.</P><P>It just looks a lot more involved, especially for change/rejection processing to work through interfaces than being able to connect a workflow.</P><P>Apologies if this is super common, I did have a look, I did see it live in past deployments but couldn't immediately find a "standard" provided way to go about.</P><P>Any guidance: greatly appreciated.</P><P>thanks!</P><P>&nbsp;</P> 2025-04-29T15:28:23.700000+02:00 https://community.sap.com/t5/technology-q-a/fiori-elements-rap-vs-freestyle-ui5-best-fit-for-complex-ui-with-icontabs/qaq-p/14090431 Fiori Elements (RAP) vs Freestyle UI5 – Best fit for complex UI with IconTabs and F4 help? 2025-04-30T11:13:20.803000+02:00 ArunJacob https://community.sap.com/t5/user/viewprofilepage/user-id/39406 <P class="">Dear Experts,</P><P class="">We are evaluating whether to go for <STRONG>Fiori Elements using RAP (OData V4)</STRONG> or a <STRONG>Freestyle SAPUI5 application</STRONG> for a new requirement.</P><P class="">Here’s the context:</P><UL><LI><P class=""><STRONG>OData V4 service is already available</STRONG>, built using the ABAP RAP model.</P></LI><LI><P class="">The required UI layout includes:</P><UL><LI><P class="">A <STRONG>custom header</STRONG> at the top</P></LI><LI><P class="">A <STRONG>SplitApp</STRONG> layout below</P></LI><LI><P class="">On the right pane, <STRONG>multiple IconTab filters</STRONG></P></LI><LI><P class=""><STRONG>Input fields with F4 Help</STRONG> inside each tab</P></LI></UL></LI></UL><P class="">Given the flexibility needed in the layout and UI interactions (especially for SplitApp and F4 integration inside tabs), I’m trying to decide whether this is better suited for:</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Fiori Elements + RAP + Annotations + Custom sections (Flexible Programming Model)</STRONG><BR />or<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Freestyle SAPUI5 with smart controls or custom controls</STRONG></P><P class=""><STRONG>Questions:</STRONG></P><OL><LI><P class="">Would Fiori Elements (Object Page or Flexible Column Layout) allow such a layout with minimal custom sections?</P></LI><LI><P class="">How well does the annotation-driven model support IconTab structures and embedded F4 help in nested sections?</P></LI><LI><P class="">Are there limitations or known workarounds for achieving SplitApp-like behavior in Fiori Elements?</P></LI></OL><P class="">Looking forward to expert advice and experience-based suggestions.</P><P class="">Thanks in advance!</P> 2025-04-30T11:13:20.803000+02:00 https://community.sap.com/t5/technology-q-a/missing-annotations-in-metadata/qaq-p/14090492 Missing annotations in metadata 2025-04-30T13:05:19.601000+02:00 Lee3 https://community.sap.com/t5/user/viewprofilepage/user-id/167217 <P>Hi Experts,</P><P>We are trying to create one app, that only show the data from different tables, this is to avoid having to create a separate (fiori element) app for each table. Or creating a new app for a new table.&nbsp;<BR />To achieve this we have several CDS view (for each table a CDS view) which will be expose in one oData service V2.&nbsp;For each table there is an interface (entity) view, a consumption (root enitty) view, metadata extension. Service definition looks like</P><DIV><P><SPAN>@EndUserText.label:</SPAN> <SPAN>'Service definition for different tables'<BR /></SPAN><SPAN>define</SPAN> <SPAN>service</SPAN> <SPAN>/UI_TABLES</SPAN> <SPAN>{<BR /></SPAN><SPAN>expose /C_Table1 as Table1;<BR /></SPAN><SPAN>expose</SPAN> <SPAN>/C_Table2</SPAN> <SPAN>as</SPAN> <SPAN>Table2</SPAN><SPAN>;<BR /></SPAN><SPAN>expose /C_Table3 as Table3;<BR /></SPAN><SPAN>......</SPAN><SPAN>}</SPAN></P></DIV><P>The xml view looks like</P><DIV><DIV><SPAN>&lt;</SPAN><SPAN>mvc:View</SPAN> <SPAN>controllerName</SPAN><SPAN>=</SPAN><SPAN>"test.controller.ListReport"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; </SPAN><SPAN>xmlns:mvc</SPAN><SPAN>=</SPAN><SPAN>"sap.ui.core.mvc"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; </SPAN><SPAN>xmlns</SPAN><SPAN>=</SPAN><SPAN>"sap.m"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp;</SPAN><SPAN>xmlns:core</SPAN><SPAN>=</SPAN><SPAN>"sap.ui.core"</SPAN></DIV><DIV><SPAN>&nbsp; </SPAN><SPAN>xmlns:smartTable</SPAN><SPAN>=</SPAN><SPAN>"sap.ui.comp.smarttable"</SPAN></DIV><DIV><SPAN>&nbsp; </SPAN><SPAN>xmlns:smartFilterBar</SPAN><SPAN>=</SPAN><SPAN>"sap.ui.comp.smartfilterbar"</SPAN><SPAN>&gt;</SPAN></DIV><BR /><DIV><SPAN>&nbsp; &nbsp; </SPAN><SPAN>&lt;</SPAN><SPAN>Page</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"page"</SPAN> <SPAN>title</SPAN><SPAN>=</SPAN><SPAN>"{i18n&gt;title}"</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;</SPAN><SPAN>smartFilterBar:SmartFilterBar</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"smartFilterBar"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>entitySet</SPAN><SPAN>=</SPAN><SPAN>"Table1"</SPAN><SPAN>&nbsp; -&gt; will be set/bind in the controller</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>useToolbar</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>persistencyKey</SPAN><SPAN>=</SPAN><SPAN>"SmartFilter"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>header</SPAN><SPAN>=</SPAN><SPAN>"Filter"</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/</SPAN><SPAN>smartFilterBar:SmartFilterBar</SPAN><SPAN>&gt;</SPAN></DIV><BR /><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;</SPAN><SPAN>smartTable:SmartTable</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"smartTable"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>tableType</SPAN><SPAN>=</SPAN><SPAN>"ResponsiveTable"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>enableExport</SPAN><SPAN> =</SPAN><SPAN>"true"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>useVariantManagement</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>useTablePersonalisation</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>entitySet</SPAN><SPAN>=</SPAN><SPAN>"Table1"&nbsp; &nbsp; -&gt; will be set/bind in the controller</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>smartFilterId</SPAN><SPAN>=</SPAN><SPAN>"smartFilterBar"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>header</SPAN><SPAN>=</SPAN><SPAN>"Dynamic List Report"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>editable</SPAN><SPAN>=</SPAN><SPAN>"false"</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>enableAutoBinding</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN> <SPAN>/&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; </SPAN><SPAN>&lt;/</SPAN><SPAN>Page</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&lt;/</SPAN><SPAN>mvc:View</SPAN><SPAN>&gt;</SPAN></DIV></DIV><P>The problem we are facing is we are missing the annotations in the metadata file. The annotation&nbsp;<SPAN>@Metadata.ignorePropagatedAnnotations is not set. Even when we set the annotations directly in the consumption view the annotations won't become visible in the metadata.&nbsp;<BR />The view looks like<BR /></SPAN></P><DIV><P><SPAN>@AbapCatalog.viewEnhancementCategory:</SPAN> <SPAN>[#NONE]<BR /></SPAN><SPAN>@AccessControl.authorizationCheck:</SPAN> <SPAN>#NOT_REQUIRED<BR /></SPAN><SPAN>@EndUserText.label:</SPAN> <SPAN>'test'<BR /></SPAN><SPAN>@ObjectModel.usageType:{<BR /></SPAN><SPAN>serviceQuality:</SPAN> <SPAN>#X,<BR /></SPAN><SPAN>sizeCategory:</SPAN> <SPAN>#S,<BR /></SPAN><SPAN>dataClass:</SPAN> <SPAN>#MIXED</SPAN><SPAN>}</SPAN></P><P><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1692417">@search</a>.searchable:</SPAN> <SPAN>true<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>:</SPAN> <SPAN>{</SPAN><SPAN>headerInfo:</SPAN> <SPAN>{<BR /></SPAN><SPAN>typeName:</SPAN> <SPAN>'Option2',<BR /></SPAN><SPAN>typeNamePlural:</SPAN> <SPAN>'test',<BR /></SPAN><SPAN>title:</SPAN> <SPAN>{</SPAN> <SPAN>type:</SPAN> <SPAN>#STANDARD,</SPAN> <SPAN>value:</SPAN> <SPAN>'LastName'</SPAN> <SPAN>}<BR /></SPAN><SPAN>}</SPAN><SPAN>}</SPAN></P><P><SPAN>define</SPAN> <SPAN>root</SPAN> <SPAN>view</SPAN> <SPAN>entity</SPAN> <SPAN>/C_OPTION2&nbsp;&nbsp;</SPAN><SPAN>as</SPAN> <SPAN>select</SPAN> <SPAN>from</SPAN> <SPAN>/I_OPTION2<BR /></SPAN><SPAN>{<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>:</SPAN> <SPAN>{<BR /></SPAN><SPAN>lineItem:</SPAN> <SPAN>[</SPAN> <SPAN>{</SPAN> <SPAN>position:</SPAN> <SPAN>10,</SPAN> <SPAN>importance:</SPAN> <SPAN>#HIGH,</SPAN> <SPAN>label:</SPAN> <SPAN>'ReportDate'</SPAN> <SPAN>}</SPAN> <SPAN>]}<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1692417">@search</a>.defaultSearchElement:</SPAN> <SPAN>true<BR /></SPAN><SPAN>key</SPAN> <SPAN>SystemId</SPAN><SPAN>,<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>:</SPAN> <SPAN>{</SPAN><SPAN>lineItem:</SPAN> <SPAN>[</SPAN> <SPAN>{</SPAN> <SPAN>position:</SPAN> <SPAN>20,</SPAN> <SPAN>importance:</SPAN> <SPAN>#HIGH,</SPAN> <SPAN>label:</SPAN> <SPAN>'ReportDate'</SPAN> <SPAN>}</SPAN> <SPAN>]}<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1692417">@search</a>.defaultSearchElement:</SPAN> <SPAN>true<BR /></SPAN><SPAN>key</SPAN> <SPAN>SysteemMandant</SPAN><SPAN>,<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>:</SPAN> <SPAN>{</SPAN><SPAN>lineItem:</SPAN> <SPAN>[</SPAN> <SPAN>{</SPAN> <SPAN>position:</SPAN> <SPAN>30,</SPAN> <SPAN>importance:</SPAN> <SPAN>#HIGH,</SPAN> <SPAN>label:</SPAN> <SPAN>'FullName'</SPAN> <SPAN>}</SPAN> <SPAN>]}<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1692417">@search</a>.defaultSearchElement:</SPAN> <SPAN>true<BR /></SPAN><SPAN>FirstName</SPAN><SPAN>,<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>:</SPAN> <SPAN>{</SPAN><SPAN>lineItem:</SPAN> <SPAN>[</SPAN> <SPAN>{</SPAN> <SPAN>position:</SPAN> <SPAN>50,</SPAN> <SPAN>importance:</SPAN> <SPAN>#HIGH,</SPAN> <SPAN>label:</SPAN> <SPAN>'Days2exp'</SPAN> <SPAN>}</SPAN> <SPAN>]}<BR /></SPAN><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1692417">@search</a>.defaultSearchElement:</SPAN> <SPAN>true<BR /></SPAN><SPAN>LastName<BR /></SPAN><SPAN>}</SPAN></P></DIV><P><SPAN>We've tried:<BR /></SPAN></P><UL><LI><SPAN>annotations in consumption view /&nbsp;</SPAN><SPAN>annotations in metadata extension</SPAN></LI><LI><SPAN>with and without&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1599241">@odata</a>.publsh : true</SPAN></LI><LI><SPAN><SPAN>with and without&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/2001388">@vdm</a>.viewType: #CONSUMPTION</SPAN></SPAN></LI></UL><P><SPAN><SPAN>Checking the oData service in segway client&nbsp; xxxx /UI_TABLES_O2/$metadata no annotations are found for tableX. after changes we cleared the caches /IWBEP/CACHE_CLEANUP and&nbsp;/IWFND/CACHE_CLEANUP.</SPAN></SPAN></P><P><SPAN><SPAN>What are we missing?&nbsp;</SPAN></SPAN></P><P><SPAN><SPAN>Thanks in advance</SPAN></SPAN></P><P><SPAN><SPAN>Lee</SPAN></SPAN></P><P>&nbsp;</P> 2025-04-30T13:05:19.601000+02:00 https://community.sap.com/t5/technology-q-a/hierarchy-node-variables-filled-in-rsroa-variables-exit-badi-do-not-work-in/qaq-p/14090614 Hierarchy node variables filled in RSROA_VARIABLES_EXIT_BADI do not work in Analysis for excel/olap 2025-04-30T15:12:19.365000+02:00 Lynn_vr https://community.sap.com/t5/user/viewprofilepage/user-id/1383015 <P>Hi</P><P>Please can someone assist me, I have been sitting with this for this urgent requriment and cannot get it to work. What i need it to fill a org unit on the org hierarchy so only from that orgunit and below can be seen. I created the code in the badi&nbsp;RSROA_VARIABLES_EXIT_BADI and did a test in hana studio and it works perfectly. When i pull the query into analysis for excel or olap it does not work - it is looking for a +7000000(orguint) and not the straight 70000000.</P><P>Please if anyone can assist I will be so grateful we are running BW4hana with business objects 4.3 sp2</P><P><a href="https://community.sap.com/t5/c-khhcw49343/BW+%252528SAP+Business+Warehouse%252529/pd-p/242586194391178517100436979900901" class="lia-product-mention" data-product="1-1">BW (SAP Business Warehouse)</a>&nbsp;</P><P>Kind Regards</P><P>Lynn</P> 2025-04-30T15:12:19.365000+02:00 https://community.sap.com/t5/technology-q-a/sap-ui5-binded-text-inside-a-scrollcontainer/qaq-p/14090619 SAP UI5 Binded Text inside a ScrollContainer 2025-04-30T15:20:06.941000+02:00 Silvio_Stoykov https://community.sap.com/t5/user/viewprofilepage/user-id/1780404 <P>Hello colleagues,</P><P>I am trying to&nbsp;enable an “Accept” button only when a user has scrolled to the bottom of a long text (e.g., license agreement). This logic works only when the text is hardcoded directly in the &lt;Text&gt;&nbsp;control, like:</P><pre class="lia-code-sample language-markup"><code>&lt;Text text="Some long hardcoded sentence..." /&gt;</code></pre><P>However, when the text is bound to a model:</P><pre class="lia-code-sample language-abap"><code>&lt;Text text="{/long/text}" /&gt;</code></pre><P>The “Accept” button becomes enabled immediately, without scrolling, which breaks the expected behaviour.<BR />The &lt;Text&gt; control is wrapped inside a &lt;ScrollContainer&gt; like that:</P><pre class="lia-code-sample language-markup"><code>&lt;ScrollContainer id="someId" height="400px" vertical="true" focusable="true" width="100%"&gt; &lt;Text id="anotherId" text="{/long/text}" wrapping="true" width="100%"&gt; &lt;layoutData&gt; &lt;l:GridData span="XL12 L12 M12 S12" /&gt; &lt;/layoutData&gt; &lt;/Text&gt; &lt;/ScrollContainer&gt;</code></pre><P>It works correctly when I call the function that handles the scrolling inside an onAfterRendering like that:</P><pre class="lia-code-sample language-javascript"><code> this.onAfterRendering = function(){ setTimeout(() =&gt; { this.handleScrollbar(); }, 1000) }</code></pre><P>However, I would like to avoid using setTimeout. Any help would be appreciated!<BR /><BR />Kind Regards,<BR />Silvio<BR /><BR /></P> 2025-04-30T15:20:06.941000+02:00 https://community.sap.com/t5/technology-q-a/editable-smart-table-consumption-value-help-definition/qaq-p/14092138 Editable smart table consumption value help definition 2025-05-02T15:48:55.542000+02:00 karthikeya_sastry https://community.sap.com/t5/user/viewprofilepage/user-id/219205 <P>Hi Experts,&nbsp;</P><P><SPAN>I created cds based editable smarttable free style ui5 application. Now the requirement is how to filter f4 values based on other field. For example first cell I selected plant in the second cell f4 help it should show storage locations related to plant selected in first cell.&nbsp; Tried additional binding working smart filters but not in smart table. Please help how we can achieve this.&nbsp;</SPAN></P> 2025-05-02T15:48:55.542000+02:00 https://community.sap.com/t5/technology-q-a/sapui5-how-to-filter-at-column-level/qaq-p/14092383 SAPUI5 how to filter at column level 2025-05-03T03:55:04.894000+02:00 alice4 https://community.sap.com/t5/user/viewprofilepage/user-id/1613866 <P>Hello,</P><P>I am trying to develop an fiori application for SAP S/4 HANA using BTP Business application studio.</P><P>Product and Product Description has 1:n relation.</P><P>I have two columns in one table and I would like to display both Product ID and Description (filtered language eq English) in one table.</P><P>I think I have to use the filter. But how can I apply the filter only to one column? I want to use the filter something like this.&nbsp; {path:'to_Description',parameters:{select:'Description'}, filters: [{path: 'Language', operator: 'EQ', value1: 'EN'}]}</P><P>Below is how my table is which is not displaying description. My goal is to displaying description.</P><P>&nbsp;</P><DIV><DIV><SPAN>&lt;Table</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"table"</SPAN> <SPAN>width</SPAN><SPAN>=</SPAN><SPAN>"auto"</SPAN> <SPAN>items</SPAN><SPAN>=</SPAN><SPAN>"</SPAN><SPAN>{</SPAN><SPAN>path</SPAN><SPAN>:</SPAN> <SPAN>'/Material'</SPAN><SPAN>,</SPAN> <SPAN>parameters</SPAN><SPAN>:</SPAN> <SPAN>{</SPAN><SPAN>expand</SPAN><SPAN>:</SPAN> <SPAN>'to_Description'</SPAN><SPAN>}</SPAN> <SPAN>}</SPAN><SPAN>"</SPAN> <SPAN>noDataText</SPAN><SPAN>=</SPAN><SPAN>"{worklistView&gt;/tableNoDataText}"</SPAN> <SPAN>busyIndicatorDelay</SPAN><SPAN>=</SPAN><SPAN>"{worklistView&gt;/tableBusyDelay}"</SPAN> <SPAN>growing</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN> <SPAN>growingScrollToLoad</SPAN><SPAN>=</SPAN><SPAN>"true"</SPAN> <SPAN>updateFinished</SPAN><SPAN>=</SPAN><SPAN>".onUpdateFinished"</SPAN><SPAN>&gt;</SPAN></DIV><BR /><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;columns&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Column</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"materialColumn"</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Text</SPAN> <SPAN>text</SPAN><SPAN>=</SPAN><SPAN>"Product ID"</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"materialColumnTitle"</SPAN><SPAN>/&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/Column&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Column</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"descriptionColumn"</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Text</SPAN> <SPAN>text</SPAN><SPAN>=</SPAN><SPAN>"Description"</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"descriptionColumnTitle"</SPAN><SPAN>/&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/Column&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/columns&gt;</SPAN></DIV><BR /><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;items&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;ColumnListItem</SPAN> <SPAN>type</SPAN><SPAN>=</SPAN><SPAN>"Navigation"</SPAN> <SPAN>press</SPAN><SPAN>=</SPAN><SPAN>".onPress"</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"test3"</SPAN><SPAN>&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;cells&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Text</SPAN> <SPAN>text</SPAN><SPAN>=</SPAN><SPAN>"{Material}"</SPAN><SPAN>/&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;Text</SPAN> <SPAN>text</SPAN><SPAN>=</SPAN><SPAN>"{to_Description/ProductDescription}"</SPAN> <SPAN>id</SPAN><SPAN>=</SPAN><SPAN>"test2"</SPAN><SPAN>/&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/cells&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/ColumnListItem&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/items&gt;</SPAN></DIV><DIV><SPAN>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </SPAN><SPAN>&lt;/Table&gt;</SPAN></DIV></DIV> 2025-05-03T03:55:04.894000+02:00 https://community.sap.com/t5/technology-q-a/ariba-collaboration-request-conditions/qaq-p/14093117 Ariba Collaboration Request Conditions 2025-05-05T10:06:19.793000+02:00 Jona https://community.sap.com/t5/user/viewprofilepage/user-id/1382439 <P>Can you please advise if Ariba has functionality that supports the below requirement?</P><P>a) Enforcing users to initiate a collaboration request based on specific criteria, such as when the purchase requisition (PR) amount is less than $5,000, or if the PR line is partial or non-catalog.</P><P>b) Restricting users from initiating a collaboration request when the PR based on custom fields selections</P><P>c) Displaying preferred vendors at the top of the supplier search results page when choosing supplier to collaborate</P> 2025-05-05T10:06:19.793000+02:00 https://community.sap.com/t5/technology-q-a/myinbox-refresh-tasklist-from-own-component-in-detail-area/qaq-p/14093199 MyInbox - Refresh tasklist from own component in detail-area 2025-05-05T11:27:45.377000+02:00 haykma https://community.sap.com/t5/user/viewprofilepage/user-id/40710 <P>Hi Community,<BR />we created several ui5-components (sapui5 freestyle) and we used transaction SWFVISU to customize some workflow-tasks to use our own components. this works fine so far. But when we complete the task in our component we would like to refresh the tasklist, so that the actual task removes from list and a new task is loaded into the details.&nbsp;<BR />So the question is: Is there a easy and general approach to refresh the tasklist of the MyInbox-App from a custom detail component loaded into the detail-area.<BR /><BR />kind regards<BR />Matthias</P> 2025-05-05T11:27:45.377000+02:00 https://community.sap.com/t5/technology-q-a/sql-database-connection/qaq-p/14093225 SQL Database Connection 2025-05-05T12:02:09.743000+02:00 Fathima786 https://community.sap.com/t5/user/viewprofilepage/user-id/1935733 <P>Good day,</P><P class="">I am using the SAC free trial and want to connect to an SQL database to extract data and create stories. However, I am encountering the following error while establishing the connection.</P><P class="">Error: <SPAN>A location with an attached SAP Analytics Cloud agent must be configured to create a SQL Database connection. Please contact your administrator or go to the Data Source Configuration tab in System Administration to ensure a location is configured correctly</SPAN></P><P class="">Also, is it possible to get admin access in the free trial?</P><P class="">Best Regards,</P><P class="">Keshav M</P><P class="">&nbsp;</P><P>&nbsp;</P> 2025-05-05T12:02:09.743000+02:00 https://community.sap.com/t5/technology-q-a/analyticaltable-multiple-requests-on-scroll-and-data-not-bound-when-count/qaq-p/14093279 AnalyticalTable: Multiple Requests on Scroll and Data Not Bound When Count Is Missing in the result 2025-05-05T12:33:07.238000+02:00 Sridevi_G https://community.sap.com/t5/user/viewprofilepage/user-id/1421623 <DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><P class="lia-align-left" style="text-align : left;">Hi Everyone,</P><P class="lia-align-left" style="text-align : left;">I'm working with sap.ui.table.AnalyticalTable in an SAPUI5 application and currently facing two issues related to scrolling behavior and data binding.</P><P class="lia-align-left" style="text-align : left;"><STRONG>Issue 1: Multiple Backend Requests on Scroll</STRONG></P><P class="lia-align-left" style="text-align : left;">When a user scrolls to the bottom of the AnalyticalTable, multiple backend requests are triggered to fetch the next set of records. Ideally, I expect only one request per scroll interaction to load the next chunk of data.</P><UL class="lia-align-left" style="text-align : left;"><LI><P class="">I have set the threshold property on the table.</P></LI><LI><P class="">The table is bound to an OData v2 service.</P></LI><LI><P class="">Grouping is enabled on one of the columns.</P></LI></UL><P class="lia-align-left" style="text-align : left;">Questions:</P><UL class="lia-align-left" style="text-align : left;"><LI><P class="">Why are multiple requests being triggered on scroll?</P></LI><LI><P class="">Is there a way to restrict this behavior so that only one request is made per scroll?</P></LI></UL><P class="lia-align-left" style="text-align : left;"><STRONG>Issue 2: Data Not Bound When __count Is Missing</STRONG></P><P class="lia-align-left" style="text-align : left;">Due to performance considerations, I tried omitting the __count value from the backend response. While the data is successfully returned from the backend, it does not get bound to the AnalyticalTable.</P><P class="lia-align-left" style="text-align : left;">Here is a sample of the current response returned from the Node.js service:</P><P class="lia-align-left" style="text-align : left;">return {<BR />d: {<BR />results: data || [],<BR />__count: 10000<BR />}<BR />};</P><P class="lia-align-left" style="text-align : left;">If I remove the __count from the response, the table fails to display the data even though the records are present in the payload.</P><P class="lia-align-left" style="text-align : left;">Question:</P><UL class="lia-align-left" style="text-align : left;"><LI><P class="">Is __count mandatory for AnalyticalTable to bind and display data correctly?</P></LI><LI><P class="">Are there any recommended workarounds for scenarios where the count is intentionally omitted and scroll should work ?</P></LI></UL><P class="lia-align-left" style="text-align : left;">Any insights or guidance on how to resolve these issues would be greatly appreciated.</P><P class="lia-align-left" style="text-align : left;">Thanks in advance!</P><P class="lia-align-left" style="text-align : left;">&nbsp;</P></DIV></DIV></DIV></DIV></DIV> 2025-05-05T12:33:07.238000+02:00 https://community.sap.com/t5/technology-q-a/how-to-do-bulk-upload-for-odata-v4-service-in-1-batch-and-separate-change/qaq-p/14093529 How to do bulk upload for OData v4 service in 1 Batch and separate Change Set 2025-05-05T15:29:11.114000+02:00 vishalsharma_19 https://community.sap.com/t5/user/viewprofilepage/user-id/1814152 <P>Hi Experts,</P><P>I have a SapUi5 App where I want to do bulk upload of records from a Excel File. The end point is a Odata v4 service Entity and I want to combine multiple Create requests in single batch but each create request should have a separate Change set so that if any of the Create request fails, it does not stop creation of any other records.</P><P>I have tried below approach as per the documentation here - <A href="https://sapui5.hana.ondemand.com/sdk/#/topic/74142a38e3d4467c8d6a70b28764048f" target="_self" rel="nofollow noopener noreferrer">Batch Control</A>, but it still sends request with single ChangeSet in a batch but I want each request to have separate ChangeSet.</P><pre class="lia-code-sample language-javascript"><code>const groupId = "bulkUpload"; var oOperation = oModel.bindList("/WarehouseData", null, null, null, { $$groupId: groupId, }); excelSheetsData.map(async (value) =&gt; { var payload = { IsActiveEntity: true, plant : value.plant, warehouse : value.warehouse, quantity : value.quantity }; oOperation.create(payload); }); oModel.submitBatch(groupId)</code></pre><P>And below is the Payload sent in the request.</P><pre class="lia-code-sample language-markup"><code>--batch_id-1746450894238-202 Content-Type: multipart/mixed;boundary=changeset_id-1746450894238-203 --changeset_id-1746450894238-203 Content-Type:application/http Content-Transfer-Encoding:binary Content-ID:0.0 POST WarehouseData?sap-client=100 HTTP/1.1 Accept:application/json;odata.metadata=minimal;IEEE754Compatible=true Accept-Language:en X-CSRF-Token:v3SZ-0xnE3T2eBD-FRrPKg== Content-Type:application/json;charset=UTF-8;IEEE754Compatible=true {"IsActiveEntity":true,"plant":"A100","warehouse":"1001","quantity":10} --changeset_id-1746450894238-203 Content-Type:application/http Content-Transfer-Encoding:binary Content-ID:1.0 POST WarehouseData?sap-client=100 HTTP/1.1 Accept:application/json;odata.metadata=minimal;IEEE754Compatible=true Accept-Language:en X-CSRF-Token:v3SZ-0xnE3T2eBD-FRrPKg== Content-Type:application/json;charset=UTF-8;IEEE754Compatible=true {"IsActiveEntity":true,"plant":"A100","warehouse":"1001","quantity":10} --changeset_id-1746450894238-203-- --batch_id-1746450894238-202-- Group ID: $auto</code></pre><P>Please let me know if there is something wrong in the approach I have used to do Bulk upload or is there any other approach I can use to achieve the requirement.</P><P>Thanks &amp; Regards,</P><P>Vishal Sharma</P> 2025-05-05T15:29:11.114000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/custom-message-missing-in-response-headers-from-a-post-create-request/qaq-p/14094695 Custom message missing in Response Headers from a Post/Create request 2025-05-06T18:06:28.358000+02:00 Lesedi https://community.sap.com/t5/user/viewprofilepage/user-id/1402889 <P>There is a property I need from the response headers in a SAPUI5 app, which is "sap-message". It carries some information after a create request on the model in the SAPUI5 front-end.<BR />On the app with a service pointing to Dev, I do get this property ("sap-message") attached to the headers, as you can see in the below.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lesedi_1-1746546319691.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258154iCC07E3095AFB5653/image-size/medium?v=v2&amp;px=400" role="button" title="Lesedi_1-1746546319691.png" alt="Lesedi_1-1746546319691.png" /></span></P><P>The problem is that on the app that is on QA this property is not there, not just that it doesn't have a value, it is totally absent. What might be the cause of this and how to fix it?</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lesedi_2-1746546496582.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258156i79B4C78F5DB3E42E/image-size/medium?v=v2&amp;px=400" role="button" title="Lesedi_2-1746546496582.png" alt="Lesedi_2-1746546496582.png" /></span></P><P>Any help with greatly be appreciated.</P><P><BR /><BR /></P><P>&nbsp;</P> 2025-05-06T18:06:28.358000+02:00 https://community.sap.com/t5/technology-q-a/smartfilterbar-with-variant-management-working-with-1-96-not-working-on-1/qaq-p/14094766 SmartFilterBar with Variant-Management. Working with 1.96, not working on 1.108 2025-05-06T20:21:02.129000+02:00 haykma https://community.sap.com/t5/user/viewprofilepage/user-id/40710 <P>Hi Community,<BR /><BR />i have an fiori freestyle app running on a onPremise SAP-System with SAPUI5-Version 1.96. With variantmanagment i'm able to add properties of my entity to the filter-fields, store values for filters and save it to variants. I'm also able to manage this variants (delete, save-as, ...).<BR /><BR />After changing to SAPUI5-Version 1.106 this variant-management is no longer working anymore. i can add properties to the filterbar but this changes are not saved, also using the filters by adding values into the filterfields with operators simply does not work.&nbsp;<BR />I could not find anything till now in documentation or here in the community-forum nor in sap-notes.&nbsp;<BR /><BR />Does anyone know something about breaking changes?&nbsp;<BR /><BR />Here a snippet where my smarfilterbar is defined in my view.</P><pre class="lia-code-sample language-markup"><code>&lt;smartFilterBar:SmartFilterBar id="smartFilterBar" liveMode="true" entitySet="F4C_CL2WSet" persistencyKey="SmartFilter_Explored" initialized="onFBInitialized" afterVariantLoad="onFBAfterVariantLoad" assignedFiltersChanged="onFBAssignedFiltersChanged" &gt;</code></pre><P>This smartfilterbar resides in a headercontent of a ObjectPageLayout.<BR />Additionally i have a Smarttable with the same entityset and which uses the SmartFilterBar for showing the result. Here a snippet of this SmartTable-definiton.<BR /><BR /></P><pre class="lia-code-sample language-markup"><code>&lt;smartTable:SmartTable id="smartTable" entitySet="F4C_CL2WSet" smartFilterId="smartFilterBar" useExportToExcel="true" beforeExport="onBeforeExport" exportType="UI5Client" requestAtLeastFields="ClassId,ClassType" beforeRebindTable="onBeforeRebindTable" useVariantManagement="true" useTablePersonalisation="true" header="{i18n&gt;Belege}" showRowCount="true" persistencyKey="Fi4ClsRPS" enableAutoBinding="true" class="sapUiResponsiveContentPadding" fitContainer="true" tableType="{= ${device&gt;/system/desktop} ? 'Table' : 'ResponsiveTable'}" demandPopin="true"&gt; &lt;!-- ..Table definition inside.. --&gt; &lt;/smartTable:SmartTable&gt;</code></pre><P>When adding a Property to the Filterbar (choosing a property in dialog and then clicking ok-button to apply changes) i get the following error in browser-console:<BR /><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Console log when adding property to filterbar" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258304i98FBBB18BCB9913B/image-size/large?v=v2&amp;px=999" role="button" title="Bildschirmfoto 2025-05-07 um 09.17.28.jpg" alt="Console log when adding property to filterbar" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Console log when adding property to filterbar</span></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>But even i get this error the property is now shown in the filterbar and the variant has a "*" signaling a change in variant. Saving works (S/4 1809 Backend).<BR /><BR />When selecting the such saved variant, the added property in filterbar is not available (visible) and an error occurs again in console. it comes with some warnings from filterbar. Following is a screenshot of that error:<BR /><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="after selecting my saved variant" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258316iE4E5B958D57BF91B/image-size/large?v=v2&amp;px=999" role="button" title="Bildschirmfoto 2025-05-07 um 09.40.22.jpg" alt="after selecting my saved variant" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">after selecting my saved variant</span></span><BR /><BR />Any ideas out there?</P><P>kind regards<BR />Matthias</P> 2025-05-06T20:21:02.129000+02:00 https://community.sap.com/t5/technology-q-a/sap-successfactors-sod-matrix-for-sap-grc/qaq-p/14095217 SAP SuccessFactors SoD Matrix for SAP GRC 2025-05-07T11:10:04.690000+02:00 AntonioLuna https://community.sap.com/t5/user/viewprofilepage/user-id/1551648 <P>Hello,</P><P>We are connection SAP SuccessFactors with SAP GRC Access Control to analyses the possible SoD conflicts.</P><P>Actually, SAP doesn't provide any standard Matrix or example on how to create it.&nbsp;<SPAN class="">Since</SPAN> <SPAN class="">it</SPAN> <SPAN class="">doesn</SPAN><SPAN class="">'</SPAN><SPAN class="">t</SPAN> <SPAN class="">follow</SPAN> <SPAN class="">the</SPAN> <SPAN class="">permissions</SPAN><SPAN class="">/</SPAN><SPAN class="">accesses</SPAN> <SPAN class="">style</SPAN> <SPAN class="">of</SPAN> <SPAN class="">an</SPAN> <SPAN class="">ERP</SPAN><SPAN class="">,</SPAN> <SPAN class="">does</SPAN> <SPAN class="">anyone</SPAN> <SPAN class="">have</SPAN> <SPAN class="">any</SPAN> <SPAN class="">matrix</SPAN> <SPAN class="">or</SPAN> <SPAN class="">examples</SPAN> <SPAN class="">of</SPAN> <SPAN class="">how</SPAN> <SPAN class="">permissions</SPAN> <SPAN class="">should</SPAN> <SPAN class="">be</SPAN> <SPAN class="">included</SPAN> <SPAN class="">in</SPAN> <SPAN class="">the</SPAN> <SPAN class="">tool</SPAN><SPAN class="">?</SPAN></P><P><SPAN class="">Thanks in advanced,</SPAN></P><P><SPAN class="">Regards.</SPAN></P> 2025-05-07T11:10:04.690000+02:00 https://community.sap.com/t5/technology-q-a/disable-row-select-in-fiori-element-list-report-app-with-grid-table-and/qaq-p/14097186 Disable row select in Fiori element List report app with Grid Table and Odata V4 based on condition. 2025-05-09T11:56:51.823000+02:00 RainaGoyal3 https://community.sap.com/t5/user/viewprofilepage/user-id/225295 <P>Dear Experts,</P><P>I have a requirement where I need disable the row select based on backed conditions in Grid table Fiori element List report.</P><P>I am able to achieve it with Responsive table where the row is greyed out but its making the navigation to object page disable as well and due to which other column values are unknown.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RainaGoyal3_0-1746784399637.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/259116iEC18859AFBF924A2/image-size/medium?v=v2&amp;px=400" role="button" title="RainaGoyal3_0-1746784399637.png" alt="RainaGoyal3_0-1746784399637.png" /></span></P><P>I need to change the table to Grid table but in V4, I am not getting table object instance in OnAfterRendering event so that I use UI table events.</P><P>Kindly please help as this requirement is critical for business and I am struggling because of it.</P><P>Help and suggestions are much appreciated.</P><P>Thanks,</P><P>Best Regards,</P><P>Raina</P><P>&nbsp;</P> 2025-05-09T11:56:51.823000+02:00 https://community.sap.com/t5/technology-q-a/sap-mobile-start-could-not-load-external-app-for-many-supported-standard/qaq-p/14099504 SAP mobile start could not load external app for many supported standard apps 2025-05-13T00:27:06.283000+02:00 sonikapoly1 https://community.sap.com/t5/user/viewprofilepage/user-id/44725 <P>While trying to open the app "Transfer Stock - In-Plant" in SAP Mobile Start Application it is not opening and giving the error "could not load external app". There are other apps that are loading without issues and also this app is opening successfully in the desktop and on the mobile browser. Only in the app it gives this error.<BR /><BR />There are other apps with such issues as well such as Stock - Single Material, Post Goods Receipt, Post Goods Receipt for Production Order, and many other. One of the example of the app that is opening correctly is Manage Central Supplier Confirmation.</P><P>&nbsp;</P> 2025-05-13T00:27:06.283000+02:00 https://community.sap.com/t5/technology-q-a/gl-account-not-mantained-for-ktopl-galf-ktogr-33000-afabe-01-type/qaq-p/14100000 GL account not mantained for KTOPL GALF KTOGR 33000 AFABE 01 TYPE Acquisition: Down Payments 2025-05-13T11:04:01.298000+02:00 OMKAR23 https://community.sap.com/t5/user/viewprofilepage/user-id/1931177 2025-05-13T11:04:01.298000+02:00