srinujava
Participant
Member since ‎10-14-2015

User Statistics

  • 40 Posts
  • 1 Solutions
  • 12 Kudos given
  • 56 Kudos received

User Activity

Setup the development environment for ABAP RESTfull application programming (RAP) using SAP BTP ABAP environment and eclipse ADT. Getting started SAP BTP ABAP environment with Eclipse SAP Business Technology platform (BTP) providing us ABAP environ...
ABAP RAP (RESTful Application Programming) Model: ABAP Programming model was ever-changing over the years as Business needs and changes in technologies. RAP (RESTful Application Programming) model could be a strategic long-run SAP solution for ABAP...
CDS Views API CDS (Core Data Services) views are semantically rich data models, providing highly efficient built-in functions like aggregations, annotations, and conceptual associations. We can expose CDS views as a read-only ODATA service. Where ...
Code-to-Data Paradigm: Hi Folks, I started learning ABAP with SAP HANA and in the process of learning, I learned Code Push down techniques. Code pushdown is just a mechanism that Pushes the code to the database layer and get required result set inst...
Hi Experts, I have one requirement that is I have to open BSP application in the browser from ABAP report. The following is the ABAP code DATA: gd_webaddr TYPE string VALUE 'BSP application URL'. CALL METHOD cl_gui_frontend_services=>execute ...