@ariumcorp-sap-test/models
v0.0.1
Published
Testing sap models generated by @sap-cloud-sdk.
Readme
SAP MODELS
Steps to generate the models
Search and download EDMX
- Search the entity in S/4HANA Cloud, it is recommended to search in the "ODATA V2 API" tab. For example Business Partner (A2X)
- Inside in the "API Resources" section, we click on the "API Specification" button.
- Download EDMX
Generate models
- Copy the *.edmx file into the ./resources/service-specifications folder.
- Execute command
npx generate-odata-client --overwrite --input ./resources/service-specifications --outputDir ./src/domains