Dear SAPLearners in the blog post we will learn on how to debug BRFplus based output forms in S/4 HANA.
Introduction
SAP introduced BRFplus based output management for SAP S/4 HANA, which is based on business rules and conditions. It comes with many benefits such as, it is fully integrated with SAP Fiori Apps and new email support which delivers templates, multiple recipients and many other features.
Debugging
Having said about new output management for S/4 HANA, let’s look at how to debug the output forms configured based on BRF+ for troubleshooting issues
A new function module is used to process all output types configured based on BRF+ conditions.To debug the forms, you have to set a break-point inside the function module APOC_OR_ISSUE_OUTPUT

If the break-point is not triggered, there may be a scenario where the output condition item is failed with an error message.
To troubleshoot such scenarios use bgRFC monitoring transaction SBGRFCMON. Search for all inbound queues with the name OM_QBGRFFC_INBOUND_DEST.

Another Alternative way
We also have another alternative way to troubleshoot new output type issues we can also use SLG1 transaction logs.

Use object type as OUTPUT_CONTROL and analyze the issues.
Congrats!! you have successfully learned how to debug BRFplus based output forms in S/4 HANA.
Please feel free to comment and let us know your feedback. Subscribe for more updates
If you liked it, please share it! Thanks!