Do you have any question about this error?
Message type: E = Error
Message class: CPOC - PP-PI-PMA: Process Operator Cockpit Messages
Message number: 207
Message text: Acceso índice &1 no permitido dentro de la misma instrucción de proceso
In a repeated data request, you have attempted to use an index to
access a variable that has been declared in the same process
instruction. This is not permitted.
You can use the index to access the values of a multiline table by
adding the line number to the variable name: <variable name>_
<table line>, for example, QTY_1, QTY_2.
To acces these values using an index, the variable must, however, be
defined in one of the preceding process instructions. Within the same
process instrucion, you may only use the variable name (that is,
without the suffix <_table line>) in the output characteristic.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Delete the suffix <_table line> in the output variable.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
CPOC207
- Acceso índice &1 no permitido dentro de la misma instrucción de proceso ?Get instant SAP help. Start your 7-day free trial now.
CPOC206
Defina variable &1
¿Qué causa este problema? Variable &V1& was defined for one of the following functions in the process instruction: In dynamic function call...
CPOC205
Ya se ha alcanzado la cantidad máxima de líneas
¿Qué causa este problema? You have attempted to insert new lines in a repeated data request (for example, a table). However, this is not possible s...
CPOC208
Sólo es posible acceder a la variable &1 para lectura
¿Qué causa este problema? You have attempted to change a global variable. This is not permitted. Global variables from external PI sheets are write...
CPOC209
La operación está inactiva
¿Qué causa este problema? The process step is inactive and may not be changed.Respuesta del sistema El sistema emite un mensaje de error y no le p...
Haga clic en este enlace para buscar todos los mensajes de SAP.