cancel
Showing results for 
Search instead for 
Did you mean: 

steps with code in UI5 so that it integrates with my gateway service

Former Member
0 Kudos

I have created a gateway service with two inputs.Now i need to create a UI5 APP with 2 text box and one button and on click of that button gateway service should be called and should receive a message as output.Help out in coding in UI5.Iam fresher to UI5.I have doen with my gateway

Accepted Solutions (0)

Answers (3)

Answers (3)

Sharathmg
Active Contributor
0 Kudos

Open Web IDE. Define the model in the manifest.json file of the project. Pre-requisite: Connectivity to oData service gateway system from Web IDE.

Once, model is defined in the manifest.json, ensure that its status is set to default.

You are basically through settings.

Now, map the entities to xml controls and framework will automatically trigger the service and get data for mapped entities.

Regards,

Sharath

Former Member
0 Kudos

Hi Frank,

Please provide me with steps and code in ui5 so that I can integrate my ui5 app with gateway

architectSAP
Active Contributor
0 Kudos

Hello Gomathi,

This Walkthrough tutorial should be a good starting point.

Best regards

Frank