Ver Mensaje Individual
  #1  
Viejo 11/04/08, 09:44:50
dayanareyes dayanareyes is offline
Member
 
Fecha de Ingreso: jul 2006
Mensajes: 36
Question the column name "mblnr" has two meanings...

hola...

tengo este codigo, pero me esta saltando un error que me dice....

the column name "mblnr" has two meanings...

alguien sabe como lo puedo solucionar?????

SELECT CPUDT BLDAT MBLNR EBELN NAME1 SGTXT
INTO (V_CPUDT, V_BLDAT, V_MBLNR, V_EBELN, V_NAME1, V_SGTXT)
FROM MKPF INNER JOIN MSEG ON MKPF~MBLNR = MSEG~MBLNR
WHERE MKPF-MBLNR = '5000000121'.
ENDSELECT.


Gracias.....
Responder Con Cita