cancel
Showing results for 
Search instead for 
Did you mean: 

How to access SqlQuery defined parameter's valid values in API Gateway Service

GzatHars
Explorer
0 Kudos

Hi, I'm pretty new in developing via reporting services exposed through api gateway service. I'm trying to understand how to access "dynamically" to sql query defined parameter valid values via service layer. The following screenshot has been taken from the official SAP documentation. How can I get the Item Group parameter valid values, in order to allow the end user to select them?

Since there could be multiple parameters with multiple different sources, how can I do this dynamically? I.E. there could be an Item Group parameter (select ItmsGrpCod, ItmsGrpNam from OITB), an Item parameter (select ItemCode, ItemName from OITM) and a payment method parameter (select PayMethCod, PayMethName from OPYM)

Thank you

Giulio

Accepted Solutions (0)

Answers (1)

Answers (1)

GzatHars
Explorer
0 Kudos

Hi, am I the only one having this need??

Thanks