Do you have any question about this error?
Message type: E = Error
Message class: 28 - Configuration
Message number: 036
Message text: Variable de objeto prevista
The syntax check found an error. An object variable is expected at the
cursor.
In preconditions, selection conditions, procedures, and actions, you
can use the following object variables:
$ROOT for the highest level object in a multi-level configuration
$SELF for the object currently being processed
$PARENT for the object immediately above current object $SELF in a
multi-level configuration
The object variable is separated from the characteristic by a period:
$ROOT.COLOR
In constraints, you can define object variables under OBJECTS.
T IS_A (300)TABLE
You can also define your own variables for characteristics in
constraints. You then use these variables to refer to the
characteristics.
If you have not defined object variables for the characteristics of the
object, you must define which object the characteristic belongs to. In
this case, the system expects an object variable before the
characteristic.
T.Material = 'oak'
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Check your entry and correct it as appropriate. Please note also other
possible causes of error (messages).
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
28036
- Variable de objeto prevista ?Get instant SAP help. Start your 7-day free trial now.
28035
Clave prevista
¿Qué causa este problema? In the source code of the dependency, a key is expected. However, you did not enter a valid key. A valid key comprises al...
28034
Expresión booleana prevista
¿Qué causa este problema? A boolean expression is an expression that is evaluated as true or false. The syntax check found an error. A boolean expr...
28037
Se prevé expresión lógica
¿Qué causa este problema? The syntax check found an error. A logical expression, such as a value comparison, is expected at the cursor.Respuesta de...
28038
Se prevé expresión numérica
¿Qué causa este problema? The system check found a syntax error. At the cursor, the system expects a numeric expression, such as a figure, a numeri...
Haga clic en este enlace para buscar todos los mensajes de SAP.