Skip to content

Instantly share code, notes, and snippets.

View weiserman's full-sized avatar

Warren Eiserman weiserman

View GitHub Profile
@weiserman
weiserman / annotation
Created February 3, 2026 04:48
annotation example
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
<edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/UI.xml">
<edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI" />
</edmx:Reference>
<edmx:Reference Uri="/sap/opu/odata4/sap/zap_comm_ui_v4/srvd/sap/zap_comm_ui/0001/$metadata">
<edmx:Include Namespace="com.sap.gateway.srvd.zap_comm_ui.v0001" Alias="SAP__self" />
</edmx:Reference>
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="local">
<Annotations Target="SAP__self.EmailType">
_schema-version: 3.3.0
ID: dbtest
version: 1.0.0
description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
deploy_mode: html5-repo
build-parameters:
before-all:
- builder: custom
@weiserman
weiserman / ABAP Trial
Created April 7, 2026 11:53
SAP_Developer_Edition_Setup_Guide.md
# SAP ABAP Cloud Developer Trial 2023 — Docker Setup Guide
**Image:** `sapse/abap-cloud-developer-trial:2023`
**Add-on:** ABAP Accelerator MCP Server (AI-assisted development via Amazon Q Developer / Kiro)
**Environment:** Mac Studio → Docker Desktop (macOS) + SAP GUI for Windows via Parallels
**Last updated:** April 2026
---
## Prerequisites