ABAP · ABAP / Development
Extension-to-Deploy SAP S/4HANA training
Build clean-core extensions from requirement through API/BAdI design, test and transport.
Vue du processus et contexte metier
ABAP development in S/4HANA should protect the clean core. Developers need to choose released APIs, CDS views, BAdIs, key-user extensibility or side-by-side extensions before writing code.
Learners can evaluate an extension requirement, choose a supported extension point and deploy it with tests and rollback evidence.
Flux end-to-end
- 1
Analyze requirement
Jira / Solution ManagerApp Fiori: Manage Requirements
Impact ACDOCA: Defines process, trigger and data ownership.
- 2
Find extension point
SE18 / ADTApp Fiori: Custom Fields and Logic; ADT
Impact ACDOCA: Selects released API, BAdI or side-by-side option.
- 3
Build and test
ADT / SE80App Fiori: ABAP Development Tools
Impact ACDOCA: Implements code with unit and integration checks.
- 4
Run quality gates
ATCApp Fiori: ABAP Test Cockpit
Impact ACDOCA: Finds syntax, security and clean-core issues.
- 5
Transport and monitor
SE10 / STMSApp Fiori: Transport Organizer
Impact ACDOCA: Moves extension and verifies runtime logs.
Tables cles
| Table | Explication |
|---|---|
| TADIR | Repository object directory. |
| TRDIR | ABAP program directory. |
| DD02L / DD03L | Dictionary table and field metadata. |
| SXS_ATTR / Enhancement metadata | Enhancement framework and BAdI metadata context. |
| E070 / E071 | Transport request and object list. |
Parcours etape par etape
Start with standard capability
Check whether configuration, Fiori adaptation or released API solves the need.
A surveiller: Custom code should not replace available standard behavior.
Choose upgrade-stable design
Prefer released APIs, CDS views, BAdIs and side-by-side services.
A surveiller: Direct table updates or modifications are long-term upgrade risk.
Test the process trigger
Validate input structures, authorization, performance and failure behavior.
A surveiller: A BAdI can be technically correct but wrong in a mass-processing scenario.
Document support model
Record owner, trigger, side effects, rollback and monitoring.
A surveiller: Hidden extensions become expensive incidents after upgrades.
Erreurs courantes et resolution
Extension breaks after upgrade
Cause probable: It used unreleased object or implicit dependency.
Chemin de correction: Replace with released API/BAdI and add ATC checks.
BAdI implementation slows posting
Cause probable: Expensive logic runs synchronously in a high-volume process.
Chemin de correction: Move heavy logic to asynchronous processing or optimize selection.
Transport misses dependent object
Cause probable: CDS, class, authorization or customizing dependency was not included.
Chemin de correction: Review object list and import sequence.
Differences ECC vers S/4HANA
S/4HANA shifts development toward released objects, ABAP Cloud principles, CDS, RAP and clean-core extensibility instead of direct modification of standard code.
Glossaire
- Clean core
- Approach keeping extensions separated from SAP standard internals.
- BAdI
- Business Add-In extension point delivered by SAP.
- CDS view
- Core Data Services model for semantically rich data access.
- ATC
- ABAP Test Cockpit quality and compliance check framework.
Test de connaissances
Obtenez au moins 70 % pour débloquer le certificat.
Lancer le générateur