Symptom
When trying to implement adding additional email recipients via custom logic, upon activating the DT_EMAIL_RECEIVER parameter encountering error: Custom logic for additional email recipients is not supported, corresponding Badi is not implemented for application object BILLING_DOCUMENT.
Environment
SAP S/4HANA Cloud Public Edition
Cause
Due to a mismatched filter value (Billing_Document
instead of BILLING_DOCUMENT
), the system fails to recognize the custom BAdI implementation.
Resolution
Maintaining the correct filter value in the Custom Logic app ensures the system recognizes and executes the custom logic for additional email recipients.
- Navigate to the custom logic app.
- Select the published Badi.
- Change the filter value from OUTPUTCONTROLAPPLOBJECTTYPE = Billing_Document to OUTPUTCONTROLAPPLOBJECTTYPE = BILLING_DOCUMENT.
See Also
- How to Add Additional Email Recipients for Billing Documents by Using Custom Logic
- 3384383 - Unable to implement custom logic for additional email recipients - SAP S/4HANA Cloud Public Edition
- 3331087 - Sample implementations of custom logic: Addition of Email Recipients - SAP S/4HANA Cloud
- How to check if an Application Object Type supports BAdI: Addition of Email Recipients
Keywords
billing documents, custom logic, email recipients, activation error, Badi implementation, output parameter determination, SAP S/4HANA Cloud Public Edition , KBA , SD-BIL-IV-2CL , Processing Billing Documents (Public Cloud) , Problem