Do you have any question about this error?
Message type: E = Error
Message class: GB - Messages used by the Boolean code generator
Message number: 026
Message text: Desbordamiento del campo. Se empleará el intervalo válido de &
You have specified a part of a field, but the part you specified is
longer than the respective field.
&EXAMPLE& COBL-BUKRS:2-5: (the field BUKRS consists of only 4
characters).
The system truncates the segment to fit the field:
If the first value of the specified interval is too high, the last
value of the field is used.
&EXAMPLE& COBL-BUKRS:5-5: -> COBL-BUKRS:4-4:
If the last value of the specified interval is too high, the system
truncates the segment to fit the length of the field.
&EXAMPLE& COBL-BUKRS:2-5: -> COBL-BUKRS:2-4:
Correct the interval you entered.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
GB026
- Desbordamiento del campo. Se empleará el intervalo válido de & ?Get instant SAP help. Start your 7-day free trial now.
GB025
El campo & no está disponible en la clase &
¿Qué causa este problema? In a Boolean statement, you have tried to use a field that is not assigned to the Boolean class of the object you changed...
GB024
La regla & se emplea de forma recursiva
¿Qué causa este problema? A rule is used recursively. This rule calls itself up directly, or is called up by a rule in which it is used. For examp...
GB027
El tipo del exit & es incorrecto
¿Qué causa este problema? The exit type of the system exit or user exit cannot be used in this condition. This may be the case, if: in a condition,...
GB028
Operaciones vectoriales (&) no permitidas en este evento
¿Qué causa este problema? You have tried to use a column-related mathematical operator. However, column-related operators (SUM, AVG, MAX, MIN) can...
Haga clic en este enlace para buscar todos los mensajes de SAP.