cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BTP LCNC Learning Journey Unit 4 outdated?

nknight
Explorer

Learning journey - Utilize SAP Build for Low-Code/No-Code Applications and Automations for Citizen Developers. I am currently completing Unit 4 "Developing a No-Code Extension With SAP Build Apps", Lesson 3 "Developing a No-Code Extension With SAP Build Apps".

The instructions given in the lesson do not come even close to what my SAP Build Apps screens look like. Is the training outdated? Are their new instructions based on the current version and the way SAP Build Apps currently works?

Example: 

This is what the training says I'll see

nknight_0-1676418895216.png

This is what I actually see:

nknight_1-1676418920215.png

 

I have tried many different options but cannot get it to work as described. Is there a new updated version of the training that actually matches what we see?

Regards

Nicole

 

Margit_Wagner
Product and Topic Expert
Product and Topic Expert

Hi @nknight,
we are in the process of evaluating the problem.
Please allow for a delay in our response.
Kind regards
Margit

simonpolovina1
Participant
I'd be interested in the outcome to this issue too. I haven't started this learning journey yet, but don't want to get stuck at this point when I do. Thanks.
View Entire Topic
Illya
Product and Topic Expert
Product and Topic Expert

Hi nkrishna,

Please try to do this:

Enter api.sap.com in your browser
Choose a product to explore -> click on S/4HANA Cloud
In the top switch from Overview to API's
In the line below switch from All to ODATA V2
In the right search field enter purchase order and press enter
Click on the ODATA V2 API Purchase Order tile
Click on the Try Out button
If you are not automatically signed in, use your credentials to log in
In the left navigation bar, scroll down and expand Purchase Order and choose the GET API (do not use the Subcontracting Components API)
Enter 15 in the $top parameter field
Click on the Run button
As the result you will see the S/4HANA Cloud sandbox URL in the Request URL field
and the first 15 purchase orders in the request body.
Copy now the API Key from the right button Show APIKey and the Request URL
Enter these informations into step 19 of your iFlow configuration.

BR,
Illya


nkrishna
Explorer
0 Kudos

Hello lllya,

Many thanks for your kind advice and assistance to resolve my issue, appreciated. 

I followed same steps you suggested and the Request URL which I received is "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_PURCHASEORDER_PROCESS_SRV" and APIKey TSU1f4dbpstPqUYFKV49dlHrV8Kan055. After entering this details, I am getting error message,v "failed to connect to the system".

Not sure where is the problem!!

STEP-1.PNGSTEP1-Error.PNG

Illya
Product and Topic Expert
Product and Topic Expert
0 Kudos
Why do you want to connect to the sandbox system explicitly, since this is not described in the learning journey...?
nkrishna
Explorer
0 Kudos
Hello Illya, When I logon with my user in the api.sap.com,I am getting Request URL as sandbox.api.sap.com by default and APIKey is generated for sandbox.api.sap.com URLs. For this reason I am using sandbox.api.com request URL. Let me know whether any other way to get APIKey for api.sap.com request URL. Thanks for your response, really appreciated.
Illya
Product and Topic Expert
Product and Topic Expert
0 Kudos
That is correct. Both Request URL and APIKey must now be entered in the iFlow step (OData Connection). You will see if it works or not at the end when everything is configured.
nkrishna
Explorer
0 Kudos

Error_Message.PNG

Hello lllya,

Today I have tried the request URL  & APIKey using postman https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_PURCHASEORDER_PROCESS_SRV.

I am getting 401 unauthorized error. May be this is the reason why I am unable to proceed with the connection step. Can you please guide me

Illya
Product and Topic Expert
Product and Topic Expert
0 Kudos
Can you start the GET request without errors from the api.sap.com page without going through the sandbox.api.sap.com as explained in the learning journey?
Illya
Product and Topic Expert
Product and Topic Expert
0 Kudos
Are you using /A_PurchaseOrder at the end of sandbox URL (..._SRV/A_PurchaseOrder)?