S4HANA & GTS hubSAP knowledge hub

ABAP · ABAP / Development

Extension-to-Deploy SAP S/4HANA training

Build clean-core extensions from requirement through API/BAdI design, test and transport.

Resumen del proceso y contexto de negocio

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.

Flujo end-to-end

  1. 1

    Analyze requirement

    Jira / Solution Manager

    App Fiori: Manage Requirements

    Impacto ACDOCA: Defines process, trigger and data ownership.

  2. 2

    Find extension point

    SE18 / ADT

    App Fiori: Custom Fields and Logic; ADT

    Impacto ACDOCA: Selects released API, BAdI or side-by-side option.

  3. 3

    Build and test

    ADT / SE80

    App Fiori: ABAP Development Tools

    Impacto ACDOCA: Implements code with unit and integration checks.

  4. 4

    Run quality gates

    ATC

    App Fiori: ABAP Test Cockpit

    Impacto ACDOCA: Finds syntax, security and clean-core issues.

  5. 5

    Transport and monitor

    SE10 / STMS

    App Fiori: Transport Organizer

    Impacto ACDOCA: Moves extension and verifies runtime logs.

Tablas clave

TableExplicacion
TADIRRepository object directory.
TRDIRABAP program directory.
DD02L / DD03LDictionary table and field metadata.
SXS_ATTR / Enhancement metadataEnhancement framework and BAdI metadata context.
E070 / E071Transport request and object list.

Guia paso a paso

Start with standard capability

Check whether configuration, Fiori adaptation or released API solves the need.

Atencion: Custom code should not replace available standard behavior.

Choose upgrade-stable design

Prefer released APIs, CDS views, BAdIs and side-by-side services.

Atencion: Direct table updates or modifications are long-term upgrade risk.

Test the process trigger

Validate input structures, authorization, performance and failure behavior.

Atencion: A BAdI can be technically correct but wrong in a mass-processing scenario.

Document support model

Record owner, trigger, side effects, rollback and monitoring.

Atencion: Hidden extensions become expensive incidents after upgrades.

Errores comunes y solucion

Extension breaks after upgrade

Causa probable: It used unreleased object or implicit dependency.

Ruta de solucion: Replace with released API/BAdI and add ATC checks.

BAdI implementation slows posting

Causa probable: Expensive logic runs synchronously in a high-volume process.

Ruta de solucion: Move heavy logic to asynchronous processing or optimize selection.

Transport misses dependent object

Causa probable: CDS, class, authorization or customizing dependency was not included.

Ruta de solucion: Review object list and import sequence.

Diferencias ECC a 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.

Glosario

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.

Prueba de conocimiento

Complete la prueba con al menos 70 % para desbloquear el certificado.

Iniciar generador