{"id":31848314,"url":"https://github.com/yukta026/leave-management-system","last_synced_at":"2025-10-12T10:23:41.142Z","repository":{"id":315475778,"uuid":"1059670626","full_name":"Yukta026/Leave-Management-System","owner":"Yukta026","description":"Leave Management App built with ABAP RAP and Fiori Elements in Eclipse","archived":false,"fork":false,"pushed_at":"2025-09-18T19:45:27.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T21:58:05.096Z","etag":null,"topics":["abap-rap","cds","eclipse-adt","fiori-elements","leave-management-system","odata","sap-btp"],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yukta026.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T19:10:43.000Z","updated_at":"2025-09-18T19:51:27.000Z","dependencies_parsed_at":"2025-09-18T21:58:06.720Z","dependency_job_id":"890a3a3a-dd57-46f5-bdad-863c64a13f0a","html_url":"https://github.com/Yukta026/Leave-Management-System","commit_stats":null,"previous_names":["yukta026/leave-management-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Yukta026/Leave-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukta026%2FLeave-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukta026%2FLeave-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukta026%2FLeave-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukta026%2FLeave-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yukta026","download_url":"https://codeload.github.com/Yukta026/Leave-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukta026%2FLeave-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011061,"owners_count":26084864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap-rap","cds","eclipse-adt","fiori-elements","leave-management-system","odata","sap-btp"],"created_at":"2025-10-12T10:23:37.569Z","updated_at":"2025-10-12T10:23:41.137Z","avatar_url":"https://github.com/Yukta026.png","language":"ABAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Leave Management App (Built with ABAP RAP \u0026 Fiori)\n\nThis project demonstrates how a **Leave Management System** can be built using the **ABAP RESTful Application Programming Model (RAP)** in the SAP Business Technology Platform (BTP) trial environment.  \n\nEmployees can **submit leave requests**, and managers can **approve or reject** them directly through a modern **Fiori app**.  \nIt showcases how backend business logic, database handling, and user interface can all come together in SAP’s cloud environment.\n\n---\n\n## 📸 Project Highlights\n\n### Fiori App Preview\n*(auto-generated Fiori Elements app from OData service)*  \n![Fiori Preview](https://github.com/user-attachments/assets/77e80a52-9eec-42a6-be5e-e24ad5a321d8)\n\nAccepting/Rejecting Leave Request\n![Leave Status Update](https://github.com/user-attachments/assets/6c8e6d0c-063e-40fc-95fa-2ea8907745be)\n\n### Service Binding in Eclipse\n*(exposing the RAP Business Object as an OData V4 service)*  \n![Service Binding](https://github.com/user-attachments/assets/3611e45f-60c3-46b9-88d8-d32016a1beca)\n\n---\n\n## 🧩 How It Works (Simplified)\n\n1. **Data Model** – A table (`ZTABLE_NEW`) stores leave requests (employee, leave type, dates, status).  \n2. **Business Logic** – RAP behavior implementation controls what happens when a leave is **approved** or **rejected**.  \n3. **Fiori Interface** – The OData service is automatically consumed by a Fiori Elements app, giving managers a clean UI to act on requests.  \n\n---\n\n## ✨ Key Features\n\n- **Submit \u0026 Manage Requests** – Employees can request different types of leave (vacation, sick leave, etc.).  \n- **Approve / Reject Actions** – Managers act on requests with a single click.  \n- **Automated UI Generation** – Fiori Elements generates a responsive web app directly from the service definition.  \n- **Realistic Workflow** – Mimics the type of leave management process used in enterprises.  \n\n---\n\n## 🎯 Why This Project Matters\n\n- Shows practical use of **SAP’s RAP framework**, which is the modern way of developing apps in ABAP.  \n- Demonstrates **end-to-end skills**: data modeling, backend logic, and frontend UI.  \n\n---\n\n## 📚 What I Learned\n\n- Designing a **RAP Business Object** and handling **instance-level authorization**.  \n- Implementing **custom actions** like Approve/Reject in ABAP.  \n- Debugging RAP short dumps and resolving missing handler issues.  \n- Connecting business logic with a **Fiori app** to provide a user-friendly interface.  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukta026%2Fleave-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukta026%2Fleave-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukta026%2Fleave-management-system/lists"}