Hi All ,
Can you please help me, how to consume procedure (Which Updates the entry in Custom tables) in XSOdata .
Below is the code which i have written but i am getting the error that Procedure in Unknown -
I have created this service on an Attribute view and trying to wrap the procedure in it.
service
{
"_SYS_BIC"."HANA_XS_VEHICLE_MODEL.CPQ/CPQ" as "insert" keys ("ID")
create using "HANA_XS_VEHICLE_MODEL::ins_data";
}
Thanks,
Shivam