former_member9173
Explorer
Member since ‎05-26-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

Hello, I'd like to transfer data from Business One which is stored in our on-premise HANA db to HANA db in BTP via CAP app. I am learning Service Layer and CAP for that and I am very confused. What we want to implement is: 1. in the app b...
I would like to design local launchpad like this. I can just put apps vertically in html file under app folder, but I need to make groups and add titles. what kind of tag i should use? or is there any sample code? thank you.
Hello experts, I am making two entities that are related to each other for a CAP app. entity Parent{ key Parent_UUID : UUID; key CODE : String(30); Child : Composition of many Child on Child.Parent = $self; } entity Child{ ...
Hello experts, I'm making a CAP app with Fiori UI, and I have two questions. 1. Can the user push data from Excel to the screen from the web page? I'd like to know if users can save Excel's data after uploading it to the screen like Business O...
Hello experts, I have worked only with Business One and I'm very new to BTP and everything other. Currently learning how to make CAP app with BTP briefly, which was very basic. Briefly what i made was.. (https://developers.sap.com/mission.b...
Kudos given to