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...
hello Ralph,
I'm learning Service Layer and practicing it with this code.
It works with Postman, like the screenshot bellow.
and when i try to see the result through the code you wrote, it fails.
then wrote $ cf restart scp-b1 on the te...
Hello Manh, sorry for the late reply. I simply deleted and recreated the account. and then restarted the same thing what i wrote on this page. And at the 4th step(here -> 4. then i was trying to provide access to myself on those capabilities) I did s...
hello, I've fixed this issue by deleting and remaking new BTP account, and running the booster with each capabilities separately. Try running the booster separately first. it could work for you hopefully.
Hello Ivan,I edited mta.yaml and packages.json as you told me so, but I still see the same error.here I pushed my code with the comment of 'deployment configuration error'https://github.com/keg9999/CAPdemowith many thanks,Dawon