Ver Mensaje Individual
  #2  
Viejo 04/10/13, 15:24:42
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
Es un ALV OO ?, si es así usa el metodo get_current_cell.

call method grid_resu->get_current_cell
importing
e_row = fila
e_value = valor
e_col = colu
es_row_id = fila_id
es_col_id = colu_id.

1. Con la fila identificada leer tu tabla interna y tomar el documento de material.
2. Fijar parametro MBN (SET PARAMETER...)
3. Call transaction a MB03.

Saludos

Úlima edición por Mauricio Hidalgo fecha: 04/10/13 a las 15:28:11.
Responder Con Cita