BhargavaReddy
Active Participant
Member since ‎08-03-2016

User Statistics

  • 74 Posts
  • 13 Solutions
  • 19 Kudos given
  • 46 Kudos received

User Activity

Hello Experts, Would it be possible to write a hierarchy select statement (in ABAP / CDS / CTE) with dynamic start where-conditions? below is a sample code SELECT FROM HIERARCHY( SOURCE demo_cds_parent_child_source ...
Hello Experts, I have a requirement to enable custom annotations in ABAP CDS and expose them in the OData service like @UI & @Sematics. we can create our own custom Annotation Definition(DDLA) in ADT. but how can we use these custom annotations in ...
Hello Experts,I have faced one issue when activating the draft in the RAP managed scenario (OP2020). Let's take two tables Order & Positions Tables and key fields OrderNumber 10001 Position Table: OrderNumber, PositionNumber 10001, 10 10...
Hello Folks, How to replace double quotes " with single ' quotes in AMDP? I tried this way SELECT REPLACE (:lv_String, '"', '''') "replace" FROM DUMMY; but it's not worked for me, getting below error. String is '( Material EQ "RMME03" O...
Hello Experts, I am using WebIDE personal edition for my UI development. and I am able to deploy my application to BSP as a new one for the first time. But from the second time onwards when deploying the application got a success message as "de...