<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: no code/ low code report in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaa-p/14429747#M4944943</link>
    <description>Spot on as always &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1411257"&gt;@dawid&lt;/a&gt;!</description>
    <pubDate>Tue, 30 Jun 2026 01:58:01 GMT</pubDate>
    <dc:creator>C_SAP_ForumUser</dc:creator>
    <dc:date>2026-06-30T01:58:01Z</dc:date>
    <item>
      <title>no code/ low code report</title>
      <link>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaq-p/14425250</link>
      <description>&lt;P&gt;it's first time for me to work with public cloud project and i have two tasks&amp;nbsp;&lt;/P&gt;&lt;P&gt;- build an api for integration with add field custom to standard api&lt;/P&gt;&lt;P&gt;- build an abap report&amp;nbsp;&lt;/P&gt;&lt;P&gt;so anyone can help me with blog or doc.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 07:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaq-p/14425250</guid>
      <dc:creator>abdelrahman_khaimse5f2c1</dc:creator>
      <dc:date>2026-06-23T07:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: no code/ low code report</title>
      <link>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaa-p/14426305#M4944661</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/2312608"&gt;@abdelrahman_khaimse5f2c1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In Public Cloud both requirements need to be designed using the released Public Cloud extensibility options&lt;/P&gt;&lt;P&gt;For the API requirement, the first option is to use the Custom Fields app. A custom field can be added to the relevant business context and then enabled for the relevant released OData API, provided that the API and business context support custom-field extensibility. After publishing the field the API metadata should be checked again to confirm that the field is available&lt;/P&gt;&lt;P&gt;If the required standard API or business context does not support the custom field the standard API should not be modified directly. In that case, the clean-core approach is to build a custom API using Developer Extensibility / RAP in the SAP S/4HANA Cloud ABAP Environment, based only on released SAP objects&lt;/P&gt;&lt;P&gt;For the ABAP report requirement, this should not be approached as a classic SE38-style ABAP report. In Public Cloud the right solution depends on the business purpose:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for analytical reporting, use Custom Analytical Queries and Services&lt;/LI&gt;&lt;LI&gt;for an interactive custom report, build a RAP / SAP Fiori elements app&lt;/LI&gt;&lt;LI&gt;for scheduled or background processing, use an Application Job Catalog Entry and Application Job Template&lt;/LI&gt;&lt;LI&gt;for external consumption, expose a custom RAP/OData API&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;More details below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/3a713139e548434e8a50800e7a7c8172.html" target="_blank"&gt;SAP Help – Creating Custom Fields&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/51eaeef0155c4311a4d07ed577caa349.html" target="_blank"&gt;SAP Help – Editing Custom Fields&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/55a7cb346519450cb9e6d21c1ecd6ec1/453a497d2dae440087559064343dcce5.html" target="_blank"&gt;SAP Help – Developer Extensibility&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/4ef099d254cd4f8a96df001496f53952.html" target="_blank"&gt;SAP Help – Custom Analytical Queries and Services&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/6aa39f1ac05441e5a23f484f31e477e7/949ba003345b476e99e46b920f41632d.html" target="_blank"&gt;SAP Help – Creating a Job Catalog Entry and a Job Template&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.sap.com/mission.sap-fiori-abap-rap100.html" target="_blank"&gt;SAP Developers – Build an SAP Fiori App Using RAP&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.sap.com/tutorials/s4hc-abap-environment-create-custom-api..html" target="_blank"&gt;SAP Developers – Creating a Custom Inbound API in SAP S/4HANA Cloud ABAP Environment&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pages.community.sap.com/topics/abap/rap" target="_blank"&gt;SAP Community – ABAP RESTful Application Programming Model RAP&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;In Public Cloud, custom fields can be added to a standard API only where the released API and business context support extensibility. For the ABAP report, the recommended Public Cloud approach is not a classic on-premise ABAP report but a Custom Analytical Query, RAP/Fiori app, Application Job or custom RAP/OData API, depending on the requirement&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dawid&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 09:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaa-p/14426305#M4944661</guid>
      <dc:creator>dawid90</dc:creator>
      <dc:date>2026-06-24T09:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: no code/ low code report</title>
      <link>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaa-p/14429747#M4944943</link>
      <description>Spot on as always &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1411257"&gt;@dawid&lt;/a&gt;!</description>
      <pubDate>Tue, 30 Jun 2026 01:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/no-code-low-code-report/qaa-p/14429747#M4944943</guid>
      <dc:creator>C_SAP_ForumUser</dc:creator>
      <dc:date>2026-06-30T01:58:01Z</dc:date>
    </item>
  </channel>
</rss>

