Hello *,
I'm currently having the following problem with a xsodata object.
I have implemented an attribute view, which is accessible without any problems. For e.g., I can browse through data via data preview.
Beside this attribute view, I've implemented a xsodata object, which "wraps" the attribute view.
The problem now is that I can't access the data, when I open the xsodata object (metadata can be displayed),
Other xsodata objects in the same project work fine. For e.g. the material.xsodata with the definition below works fine.
service {
"SYS_SLT_REPL"."MARA" as "Material"...
}
Hints and advices are highly welcome!
Thanks, Thomas