Skip to Content
0
Sep 03, 2020 at 04:04 AM

Generic entity creation based on action triggered in UI(frontend)

49 Views

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.