Show TOC

Creating an Enhancement Spot Implementation for Service Provider ParametersLocate this document in the navigation structure

Implement an enhancement spot for the parameters of your new service provider type.

Context

Procedure

  1. Open SAP GUI.
  2. Start the object navigator (transaction SE80).
  3. Choose the package SOAUTH2_CLIENT_EXTENSIONS.
  4. Extend the Enhancements tree
  5. Choose the enhancement spot OA2C_SPECIFICS and call the context menu.
  6. Choose Implement.
  7. Enter the enhancement implementation with a description and choose (Creation of Enhancement).
    Example Z_OA2C_SPECIFICS
  8. When the popup Create BAdI Implementation appears, choose the BAdI definition OA2C_SPECIFICS_BADI_DEF.
  9. Enter the implementation class Z_OA2C_SPECIFICS_Z<service_provider_type>.
  10. Define the BAdI implementation ZCL_OA2C_SPECIFICS_Z<service_provider_type> by choosing Continue.