https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/ABAP-Cloud-qa.xml SAP Community - ABAP Cloud 2026-07-24T20:00:01.269022+00:00 python-feedgen ABAP Cloud Q&A in SAP Community https://community.sap.com/t5/technology-q-a/send-mail-with-multiple-attachment-after-po-is-getting-released-in-fexible/qaq-p/14412390 Send mail with multiple attachment after po is getting released in fexible workflow 2026-06-06T00:21:15.102000+02:00 Siya_chunk86 https://community.sap.com/t5/user/viewprofilepage/user-id/2268802 <P>Hi all,</P><P>I have a requirement where we need to trigger mail with excel and pdf attachment after all the approvers approve po in flexible workflow from my inbox</P><P>&nbsp;</P><P>I'm not sure how to move forward with this. Please help</P> 2026-06-06T00:21:15.102000+02:00 https://community.sap.com/t5/technology-q-a/released-api-ddls-was-deleted-atc-error-in-sap-s-4hana-cloud-public-edition/qaq-p/14414129 Released API DDLS Was Deleted ATC Error in SAP S/4HANA Cloud Public Edition Despite Object No Longer 2026-06-09T08:41:58.964000+02:00 mcbeyaztas https://community.sap.com/t5/user/viewprofilepage/user-id/1427607 <P>Hello,</P><P>I am working in SAP S/4HANA Cloud Public Edition and I am facing compatibility ATC errors during ATC checks.</P><P>The following ATC errors are raised:</P><UL><LI><P>Released API DDLS ZDD_SD_TEST was deleted</P></LI><LI><P>Released API DDLS ZDD_SD_OPENORDERITEM was deleted</P></LI><LI><P>Released API DDLS ZDD_SD_DELIVERY was deleted</P></LI></UL><P>Error example:</P><P>Changes in ZSD (DEVC), compared to version 100 (CG4), found by component BC-SRV-APS-EXT-REL:<BR />Released API DDLS ZDD_SD_TEST was deleted.</P><P>Background:</P><UL><LI><P>These CDS views were previously released as APIs (C1 contract).</P></LI><LI><P>The CDS views no longer exist in the system.</P></LI><LI><P>When searching in ADT (Ctrl+Shift+A), the objects cannot be found.</P></LI><LI><P>In the "Manage API Snapshots" application, I cannot find these CDS views in the current SAP Default snapshot.</P></LI><LI><P>However, the compatibility ATC check still reports them as deleted APIs.</P></LI></UL><P>I found SAP KBA 3442779 which explains that released APIs may remain in historical API snapshots and can continue to trigger compatibility checks even after deletion.</P><P>My questions are:</P><OL><LI><P>How can I identify the exact snapshot that still contains these deleted CDS views?</P></LI><LI><P>If the objects no longer exist and were never delivered to customers, what is the recommended way to remove these compatibility findings?</P></LI><LI><P>Is setting the default snapshot to "Not Check Relevant" the only solution, or is there another recommended approach?</P></LI><LI><P>Has anyone experienced a similar issue with deleted released CDS views in SAP S/4HANA Cloud Public Edition?</P></LI></OL><P>Any guidance would be appreciated.</P><P>Thank you.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mcbeyaztas_0-1780987231530.png" style="width: 831px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/419393iAC69E0E21F34AF13/image-dimensions/831x55?v=v2" width="831" height="55" role="button" title="mcbeyaztas_0-1780987231530.png" alt="mcbeyaztas_0-1780987231530.png" /></span></P><P>&nbsp;</P> 2026-06-09T08:41:58.964000+02:00 https://community.sap.com/t5/technology-q-a/rap-fiori-element-single-field-in-fieldgroup-reference-not-stretching-to/qaq-p/14415144 RAP FIori Element: Single field in FIELDGROUP_REFERENCE not stretching to full width 2026-06-10T07:50:48.940000+02:00 Parviz https://community.sap.com/t5/user/viewprofilepage/user-id/2148345 <P>Hi,</P><P>I have a Fiori Elements object page with multiple facets. One of the facets ("<SPAN>Reason</SPAN>") contains only a single multiline text field using <EM>#FIELDGROUP_REFERENCE</EM>.</P><P>The problem is the section renders in a narrow column (~1/5 of the page width) instead of stretching full width.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/419853iDFDBEDEFBB075E44/image-size/medium?v=v2&amp;px=400" role="button" title="image.png" alt="image.png" /></span></P><P>&gt; I am using <STRONG>OData V4</STRONG>.</P><P><STRONG>Current annotation:</STRONG></P><pre class="lia-code-sample language-abap"><code>{ position: 2, id: 'Reason', purpose: #STANDARD, targetQualifier: 'ReasonQualifier', type: #FIELDGROUP_REFERENCE, label: 'Reason' }</code></pre><P>...</P><pre class="lia-code-sample language-abap"><code><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>.fieldGroup: [ { qualifier: 'ReasonQualifier', position: 10 } ] @UI.multiLineText: true ReasonText;</code></pre><P><STRONG>&nbsp;What I tried:</STRONG></P><P>1)&nbsp;<EM>cssDefault.width</EM>` on fieldGroup --<STRONG> no effect</STRONG></P><pre class="lia-code-sample language-abap"><code><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>.fieldGroup: [ { qualifier: 'ReasonQualifier', position: 100, cssDefault.width: '100%' } ] or @UI.fieldGroup: [ { qualifier: 'ReasonQualifier', position: 100, cssDefault.width: '10rem' } ]</code></pre><P>2) <EM>#COLLECTION</EM> with parentId&nbsp;--&nbsp;<STRONG>no effect</STRONG></P><pre class="lia-code-sample language-abap"><code> { position: 2, id: 'ReasonCollection', purpose: #STANDARD, type: #COLLECTION, label: 'Reason' }, { position: 21, id: 'ReasonQualifier', purpose: #STANDARD, parentId: 'ReasonCollection', targetQualifier: 'ReasonQualifier', type: #FIELDGROUP_REFERENCE, label: '' }, </code></pre><P><STRONG>Question:<BR /></STRONG>How can I make a single multiline text fieldgroup field stretch to full width using only backend CDS/metadata annotations? Is there any standard SAP annotation that controls this?</P><P><U>Thank you!</U></P> 2026-06-10T07:50:48.940000+02:00 https://community.sap.com/t5/technology-q-a/how-to-extend-manage-customer-line-items-app-in-clean-core-way-to-add-other/qaq-p/14417121 How to extend manage customer line items app in clean core way to add other standard logical fields 2026-06-11T20:37:37.080000+02:00 muzammo https://community.sap.com/t5/user/viewprofilepage/user-id/588817 <P>Hello,&nbsp;</P><P>Another blocker of clean core way.&nbsp;<BR />We are trying to extend the manage customer line items app to have few more fields from other data sources .&nbsp;</P><P><BR />extending the i_arlineitem cds view with those fields &nbsp;does not reflect in the data source extension of CFL to enable them In app.&nbsp;<BR /><BR /></P><P>we created a custom app on top of i_arlineitem which is released C0 contract . Now the issue we are facing is in ATC check level 2 warning of “Usage of internal API” is coming and blocking this custom app way also .&nbsp;<BR /><BR /></P><P>Can anyone please help in adding other data source field in this manage customer line app or help in fixing that atc check .&nbsp;</P><P>&nbsp;</P> 2026-06-11T20:37:37.080000+02:00 https://community.sap.com/t5/crm-and-cx-q-a/help-with-package-creation/qaq-p/14417122 Help with package creation 2026-06-11T20:39:01.705000+02:00 Snehal_Dutta https://community.sap.com/t5/user/viewprofilepage/user-id/2309980 <P>Hi Community. I am newly learning sap abap programing and was trying to create a package but when I click on next option it wont allow me progress further with the package creation also shows no error. Currently using the BTP trial version on eclipse<BR /><BR /></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snehal_Dutta_0-1781202982612.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/420954iFE0745068EAC03F4/image-size/medium?v=v2&amp;px=400" role="button" title="Snehal_Dutta_0-1781202982612.png" alt="Snehal_Dutta_0-1781202982612.png" /></span></P><P>When I click on next it wont allow me to proceed ahead.<BR />Could please help, I am newly learning the tool.<BR /><BR /></P> 2026-06-11T20:39:01.705000+02:00 https://community.sap.com/t5/technology-q-a/recommended-naming-convention-for-custom-objects-in-abap-cloud/qaq-p/14417838 Recommended naming convention for custom objects in ABAP Cloud 2026-06-12T19:15:28.924000+02:00 juangamboag https://community.sap.com/t5/user/viewprofilepage/user-id/858555 <P>Hello SAP Community,</P><P>I am working with ABAP Cloud in the context of SAP S/4HANA Cloud Private Edition, and I would like to understand the recommended naming convention for custom development objects.</P><P>In classic ABAP development, custom objects are usually created using the Z* or Y* namespace, or a registered customer namespace. However, in ABAP Cloud, I would like to know what the recommended approach is for naming custom artifacts such as:</P><P>- Packages<BR />- Classes and interfaces<BR />- CDS views / CDS view entities<BR />- Behavior definitions and behavior implementations<BR />- Service definitions and service bindings<BR />- Metadata extensions</P><P>Is there an SAP-recommended naming convention or best practice for these objects in ABAP Cloud?</P><P>For example, should we continue using Z*/Y*, use a specific prefix per application/domain, or follow a different convention aligned with Clean Core and ABAP Cloud development guidelines?</P><P>Any official SAP documentation, examples, or practical recommendations would be very helpful.</P><P>Thank you.</P> 2026-06-12T19:15:28.924000+02:00 https://community.sap.com/t5/technology-q-a/rap-behavior-projection-error-on-activating-behavior-projection/qaq-p/14422803 RAP - Behavior projection - Error on activating Behavior projection 2026-06-18T19:54:07.341000+02:00 shobhan_rana https://community.sap.com/t5/user/viewprofilepage/user-id/608201 <P>Hi All,&nbsp;&nbsp;</P><P>Managed scenario - Created three levels of RAP BO.</P><P>Behavior definition is successfully activated however could not able to activate the "Behavior Projection".&nbsp; Follwing is the error under ADT Problem -&nbsp;</P><H6 id="toc-hId--1960479354">The association "_CUSTOMER" cannot be used as a transactional association since the target entity "ZSRA_R_CUSTTP" is not redirected to "ZSRA_C_CUST" in the CDS definition.</H6><P><STRONG>define</STRONG> <STRONG>root</STRONG> <STRONG>view</STRONG> <STRONG>entity</STRONG> &nbsp;ZSRA_C_CUST<BR />&nbsp;<STRONG>provider</STRONG> <STRONG>contract</STRONG> <STRONG>transactional_query</STRONG><BR />&nbsp; <STRONG>as</STRONG> <STRONG>projection</STRONG> <STRONG>on</STRONG> &nbsp;ZSRA_CUSTTP<BR /><STRONG>{</STRONG><BR />&nbsp; <STRONG>key</STRONG> CustomerId<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CustomerName<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CreatedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CreatedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastChangedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ChdLocalLastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Assoziationen */<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _project <STRONG>:</STRONG> <STRONG>redirected</STRONG> <STRONG>to</STRONG> <STRONG>composition</STRONG> <STRONG>child</STRONG> ZSRA_C_PRJ<BR /><STRONG>}</STRONG></P><P><STRONG>------------</STRONG></P><P><STRONG>define</STRONG> <STRONG>view</STRONG> <STRONG>entity</STRONG> ZSRA_C_PRJ<BR />&nbsp; <STRONG>as</STRONG> <STRONG>projection</STRONG> <STRONG>on</STRONG> ZSRA_R _PRJTP<BR /><STRONG>{</STRONG><BR />&nbsp; <STRONG>key</STRONG> CustomerId<STRONG>,</STRONG><BR />&nbsp; <STRONG>key</STRONG> ProjectId<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProjectName<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Project<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProjectType<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Data<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exporter<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CreatedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CreatedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastChangedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PrjLocalLastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Associations */<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _customer <STRONG>:</STRONG> <STRONG>redirected</STRONG> <STRONG>to</STRONG> <STRONG>parent</STRONG> /OSGMBH/ ZSRA_C_CUST<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _sys<STRONG>:</STRONG> <STRONG>redirected</STRONG> <STRONG>to</STRONG> <STRONG>composition</STRONG> <STRONG>child</STRONG> ZSRA_C_SYS<BR /><BR /><STRONG>}</STRONG></P><P>&nbsp;------------<BR /><STRONG>define</STRONG> <STRONG>view</STRONG> <STRONG>entity</STRONG> ZSRA_C_SYS <STRONG>as</STRONG> <STRONG>projection</STRONG> <STRONG>on</STRONG> ZSRA_ R_SYS<BR /><STRONG>{</STRONG><BR />&nbsp;&nbsp;&nbsp; <STRONG>key</STRONG> ProjectId<STRONG>,</STRONG><BR /><STRONG>key</STRONG> SystemId<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; <STRONG>key</STRONG> CustomerId<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; SystemName<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; Service<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; Tenant<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; CreatedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; CreatedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; LastChangedBy<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; SysLocalLastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; LastChangedAt<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp; /* Associations */<BR />&nbsp;&nbsp;&nbsp; _project<STRONG>:</STRONG> <STRONG>redirected</STRONG> <STRONG>to</STRONG> <STRONG>parent</STRONG> &nbsp;ZSRA_C_PRJ<STRONG>,</STRONG><BR />&nbsp;&nbsp;&nbsp;&nbsp; _customer<BR /><STRONG>}</STRONG></P><P>Behavior Projection –</P><P><STRONG>projection;</STRONG><BR /><STRONG>strict</STRONG> <STRONG>(</STRONG> 2 <STRONG>);</STRONG><BR /><STRONG>use</STRONG> <STRONG>draft;</STRONG><BR /><STRONG>define</STRONG> <STRONG>behavior</STRONG> <STRONG>for</STRONG> ZSRA_C_CUST <STRONG>alias</STRONG> Customer<BR /><STRONG>{</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>create;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>update;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>delete;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>action</STRONG> Edit<STRONG>;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>action</STRONG> Activate<STRONG>;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>action</STRONG> Discard<STRONG>;<BR /></STRONG><STRONG>use</STRONG> <STRONG>action</STRONG> Resume<STRONG>;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>action</STRONG> Prepare<STRONG>;</STRONG><BR /><STRONG>use</STRONG> <STRONG>association</STRONG> _project <STRONG>{</STRONG> <STRONG>create;</STRONG> <STRONG>with</STRONG> <STRONG>draft;</STRONG> <STRONG>}</STRONG><BR /><STRONG>}<BR /><BR /></STRONG><STRONG>define</STRONG> <STRONG>behavior</STRONG> <STRONG>for</STRONG> ZSRA_C_PRJ <STRONG>alias</STRONG> Project<BR /><STRONG>{</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>update;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>delete;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>association</STRONG> _customer <STRONG>{</STRONG> <STRONG>with</STRONG> <STRONG>draft;</STRONG> <STRONG>}</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>association</STRONG> _sys <STRONG>{</STRONG> <STRONG>create;</STRONG> <STRONG>with</STRONG> <STRONG>draft;</STRONG> <STRONG>}</STRONG><BR /><STRONG>}</STRONG><BR /><STRONG>define</STRONG> <STRONG>behavior</STRONG> <STRONG>for</STRONG> <U>ZSRA_C_SYS</U> <STRONG>alias</STRONG> System<BR /><STRONG>{</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>update;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>delete;</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>association</STRONG> _project <STRONG>{</STRONG> <STRONG>with</STRONG> <STRONG>draft;</STRONG> <STRONG>}</STRONG><BR />&nbsp; <STRONG>use</STRONG> <STRONG>association</STRONG> <U>_customer</U> <STRONG>{</STRONG> <STRONG>with</STRONG> <STRONG>draft;</STRONG> <STRONG>} <FONT size="5">&lt;-- Error</FONT> </STRONG><BR /><STRONG>}</STRONG></P><P>Thanks &amp; regards</P><P>Shobhan Rana&nbsp;</P> 2026-06-18T19:54:07.341000+02:00 https://community.sap.com/t5/technology-q-a/how-ai-is-affecting-sap-world-in-day-to-day-work/qaq-p/14423039 How AI is affecting SAP world in day-to-day work 2026-06-19T07:31:46.747000+02:00 M_Sreeya-9 https://community.sap.com/t5/user/viewprofilepage/user-id/2311974 <P>Hi Everyone,<BR /><BR />I'm trying to understand how AI is changing the work of SAP consultants and developers in real world projects.<BR /><BR />I'd appreciate hearing about your experience with AI tools in your respective domains.</P><UL><LI>Which AI tools do you use regularly? (Joule, GitHub Copilot, ChatGPT, Claude, etc)</LI><LI>What kind of tasks became easier for you because of these tools?</LI><LI>Which technologies are your clients or companies adopting?</LI><LI>Which AI skills do you think SAP professionals should learn over the next few years?<BR /><BR />I'm interested in practical experiences rather than marketing information.</LI></UL> 2026-06-19T07:31:46.747000+02:00 https://community.sap.com/t5/technology-q-a/error-dd-abap-lang-vers011-customizing-includes-are-not-allowed-in-abap/qaq-p/14431789 Error DD_ABAP_LANG_VERS011: Customizing-Includes are not allowed in ABAP language version 5 2026-07-02T05:29:28.420000+02:00 3253405293 https://community.sap.com/t5/user/viewprofilepage/user-id/1464718 Hello SAP Community, I am currently working on an enhancement project in our SAP S/4HANA 2023 On-Premise system. I am trying to add a custom field (ZZ001) by including it in the standard structure CI_COBL. However, when I attempt to activate the structure CI_COBL, the system throws the following error: "Customizing-Includes are not allowed in ABAP language version 5" Message No. DD_ABAP_LANG_VERS011 I have verified that my custom data element and domain definitions are correct. It appears that the ABAP language version setting for this object is restricting the use of traditional Customizing Includes. Could anyone advise on the best practice for handling this in S/4HANA 2023 OP? Should I try to change the language version of CI_COBL via the Object Directory Entry (SE03/SE11)? Or is there a recommended alternative approach (e.g., using Append Structures or BAdIs) compatible with Language Version 5? Any guidance would be greatly appreciated. 2026-07-02T05:29:28.420000+02:00 https://community.sap.com/t5/technology-q-a/error-in-activating-dmo-flight-pulled-from-abapgit-cloud/qaq-p/14431974 Error in activating /DMO/FLIGHT pulled from ABAPGIT. (Cloud). 2026-07-02T11:21:14.857000+02:00 Aveek_Ghose3 https://community.sap.com/t5/user/viewprofilepage/user-id/1666486 <P>After pulling the /dmo/flight/ FROM abapgit (Flight Reference Model) I am getting an error while activating the objects.</P><P>Could someone let me know how to fix this. The class exists in the pulled repository.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aveek_Ghose3_0-1782983721316.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/428448i57FDE40B7AE4C896/image-size/medium?v=v2&amp;px=400" role="button" title="Aveek_Ghose3_0-1782983721316.png" alt="Aveek_Ghose3_0-1782983721316.png" /></span></P><P>&nbsp;</P> 2026-07-02T11:21:14.857000+02:00 https://community.sap.com/t5/technology-q-a/cds-view-delta-annotation-error/qaq-p/14432046 CDS View Delta Annotation Error 2026-07-02T12:34:00.053000+02:00 hakan_s https://community.sap.com/t5/user/viewprofilepage/user-id/1481090 <P>We are in need of creating CDS view with CDC functionality, however we are getting error during activation like "not supported" and annotations are in red color as in the attached file.</P> 2026-07-02T12:34:00.053000+02:00 https://community.sap.com/t5/technology-q-a/issue-in-activating-zdmo-rap-generator-in-abap-cloud/qaq-p/14432774 Issue in activating ZDMO_RAP_GENERATOR in ABAP Cloud 2026-07-03T12:21:32.469000+02:00 Aveek_Ghose3 https://community.sap.com/t5/user/viewprofilepage/user-id/1666486 <P>In Cloud ABAP RAP I have pulled the abapgit files from&nbsp;<A href="https://github.com/SAP-samples/cloud-abap-rap/blob/main/README.md" target="_blank" rel="nofollow noopener noreferrer">cloud-abap-rap/README.md at main · SAP-samples/cloud-abap-rap · GitHub.</A></P><P>However, when I try to activate the ZDMO_RAP_GENERATOR I have errors in activation.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aveek_Ghose3_0-1783073860935.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/428806iE1F19AC305CD0357/image-size/medium?v=v2&amp;px=400" role="button" title="Aveek_Ghose3_0-1783073860935.png" alt="Aveek_Ghose3_0-1783073860935.png" /></span></P><P>Can someone provide a solution to activate the ZDMO_RAP_GENERATOR.</P> 2026-07-03T12:21:32.469000+02:00 https://community.sap.com/t5/technology-q-a/internal-manage-early-numbering/qaq-p/14434695 Internal Manage Early Numbering 2026-07-06T16:52:42.521000+02:00 Aldrin_Marbun https://community.sap.com/t5/user/viewprofilepage/user-id/2311301 <pre class="lia-code-sample language-abap"><code>METHOD earlynumbering_create. "Declare Variable First DATA: number_range_key TYPE cl_numberrange_runtime=&gt;nr_number, number_range_return_code TYPE cl_numberrange_runtime=&gt;nr_returncode, number_range_returned_quantity TYPE cl_numberrange_runtime=&gt;nr_quantity. LOOP AT entities into DATA(ls_entity). "Try Calling The Method First TRY. cl_numberrange_runtime=&gt;number_get( EXPORTING nr_range_nr = '01' object = 'ZCLA' quantity = 1 toyear = ls_entity-Fiscalyear IMPORTING number = number_range_key returncode = number_range_return_code returned_quantity = number_range_returned_quantity ). "Catch the error into the message CATCH cx_nr_object_not_found INTO DATA(lx_not_found). APPEND VALUE #( %cid = ls_entity-%cid %key = ls_entity-%key %msg = lx_not_found ) TO reported-zi_cla_exp_header. APPEND VALUE #( %cid = ls_entity-%cid %key = ls_entity-%key ) TO failed-zi_cla_exp_header. RETURN. CATCH cx_number_ranges INTO DATA(lx_ranges). APPEND VALUE #( %cid = ls_entity-%cid %key = ls_entity-%key %msg = lx_ranges ) TO reported-zi_cla_exp_header. APPEND VALUE #( %cid = ls_entity-%cid %key = ls_entity-%key ) TO failed-zi_cla_exp_header. RETURN. ENDTRY. ls_entity-NumClaim = number_range_key+14(6). "Append value to the table APPEND VALUE #( %cid = ls_entity-%cid %key = ls_entity-%key ) TO mapped-zi_cla_exp_header. ENDLOOP. ENDMETHOD.</code></pre><P>&nbsp;</P><P>I have created&nbsp; an early numbering implementation method like this. But it seems when I want to create data, it always output an error like below<BR /><BR /></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aldrin_Marbun_0-1783349182888.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/430032i362F73FD2529A967/image-size/medium?v=v2&amp;px=400" role="button" title="Aldrin_Marbun_0-1783349182888.png" alt="Aldrin_Marbun_0-1783349182888.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aldrin_Marbun_1-1783349234110.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/430033i89CE4968DB10D433/image-size/medium?v=v2&amp;px=400" role="button" title="Aldrin_Marbun_1-1783349234110.png" alt="Aldrin_Marbun_1-1783349234110.png" /></span></P><P>I've already tried manual numbering insert by hard code it in the method. What should i do? Is there anyway i can check the append to the <SPAN>mapped-zi_cla_exp_header.?</SPAN></P><P>I will attached the table definition also&nbsp;</P><pre class="lia-code-sample language-abap"><code>@EndUserText.label : 'Custom Table for Claim Expense Header' @AbapCatalog.enhancement.category : #NOT_EXTENSIBLE @AbapCatalog.tableCategory : #TRANSPARENT @AbapCatalog.deliveryClass : #A @AbapCatalog.dataMaintenance : #RESTRICTED define table zcla_exp_h { key client : abap.clnt not null; key num_claim : abap.numc(6) not null; name : abap.char(64); description : abap.char(128); datefrom : abap.dats; dateto : abap.dats; fiscalyear : gjahr; companycode : bukrs; costcenter : kostl; created_by : abp_creation_user; created_at : abp_creation_tstmpl; last_changed_by : abp_lastchange_user; last_changed_at : abp_lastchange_tstmpl; local_last_changed : abp_locinst_lastchange_tstmpl; }</code></pre><pre class="lia-code-sample language-abap"><code>@EndUserText.label : 'Custom Table for Claim Expense Item' @AbapCatalog.enhancement.category : #NOT_EXTENSIBLE @AbapCatalog.tableCategory : #TRANSPARENT @AbapCatalog.deliveryClass : #A @AbapCatalog.dataMaintenance : #RESTRICTED define table zcla_exp_item { key client : abap.clnt not null; key num_claim : abap.numc(6) not null; key fiscalyear : gjahr not null; key item_num : abap.numc(5) not null; date_post : abap.dats; event_description : abap.char(128); category : abap.char(64); currency : waers; amount : abap.dec(23,2); local_last_changed : abp_locinst_lastchange_tstmpl; }</code></pre><P>Here is the behavior definition also&nbsp;</P><pre class="lia-code-sample language-abap"><code>managed implementation in class zbp_i_cla_exp_header unique; strict ( 2 ); define behavior for ZI_CLA_EXP_HEADER //alias &lt;alias_name&gt; persistent table zcla_exp_h lock master authorization master ( instance ) early numbering //etag master &lt;field_name&gt; { create ( authorization : global ); update; delete; field ( readonly ) NumClaim; association _items { create; } } define behavior for ZI_CLA_EXP_ITEM //alias &lt;alias_name&gt; persistent table zcla_exp_item lock dependent by _header authorization dependent by _header //etag master &lt;field_name&gt; { update; delete; field ( readonly ) NumClaim; association _header; }</code></pre><P>&nbsp;</P><P>Thank you for the attention</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAP+S%25252F4HANA+Cloud+Public+Edition/pd-p/08e2a51b-1ce5-4367-8b33-4ae7e8b702e0" class="lia-product-mention" data-product="1199-1">SAP S/4HANA Cloud Public Edition</a>&nbsp;</P> 2026-07-06T16:52:42.521000+02:00 https://community.sap.com/t5/technology-q-a/is-there-an-option-to-use-the-cdsview-i-actualplanjournalentryitem-but-with/qaq-p/14435435 Is there an option to use the cdsview I_ACTUALPLANJOURNALENTRYITEM, but with Delta extraction ? 2026-07-07T17:07:03.118000+02:00 rogerio_vsouza https://community.sap.com/t5/user/viewprofilepage/user-id/884709 <P>Hi Gurus,</P><P>I need a CDSView to use in DataSphere, I will replace the BW 0CO_OM_CCA_9(COVP,&nbsp;COSP Tables) and 0CO_OM_OPA_6(COEP Table).</P><P>I thought about using I_ACTUALPLANJOURNALENTRYITEM(ACDOCA), but there's no delta capture in that CDSView.</P><P>Thanks.</P><P>Regards.</P> 2026-07-07T17:07:03.118000+02:00 https://community.sap.com/t5/technology-q-a/unable-to-configure-outbound-connectivity-for-api-product-srv-in-sap-s/qaq-p/14436848 Unable to configure outbound connectivity for API_PRODUCT_SRV in SAP S/4HANA Cloud Public Edition 2026-07-09T14:50:14.316000+02:00 16175219 https://community.sap.com/t5/user/viewprofilepage/user-id/2015181 <P>Hello SAP Community,</P><P>We are currently working on a requirement in <STRONG>SAP S/4HANA Cloud Public Edition</STRONG> related to Production Order documentation.</P><H2 id="toc-hId-1819199880">Business Requirement</H2><P>The business needs to populate the <STRONG>inspection text maintained in the material master</STRONG> into the <STRONG>"Documents Libératoires"</STRONG> section of the Production Order form.</P><P>Since the inspection text is maintained on the product and needs to be available during production execution, we investigated several standard and extensibility options.</P><H2 id="toc-hId-1622686375">Analysis Performed</H2><H3 id="toc-hId-1555255589">1. Text Determination</H3><P>We initially explored standard Text Determination functionality to copy text from Material/BOM to the Production Order.</P><P>After discussions with the functional team, this approach was not suitable for retrieving the required inspection text.</P><H3 id="toc-hId-1358742084">2. CDS-Based Solution</H3><P>We then analyzed available CDS views to retrieve the inspection text.</P><P>However, we could not identify a CDS view exposing this information, and SAP confirmed that no suitable CDS view is currently available.</P><H3 id="toc-hId-1162228579">3. Custom Field Workaround</H3><P>As an alternative, we created a custom field to store the required inspection information so that it would be available through CDS-based reporting and extensions.</P><P>Unfortunately, the value is not consistently updated after saving the product, making this approach unreliable.</P><H3 id="toc-hId-965715074">4. SAP Recommended Approach</H3><P>SAP recommended retrieving the data through <STRONG>API_PRODUCT_SRV</STRONG>.</P><P>We therefore started implementing an outbound integration scenario.</P><H2 id="toc-hId-640118850">Technical Steps Performed</H2><H3 id="toc-hId-572688064">Development</H3><OL><LI>Created package <STRONG>Z_DEV_API_SUB_PKG</STRONG></LI><LI>Defined outbound service <STRONG>ZINS_OUT_SRV_REST</STRONG></LI><LI>Created communication scenario <STRONG>ZINSP_CS</STRONG></LI><LI>Downloaded the EDMX metadata from SAP Business Accelerator Hub</LI><LI>Generated Service Consumption Model <STRONG>ZINSP_TEXT_SCM_1</STRONG></LI><LI>Generated proxy class <STRONG>ZCLINSP_TEXT_SCM_1</STRONG></LI><LI>Developed ABAP console application <STRONG>ZCL_INSPECTION_TEXT</STRONG></LI></OL><H3 id="toc-hId-376174559">Configuration</H3><OL><LI>Created communication user <STRONG>CPI_PP_PROD</STRONG></LI><LI>Created communication system <STRONG>CPI_PRODUCT_INTEGRATION</STRONG></LI><LI>Started configuring the communication arrangement</LI></OL><H2 id="toc-hId-50578335">Current Issue</H2><P>During the outbound connectivity configuration, we are unable to identify how to create or assign the required outbound user for the API call.</P><P>This is preventing us from completing the integration based on API_PRODUCT_SRV.</P><H2 id="toc-hId-201319187">Questions</H2><OL><LI>Has anyone successfully consumed <STRONG>API_PRODUCT_SRV</STRONG> from custom ABAP in SAP S/4HANA Cloud Public Edition?</LI><LI>What is the correct approach for configuring outbound connectivity and authentication in this scenario?</LI><LI>Is there a standard communication scenario that should be used instead of a custom one?</LI><LI>How should the outbound user be created or assigned when consuming API_PRODUCT_SRV from ABAP Cloud?</LI><LI>Is there an alternative recommended approach to retrieve inspection text maintained in the product master?</LI></OL><P>Any guidance, configuration examples, or lessons learned would be greatly appreciated.</P><P>Thank you for your support.</P><P>Best regards.</P> 2026-07-09T14:50:14.316000+02:00 https://community.sap.com/t5/technology-q-a/update-processor-through-fin-wf-agent-badi-for-verify-general-journal/qaq-p/14437233 Update Processor through FIN_WF_AGENT BADI for Verify General Journal Entries Workflow 2026-07-10T00:30:37.727000+02:00 SAYAKC https://community.sap.com/t5/user/viewprofilepage/user-id/1499743 <P>Hi Community Members,<BR /><BR />I have implemented the BADI - FIN_WF_AGENT using the Custom Logic FIORI app in order to update the processor for Verify General Journal Entries workflow/<BR /><BR />My requirement is to be able to dynamically assign processors for Verify General JE Workflow requests. I have a CBO where the list of approvers are maintained for each of the submitter (here submitter is the one who creates the JE using the Verify General JE FIORI app).<BR /><BR />In the Manage Workflow for Verify General JE, we have added a deadline option which trigger after 1 minute of Step. And the initial recipient is another user (of type BP employee). This user (let's say USER_APRV) is also listed in the Manage Teams &amp; Responsibilities FIORI app.<BR /><BR />Now, when a new request is raised, initially the processor is set as USER_APRV. However, as the deadline callback class is triggered after 1 minute, the BADI implementation is also triggered and the processor gets updated. Inside the BADI the "old_agent" is replaced by the "new_agent".&nbsp; Currently, the "new_agent" value is hard-coded. However, the requirement is that the "new_agent" should be determined by selecting the appropriate approver from the designated CBO based on the submitter of the request.<BR /><BR />In the ABAP call stack, I can see that the method "<SPAN>if_swf_flex_ifs_run_appl_step~on_deadline_action_callback</SPAN>" of the class "C<SPAN>L_FDC_ACCDOC_VER_FLEX_RUN_APP" is being called and it contains the&nbsp; workflow task id ("IV_TASK_WI_ID") as an importing parameter to the class. This task id can be used to query the CDS <EM>C_GLJRNLENTRYTOBEVERIFIED</EM>&nbsp; to get the Journal entry detail along with the submitter.<BR /><BR /></SPAN>Here comes the issue! Since the task id is an importing parameter and local to the class, I cannot read it using a dirty assignment technique. Also, I have using several other class-methods / Function modules to get the work-item id from the stack or the memory but nothing was successful.<BR /><BR />If anyone has had such a requirement and was able to achieve this, it would be really helpful for me if you can share your insights.<BR /><BR />Thank you,<BR />Sayak<BR /><BR /><a href="https://community.sap.com/t5/c-khhcw49343/SAP+Business+Workflow/pd-p/271076705480744283548543960420215" class="lia-product-mention" data-product="1046-1">SAP Business Workflow</a>&nbsp; <a href="https://community.sap.com/t5/c-khhcw49343/SAP+S%25252F4HANA+Cloud+Private+Edition+Finance/pd-p/caf0b1cb-b985-4cd0-84dd-50b7cf919288" class="lia-product-mention" data-product="1259-1">SAP S/4HANA Cloud Private Edition Finance</a>&nbsp;</P> 2026-07-10T00:30:37.727000+02:00 https://community.sap.com/t5/technology-q-a/how-to-link-two-analytical-queries-in-embedded-sac-app-quot-a-linked/qaq-p/14438705 How to Link Two Analytical Queries in Embedded SAC App? "A linked dimension" Error 2026-07-12T22:45:37.951000+02:00 Kashish_Rathore01 https://community.sap.com/t5/user/viewprofilepage/user-id/2281871 <P><STRONG>How to Link Two Analytical Queries in Embedded SAC App?</STRONG><BR /><STRONG>"A linked dimension for this model is not included in the visualization's dimension bindings" Error</STRONG></P><P class="">I am creating an <STRONG>Embedded SAC Application</STRONG> in <STRONG>SAP S/4HANA Public Cloud</STRONG> and trying to link two Analytical Queries using <STRONG>Company Code</STRONG>. Both Company Code fields have the same data type, semantics, and values, and the link is created successfully.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kashish_rathorea7c4f5_1-1783888827407.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/432144i1286648FB6C35DFF/image-size/large?v=v2&amp;px=999" role="button" title="kashish_rathorea7c4f5_1-1783888827407.png" alt="kashish_rathorea7c4f5_1-1783888827407.png" /></span></P><P>However, the widget shows the error:</P><BLOCKQUOTE><P><STRONG>"A linked dimension for this model is not included in the visualization's dimension bindings."</STRONG></P></BLOCKQUOTE><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kashish_rathorea7c4f5_0-1783888799624.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/432143i515849597ABC357B/image-size/large?v=v2&amp;px=999" role="button" title="kashish_rathorea7c4f5_0-1783888799624.png" alt="kashish_rathorea7c4f5_0-1783888799624.png" /></span></P><P>How can I correctly connect/link these two queries? Is there any additional configuration required for linked dimensions or dimension bindings?</P><P>&nbsp;</P> 2026-07-12T22:45:37.951000+02:00 https://community.sap.com/t5/technology-q-a/how-to-identify-key-fields-from-a-released-cds-view-in-sap-s-4hana-public/qaq-p/14438841 How to Identify Key Fields from a Released CDS View in SAP S/4HANA Public Cloud? 2026-07-13T08:00:09.436000+02:00 swarna24 https://community.sap.com/t5/user/viewprofilepage/user-id/1783420 <P>Hi Experts,</P><DIV><P>I am working in SAP S/4HANA Public Cloud and need to retrieve metadata for a released CDS view, specifically the fields that are defined as<SPAN>&nbsp;</SPAN><STRONG>key fields.</STRONG></P><P>Currently, I am using the following ABAP code to retrieve the field/component information:</P><DIV class=""><SPAN>DATA(lo_struct) = CAST cl_abap_structdescr(</SPAN><DIV class=""><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cl_abap_typedescr=&gt;describe_by_name( p_tabname )</SPAN><DIV class=""><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ).</SPAN><P><SPAN>&nbsp;</SPAN></P><DIV class=""><SPAN>DATA(lt_dfies_c) = lo_struct-&gt;get_components( ).</SPAN><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><BLOCKQUOTE><P>This successfully returns the components/fields of the CDS view structure. However, I do not see any information indicating whether a field is defined as a<SPAN>&nbsp;</SPAN><STRONG>KEY in the CDS view.</STRONG></P><P>My requirement is to programmatically determine which fields are key fields for a released CDS view in the ABAP Cloud/Public Cloud environment.</P><P>Could anyone advise:</P><UL><LI>Is there a supported API or class in ABAP Cloud to retrieve CDS metadata including key-field information?</LI><LI>&nbsp;</LI><LI>Are there any restrictions in SAP Public Cloud that prevent access to CDS key definitions at runtime?<P>Any guidance or recommended approach would be greatly appreciated.</P><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class="">&nbsp;</DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV class=""><DIV><DIV class="">&nbsp;</DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></LI></UL></BLOCKQUOTE></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV> 2026-07-13T08:00:09.436000+02:00 https://community.sap.com/t5/technology-q-a/in-rap-how-to-filter-an-association-via-button/qaq-p/14440331 In RAP how to filter an association via button 2026-07-14T16:42:48.019000+02:00 MatzFi https://community.sap.com/t5/user/viewprofilepage/user-id/1643389 <P>Hello All,</P><P>I do not find any answer online.&nbsp; So I hope you can help me out.<BR />I got a RAP app which contains of some CDS Views in parent child relation and some "normal" associations.<BR />Each Entity has its own UUID and a reference to the root entity.<BR />This root UUID is used to associate to a foreign CDS and all entries are displayed within all entities.<BR />I now want one button which takes the UUID of the specific entity and filters the data of the association accordingly<BR />A short coding example<BR /><BR /></P><pre class="lia-code-sample language-abap"><code>define root table entity rootEntity { key key : key; uuid : uui; @ObjectModel : { sort.enabled : false, filter.enabled : false } _Child : composition of exact one to many children; @ObjectModel : { sort.enabled : false, filter.enabled : false } _foreign : association of exact one to many foreigns on $projection.uuid = _Activities.uuid_root_reference; }</code></pre><P>&nbsp;Child</P><pre class="lia-code-sample language-abap"><code>define table entity child { key parent_key : key; key key : key; uuid : /uuid; @ObjectModel:{ sort.enabled: false, filter.enabled: false } _parent : association to parent parent on $projection.parent_key = parent.key; }</code></pre><P>&nbsp;on Consumption level</P><P>root</P><pre class="lia-code-sample language-abap"><code>define root view entity c_parent provider contract transactional_query as projection on parent { key key as Key, uuid as UUID, @ObjectModel:{ sort.enabled: false, filter.enabled: false } _Child : redirected to composition child c_children; @ObjectModel:{ sort.enabled: false, filter.enabled: false } _foreign : redirected to c_foreign }</code></pre><P>&nbsp;child</P><pre class="lia-code-sample language-abap"><code>define view entity c_children as projection on children association of exact one to many c_foreigns as _foreigns on $projection.parentUUID = _foreigns.UUIDRootReference { key key as Key, key parent_key as ParentKey, _parent.uuid as parentUUID, uuid, _parent : redirected to parent c_parent, _foreigns }</code></pre><P>in parent and child bdef I now want to have this:</P><pre class="lia-code-sample language-abap"><code> action (features : instance) filterByUUID result [0..*] entity c_foreigns; side effects { action filterByUUID affects entity _foreigns; }</code></pre><P>The foreigns association is linked as line item reference and does not contain a filterbar.</P><pre class="lia-code-sample language-abap"><code>{ id : 'Foreigns', purpose : #STANDARD, position : 10, label : 'Foreigns', type : #LINEITEM_REFERENCE, targetElement : '_foreigns' },</code></pre><P>&nbsp;In coding i want somethind like this:</P><pre class="lia-code-sample language-abap"><code>READ ENTITIES OF parent IN LOCAL MODE ENTITY parent FIELDS ( uuid ) WITH CORRESPONDING #( keys ) RESULT DATA(lt_parents). LOOP AT keys ASSIGNING FIELD-SYMBOL(&lt;ls_key&gt;). LOOP AT lt_parents REFERENCE INTO DATA(lr_parent). SELECT * FROM foreigns WITH PRIVILEGED ACCESS WHERE uuid_root_reference = <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12268">@LR</a>_parent-&gt;uuid APPENDING TO TABLE @result. ENDLOOP. ENDLOOP.</code></pre><P>&nbsp;any hint how to achieve that I can filter the foreigns for the current entities uuid would be nice.<BR />Thank you in advance and best regards.</P><P>Matthias</P> 2026-07-14T16:42:48.019000+02:00 https://community.sap.com/t5/technology-q-a/quick-fix-system-number-mismatch-in-minisap-developer-trial-2022-2023/qaq-p/14447686 Quick Fix: System Number Mismatch in MiniSAP (Developer Trial 2022/2023) 2026-07-24T01:42:07.393000+02:00 josebecerra_ https://community.sap.com/t5/user/viewprofilepage/user-id/2321670 <P>When setting up the <STRONG>ABAP Cloud Developer Trial (MiniSAP)</STRONG>—as referenced in the <A class="" href="https://community.sap.com/t5/technology-blog-posts-by-sap/abap-cloud-developer-trial-2022-available-now/ba-p/13598069" target="_blank">abap-cloud-developer-trial-2022-available-now</A>—you may encounter an issue when installing your trial license via transaction <CODE>SLICENSE</CODE>:, transaction <CODE>SLICENSE</CODE> fails with this error:</P><BLOCKQUOTE><P><span class="lia-unicode-emoji" title=":cross_mark:">❌</span> <I>"This system’s system number is “000000000xxxxxx”, but there is a licence key for system number “000000000yyyyy” in the licence key file."</I></P></BLOCKQUOTE><H3 id="toc-hId-1949234111">The Cause</H3><P>The new license generation page: <span class="lia-unicode-emoji" title=":link:">🔗</span> <STRONG><A class="" href="https://zlicensekeyminisap-supportportal.dispatcher.hana.ondemand.com/?hc_reset#/minisap" target="_blank" rel="noopener nofollow noreferrer">https://zlicensekeyminisap-supportportal.dispatcher.hana.ondemand.com/?hc_reset#/minisap</A></STRONG></P><P>Generates a file named <STRONG><CODE>A4H_Multiple.txt</CODE></STRONG> that contains a mismatched <STRONG><CODE>SYSTEM-NR</CODE></STRONG> parameter which does not match your local system.</P><H3 id="toc-hId-1752720606">Quick Solution</H3><OL><LI><P><STRONG>Get your System Number:</STRONG> Open <CODE>SLICENSE</CODE> in MiniSAP and note your actual <STRONG>System Number</STRONG> (e.g., <CODE>000000000xxxxxx</CODE>).</P></LI><LI><P><STRONG>Edit <CODE>A4H_Multiple.txt</CODE>:</STRONG> Open the license file downloaded from the portal in a text editor (Notepad, VS Code, etc.).</P></LI><LI><P><STRONG>Replace <CODE>SYSTEM-NR</CODE>:</STRONG> Find the <STRONG><CODE>SYSTEM-NR</CODE></STRONG> field—which appears <STRONG>twice</STRONG> in the file—and replace its value with your local System Number.</P></LI><LI><P><STRONG>Install:</STRONG> Save the file and upload it in <CODE>SLICENSE</CODE>.</P></LI></OL><P>Problem solved! <span class="lia-unicode-emoji" title=":rocket:">🚀</span></P><P><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/2302137">@SAP</a></P> 2026-07-24T01:42:07.393000+02:00