Hi.
I work with partner demo dev tenant. I’ve created CDS view in ADT, created communication scenario for OData v4, added appropriate service bindings etc. Then I publish my service binding.
The goal is obtaining of data from CDS view via OData v4 via REST API.
I try following request in PostMan:
https://<my-tenant>s4hana.cloud.sap/sap/opu/odata4/sap/y_r_srv_bnd_v04_web_01/srvd_a2x/sap/y_r_srv_def_01/0001/
y_r_srv_bnd_v04_web_01 – my service binding.
I have a reply from SAP:
{
“@odata.context”: “$metadata”,
“value”: [
{
“name”: “Y_R_DATA_DEF_01”,
“url”: “Y_R_DATA_DEF_01”
}
]
}
It’s ok. Y_R_DATA_DEF_01 is my CDS view data definition.
“error”: {
“code”: “/IWBEP/CM_V4_COS/011”,
“message”: “No authorization to access service group ‘Y_R_SRV_BND_V04_WEB_01′”,
“@SAP__common.ExceptionCategory”: “Authorization_Error”,
“innererror”: {
“ErrorDetails”: {
“@SAP__common.Application”: {
“ComponentId”: “BC-ESI-ESF-GW”,
“ServiceRepository”: “SRVD_A2X”,
“ServiceId”: “Y_R_SRV_DEF_01”,
“ServiceVersion”: “0001”
},
I tried to create communication arrangements for my scenario in Fiori. I can see my scenario in scenario list in Fiori. It’s published and active. Unfortunately I don’t see the scenario when I try to create an arrangements:
Could somebody help me, please.
What should I adjust to make my scenario visible for communication arrangements?