Do you have any question about this error?
Message type: E = Error
Message class: EDCMP - ABAP Workbench: Splitscreen editor
Message number: 114
Message text: Object type programs can only be maintained using the BOR
This program contains the implementation of a business object type.
Such programs can only be maintained through the Business Object
Repository (transaction SWO1).
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
EDCMP114
- Object type programs can only be maintained using the BOR ?The SAP error message EDCMP114 indicates that you are trying to maintain an object of type "program" in a way that is not allowed. Specifically, it states that such objects can only be maintained using the Business Object Repository (BOR). This error typically arises when you are attempting to modify or access a program object through a method that is not supported.
Cause:
- Incorrect Access Method: You may be trying to access or modify a program object through a transaction or tool that does not support direct manipulation of program objects.
- Object Type Restrictions: The program object type has specific restrictions on how it can be maintained, and the system is enforcing these rules.
- Development Environment: You might be in a development environment where certain changes are restricted or not properly configured.
Solution:
- Use the BOR: To resolve this error, you should access the Business Object Repository (BOR) to maintain the program object. You can do this by using transaction codes like
SWO1
(for creating or modifying business objects) orSWO2
(for displaying business objects).- Check Authorization: Ensure that you have the necessary authorizations to access and modify program objects in the BOR.
- Consult Documentation: Review SAP documentation or help resources related to the specific program object you are trying to maintain to understand the correct procedures.
- Contact SAP Support: If you are unsure about how to proceed or if the issue persists, consider reaching out to SAP support for assistance.
Related Information:
SWO1
, SWO2
, and SWO3
for working with business objects.By following these steps, you should be able to resolve the EDCMP114 error and properly maintain the program object in question.
Get instant SAP help. Start your 7-day free trial now.
EDCMP113
Enter a program name of 8 characters or fewer
What causes this issue? You wish to execute a remote compare for a system with a release < 4.0. Here, only program names with a length of 8 charac...
EDCMP112
Active method & cannot be changed
What causes this issue? You have attempted to change an active version. But there is still an inactive version for this method. You may only change t...
EDCMP115
Enter a class name
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EDCMP116
Specify the method name for remote access
What causes this issue? You wish to access a method remotely. However, you specified the source name for the method.System Response The system issue...
Click on this link to search all SAP messages.