Do you have any question about this error?
Message type: E = Error
Message class: BL - Application Log
Message number: 264
Message text: El log &1 no se puede bloquear: Interbloqueo
The current program, called using the ABAP statement SUBMIT or CALL
TRANSACTION, is attempting to modify the application log using the
handle &V1& (for example, to add or delete a message).
This log was modified earlier by the calling program, however, and this
change was not completed by calling the function module BAL_DB_SAVE <ZH>
and</> a database commit.
This open change means that the current program cannot modify this log,
since both programs are running in different sessions and cannot both
modify the log at the same time.
This is a deadlock situation and the editing of the log is canceled.
Correct the calling program so that the log is saved between its last
modification and the statement SUBMIT or CALL TRANSACTION and a database
commit is performed by the statement COMMIT WORK or by the function
module DB_COMMIT.
If you do not want to interrupt the current SAP LUW, call the function
module BAL_DB_SAVE with the parameters
I_2TH_CONNECTION = 'X'
I_2TH_CONNECT_COMMIT = 'X'
(see SAP Note 1535132). This closes the change immediately.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
BL264
- El log &1 no se puede bloquear: Interbloqueo ?Get instant SAP help. Start your 7-day free trial now.
BL263
Hay &1 log(s) en tratamiento y no se visualizan
¿Qué causa este problema? Some logs are currently being edited and cannot be displayed, since this might be in an inconsistent state.Respuesta del ...
BL262
Se ha transferido nombre de campo incorrecto
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error específico 'se explica por sí mismo', no se ha proporcionado más información. ...
BL267
Tarea ejecución larga detectada. Iniciar/continuar en proceso de fondo.
¿Qué causa este problema? It can take a long time to delete a large number of application logs. We therefore recommend that you use background jobs...
BL268
&1 logs se borran en &2 jobs de fondo
¿Qué causa este problema? El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error. R...
Haga clic en este enlace para buscar todos los mensajes de SAP.