Hello RAP Experts,I need to add event on an unmanaged behaviour defintion. I have a button on list report and when the user clicks on the button , an event has to get triggered. In the case of managed behaviour defintion, there are few blogs which sp...
I am not a great programmer, I am just a good programmer with great habits"- Kent Beck .Think about a fresh doctor; unfortunately, there is a patient who has to suffer.Think about a fresh advocate; unfortunately, there is a litigent who has to suff...
Hello Experts,
I am developing a scanning application app and my requirement is that after successfull scan of a product , the cursor should appear on the particular field of the table row . How to achieve the same ? I have developed the app with ...
This is continuation of my blog series:
ABAP Lesser Known Heroes Series – Group Column : Part 1 | SAP Blogs
ABAP Lesser Known Heroes Series – Value Operator : Part 2 | SAP Blogs
ABAP Lesser Known Heroes Series – TYPE RANGE OF : Part 3 | SAP Bl...
Hello Experts,
I have ran into the same problem mentioned here in these posts.
ABAP Restful Programming Model Unmanaged Draft generate draft key | SAP Community
Draft table Key Field Design in ABAP Restful Application Programming Model RAP | S...
I have a sales order scenario , where I have Sales Order Header- ParentSales Order Item - Child Sales Order Schedule Line Item - Grandchild . Here I could read sales order schedule data in one EML statement. READ ENTITIES OF zlba_r_salesordercompinf...
jocelyn.dart Is there any Roadmap from SAP to provide more colors for criticality which can be handled from CDS views ? we are dealing with a customer who wants more colors and if it is in the roadmap from SAP,the customer can wait ,otherwise we need...
nicolai.geburekI am doing like this as you mentioned , but the line with firePress() is throwing error . Am i doing anything wrong here ? for ( var i = 0; i < cells.length; i++ ) { var cell = cells[8]; ...