Space and Page Template Scoping
The concept name was not provided (marked as "undefined"), and the supplied source snippets are incomplete — both are truncated before conveying any substantive information about the concept. Without a concept name or sufficient source content, a grounded, accurate definition cannot be written. Please provide the full concept name and complete source snippets so a proper definition can be generated.
Tutorials that teach this
Docs explaining this concept
Prerequisites
- Concept ABAP Class Definition and Implementation The concept name is not defined in the provided sources, so a precise label cannot be confirmed. Based on the available snippets, **ADT Class Execution** is a capability that allows developers to [execute ABAP classes directly in ABAP Development Tools (ADT)](https://help.sap.com/docs/btp/sap-business-technology-platform/6f0e26492b854627ac19a9a34205a546?locale=en-US&state=PRODUCTION&version=Cloud) without additional setup steps. Separately, the XCO library provides APIs for [reading a class](https://help.sap.com/docs/btp/sap-business-technology-platform/bc23e26f236042c48171d850e82843b9?locale=en-US&state=PRODUCTION&version=Cloud) programmatically, enabling developers to inspect class definitions such as `zcl_xco_doc_cp_cs_class` at runtime.
- Concept TADIR Object Scoping TADIR Object Scoping is a mechanism within the [Scoping Framework](https://help.sap.com/docs/btp/sap-business-technology-platform/33bb4f2815cc47ed84a7db2c47ca313f?locale=en-US&state=PRODUCTION&version=Cloud) that determines the visibility and selection of ABAP repository objects — identified via the TADIR catalog — for a given operation such as custom code analysis. Developers use it to define precisely which ABAP object types and instances are included in or excluded from an analysis scope, ensuring that only the relevant custom code is evaluated. It works in conjunction with the broader scoping API, which controls how objects are resolved and passed to tools like the [ATC-based Custom Code Analysis](https://help.sap.com/docs/btp/sap-business-technology-platform/651ef65d8d37488cb8f84a1fd2ab4455?locale=en-US&state=PRODUCTION&version=Cloud).