Message type: E = Error
Message class: ED - ABAP/4 Editor messages
Message number: 351
Message text: Source code of &1 contains modification parenthesis/es (line &2)
The ABAP source code of &V1& contains modification parentheses.
Modification parentheses are comments as follows:
*{ INSERT
*} INSERT
*{ DELETE
*} DELETE
*{ REPLACE
*} REPLACE
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
The modification assistant in ABAP Editor uses these parentheses inRemove (at the least) all unpaired and nested modification parentheses.
If the ABAP source code was not edited using the ABAP Editor
modification mode (the regular case at SAP), all modification
parentheses should be removed.
You can use the program RS_CHECK_MOD_BRACKETS_SAP to find all
modification parentheses in programs (even across a complete package).
Error message extract from SAP system. Copyright SAP SE.
ED351
- Source code of &1 contains modification parenthesis/es (line &2) ?The SAP error message ED351 indicates that there are modification parentheses in the source code of a program or function module. This typically means that the code has been modified in a way that is not compliant with the standard SAP development guidelines, which can lead to issues during transport or execution.
Cause: Modification Parentheses: The presence of modification parentheses in the source code indicates that the code has been modified directly in the SAP system. This is often done to customize the behavior of standard SAP programs or function modules. Transport Issues: If the modified code is part of a transport request, it may cause issues when trying to transport the changes to another system (e.g., from development to quality assurance or production). Incompatibility: The modifications may not be compatible with future updates or support packages from SAP, leading to potential problems during upgrades.
Solution: Review Modifications: Check the source code for any modification parentheses.
Get instant SAP help. Sign up for our Free Essentials Plan.
ED350
Source code contains unpaired or nested modification parentheses
What causes this issue? The ABAP source code contains unpaired or nested modification parentheses.System Response Modification parentheses are comme...
ED345
Breakpoints that possibly exist cannot be read
What causes this issue? Importing possibly set breakpoints into the program has failed. Possible cause: the program name contains special characters ...
ED353
&1: &2 broken in table SMODISRC/I; reset the object
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ED354
Placeholders in message &1 are not numbered
What causes this issue? You created a message with multiple ?<(>&<)>? placeholders.System Response The placeholders are not numbered...
Click on this link to search all SAP messages.