🇹🇷 Türkçe Versiyon için tıklayın
Official Template Repository for SourcAP Closed Beta. This repository contains the starting point and instructions for your simulation task.
Follow these steps to deliver your solution:
Everything you need to build (tables, objects, logic) is defined in the Functional Specification Document. 👉 Read the Functional Specification (PDF)
Note: This document contains the "Toffy Manufacturing" requirements.
Before coding, ensure your ABAP environment is ready.
- Open ADT (Eclipse).
- Create a new ABAP Cloud Project.
- Create a package named
Z_BETA_STOCK_<YOURNAME>. - See Setup Guide
Using the Functional Spec, build the following:
- Database Table: Create the table to store stock data.
- CDS Views: Interface and Consumption views.
- Behavior Definition: Read-only (or standard).
- Service: Service Definition and Binding.
👉 Need step-by-step guidance? We have prepared a comprehensive ABAP Guided Project to help you with the implementation. You can follow these documents to build your solution:
Check the docs/abap-guided-project folder for full details.
Once you have pushed your code to your private GitHub repo:
- Go to the SourcAP Platform.
- Navigate to the Simulation Submission area.
- Paste your Repository URL.
- Paste your latest Commit Hash.
Need Help? Check the FAQ or open an issue in this repo.