cancel
Showing results for 
Search instead for 
Did you mean: 

List Report to Object Page Navigating to Entities via Parameters

former_member289890
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (0)