Do you have any question about this error?
Message type: E = Error
Message class: CU - Variants / configuration messages
Message number: 035
Message text: Released status not allowed if the source code contains errors
The object dependency is not consistent. For this reason, the status
was set to "locked". Until the errors are corrected, you cannot set the
status of the dependencies to "released".
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Correct the errors in the object dependency. Then you can set the
released status.
Error message extract from SAP system. Copyright SAP SE.
CU035
- Released status not allowed if the source code contains errors ?The SAP error message CU035 ("Released status not allowed if the source code contains errors") typically occurs in the context of ABAP development when you attempt to release a transport request or a change that contains errors in the source code. This error is a safeguard to prevent the transport of incomplete or erroneous code to other systems, which could lead to runtime errors or system instability.
Cause:
- Syntax Errors: The most common cause is that there are syntax errors in the ABAP code that need to be resolved before the object can be released.
- Warnings: Sometimes, warnings in the code can also trigger this error, depending on the system settings.
- Incomplete Objects: If the object is not fully defined or is in an incomplete state, it may also lead to this error.
- Transport Request Status: The transport request may be in a status that does not allow for release due to the presence of errors.
Solution:
Check for Syntax Errors:
- Open the ABAP editor (transaction SE38 or SE80).
- Load the program or object that is causing the error.
- Use the "Check" function (Ctrl + F2) to identify and correct any syntax errors in the code.
Review Warnings:
- After correcting syntax errors, check for any warnings that may still exist. Address these as necessary.
Activate the Object:
- Once all errors and warnings are resolved, activate the object (Ctrl + F3) to ensure it is in a valid state.
Release the Transport Request:
- After activation, go to transaction SE09 or SE10 to release the transport request. Ensure that the request is in the correct status for release.
Check Dependencies:
- If the object has dependencies on other objects, ensure that those are also error-free and activated.
Use the Transport Organizer:
- If you are still facing issues, use the Transport Organizer to check the status of the transport request and ensure that all objects within it are valid.
Related Information:
By following these steps, you should be able to resolve the CU035 error and successfully release your transport request.
Get instant SAP help. Start your 7-day free trial now.
CU034
Dependency status has been set to &
What causes this issue? The syntax check found that the object dependencies are not consistent. If you save without generating, the dependency status...
CU033
Local dependencies cannot be maintained centrally
What causes this issue? You have entered a dependency name which consists of only figures. This is not allowed, as the name of a dependency must cont...
CU036
You cannot set status "released" without object dependencies
What causes this issue? You want to create a dependency and have set the status "released". However, you can only set this status once you ...
CU037
Invalid dependency name: &
What causes this issue? Dependency name &v1& is not valid. The following rules apply to dependency names: No '*' can be used in dep...
Click on this link to search all SAP messages.