Вы находитесь на странице: 1из 1

If you want to connect to an ABAP system, you need to specify this in the

destination details.
Let's suppose you want to connect to the GM6 ABAP system
( https://wdflbmt2291:55080 )
in order to consume some OData for creating a new Fiori app or for extending some
existing
ones.
Furthermore you want also to execute some other SAPUI5 applications. We need to
pass this
information to the SAP Web IDE and the way to do it is through the destination's
additional
Unit 6: SAP Web IDE
70 � Copyright. All rights reserved.
Copyright material of SAP; usage rights restricted to the personal use
of IBM RO training from 19-23.02.2018.
property WebIDEUsage; we need to specify in this property the three usages we want
to have
with this destination:
? odata_abap (for consuming OData),
? dev_abap (for extending existing Fiori apps) and
? ui5_execute_abap (for executing SAPUI5 apps).
Please refer to the official SAP Web IDE documentation to get more information on
this.
LESSON SUMMARY
You should now be able to:
? Work with the SAP Web IDE

Вам также может понравиться