Do you have any question about this error?
Message type: E = Error
Message class: SABAP_DOC - ABAP Doc messages
Message number: 114
Message text: Inkorrekte Syntax für ABAP-Doc-Befehl '&1 &2'
A wrong syntax is used for an ABAP-Doc-command to document a parameter
or exception.
For methods, events, function modules and form routines you can also
document parameters and exceptions. The following syntax is used to
document parameters and exceptions:
Parameters
<EX>@parameter <parameter name> | <parameter documentation></>
Class-based exceptions ,,
<EX>@raising <exception name> | <exception documentation></>
Classic exceptions ,,
<EX>@exception <exception name> | <exception documentation></>
Example
<EX>"! This method compares two sources and returns whether they
"! are identical.
"!
"! @parameter source1 | First source code text
"! @parameter source2 | Second source code text
"! @parameter ignore_case | X => text will be compared case
insensitive
"! @raising cx_invalid source | Is raised if an empty source code text
is passed
methods compare
importing
source1 type text
source2 type text
ignore_case type abap_bool
returning
value(result) type abap_bool
raising
cx_invalid_source.</>
Syntax check returns a warning.
Use the correct syntax for ABAP-Doc-commands like @parameter.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
SABAP_DOC114
- Inkorrekte Syntax für ABAP-Doc-Befehl '&1 &2' ?Get instant SAP help. Start your 7-day free trial now.
SABAP_DOC113
ABAP-Doc-Befehl '&1' ist hier nicht gültig
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
SABAP_DOC112
Zeichen '&1' muss in ABAP Doc maskiert werden
Was verursacht dieses Problem? ABAP Doc has some reserved characters for its syntax. If you want to use these characters in your documentation you ...
SABAP_DOC115
Tag '&1' darf nicht in Tag '&2' geschachtelt werden
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
SABAP_DOC116
Tag '&1' ist als Tag der obersten Ebene nicht zulässig
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.