Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transaction code of Custom objects list

0 Likes
1,897

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.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
1,468

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.

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
1,468

You cannot

Read only

Sandra_Rossi
Active Contributor
1,469

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.

Read only

0 Likes
1,468

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.

Read only

FredericGirod
Active Contributor
0 Likes
1,468

You cannot before Sandra has an idea 🙂