Do you have any question about this error?
Message type: E = Error
Message class: DS - Messages for Editing Text Elements in ABAP Programs
Message number: 028
Message text: Program names SAPDB..., SAP...COM/SEL are reserved for logical databases
You attempted to create a program name either beginning with
<LB>SAPDB</> or beginning with <LB>SAP</> and ending with <LB>COM</> or
<LB>SEL</>. These namespaces are reserved for logical database.
You maintain logical databases and the associated database access
programs with Transaction SE36.
The associated TADIR entry of such a program is R3TR LDBA (..), not
R3TR PROG.
Choose a different program name.
Error message extract from SAP system. Copyright SAP SE.
DS028
- Program names SAPDB..., SAP...COM/SEL are reserved for logical databases ?The SAP error message DS028 indicates that you are trying to use a program name that is reserved for logical databases. In SAP, certain program names are predefined and reserved for specific purposes, such as logical databases, which are used to retrieve data from the database in a structured way.
Cause:
The error occurs when:
- You attempt to create or modify a program using a name that starts with "SAPDB" or "SAP" followed by "COM/SEL". These prefixes are reserved for logical databases in SAP.
- The naming convention for programs in SAP is strict, and using reserved names can lead to conflicts or unexpected behavior.
Solution:
To resolve this error, you should:
- Rename the Program: Choose a different name for your program that does not start with the reserved prefixes. Ensure that the new name adheres to SAP's naming conventions (e.g., starting with Z or Y for custom programs).
- Check Existing Programs: If you are modifying an existing program, ensure that it does not have a reserved name. If it does, you will need to rename it.
- Use Transaction SE38: You can use transaction SE38 to check the program name and make necessary changes.
Related Information:
If you continue to experience issues or if the program name is not the problem, consider checking the SAP Notes or consulting with your SAP Basis or ABAP development team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
DS027
Program names ZX... are reserved for includes of exit function groups
What causes this issue? You attempted to create a program name beginning with <LB>ZX</> but this name range is reserved only for includes...
DS026
Associated function module (INCLUDE &) does not exist
What causes this issue? You attempted to create a program name beginning with <LB>ZX</>, but this name range is reserved for INCLUDEs of ...
DS029
Program name & is reserved for ABAP Workbench
You attempted to create a program with a name which is reserved for special areas within the ABAP Workbench - classes, for example (reserved name FUN...
DS030
Object list refreshed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.