PDA

Ver la Versión Completa : Mensaje: SE729 el customizing esta mal actualizado


SSSS
28/03/10, 16:49:59
Amigos es urgente!!!
En algunas ocaciones me esta apareciendo el siguiente mensaje:

Nº mensaje: SE729 "el customizing esta mal actualizado.....pero no es un mensaje de error, me lo muestra con el semaforo en verde, por lo cual, puedo seguir trabajando.

Hasta el momento, el sistema no me dio errores en ninguna transaccion por lo cual no entiendo este mensaje.....que quiere decir?

La pregunta es: como tengo que hacer para que no me lo muestre mas? alguien lo sabe?:confused:

mabby
24/01/11, 20:41:59
Amigos es urgente!!!
En algunas ocaciones me esta apareciendo el siguiente mensaje:

Nº mensaje: SE729 "el customizing esta mal actualizado.....pero no es un mensaje de error, me lo muestra con el semaforo en verde, por lo cual, puedo seguir trabajando.

Hasta el momento, el sistema no me dio errores en ninguna transaccion por lo cual no entiendo este mensaje.....que quiere decir?

La pregunta es: como tengo que hacer para que no me lo muestre mas? alguien lo sabe?:confused:


Hola SSSS, me esta apareciendo el mismo mensaje de error SE729. Vos lo pudiste resolver? veo que hay algunas notas, pero en la version en la que estoy trabajando estan aplicadas.
Muchas gracias!!!

cocke
29/11/11, 18:37:37
Hola, qué tal?

Tengo el mismo problema y la configuración entre ambientes DEV y QAS es idéntica, lo pudieron solucionar?


Gracias


Saludos

Cecilia M
18/01/13, 16:58:01
Hola a todos, a mí me está sucediendo lo mismo, alguno pudo solucionar el error? TKS!!

Alfredo_py
11/04/13, 16:59:41
Estimados.

Aqui va las explicaciones del caso y que se debe hacer;

ERROR EN LA TRX ML81N – CUSTOMIZING NO ACTUALIZADO
_________________________________________________________________


SAP Note 1382685 - SE 729 Customizing incorrectly

When entering a Service Entry sheet using ML81N you receive the message
SE729 - Customizing Incorrectly maintained.
Please note that the message can appear in all transactions showing service
lines (ME21N, ME22N, ME51N, ME52N, ME31K, ME32K, IW42, etc.).

Issue 2:
The button for Service Selection is missing and when you want to record a
new entry sheet, the system show messagge SE 729.
Other terms
SE729, SE 729, Customizing Incorrectly maintained, ML81N, Service Entry
Sheet, ME21N, ME51N, T162V, TC_View, SAPLMLSP 400, Service Selection, IW42,
IW44

Reason and Prerequisites
You have recently made an upgrade
Number of entries in table T162V is different to the number of columns in
table control for screen SAPLMLSP/400.

Solution
The variants maintained before and after upgrade are probably different.
Since different customers maintain different number of entries for each
variant, it would not be possible to release a standard note to all
customers to fix this. Moreover this cannot be fixed using the Note
Assistant, the changes have to be done manually.
The entries in the Table 'T162V'(for each of the 6 variants) should always
be the same as that of the columns in the table control(TC_View).
Table Control(Screen) Screen 400 SAPLMSP(TC for services ).
Below is the standard logic to verify if the customising is correct.
**********************************************************
* Determine number of lines in customizing tables
describe table t162v_tab lines lv_t162vlines.
* Determine number of columns in table control
describe table tc_view-cols lines lv_tclines.
lv_tclines = 6 * lv_tclines.
Here 6 signifies the 6 variants for the TC.
if lv_t162vlines ne lv_tclines.
message s729.
endif.
**********************************************************
Please make sure that the entries maintained in T162V are the same as the
columns maintained in the Table Control (TC).
For this case, you can use SM31 transaction to maintain the same number of
entries in table T162V as in TC.
11.04.2013 Page 2 of 3
SAP Note 1382685 - SE 729 Customizing incorrectly
maintained
Please see the attached files "SE729_A.doc" and "SE729_B.doc" for further
help, that explain exactly how to check the situation and how to use SM31.
There can be two cases:
- table control has less entries than T162V
- table control has more entries than T162V
Please compare them and choose the appropriate solution. The attachment
explains only the first case. If you have the second case please use 'New
entries' to add the missing ones to T162V.
The most important thing is that you have the same number of entries in
lv_t162vlines as in lv_tclines.
After all changes are made please test the behaviour again.
=======================================
Issue two
The button for services selection is missing and when you want to record a
new entry sheet, the system show messagge SE 729.
----
This is owing to the incomplete coding of the user-exit that must be
performed by the user.
When the SAP enhancement SRVEDIT is not active, the call of the user-exit
is not performed and the value of I_EDIT_KZ is set to 'X', and never
changed.
When you activate your project, which contains the SAP enhancement, you
need to write the code of the include ZXMLUU18, so that the export
parameter E_EDIT of EXIT_SAPLMLSR_001 returns a value. Without code, the
parameter value will be blank, hence I_EDIT_KZ will be blank, and the end
result is the [Service selection] button disappears. Time out's can also be
a result.
_______________________________________________________________
En pocas palabras indica que existen dos campos que debes ser eliminados de la tabla T162V.
Saludos.

SSSS
11/04/13, 20:19:41
Hola!!! si lo resolvimos de la siguiente manera:

1°Solicitamos a seguridad SAP, permisos al usuario de un ABAP, para actualizar la tabla T162V Trx. SM31. (enviale la captura de la SU53) y con eso es mas que suficiente.

tambien comentales que necesitas ver por la Trx. Ml81N el boton administrador (lee la nota SE729_A)

2° Borramos los registros que estan de mas en la tabla T162V, para las variantes 0,1,2,3,4 y 5:
118 ESLL-PER_SDATE
119 ESLL-PER_EDATE
Con esto ya queda solucionado el error.

Numero de note 1382685
Te dejo el link:https://websmp130.sap-ag.de/sap%28bD1lcyZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=0001382685&nlang=S

Vas a tener que hacer esto en cada uno de los mandantes que te da el error.

Saludos,
:)

hjqr
20/11/13, 01:14:45
Como los compañeros indican ese procedimiento es el correcto. La nota a aplicar es : 1382685 - SE 729 Customizing incorrectly maintained

La tabla T162V difiere en entradas con el Table Control, por lo que se deben eliminar las sobrantes.

118 ESLL-PER_SDATE
119 ESLL-PER_EDATE

Para cada una de las Variantes (0,1,2,3,4,5)

Se crea una orden WB en desarrollo y luego se transporta a los demás mandates

Raquel_MM
23/10/15, 18:06:04
Como los compañeros indican ese procedimiento es el correcto. La nota a aplicar es : 1382685 - SE 729 Customizing incorrectly maintained

La tabla T162V difiere en entradas con el Table Control, por lo que se deben eliminar las sobrantes.

118 ESLL-PER_SDATE
119 ESLL-PER_EDATE

Para cada una de las Variantes (0,1,2,3,4,5)

Se crea una orden WB en desarrollo y luego se transporta a los demás mandates


Por favor, me pueden indicar si esas tablas, tanto la de control como la de T162V deben presentar las mismas variantes en las mismas posiciones de manera idéntica?

Esta situación afecta el tratamiento en la modificación de las tarnsacciones mencionadas? ya que tengo un problema adicional en el que en la ME22N no se me están guardando las eliminaciones realizadas a los detalles en un servicio.

Gracias!