SAP Knowledge Base Article - Public

3788264 - How to Identify the PDI Class for an ABSL File

Symptom

The PDI class associated with an ABSL file needs to be identified in the ABAP system in order to analyze or debug the corresponding event implementation.
Example ABSL file:

YABC123ABC_MAIN/SRC/Extension/ServiceRequest/ServiceRequest-Root-Event-BeforeSave.absl

Environment

SAP Cloud for Customer

Resolution

  1. Open transaction SE24.
  2. Enter the class search pattern using the business object abbreviation from the ABSL path. For example, for ServiceRequest:
    • YABC123ABC_CL_S*Show more lines
  3. The letter S represents ServiceRequest and may vary depending on the business object indicated in the ABSL path.
  4. Execute the search.
  5. Scroll through the results and locate the class with the description ServiceRequest Root.
  6. Select the class to display its details.
  7. Choose Display.
  8. Open the method:
    • DETERMINE_BEFORE_SAVEShow more lines
  9. The selected class and method correspond to the implementation of the BeforeSave event for the referenced ABSL file.

Keywords

C4C, PDI, custom, customization, script, absl, backend, class , KBA , AP-RC-BDS-SCR , ByDesign Studio Scripting (ABSL) , How To

Product

SAP Cloud for Customer core applications all versions