Wingetlywingetly
← All apps

SAP OData Explorer

by kts982v0.1.0

Last updated

A focused SAP OData explorer for real systems, with catalog discovery, metadata browsing, and query tooling.

Install with winget

$ winget install --id kts982.SAPODataExplorer --exact --version 0.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for SAP OData Explorer

SAP OData Explorer uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i SAP-OData-Explorer_0.1.0_x64_en-US.msi /quiet /norestart

See the full silent install reference for SAP OData Explorer

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Desktop explorer for SAP OData services: catalog discovery across V2/V4, metadata and annotation browsing with a Fiori-aware SAP view, query building and execution with an HTTP trace inspector, and an offline EDMX library for browsing hand-carried $metadata files without a network connection. Not affiliated with SAP SE.

Installers · v0.1.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for SAP OData Explorer.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • WinTUIkts982
    kts982.WinTUIv2.11.2

    Terminal UI for winget on Windows.

  • ZSAPConnect Managerkts982
    kts982.ZSAPConnectv0.3.2

    SAP system connection manager for consultants — one-click SAP GUI logon.

  • btptfSAP SE
    SAP.btptfv1.6.0

    A Terraform/OpenTofu exporter for SAP BTP resources.

  • OdasseyPhilip Gerke
    PhilipGerke.Odasseyv3.0.7

    Conveniently explore OData v4 endpoints

More from kts982 or browse abap, fiori, odata.

Frequently asked questions

How do I install SAP OData Explorer on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id kts982.SAPODataExplorer --exact --version 0.1.0. winget downloads the installer from kts982 and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install SAP OData Explorer silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id kts982.SAPODataExplorer --exact 0.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for SAP OData Explorer?
SAP OData Explorer uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i SAP-OData-Explorer_0.1.0_x64_en-US.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall SAP OData Explorer via winget?
Run: winget uninstall --id kts982.SAPODataExplorer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from SAP OData Explorer's Apps & Features entry.
Is SAP OData Explorer free?
SAP OData Explorer is distributed under MIT. Refer to the publisher (https://github.com/kts982/sap-odata-explorer) for the full license terms - Wingetly itself does not charge for installation.
Does SAP OData Explorer work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls SAP OData Explorer directly from the publisher.
How do I keep SAP OData Explorer up to date?
Run winget upgrade --id kts982.SAPODataExplorer --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of SAP OData Explorer from microsoft/winget-pkgs.