Hi Team,
I have BTP Hana table with
create table "EmpData"(
"Emp No" VARCHAR(10) ,
"Emp Name" VARCHAR(50)
)
Created saphanaacademy-cap service and i'm able to access my application and srv instances..
But when I check oData URL, Enti...
Hi Team,
We created few bots in SAP CAI back end as ECC, now we want to integrate our Bots with different channels like Fiori, Whatsapp, SAP GUI, Teams & Slack
Currently which channels are supporting SSO with CAI Bot?
Hi Team,
We built SAP CAI bot with Custom UI and oAuth and token based validation(Standard SSO will not support our custom requirements) to our oData services connecting to SAP ECC. Bot is up and running on Fiori launchpad and Bot responses are bas...
Hi Team,
In BTP, Hana DB, I created a schema and have few tables. For this I created CAP Model in BAS using below steps
1. Run "YO" from terminal
2. Selected Saphanaacademy Odata.
3. Gave Hana and Schema details.
Now my cap model created o...
Hi, We already have tables which we were using for some other purpose. We need to use same tables and create Fiori project. So, I'm going with saphanaacademy-cap generator as it has provision to refresh models if some changes were to happen in Hana t...
Hi Thanks for your reply. Removing spaces is ok, But if we remove "", create table "EmpData"("Emp No" VARCHAR(10) ,"Emp Name" VARCHAR(50))creates hana table with columns in Capital letters(EMPNO,EMPNAME) and cap model creates, entities(empno , empnam...
Hi Jayprakash,
Good Blog. In this Blog you say we integrate CAI bot to GUI with WebChat option? Is this solution supports SSO?? If so, can you guide us in right solution. SAP was saying SSO is possible with WebClient API not Webchat.
Hi stefan, Sorry for confussion. I have added more details to my post. We need to get User info from Whatsapp or Teams channel when Bot is invoked from them for first time and store in CAI's memory variable to process further.
Hi Janssen, Sorry for confusion. I have added more details to my post. Please go through them. As per CAI docs, we can integrate CAI bot with whatsapp using Twillio and Can integrate CAI Bot with Team using Azure. We need to get User info from Whatsa...