Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.33 KB

README.md

File metadata and controls

51 lines (32 loc) · 2.33 KB

SAP ERP: Warehouse Management

ABAP SAP OData RESTful Deployed on SAP BTP image

Project Overview

This project demonstrates the creation of an ERP Application using the ABAP RESTful Application Programming Model. The application allows users to manage and track items, including their expiration dates and other relevant details.

Objectives

  • Implement a RESTful application in the warehouse environment
  • Create a functional Warehousing application
  • Utilize key features of the ABAP RESTful Application Programming Model

Features

  • CRUD operations for Warehouse items
  • Expiration date checking
  • Draft handling for data entry
  • Search capabilities

Implementation Details

The application is built using standard ABAP RESTful Application Programming Model components, including CDS views, behavior definitions, and OData services.

How to Use

  1. Clone the repository
  2. Import the project into your warehouse development environment
  3. Activate all the objects
  4. Generate the OData UI service
  5. Test the application using the provided UI or integrate with your existing systems

Contributing

Please follow the standard pull request process to submit.

License

MIT License


Developed for the SAP_ERP_Warehouse environment.