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
- Open transaction SE24.
- Enter the class search pattern using the business object abbreviation from the ABSL path. For example, for ServiceRequest:
- YABC123ABC_CL_S*Show more lines
- The letter S represents ServiceRequest and may vary depending on the business object indicated in the ABSL path.
- Execute the search.
- Scroll through the results and locate the class with the description ServiceRequest Root.
- Select the class to display its details.
- Choose Display.
- Open the method:
- DETERMINE_BEFORE_SAVEShow more lines
- 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
SAP Knowledge Base Article - Public