https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/ABAP-Development-qa.xml SAP Community - ABAP Development 2026-07-24T20:00:04.428153+00:00 python-feedgen ABAP Development Q&A in SAP Community https://community.sap.com/t5/enterprise-resource-planning-q-a/as-abap-7-xx-sp04-developer-edition-end-of-life/qaq-p/14438496 AS ABAP 7.xx SP04, Developer Edition - End of Life 2026-07-12T10:09:23.827000+02:00 grimaldivincenzo https://community.sap.com/t5/user/viewprofilepage/user-id/2317970 <P>Daar community,</P><P>The ABAP Sybase playground for learnign ABAP is going end of live, is there any option to extend the license at the moment?<BR /><BR />The portal for the requests of the minisap licenses is not working at the moment.<BR /><BR />Is SAP going to provide some sort of extensions in a different format?</P><P>&nbsp;</P><P>Regards,</P><P>&nbsp;</P><P>VG</P> 2026-07-12T10:09:23.827000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/subject-can-anyone-help-with-recording-inspection-lot-defects-from-an-se38/qaq-p/14438686 Subject: Can anyone help with recording Inspection Lot defects from an SE38 custom program 2026-07-12T18:51:07.433000+02:00 Thomas512 https://community.sap.com/t5/user/viewprofilepage/user-id/2317514 <P><STRONG>Subject:</STRONG> Can anyone help with recording Inspection Lot defects from an SE38 custom program ?</P><P>Hi Experts,</P><P>I am working on a custom ABAP report (SE38) for SAP QM.</P><P>My requirement is to perform a <STRONG>partial reversal of Usage Decision</STRONG>. The stock reversal part is already working successfully.</P><P>After the partial reversal, I need to <STRONG>record a manual defect against the Inspection Lot</STRONG> from the same custom report.</P><P>I investigated the standard SAP QM interface and found the function module <STRONG><CODE>QIRF_GET_DEFECT_ITEMS2</CODE></STRONG>. According to SAP QM-IDI documentation, this FM is used to confirm defect items using record types such as <STRONG>Q90 (Inspection Lot)</STRONG>, <STRONG>Q91 (Operation)</STRONG>, <STRONG>Q92 (Characteristic)</STRONG>, <STRONG>Q95</STRONG>, and <STRONG>Q96</STRONG>.</P><P>I have also debugged the standard implementation and found that:</P><UL><LI><P><CODE>QIRF_GET_DEFECT_ITEMS2</CODE></P></LI><LI><P>→ <CODE>DEFECT_ITEM_RECORDING</CODE></P></LI><LI><P>→ <CODE>QFFE_DEFECT_ITEMS_GENER_LOT</CODE></P></LI></UL><P>I am populating the <CODE>QMIFE</CODE> structure and calling the FM from my SE38 report.</P><P>However, I currently cannot complete end-to-end testing because there is <STRONG>no QM inspection lot test data available in my DEV system</STRONG>.</P><P>My questions are:</P><OL><LI><P>Is <CODE>QIRF_GET_DEFECT_ITEMS2</CODE> the correct SAP-standard FM to record manual defects from a custom SE38 program?</P></LI><LI><P>Has anyone successfully used this FM from a custom report (not from QE51N or another standard transaction)?</P></LI><LI><P>For <STRONG>Inspection Lot defects (Q90)</STRONG>, which <CODE>QMIFE</CODE> fields are mandatory?</P></LI><LI><P>Is there any SAP-recommended alternative API/BAPI for this requirement?</P></LI></OL><P>Any sample code or working example would be greatly appreciated.</P><P>Thank you</P> 2026-07-12T18:51:07.433000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/custom-field-not-visible-in-fagll03h-report-output-or-layout-in-prd/qaq-p/14438834 Custom Field Not Visible in FAGLL03H Report Output or Layout in PRD 2026-07-13T07:57:00.496000+02:00 parisha_singhal https://community.sap.com/t5/user/viewprofilepage/user-id/2316602 <P class=""><SPAN>Hi Experts,</SPAN></P><P class=""><SPAN>I have extended transaction </SPAN><STRONG><SPAN>FAGLL03H</SPAN></STRONG><SPAN> by implementing the FAGL_LIB&nbsp;</SPAN><STRONG><SPAN> BAdI</SPAN></STRONG><SPAN> (IF_FAGL_LIB~SELECT_DATA</SPAN><SPAN>) to display a custom field in the report output.</SPAN></P><H3 id="toc-hId-1948342146"><SPAN>Implementation Details</SPAN></H3><UL><LI><SPAN>BAdI:&nbsp;FAGL_LIB</SPAN></LI><LI><SPAN>Method Implemented: IF_FAGL_LIB~SELECT_DATA</SPAN></LI><LI><SPAN>Custom field appended to:</SPAN><UL><LI>SGLPOS_N_CT</LI><LI>SGLPOS_N_GL_CT</LI></UL></LI></UL><H3 id="toc-hId-1751828641"><SPAN>Issue</SPAN></H3><P class=""><SPAN>The enhancement is working as expected in both </SPAN><STRONG><SPAN>Development (DEV)</SPAN></STRONG><SPAN> and </SPAN><STRONG><SPAN>Quality (QAS)</SPAN></STRONG><SPAN> systems. The custom field is available in the report output and can also be added through the layout.</SPAN></P><P class=""><SPAN>However, in the </SPAN><STRONG><SPAN>Production (PRD)</SPAN></STRONG><SPAN> system, the custom field is not available in the report output or in the layout field selection.</SPAN></P><H3 id="toc-hId-1555315136"><SPAN>Analysis Performed</SPAN></H3><UL><LI><SPAN>The append structures are present and active in </SPAN><STRONG><SPAN>SE11</SPAN></STRONG><SPAN> in PRD.</SPAN></LI><LI><SPAN>The BAdI implementation is active in PRD.</SPAN></LI><LI><SPAN>The transport has been imported successfully.</SPAN></LI><LI><SPAN>During debugging in IF_FAGL_LIB~SELECT_DATA,&nbsp;</SPAN><SPAN>&nbsp;I observed that the custom field is </SPAN><STRONG><SPAN>not available</SPAN></STRONG><SPAN> in &lt;ls_data&gt;&nbsp;</SPAN><SPAN>(LIKE LINE OF CT_DATA</SPAN><SPAN>) or in CT_DATA</SPAN><SPAN>.&nbsp;</SPAN></LI><LI><SPAN>One difference I noticed is that </SPAN><STRONG><SPAN>transaction HDBVIES&nbsp;</SPAN></STRONG><STRONG><SPAN>was not executed in PRD</SPAN></STRONG><SPAN> after transporting the enhancement, although it is mentioned as a post-transport step in the SAP documentation/blog for extending FAGLL03H.</SPAN></LI></UL><H3 id="toc-hId-1358801631"><SPAN>Queries</SPAN></H3><OL><LI><SPAN>Could the absence of the custom field in CT_DATA&nbsp;</SPAN><SPAN>be due to HDBVIEWS</SPAN><SPAN>&nbsp;not being executed in PRD?</SPAN></LI><LI><SPAN>Is executing HDBVIEWS&nbsp;</SPAN><SPAN>mandatory after appending custom fields to SGLPOS_N_CT</SPAN><SPAN> and SGLPOS_N_GL_CT</SPAN><SPAN>?</SPAN></LI><LI><SPAN>Is it sufficient to regenerate only the relevant HDB views, or is it necessary to regenerate all HDB views?</SPAN></LI><LI><SPAN>If all HDB views are regenerated in the Production system, is there any risk of impacting existing custom developments or standard reports?</SPAN></LI><LI><SPAN>Are there any additional activation or post-transport steps that should be performed to make the custom field available in FAGLL03H?</SPAN></LI></OL><P class=""><SPAN>I would appreciate any suggestions or guidance from anyone who has encountered a similar issue.</SPAN></P><P><SPAN>Thank you.</SPAN></P> 2026-07-13T07:57:00.496000+02:00 https://community.sap.com/t5/technology-q-a/license-portal-down-urgent-renewal-for-as-abap-7-52-dev-edition-npl/qaq-p/14439310 License Portal Down - Urgent Renewal for AS ABAP 7.52 Dev Edition (NPL) 2026-07-13T14:36:16.896000+02:00 knakano https://community.sap.com/t5/user/viewprofilepage/user-id/1599777 <P>Hi the SAP Community,</P><P>I am currently using the SAP AS ABAP 7.52 Developer Edition (MiniSAP), and my license is going to expire very soon on July 17.</P><P>I am trying to renew it, but the official license portal (go.support.sap.com/minisap) is currently down and showing an error message.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error20260713.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/432486i47E4DE37C07EAB0A/image-size/large?v=v2&amp;px=999" role="button" title="error20260713.png" alt="error20260713.png" /></span></P><P>&nbsp;</P><P>I already contacted the Customer Interaction Center (CIC), but since I am a free user without S-User authorizations, they told me they could not process a standard support case for me.</P><P>Could you please advise on how free users can renew their license keys during this portal downtime, or let us know when it might be back online?</P><P>My System ID is NPL - SAP NetWeaver 7.x (Sybase ASE).<BR />(For privacy and security reasons, I have omitted my Hardware Key here, but I can provide it via private message if you are able to generate a key for me).</P><P>Thank you so much for your support!</P><P>Best regards,<BR />Kunihiro Nakano</P><P>&nbsp;</P> 2026-07-13T14:36:16.896000+02:00 https://community.sap.com/t5/technology-q-a/repeated-rap-update-of-business-partner-is-causing-error/qaq-p/14439354 Repeated RAP update of business partner is causing error 2026-07-13T15:32:26.497000+02:00 aravind_indu https://community.sap.com/t5/user/viewprofilepage/user-id/362467 <P>Hi All,</P><P>I'm trying to update tax numbers of business partners using RAP. It is working if there is a single update. If multiple updates I'm trying each with its own commit then the following error is coming.</P><P><SPAN>Parameter IV_X_SAVE is '' for FM BUPA_CENTRAL_CHANGE. It should be 'A'.</SPAN></P><P><SPAN>Anyone faced this error. Any solution for this.</SPAN></P><P><SPAN>Aravind</SPAN></P> 2026-07-13T15:32:26.497000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/va01-vertical-scrollbar-visible-only-after-horizontal-scrolling/qaq-p/14440514 VA01 vertical scrollbar visible only after horizontal scrolling 2026-07-14T21:52:04.526000+02:00 monikabt https://community.sap.com/t5/user/viewprofilepage/user-id/2318840 <P class="">Hi,</P><P>I am using an SAP test system based on Global Bike as part of my studies. I noticed a usability issue in transaction VA01.</P><P>When the SAP GUI window is maximized, the right-side vertical scrollbar is visible and the bottom horizontal scrollbar is not needed. However, when the window is reduced, the bottom horizontal scrollbar appears and the vertical scrollbars move to the far right side.</P><P>I have also seen a case in another S/4HANA system where these scrollbars were displayed even when the SAP GUI window was maximized. In that case, the user had to move the bottom horizontal scrollbar to the right in order to access the vertical scrollbar. After doing this, the left part of the screen was cut off and fields/tabs such as <STRONG>Order Reason</STRONG> were no longer visible.</P><P>This is not convenient when creating sales orders where the <STRONG>Order Reason</STRONG> field needs to be used, because the user has to scroll horizontally just to access the vertical scrollbar, and then loses visibility of the left side of the screen.</P><P>I checked a similar VA01 layout in SE51. The main screen was SAPMV45A / 4001,&nbsp; and the lower area was defined as SUBSCREEN_BODY.</P><P>My questions are:</P><OL><LI>From a technical point of view, can this behaviour be changed by adjusting the dynpro/subscreen layout in SE51/SE80?</LI><LI>Is the scrollbar position controlled by the width/position of the lower subscreen area, for example SUBSCREEN_BODY?</LI><LI>Or is the scrollbar position fully controlled by SAP GUI / standard SAP screen behaviour?</LI><LI>Why does the screen not adjust to the available SAP GUI window size in the same way as in the old SAP system?</LI></OL><P>I understand that changing SAPMV45A&nbsp; would be a standard modification, but I would like to understand what technically controls the position of this vertical scrollbar and why the screen does not resize in the same way as in the legacy SAP system.</P><P>If this is not the correct board, please advise where this SAP GUI / dynpro layout question should be posted.<BR /><BR /></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="monikabt_0-1784058934779.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/433028i946E79D07AA6DAA2/image-size/medium?v=v2&amp;px=400" role="button" title="monikabt_0-1784058934779.png" alt="monikabt_0-1784058934779.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="monikabt_1-1784059068016.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/433030i04BFFF803574C486/image-size/medium?v=v2&amp;px=400" role="button" title="monikabt_1-1784059068016.png" alt="monikabt_1-1784059068016.png" /></span></P><P>&nbsp;</P><P>Thank you.</P> 2026-07-14T21:52:04.526000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/transferring-newly-created-material-to-sap-digital-manufacturing/qaq-p/14440735 Transferring newly created material to SAP Digital Manufacturing 2026-07-15T08:17:49.723000+02:00 syed_abdul_rahaman2 https://community.sap.com/t5/user/viewprofilepage/user-id/883327 <P>Hi Experts,</P><P>I'm looking for a functionality of transferring newly created material to SAP DM, all configurations and integrations are in place. System is able to trigger MATMAS Idoc when sending from BD10.</P><P>But I have scheduled a job in the background for the program -&nbsp;RBDMIDOC (BD21) and after creating a new material via MM01, system is sending all the materials to SAP DM. How to set criteria or filter only to send newly created material.</P><P>And in BDCP2 table there are some logs available not processed yet, but its a mix of multiple message types and for MATMAS only 64 entries are showing.</P><P>&nbsp;</P><P>&nbsp;</P><P>Regards,</P><P>Rahaman</P> 2026-07-15T08:17:49.723000+02:00 https://community.sap.com/t5/technology-q-a/extracting-cosp-data-in-s-4hana-for-datasphere-sac/qaq-p/14441664 Extracting COSP data in S/4HANA for Datasphere/SAC 2026-07-15T23:02:37.737000+02:00 filineri https://community.sap.com/t5/user/viewprofilepage/user-id/2319242 <P>Hello experts,</P><P>In our current project we completed a migration to SAP S/4HANA and we are now starting to use SAP Datasphere and SAP Analytics Cloud for reporting (we're relatively new to SAP's reporting reporting tools).</P><P>Before the migration, our reporting relied on extractions from tables COSP and COSS. From what I understand, in S/4HANA the actuals are now stored in ACDOCA, and based on the available Datasphere business content I found a CDS view that allows me to extract actual data from ACDOCA.</P><P>However, I am unsure how to handle the planning data that previously came from COSP and COSS.<BR />Are these planning records now stored in ACDOCP in S/4HANA?<BR />Or do I need to design a custom CDS view or another extraction process to retrieve planning data for COSP reporting?</P><P>Any guidance or best practices for handling COSP/COSS planning data in S/4HANA (especially when integrating with Datasphere and SAC) would be greatly appreciated.</P><P>Thank you in advance.</P> 2026-07-15T23:02:37.737000+02:00 https://community.sap.com/t5/technology-q-a/screen-painter-blank-in-sapmv45a-screen/qaq-p/14441686 Screen Painter Blank in SAPMV45A screen 2026-07-16T01:16:25.599000+02:00 Tanuj_Patil https://community.sap.com/t5/user/viewprofilepage/user-id/2058619 <P>Hello Team,</P><P>The screen painter display is blank after executing 0101 screen in SAPMV45A program of SE80. Please assist.</P><P>We have tried the AI generated resolution and SAP Note 2297314 but it didn't work. We created and executed the program set in SAMT still the issue was not resolved. The screen was blank itself.</P><P>Thanks and Regards,</P><P>Tanuj Patil</P> 2026-07-16T01:16:25.599000+02:00 https://community.sap.com/t5/technology-q-a/how-to-change-custom-field-properties-in-custom-fields-tab-of-transaction/qaq-p/14442253 How to change custom field properties in Custom Fields tab of transaction VF02? 2026-07-16T14:51:42.256000+02:00 bigflatfoot https://community.sap.com/t5/user/viewprofilepage/user-id/887707 <P>I have custom field made in Custom Field app. I was trying to make it read-only on transaction VF02. Which userexit should I put the logic?&nbsp;<BR /><BR /></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bigflatfoot_0-1784206245965.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/433865i4152422DC9B0C317/image-size/medium?v=v2&amp;px=400" role="button" title="bigflatfoot_0-1784206245965.png" alt="bigflatfoot_0-1784206245965.png" /></span></P><P>&nbsp;</P> 2026-07-16T14:51:42.256000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/sap-smart-form-eway-bill-number-missing-in-pdf-intermittent-issue/qaq-p/14442549 SAP Smart Form – eWay Bill Number Missing in PDF (Intermittent Issue) 2026-07-16T20:56:47.777000+02:00 Thomas512 https://community.sap.com/t5/user/viewprofilepage/user-id/2317514 <P>SAP Smart Form – eWay Bill Number Missing in PDF (Intermittent Issue)</P><P>Hi Experts,</P><P>I am facing an intermittent issue in SAP Smart Forms related to eWay Bill printing for a production output type (ZPID).</P><P>Scenario</P><P>The invoice is created successfully.</P><P>The eWay Bill is generated and stored in the database.</P><P>During debugging, the eWay Bill number is available in the Smart Form Initialization.</P><P>The value is also present in the OTF output.</P><P>There are no conditions on the Smart Form window or text node that suppress the field.</P><P>However, the final PDF displays the eWay Bill number as blank for some invoices.</P><P>The issue is intermittent; other invoices print correctly.</P><P>Observations</P><P>The Smart Form generates the OTF with the correct eWay Bill value.</P><P>Since the value exists in the OTF, it appears that the Smart Form generation is successful.</P><P>The issue seems to occur only in the final PDF output.</P><P>Timing Analysis</P><P>Working case:</P><P>Invoice creation: 10:49:38</P><P>eWay Bill generation: 10:51:00</P><P>Delay: 1 minute 22 seconds</P><P>Negative case 1:</P><P>Invoice creation: 23:10:35</P><P>eWay Bill generation: 23:15:00</P><P>Delay: 4 minutes 25 seconds</P><P>Negative case 2:</P><P>Invoice creation: 12:04:13</P><P>eWay Bill generation: 12:09:00</P><P>Delay: 4 minutes 47 seconds</P><P>Both negative cases show a similar delay of around 5 minutes, while the working case has only about 1 minute 22 seconds delay.</P><P>Our team also noted that the eWay Bill response is updated by a background job running periodically, and one suggestion was to temporarily increase the job frequency to see whether the number of intermittent issues decreases.</P><P>My Questions</P><P>If the eWay Bill value is already present in the OTF, what could cause it to disappear in the final PDF?</P><P>Can digitally signed Smart Forms or the PDF generation process use an older snapshot of the data instead of the current OTF?</P><P>Has anyone seen a similar issue where OTF contains the correct value but the generated PDF is blank?</P><P>Besides timing, what other areas should I investigate (spool processing, digital signature, PDF conversion, output processing, etc.)?</P><P>Any suggestions or similar experiences would be greatly appreciated.</P> 2026-07-16T20:56:47.777000+02:00 https://community.sap.com/t5/technology-q-a/pir-scales-enhancement-in-ck40n-and-ck11n/qaq-p/14442684 PIR Scales enhancement in Ck40n and Ck11n 2026-07-17T07:57:23.644000+02:00 Cjjchujunchen https://community.sap.com/t5/user/viewprofilepage/user-id/1660080 <P>Hello everyone&nbsp;</P><P>The customer's current requirement is to not use the Costing Lot Size from the cost accounting view to find the scales pricing in the PIR (Purchasing Info Record),<BR />but instead to use the fixed Lot Size from the MRP 1 view.<BR />I would like to ask the experts here if anyone has implemented this enhancement before, and if so, what impacts might there be?</P><P>Chen</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cjjchujunchen_0-1784267794914.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/434121i4730A43A623C681C/image-size/medium?v=v2&amp;px=400" role="button" title="Cjjchujunchen_0-1784267794914.png" alt="Cjjchujunchen_0-1784267794914.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cjjchujunchen_1-1784267810758.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/434122iC45008CB1A7DFA71/image-size/medium?v=v2&amp;px=400" role="button" title="Cjjchujunchen_1-1784267810758.png" alt="Cjjchujunchen_1-1784267810758.png" /></span></P><P>&nbsp;</P> 2026-07-17T07:57:23.644000+02:00 https://community.sap.com/t5/technology-q-a/sap-systemstatus-userstatus/qaq-p/14442814 SAP Systemstatus / Userstatus 2026-07-17T10:32:02.096000+02:00 master1980 https://community.sap.com/t5/user/viewprofilepage/user-id/831516 <P>You know when you think you know a lot and then everything feels so unreal, you dont understand nothing anymore,<BR />and you want to get out of the Rabit-Hole(...)</P><P>In SAP there are the tables<BR /><BR />TJ30/TJ30T (User-Status)<BR />TJ02/Texttable TJ02T (Systemstatus)</P><P>According to a Kollege 1 User-Status is uniquely assigned to exactly 1<BR />System-Status. Where/how do I Find this unique link. I mean there must be a table where TJ02-ISTAT<BR />where TJ02-ISTAT is linked to TJ30-ESTAT?</P><P>I want to set new User Status of an Object (in this case it is a Network in PS with BAPI)<BR />In object oriented Programming I define Interfaces with constants like this:</P><P>BEGIN OF mc_user_status,<BR />released TYPE j_status VALUE 'E0004', "Anwenderstatus Freigegeben<BR />END OF mc_user_status .</P><P>Is this a bad approach? Which "Status" or Primary Key "defines" the "State" "RELEASED" ob this Object?<BR />Would this be better</P><P>BEGIN OF mc_system_status,<BR />released TYPE j_status VALUE 'I0004', "Systemstatus Freigegeben"<BR />END OF mc_user_status .</P><P>Now I determine the user-status which is assigned to the system-Status 'I0004' and this one I set with the BAPI as a new User-Status</P> 2026-07-17T10:32:02.096000+02:00 https://community.sap.com/t5/technology-q-a/official-abap-mcp-server-for-ai-integration/qaq-p/14444339 Official ABAP MCP Server for AI Integration 2026-07-20T11:56:17.498000+02:00 AlvinFords https://community.sap.com/t5/user/viewprofilepage/user-id/2013771 <P>Currently we're doing analysis and testing in integrating ABAP MCP on Eclipse to connect to our sandbox system.<BR />It seems that the MCP server offered SAP is limited since AI cant edit existing object (although we can create new one).</P><P>I have tried community MCP server and it was able to do it. are there any way ABAP MCP tool for editing can be enabled?<BR />was it disabled in purpose to prevent premature / accidental damage to existing objects.</P> 2026-07-20T11:56:17.498000+02:00 https://community.sap.com/t5/technology-q-a/f1861-display-supplier-list-change-responsive-table-to-grid-table-using/qaq-p/14444530 F1861 - Display Supplier List : Change Responsive Table to Grid Table Using Adaptation Project. 2026-07-20T15:27:26.939000+02:00 rohit_patil120b7d https://community.sap.com/t5/user/viewprofilepage/user-id/2305029 <P>Hi&nbsp; Experts,</P><P>I am working on standard Sap Fiori app F1861 In S/4 Hana 2022 FPS02. Business wants to replace the responsive table with a grid table so user can a horizontal scrollbar and view all columns at ones. I tried changing the table type from all responsive to grid using an adaptation project, and also tried controller extension and manifest change, but the app fails at runtime with error&nbsp;</P><P>"getTable().setFixedLayout is not a function",</P><P>and doesn't load properly. I also checked SAP KBA 3460918, and it says F1861 uses a responsive table by design, and no horizontal scroll is provided. Is there any officially supported way to change it to a grid table, maybe via CDS annotation or a sap note? Any guidance would be appreciated.</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAPUI5/pd-p/500983881501772639608291559920477" class="lia-product-mention" data-product="325-1">SAPUI5</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+Fiori/pd-p/73554900100700000977" class="lia-product-mention" data-product="18-1">SAP Fiori</a>&nbsp; <a href="https://community.sap.com/t5/c-khhcw49343/SAP+Fiori+Elements/pd-p/ed5c1ef6-932f-4c19-b2ba-1be375109ff5" class="lia-product-mention" data-product="21-1">SAP Fiori Elements</a>&nbsp; &nbsp;</P> 2026-07-20T15:27:26.939000+02:00 https://community.sap.com/t5/technology-q-a/beginner-and-learner-in-sap/qaq-p/14445176 Beginner and Learner in SAP 2026-07-21T11:42:35.541000+02:00 momin_khan-786 https://community.sap.com/t5/user/viewprofilepage/user-id/2320661 <P>Hello , I want to know how can we not use "JOIN" to fetch the data table by table and how can we not use "FOR ALL ENTRIES" means what is the alternative way of using "FOR ALL ENTRIES".&nbsp;</P> 2026-07-21T11:42:35.541000+02:00 https://community.sap.com/t5/technology-q-a/set-but000-xblck-x-lfa1-sperr-x-and-lfb1-zahls-q-via-abap-code/qaq-p/14446367 Set BUT000-XBLCK = X; lfa1 - sperr = 'X' and lfb1-zahls = Q via Abap Code 2026-07-22T13:56:49.272000+02:00 hutner https://community.sap.com/t5/user/viewprofilepage/user-id/709805 <P>Hey guys, i need your help! I want to update BUUT000-XBLCK = X; lfa1 - sperr = 'X' and lfb1-zahls = Q after the user sets lfa1-sperq = 'B1'&nbsp; via transaction BP.</P><P>&nbsp;</P><P>I try this in the method:&nbsp;IF_EX_CVI_CUSTOM_MAPPER~MAP_BP_TO_VENDOR&nbsp; &nbsp; &nbsp; (CVI_CUSTOM_MAPPER)</P><pre class="lia-code-sample language-abap"><code> IF i_partner-header-object_task EQ 'C'. IF c_vendor-central_data-central-data-sperq EQ 'B1'. c_vendor-central_data-central-data-sperr = 'X'. c_vendor-central_data-central-datax-sperr = 'X'. c_vendor-central_data-central-data-cvp_xblck = 'X'. c_vendor-central_data-central-datax-cvp_xblck = 'X'. ENDIF. ENDIF.</code></pre><P>&nbsp;But only field sperr was changed.</P><P>How can I update lfb1-zahls and but000-xblck ?</P> 2026-07-22T13:56:49.272000+02:00 https://community.sap.com/t5/technology-q-a/smt-s-ssimg-root-d-could-not-be-activated/qaq-p/14447615 SMT_S_SSIMG_ROOT_D; could not be activated 2026-07-23T21:29:47.954000+02:00 peter_mcdermott https://community.sap.com/t5/user/viewprofilepage/user-id/205512 <P>During the upgrade of Solution Manager I received the following error: &nbsp;"Table" "SMT_S_SSIMG_ROOT_D" could not be activated.</P><P>I continued with the upgrade without correcting the error.</P> 2026-07-23T21:29:47.954000+02:00 https://community.sap.com/t5/technology-q-a/smt-s-ssimg-root-d-could-not-be-activated/qaq-p/14447628 SMT_S_SSIMG_ROOT_D could not be activated 2026-07-23T22:03:18.420000+02:00 peter_mcdermott https://community.sap.com/t5/user/viewprofilepage/user-id/205512 <P>During SUM update to&nbsp; Solution Manager I received the following error: "Table" "SMT_S_SSIMG_ROOT_D" could not be activated.</P><P>I proceeded to the end of the update without further errors.&nbsp;</P> 2026-07-23T22:03:18.420000+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