Do you have any question about this error?
Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 127
Message text: Ninguna deducción para la acción/procedimiento
The syntax check found an error in an action or procedure. No inference
of values values is formulated (in connection with a table/function
call).
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Qualify all characteristics for which you require inferred values with
$SELF. For example:
TABLE TEST_TAB(COLOR = 'red', PRICE = $SELF.PRICE)
If you enter:
TABLE TEST_TAB(COLOR = 'red', PRICE = PRICE)
no value is inferred for characteristic PRICE.
Check whether the values you want to infer match the value assignment
alternatives defined in the table. In actions and procedures, the first
value assignment alternative defined for a table access is read. You
can only infer values for characteristics that are defined as data
fields in the value assignment alternative. If a characteristic is
defined as a key field in a table, values cannot be inferred for this
characteristic.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
COM_PME_PARSER127
- Ninguna deducción para la acción/procedimiento ?Get instant SAP help. Start your 7-day free trial now.
COM_PME_PARSER126
Falta parámetro formal necesario para deducción en &1
¿Qué causa este problema? Before a value can be inferred from a table or a user-defined function, all the characteristics defined as key fields in ...
COM_PME_PARSER125
No es posible deducir valor propuesto para &1 en tabla/función
¿Qué causa este problema? The syntax check found an error. When calling table or function , the inference of a default value was requested by assig...
COM_PME_PARSER130
Grafo completo. No se puede introducir restricción/regla en grafo
¿Qué causa este problema? There is a maximum number of rules (value assignment alternatives for constraints) which can be stored in a constraint ne...
COM_PME_PARSER131
La restricción tiene demasiadas variantes de evaluación: &1
¿Qué causa este problema? There is a maximum number of value assignment alternatives (rules) for an individual constraint. The number of value assi...
Haga clic en este enlace para buscar todos los mensajes de SAP.