friendlycoder
Participant
Member since ‎04-24-2019

User Statistics

  • 140 Posts
  • 0 Solutions
  • 32 Kudos given
  • 23 Kudos received

User Activity

Hi all,Trying to attach a function to the method attachPropertyChange on the sap.ui.model.odata.v4.ODataModelonAfterRendering: function () {var oModel = this.getView().getModel(); //based on sap.ui.model.odata.v4.ODataModeloModel.attachPropertyChange...
Hi all,I am interested in implementing the HTTP status code 202 within the action method async_posting. CLASS lhc_asyncflighttp DEFINITION INHERITING FROM cl_abap_behavior_handler.PRIVATE SECTION.METHODS:get_global_authorizations FOR GLOBAL AUTHORIZA...
Hi all,I am trying to redefine the standard Odata service FDP_BD_STANDARD_CH_OP. During the process of redefinition I have noticed that the key fields are missing in the selection screen.Here is one of the examples: Why are the key fields not availab...
Hi all,I have created a Business Configuration Maintenance Object app according to this tutorial https://developers.sap.com/tutorials/abap-environment-business-configuration-object.html.To skip the single root entity page, I followed the step-by-step...
Hi all, I would like to add new section to the standard app Manage Banks. In the adaption mode, there is an option “Add section” when click on it There is only one content available. How to create new section so that I can select in t...