Ver Mensaje Individual
  #1  
Viejo 21/09/12, 16:38:04
Fido Fido is offline
Senior Member
 
Fecha de Ingreso: dic 2006
Mensajes: 255
Bom de equipos LSMW prog. RCSBI010

Hola a todos,

Estoy teniendo un problema con la creación de un Batch input con la LSMW y el programa de creación de lista de material RCSBI010 para un equipo

Cree la relacion de estructuras:

- BGR00 Batch Input Structure for Session Data <<<< BOM_HEADER Bom hearder
- BICSK Batch Input Structure for BOM Header Data <<< BOM_HEADER Bom hearder
- BICSP Batch Input Structure for BOM Item Data <<<< BOM_ITEMS Boms items list

Y complete los campos todos como chart.
El sistema lee correctamente la estructura pero cuando ejecuto la opcion de convert data me da un dump.

UC_OBJECTS_NOT_CONVERTIBLE


Error analysis

******************

The statement

"MOVE src TO dst"

requires that the operands "dst" and "src" are convertible.

Since this statement is in a Unicode program, the special conversion

rules for Unicode programs apply.

In this case, these rules were violated.


DUMP CODE

**************

CASE g_objecttype.

WHEN '01' OR '02'.

gt_buffer-record = g_record.

gt_buffer-data = <l_record>.

APPEND gt_buffer.


Existe varios post que aparecio a varias personas el mismo problema pero no encuentro una solución correcta que me solucione.




Por lo que vi el error esta en la lectura de la 3° estructura.
BICSP Batch Input Structure for BOM Item Data

¿Alguien le ocurrio el inconveniente? y lo pudo solucionar?

Muchas gracias por su ayuda
Responder Con Cita