‎2019 Nov 08 10:04 AM
Hi
How we get custom objects details of transaction code?.
ex: Me21n transaction code of custom implicit Enhancements,smart forms,scripts and adobe forms list in sap.
‎2019 Nov 08 10:13 AM
You may use the "Software Layer Aware Debugging" option to stop at Z programs (see http://blogs.sap.com/2014/07/19/useful-feature-of-new-abap-debugging-editor-debugger-layer), or the ABAP trace (SAT) by grouping by programs of the same layer.
‎2019 Nov 08 10:11 AM
‎2019 Nov 08 10:13 AM
You may use the "Software Layer Aware Debugging" option to stop at Z programs (see http://blogs.sap.com/2014/07/19/useful-feature-of-new-abap-debugging-editor-debugger-layer), or the ABAP trace (SAT) by grouping by programs of the same layer.
‎2019 Nov 08 9:55 PM
Thanks for the layer-aware debugging suggestion. I'm gonna use that next time instead of breakpointing on statements such as Call Customer-Function, Get Badi, etc.
‎2019 Nov 08 10:16 AM