Attaining source code in SAP ABAP
What is the source code for "Display All Objects" in SAP ABAP (i.e., Z tables , standard tables, Z domains, or even standard domains such as lock objects, data elements and index)?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can find some of these from transaction code SE38, using Utilities --> Environment Analysis. You an also look at the object hierarchy by clicking on "Display Object List," while looking at the source code.

There are various tables that cross-reference components. These can be found by tracing a where-used, for example. If you want to reproduce these in your own SAP ABAP code, you'll have to spend a lot of time in debug, finding out exactly when the standard SAP code is called, and how it is called.

This was first published in May 2010