Do you have any question about this error?
Message type: E = Error
Message class: ARS_DEP_CHECKS - Dependency and Basic Release Checks – Check Messages
Message number: 035
Message text: Zeilentyp &1 des Tabellentyps &2 in &3 ist nicht freigegeben.
Table type &V2& is part of a released API. For proper usability in
source code with a restricted ABAP language version, also its line type
must be released with same release contract and visibility.
Once the table type is used in source code with a restricted ABAP
language version, referring to its line type leads to a syntax error.
Make the line type available with the same release contract and
visibility as table type &V2&.
If the line type is an ABAP dictionary structure with pronounced reuse
character, it can make sense to release it as an API on its own.
But in most cases, preferred solution is replacement of the line type by
a self-contained TYPES declaration in API &V3&.
Minimum requirement for this is to wrap the unreleased line type &V1&:
<NP>TYPES wrapped_line_type TYPE &V1&.</>
<NP>TYPES </>&V2&<NP> TYPE ... TABLE OF wrapped_line_type ...</>
But preferably, usage of the ABAP dictionary is completely replaced by a
self-contained TYPES declaration like the following:
<NP>TYPES:</>
<NP> BEGIN OF self_contained_line_type<(>,<)></>
<NP> field_1 TYPE c LENGTH 10<(>,<)></>
<NP> ... TYPE some_data_element<(>,<)></>
<NP> field_n TYPE string<(>,<)></>
<NP> END OF self_contained_line_type.</>
<NP>TYPES </>&V2&<NP> TYPE ... TABLE OF self_contained_line_type ...</>
Keep in mind that this declaration must be equivalent to the replaced
ABAP dictionary structure regarding both the field names and their data
type.
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
ARS_DEP_CHECKS035
- Zeilentyp &1 des Tabellentyps &2 in &3 ist nicht freigegeben. ?Get instant SAP help. Start your 7-day free trial now.
ARS_DEP_CHECKS034
&1 &2 aus Softwarekomponente &3 darf für &4 nicht sichtbar sein.
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
ARS_DEP_CHECKS033
&1 ist kein zulässiger Nachfolgertyp für Typ &2.
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
ARS_DEP_CHECKS036
Zeilentyp des Tabellentyps &1 sollte in &2 definiert werden.
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlermeldung 'selbsterklärend' ist, wurden keine weiteren Informationen geg...
ARS_DEP_CHECKS037
Inkonsistente Release-Daten für API-Schlüssel &1 &2 &3 &4.
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.