Video Lesson 11.2: SAP User Exits

Video Lesson 11.2: SAP User Exits

This lesson talks about the different SAP User Exits that you can implement to modify
and adapt your software to meet the client's requirements without modifying SAP Core.

User Exits

  • User exits (Function module exists) are exits developed by SAP.
  • The exit is implemented as a call to a function module.
  • The code for the function module is written by the developer.
  • You are not writing the code directly in the function module, but in the include that is implemented in the function module.

 

  • The naming standard of function modules for function module exits is:
  • EXIT_<program name><3 digit suffix>

 

  • The call to a function module exit is implemented as:
  • CALL CUSTOMER-FUNCTION <3 digit suffix>




Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway