Do you have any question about this error?
Message type: E = Error
Message class: MC - Aggregate: views, matchcodes, lock objects
Message number: 732
Message text: Todos los campos se valoran como campo de clave.
In the view, not all of the mandatory fields were included as key
fields. The key of the view therefore is not unique.
All the fields are regarded as key fields in order to guarantee that
the key lengths are unique.
For views with a large number of fields, this could have a negative
effect on the performance for the language construction described
below. In this case, all the mandatory key fields should be included in
the view.
&HINTS&
The key information is relevant for the ABAP/4 language constructs
SELECT SINGLE, SELECT ... ORDER BY PRIMARY KEY and SELECT ... FOR ALL
ENTRIES.
In these cases, SELECT SINGLE is handled like a simple SELECT ...
ENDSELECT, where the first (random) record found is returned.
ORDER BY PRIMARY KEY and (indirect) SELECT FOR ALL ENTRIES sort
according to all fields in these cases.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
MC732
- Todos los campos se valoran como campo de clave. ?Get instant SAP help. Start your 7-day free trial now.
MC731
El campo obligatorio &-& no es ningún campo de clave.
¿Qué causa este problema? Certain key fields of the primary and secondary tables must be included as key fields of the view in order to ensure an u...
MC730
Join de & a & no está definido via clave externa.
¿Qué causa este problema? Two tables which are not linked with a foreign key were included in a view. Therefore no join condition is defined betwee...
MC733
Relación de clave externa no permitida para objetos bloqueo.
¿Qué causa este problema? The base tables of lock objects must be linked with a hierarchical foreign key relationship, i.e. the foreign key tables ...
MC734
Condición de selección & para campo &-& no permitida.
¿Qué causa este problema? The comparision value specified in a selection condition could not be interpreted.Respuesta del sistema El sistema emite...
Haga clic en este enlace para buscar todos los mensajes de SAP.