Hi,
I have created a Attribute View and trying to consume it in UI5 via ODATA Service .
Code for XSODATA:
service {
"_SYS_BIC"."Nik_HANA/AT_EMPLOYEE_ADDRESS" as "Employee_table" keys local generate "EmployeeId";
}
In UI5 Application I am not getting all the coloumns of the view only the coloumns of first table displayed .
Thanks,
Nikhil.