Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.15 KB

File metadata and controls

49 lines (37 loc) · 2.15 KB

🏭 SourcAP Closed Beta — Simulation: Stock Snapshot (RAP Delivery)

🇹🇷 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.

🚀 How to Complete This Simulation

Follow these steps to deliver your solution:

1. 📖 Read the Functional Specification

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.

2. 🛠️ Environment & Project Setup

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

3. 💻 Implementation

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.

4. 📤 How to Submit (SourcAP)

Once you have pushed your code to your private GitHub repo:

  1. Go to the SourcAP Platform.
  2. Navigate to the Simulation Submission area.
  3. Paste your Repository URL.
  4. Paste your latest Commit Hash.

Need Help? Check the FAQ or open an issue in this repo.