MUNDOSAP

Regresar   MUNDOSAP > CONSULTORIA > LO - MM - SD
Nombre de Usuario
Contraseña
Home Descargas Registrar FAQ Miembros Calendario Buscar Temas de Hoy Marcar Foros Como Leídos




 
Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Viejo 28/03/10, 16:49:59
SSSS SSSS is offline
Senior Member
 
Fecha de Ingreso: mar 2009
Localización: Argentina
Mensajes: 148
Mensaje: SE729 el customizing esta mal actualizado

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?
Responder Con Cita
  #2  
Viejo 24/01/11, 20:41:59
mabby mabby is offline
Junior Member
 
Fecha de Ingreso: feb 2007
Mensajes: 22
Lo resolviste?



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!!!
__________________
Mabby
Responder Con Cita
  #3  
Viejo 29/11/11, 18:37:37
cocke cocke is offline
Member
 
Fecha de Ingreso: nov 2009
Mensajes: 87
Same problem

Hola, qué tal?

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


Gracias


Saludos
Responder Con Cita
  #4  
Viejo 18/01/13, 16:58:01
Cecilia M Cecilia M is offline
Junior Member
 
Fecha de Ingreso: jun 2006
Mensajes: 19
Hola a todos, a mí me está sucediendo lo mismo, alguno pudo solucionar el error? TKS!!
Responder Con Cita
  #5  
Viejo 11/04/13, 16:59:41
Alfredo_py Alfredo_py is offline
Junior Member
 
Fecha de Ingreso: ene 2010
Mensajes: 10
Error En La Trx Ml81n – Customizing No Actualizado

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.
Responder Con Cita
  #6  
Viejo 11/04/13, 20:19:41
SSSS SSSS is offline
Senior Member
 
Fecha de Ingreso: mar 2009
Localización: Argentina
Mensajes: 148
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:

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

Saludos,
Responder Con Cita
  #7  
Viejo 20/11/13, 01:14:45
Avatar de hjqr
hjqr hjqr is offline
Junior Member
 
Fecha de Ingreso: ago 2011
Localización: Venezuela
Mensajes: 13
Error En La Transacción ML81N – Customizing No está bien Actualizado

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
__________________
Henry José
San Cristóbal, Venezuela
Responder Con Cita
  #8  
Viejo 23/10/15, 18:06:04
Raquel_MM Raquel_MM is offline
Junior Member
 
Fecha de Ingreso: oct 2015
Mensajes: 3


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!
Responder Con Cita
Respuesta


Herramientas Buscar en Tema
Buscar en Tema:

Búsqueda Avanzada
Desplegado

Reglas de Mensajes
no puedes crear nuevos temas
no puedes responder temas
no puedes adjuntar archivos
no puedes editar tus mensajes

El código vB está On
Las caritas están On
Código [IMG] está On
Código HTML está Off
Saltar a Foro


Husos Horarios son GMT. La hora en este momento es 13:00:05.


www.mundosap.com 2006 - Spain
software crm, crm on demand, software call center, crm act, crm solutions, crm gratis, crm web