cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Source and Service Selection configuration with Template Wizard

0 Kudos
786

Hello,

I have asked this question in the Beginner Corner Discussions Group (Data Source and Service Selection configuration with Template Wizard) and was suggested to post it here as well.

I am doing the lesson Generating the list report – object page app of the course Developing and Extending SAP Fiori Elements Apps. I don't know how to complete the Data Source and Service Selection configuration with Template Wizard in VSCode under Windows 11.

In the video, he says: "For this demo, I have already saved a system that I will use". How should I save the system? In the first week's exercises, I've used Eclipse and had to provide a URL and log in with my trial account to get the project. Should I do something similar in VSCode?

I've googled how to get files from a project opened in Eclipse (under Windows 11). I've found the project location, but there are no files like the ones I see in Eclipse, just some references. So, I assume, this is not how I get the system.

In the exercises Git repository, they say: "We will choose the travel OData V4 service that you created in week 1, unit 5 as part of the OData creation exercise". Unlike the screenshots in the repository, I am not getting "ABAP Environment on SAP Business Technology Platform" as an option for "System". Instead, there is an option called "New":

1.png

When I select this, I can select "ABAP Environment on SAP Business Technology Platform" as a "System Type". Then, I am prompted to provide an "ABAP environment definition source":

2.png

I select "Upload a Service Key File". Unlike the workflow assumed in the repository, I don't get a list of services. And I don't know where to get the service key file from. How is VSCode supposed to know about the services?

Best regards,
Alexander Schädlich

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

do you have a btp abap system?  if you have, do you know how to connect to it through adt?

do you have the service ?

0 Kudos
In this exercise:
0 Kudos
https://learning.sap.com/courses/developing-and-extending-sap-fiori-elements-apps/preparing-your-aba... , I have set up an ABAP system in the SAP BTP Cockpit and connected it through ADT in Eclipse. Now, I went through the previous exercises and remembered that during the ABAP system setup, I have generated a service key. This key is what I had to provide in VSCode in order to connect to BTP.

Answers (1)

Answers (1)

Thanks!

To connect to the back end in Eclipse, I had to both provide a service key and log in. That confused me, and I forgot about the service key though remembered the login part 🙂 In VSCode, I wasn't prompted to log in but to provide the service key. Now that I've done that, it works.

Best regards,

Alexander Schädlich