satish_inamdar
Explorer
Member since ‎2023 Jul 04

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 24 Kudos received

User Activity

When developing software components, it's often beneficial to reuse existing development objects in other parts of your project or in entirely different projects. To enable this reusability, you need to release these objects with "visibility use" in ...
Recently I was scrolling (not-mindlessly) videos on Youtube, when I stumbled upon an SQL coding problem. It wasn't anything super complicated, and I've seen similar problems on coding platforms like LeetCode before. But for some reason, this was the ...
Hi Experts, When it comes to ABAP on Cloud (Steampunk) what is the recommended approach to work with JSON data (Serialisation, Deserialisation). The Classic Class: /UI2/CL_JSON is a released API even in the latest version (2308) but at the same tim...
Foreign ABAP Unit Tests Yes, we are all familiar with ABAP Unit Tests and the principles of test driven development. If not, there are a lot of blogs and literature around ABAP Unit Test Framework. I will link a few at the end of this blog as well in...