Akshay_Anil
Explorer
Member since ‎2024 Jan 30

User Statistics

  • 17 Posts
  • 0 Solutions
  • 14 Kudos given
  • 8 Kudos received

User Activity

Hey everyone,Just wanted to share something I recently tried out — displaying an image (like a logo) directly on the selection screen of a report.This can be useful if you want to brand your report or make it look a bit more user-friendly. I used CL_...
While working in ABAP, especially when preparing data for file downloads or exporting internal tables, you might notice that some lines seem to end with a " # " symbol. But here's the catch  that " # " is not always a real hash symbol. Naturally, you...
IntroductionTo restrict or unrestrict IDoc statuses, you can use transaction code WE47 to modify the status settings. This allows you to define which IDoc statuses are considered valid for different actions like deletion or archiving. You can also us...
IntroductionIn every SAP system, managing IDocs effectively is crucial—not only for performance but also for long-term data governance. Recently, I worked on IDoc Archival (write & delete only) for a client doing this for the first time.  Here's the ...
IntroductionIn this post, I will explain how to connect multiple databases and OData services to SAP BTP using BAS . This guide covers configuring UI5 applications to consume multiple OData services from both SAP S/4HANA (on-premise) and SAP BTP ABAP...