Do you have any question about this error?
Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 113
Message text: Error en la declaración de tabla/función
The syntax check found an error in the entry for a table or function.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
A table is denoted by the keyword TABLE, the language-independent table
name and a list of arguments. Each argument consists of <formal
parameter = arg>, for example:
TABLE TEST_TAB(COLOR='red', PRICE=PRICE_1)
Here, COLOR and PRICE are formal parameters of the table, 'red' is a
constant, and PRICE_1 is a characteristic-specific variable.
A function is denoted by the keyword FUNCTION. The other entries for a
function are the same as for a table, for example:
FUNCTION TEST_FUN(COLOR='red', PRICE=PRICE_1)
Check the table or function entry at the cursor. Correct the error if
required. See also other possible causes of error (messages).
Special functions that read or change other configuration data
internally are identified with the keyword PFUNCTION. (The 'P' stands
for procedure.) These functions can only be used in procedural
dependencies, such as procedures and non-declarative selection
conditions. The argument list of a PFUNCTION can be empty.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
COM_PME_PARSER113
- Error en la declaración de tabla/función ?Get instant SAP help. Start your 7-day free trial now.
COM_PME_PARSER112
Argumento de tabla/función erróneo &1
¿Qué causa este problema? The syntax check found an error in table or function parameters.Respuesta del sistema The cursor shows where in your ent...
COM_PME_PARSER111
La relación 'PART_OF/'SUBPART_OF' es errónea
¿Qué causa este problema? The syntax check found an error in the entry for predefined standard dependency <ZH>PART_OF</> or <ZH>S...
COM_PME_PARSER114
Error en interfase de módulos de función genérica (ABAP): &1
¿Qué causa este problema? The syntax check found an error in the function entry . The function module referred cannot be used, because the interfac...
COM_PME_PARSER116
Error en limitación necesaria (con IF)
¿Qué causa este problema? An error was found in a conditional restriction, starting with the keyword IF.Respuesta del sistema The cursor marks the...
Haga clic en este enlace para buscar todos los mensajes de SAP.