Hello...
How to create generic entity creation when i press a button which is present in UI. For example i have button in UI when i click that button i sending some json(generic entity object) data like below
generic enity:{
"ID":"ID",
"name":"name"
}
this will have to create a entity in DB folder of CAPM and also that will not create as database table in hana db. Can we achieve this using CAPM? please let me know
Thanks in advance.