Skip to content
Skip to content
Menu
SAP ABAP DWIMAN
  • About
SAP ABAP DWIMAN

SAP ABAP – GGB0 – Custom Exit Routines for Roles

By juananda.satria on January 23, 2024
  1. Copy program RGGBR000 to ZRGGBR000 (No need to copy the standard includes)
  2. go to tcode GCX2
  1. Inside the ZRGGBR000 , create custom routines like below
    • Create Definition ‘ZXX01’ inside subroutine “get_exit_titles”
    • Create Implementation with name based on definition (in this case ‘ZXX01’ )

DEFINITION

  exits-name  = 'ZXX01'.                  "matrix validation:
  exits-param = c_exit_param_none.       "complete data used in exit.
  exits-title = TEXT-900.                 "Validation 001
  APPEND exits.

IMPLEMENTATION

FORM ZXX01 CHANGING b_result.
  b_result = b_true.
  IF 1 = 2.
    b_result = b_false.
  ENDIF.
ENDFORM.
  1. Now you can check in GGB0 , your exits should be exists and can be used normally. Cheers

ADDITIONAL TIPS

If you copy your GGB0 using SCC1N or SCC1 to another client, then you should run report RGUGBR00 to generate the validation program. You can choose specific application area and callup point , or you can fill it with * * to run it all. Check all the checkbox like below.

Post navigation

SAP ABAP – GGB0 – Create Validation & Steps for CO Transaction Line Items
SAP ABAP – Copy ABAP Programs using ABAPGIT Offline

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • SAP ABAP – Generate Fiori URL
  • SAP ABAP – Workflow Agents CDS
  • SAP ABAP – Workflow Level with Table Function
  • SAP ABAP – Download ALV to Excel with Total and Subtotal
  • SAP ABAP – BDC Template

Recent Comments

  1. SAP ABAP – Simple Interface FTP Inbound (SAP Consume File From FTP) – SAP ABAP DWIMAN on SAP ABAP – String Encode & Decode BASE64
  2. Upload file – SAP ABAP DWIMAN on F4 Search Help File

Archives

  • May 2025
  • August 2024
  • June 2024
  • May 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • May 2023
  • April 2023

Categories

  • Uncategorized
©2026 SAP ABAP DWIMAN | WordPress Theme by SuperbThemes.com