ABAP · ABAP / Development
Extension-to-Deploy SAP S/4HANA training
Build clean-core extensions from requirement through API/BAdI design, test and transport.
Process overview and business context
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.
End-to-end flow
- 1
Analyze requirement
Jira / Solution ManagerFiori app: Manage Requirements
ACDOCA impact: Defines process, trigger and data ownership.
- 2
Find extension point
SE18 / ADTFiori app: Custom Fields and Logic; ADT
ACDOCA impact: Selects released API, BAdI or side-by-side option.
- 3
Build and test
ADT / SE80Fiori app: ABAP Development Tools
ACDOCA impact: Implements code with unit and integration checks.
- 4
Run quality gates
ATCFiori app: ABAP Test Cockpit
ACDOCA impact: Finds syntax, security and clean-core issues.
- 5
Transport and monitor
SE10 / STMSFiori app: Transport Organizer
ACDOCA impact: Moves extension and verifies runtime logs.
Key tables
| Table | Explanation |
|---|---|
| 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. |
Step-by-step walkthrough
Start with standard capability
Check whether configuration, Fiori adaptation or released API solves the need.
Watch out for: Custom code should not replace available standard behavior.
Choose upgrade-stable design
Prefer released APIs, CDS views, BAdIs and side-by-side services.
Watch out for: Direct table updates or modifications are long-term upgrade risk.
Test the process trigger
Validate input structures, authorization, performance and failure behavior.
Watch out for: A BAdI can be technically correct but wrong in a mass-processing scenario.
Document support model
Record owner, trigger, side effects, rollback and monitoring.
Watch out for: Hidden extensions become expensive incidents after upgrades.
Common errors and troubleshooting
Extension breaks after upgrade
Likely cause: It used unreleased object or implicit dependency.
Fix path: Replace with released API/BAdI and add ATC checks.
BAdI implementation slows posting
Likely cause: Expensive logic runs synchronously in a high-volume process.
Fix path: Move heavy logic to asynchronous processing or optimize selection.
Transport misses dependent object
Likely cause: CDS, class, authorization or customizing dependency was not included.
Fix path: Review object list and import sequence.
ECC to S/4HANA differences
S/4HANA shifts development toward released objects, ABAP Cloud principles, CDS, RAP and clean-core extensibility instead of direct modification of standard code.
Glossary
- 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.
Knowledge check
Certificate unlock करने के लिए कम से कम 70% score करें।
जेनरेटर शुरू करें