Do you have any question about this error?
Message type: E = Error
Message class: LA - ABAP Language Version: Object Restriction Check
Message number: 024
Message text: &1 &2 ist obsolet. Stattdessen eigene Typdeklarat.o.eigenes Obj.verwenden
In <LB>ABAP for SAP Cloud Platform</>, use of other objects is
restricted to objects which
were released as API for <ZK>Use in SAP Cloud Platform</> or
are in the same software component as the edited object.
For further details, see
<DS:ABEN.ABAP_VERSIONS>ABAP Language Versions</>.
If the edited object uses a formerly released but now deprecated object,
this results in a syntax warning.
Replace the use of deprecated &V1& &V2& by a suitable own type
declaration or own object.
Wherever possible, best practice is replacement with a meaningful ABAP
type declaration using the TYPES statement, e.g. like shown below as
replacement for an ABAP dictionary structure for object data, consisting
of the two fields ID and DESCRIPTION:
<NP>TYPES ty_id TYPE c LENGTH 10.</>
<NP>TYPES:</>
<NP> BEGIN OF ty_s_object<(>,<)></>
<NP> id TYPE ty_id<(>,<)></>
<NP> description TYPE string<(>,<)></>
<NP> END OF ty_s_object.</>
<NP>DATA some_object TYPE ty_s_object.</>
If a simple data type is used only at a single location, direct
replacement in the DATA statement using a built-in ABAP type is the
first choice, e.g. like shown here as replacement for a data element of
type NUMC and length 4:
<NP>DATA some_variable TYPE n LENGTH 4.</>
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
LA024
- &1 &2 ist obsolet. Stattdessen eigene Typdeklarat.o.eigenes Obj.verwenden ?Get instant SAP help. Start your 7-day free trial now.
LA023
Element &1 der CDS-View &3 ist obsolet. Stattdessen Element &2 verwenden.
Was verursacht dieses Problem? In <LB>ABAP for SAP Cloud Platform</>, use of other objects is restricted to objects which were released...
LA022
&1 &2 ist obsolet. Siehe Objektdokumentation für den Ersatz.
Was verursacht dieses Problem? In <LB>ABAP for SAP Cloud Platform</>, use of other objects is restricted to objects which were released...
LA025
&1 &2 ist obsolet. Entfernen Sie die Verwendung.
Was verursacht dieses Problem? In <LB>ABAP for SAP Cloud Platform</>, use of other objects is restricted to objects which were released...
LA026
Verwendung von &1 &2 ist nicht zulässig. Stattdessen &3 &4 verwenden.
Was verursacht dieses Problem? In <LB>ABAP for SAP Cloud Platform</>, use of other objects is restricted to objects which were released...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.