felix_grab
Explorer
Member since ‎2014 Jan 17

User Statistics

  • 11 Posts
  • 0 Solutions
  • 2 Kudos given
  • 22 Kudos received

User Activity

Hello,I am trying to create a clean core RAP application, which is changing data from purchase orders. Since the business objects are not released for use in private cloud scenarios, but only for the public cloud, I am relying on the old Bapis. These...
Where are we coming fromWe are a long-standing software partner of SAP, specializing in supply chain AddOns for nearly 20 years. We have different solutions inside of the portfolio and the older ones are more procedural coding, while the newer ones h...
Hello,I have built a CDS scalar function, with which I want to add workdays to a date using the SQL function "ADD_WORKDAYS".Therefore I created a Scalar function with the following coding:define scalar function /IFMSCM/ADD_WORKDAYS with parameters ...
Hello experts,I have created an application job template and application job catalog entry using ADT in Eclipse. Therefore I used the method GET_PARAMETERS of the Interface IF_APJ_DT_EXEC_OBJECT. At first I only added the first selection parameter (S...
Hello, we want to do a intent based navigation out of ABAP, to directly open up a fiori app out of ABAP coding. We already tried different classes for getting this done, like CL_LSAPI_MANAGER or /UI2/CL_START_URL, where we could build up the server...