on 2019 Mar 30 3:05 AM
Gurus,
Stuck with an issue, and could use some help!
I have a Fiori List Report / Object page app built using Fiori elements and local webide annotation modeler.
Have an XS odata service built using entity association defined via parameters based in this url - https://help.sap.com/viewer/52715f71adba4aaeb480d946c742d1f6/2.0.03/en-US/2ec97095dcbd420794670912e3...
Odata service is similar to the example
service {
"sap.test::table" as "Tab" navigates ("avp" as "ViewNav");
"sap.test::calcview" as "View" key ("theKeyColumns") parameters via key and entity;
association via parameters "avp"
principal "Tab"("paramValue") multiplicity "*"
dependent "View"("parameter") multiplicity "*";
}
Tested Odata service in browser and it works like a charm, no issues !!
PROBLEM is not sure what local annotations should be used in webide to navigate and pass the parameter value from principal entity to dependent entity ( In other words - navigate to object page from the list report by passing parameter value to object page entity. I get this error message HELP !!!
P.S - I am able to use list report object page navigation with normal entity association ( without parameters) this problem is specific to Parameter passing.
Thanks,
Tanveer
Request clarification before answering.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.