Show TOC

Protection of Naming Conventions in ABAP WorkbenchLocate this document in the navigation structure

The protection of naming conventions in ABAP Workbench is based on the assignment of a convention to a package.

If a developer wants to assign an object he or she has created with this naming convention to a package other than the one you have specified, then the Transport Organizer prevents him or her from creating this object.

The start of an object's name defines which naming convention it belongs to in ABAP Workbench. There are no other conventions.

Example

You are developing in the SAP system DA1 for a project within the package ZPROJECT1. You have chosen the naming convention ZPROJ1 for this project and entered it in all your development systems. A developer in the SAP system DB2, working on another project within another package, now tries to create a program with the name ZPROJ1PROGRAM. The developer is told that this name is reserved for the package ZPROJECT1. The developer is prevented from assigning the object to another package. The developer has to choose a different name to assign the object to his package. This avoids naming conflicts right from the start when objects are created.

For complete naming protection, you must reserve the naming conventions in all of your development systems and enter them for all object types you require as part of your project.

  • You can reserve naming conventions for development namespaces (with reserved namespace prefix) for all object types (compliant with namespaces) using the new maintenance view CTSRESNAME.
  • You must use the maintenance view V_TRESN to reserve naming conventions for the general customer name range Y*/Z* individually for each object type.