cancel
Showing results for 
Search instead for 
Did you mean: 

ambiguous questions in quizzes

svesco
Explorer
0 Kudos

context: learning-journey/developing-with-sap-extension-suite

Quiz question: "In how many regions and environments can one subaccount run?"

the quiz requires the following answer: "Exactly one region and one environment."

but in Feature Set B, shouldn't the environments be 1 to 3?

1 if you choose neo environment, max 3 if you don't use neo: 1 to 3 (Cloud Foundry,  Kyma and Abap)

max 1 is valid only in the old feature set A and in the question is not said on which set.

in "Explaining the SAP BTP Account Model" an image with cardinality 1-3 is shown (Feature set B).

 

 

Margit_Wagner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @svesco
We have received your request and are in the process of evaluating the problem,

Please allow for a delay in our response
Kind regards
Margit

View Entire Topic
markushaug
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi benzheng6,

thanks for reaching out to us.

Could you kindly share your project via GitHub so that I could have a quick look into it?

Thanks,

Markus

S_benzheng
Advisor
Advisor
0 Kudos

Thank Markus, here is my git link:

https://github.com/robbiezheng/RiskManagement.git

 

Mohit_Agarwal
Associate
Associate
0 Kudos

Hi @markushaug ,

I was also facing the same problem. As suggested in previous comments, I tried setting count=false. It seems to have solved the problem partially. 

Although, the problem doesn't occur when opening valueList now, it is creating an issue when I use the search button to search for a BP instead of explicitly using the filters (such as 'Menon for Last Name').

Issue: 

reason: [AxiosError: Error during request to remote service:
  Invalid system query option specified] {
    code: 'ERR_BAD_REQUEST',
    config: {
      timeout: 60000,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      proxy: false,
      method: 'get',
      baseURL: 'https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER',
      url: `/A_BusinessPartner?$select=BusinessPartner,FirstName,LastName&$search="Alice"&$top=49&$orderby=BusinessPartner%20asc&$filter=LastName%20ne%20''%20and%20FirstName%20ne%20''`,
      data: undefined
    },
    request: {
      method: 'GET',
      url: `https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner?$select=BusinessPartner,FirstName,LastName&$search="Alice"&$top=49&$orderby=BusinessPartner%20asc&$filter=LastName%20ne%20''%20and%20FirstName%20ne%20''`,
      headers: {
        Accept: 'application/json,text/plain',
        'accept-language': 'en-US',
        apikey: 'dASAlivXs19CsAmAA9sNVo2A2FgrvmVi',
        'User-Agent': 'axios/0.27.2'
      }
    }

GitHub Link: https://github.tools.sap/I553616/extension-suite