AbapGit
A source-verified project description is not available yet. Open the detail page or wait for a manual refresh.
Source facts need a manual refresh
This app gives you a powerful tool to test ODATA services – whether it’s modern ABAP RAP/CDS or classic SEGW projects – as well as APC (ABAP Push Channels).
This app gives you a powerful tool to test ODATA services – whether it’s modern ABAP RAP/CDS or classic SEGW projects – as well as APC (ABAP Push Channels).
Logo
This app gives you a powerful tool to test ODATA services – whether it's modern ABAP RAP/CDS or classic SEGW projects – as well as APC (ABAP Push Channels). With its intuitive UI, you can easily build test cases, run them instantly, and save them for quick access later. No more manual hassle – just click, test, repeat. ⚡
Main screen of ODATA service testing. Main Screen
Find and pick your service in seconds to get started — just search the list. Service Search
Create requests with just a few clicks — straight from the available resources of the current ODATA service. Service Builder
Display service metadata as XML source or with visualization of all entities, functions, actions and complex types. Metadata
Switch from JSON data preview to table view mode. Table view
Quickly add or edit filter and sorter definitions by selecting properties from the chosen entity. Filter
Save and load your projects. Project Load
Work with ODATA and APC tools all in one place. New Project
Pick any ABAP Push Channel which is available on the system. Connect or disconnect the selected ABAP Push Channel. Write and Receive Messages. APC
Create and manage multiple ODATA and APC projects simultaneously — switch between them effortlessly. Tab switch
To set up and use this project, you need to use abapgit. Follow these steps:
For more details, visit the abapgit documentation.
If the abapgit import failed for ZODPUSRV service definition or ZODPUO2 service binding, then you need to manually create them.
Create new service definition ZODPUSRV with the following contents:
@EndUserText.label: 'ODATA & APC Test Tool: Main Service'
define service ZODPU_SRV {
expose ZCE_ODPU_INFO as Info;
expose ZCE_ODPU_SERVICES as ODataService;
expose ZCE_ODPU_APC as PushChannel;
expose ZC_ODPU_OPROJ as ODataServiceProject;
expose ZCE_ODPU_TABLE as Dictionary;
expose ZCE_ODPU_TABLE_FIELDS as DictionaryField;
}Create new service binding ZODPUO2 Service Binding ZODPU02
Note: This environment is actually not tested yet!
This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.