Afsal
Advisor
Advisor
Member since ‎08-17-2020

User Statistics

  • 19 Posts
  • 1 Solutions
  • 4 Kudos given
  • 6 Kudos received

User Activity

I have created a custom control extending m.button to make the button as a drop targetsap.ui.define([ "sap/m/Button" ], function (Button) { "use strict"; return Button.extend("dr.draggable.controller.DropButton", { metadata: { ...
Hi, I am trying to implement a sample application with custom implementation logic.schema.cds looks like using { managed, cuid, User, sap.common.CodeList} from '@sap/cds/common';namespace afs.csupport;....entity Users : cuid, managed { firstN...
Hi, I have one Windows server configured with SFTP. I have already created a procedure to download files from this server to another using DPA (which was pretty straightforward with the help). Now I need to delete some of the files from the ser...
I'm attempting to construct a flow graph for data transformation, aiming to take data from a virtual table and store it in another table. I've generated a .hdbflowgraph file in BAS. However, when I attempted to assign a HANA table as the data sou...
Hi, Objective: Run a CDS custom entity in specified interval without any user interaction ( like a cron job) We are trying to schedule a process using Job scheduler in BTP. The process is already defined in a CDS custom entity with parameters.To ...