Ver Mensaje Individual
  #4  
Viejo 30/06/10, 00:17:04
AldoSosaMeza
 
Mensajes: n/a
Este Es El Ejemplo Como Lo Tengo En La Ventana Main Del Sapscrip!
*----------------------------------------------------
Line01_f031_f032_f033
Define &ch_cantidad&
Define &ch_codigo&
Define &ch_descripcion&
Define &ch_preciouni&
Define &ch_total&
Define &go_line& = 10
Perform Obtiene_det_fac In Program Zsdpr_proforma
Using &v55eeudc-f007_beznr&
Using &go_line&
Changing &ch_cantidad&
Changing &ch_codigo&
Changing &ch_descripcion&
Changing &ch_preciouni&
Changing &ch_total&
Endperform
&ch_cantidad(10)& &ch_codigo(6)& &ch_descripcion(72)& &ch_preciouni(9)& &ch_total(12)&
Line02_f031
Define &ch_cantidad&
Define &ch_codigo&
Define &ch_descripcion&
Define &ch_preciouni&
Define &ch_total&
Define &go_line& = 20
Perform Obtiene_det_fac In Program Zsdpr_proforma
Using &v55eeudc-f007_beznr&
Using &go_line&
Changing &ch_cantidad&
Changing &ch_codigo&
Changing &ch_descripcion&
Changing &ch_preciouni&
Changing &ch_total&
Endperform
&ch_cantidad(10)& &ch_codigo(6)& &ch_descripcion(72)& &ch_preciouni(9)& &ch_total(12)&
Line03_f031_f034_f035
Define &ch_cantidad&
Define &ch_codigo&
Define &ch_descripcion&
Define &ch_preciouni&
Define &ch_total&
Define &go_line& = 30
Perform Obtiene_det_fac In Program Zsdpr_proforma
Using &v55eeudc-f007_beznr&
Using &go_line&
Changing &ch_cantidad&
Changing &ch_codigo&
Changing &ch_descripcion&
Changing &ch_preciouni&
Changing &ch_total&
Endperform
&ch_cantidad(10)& &ch_codigo(6)& &ch_descripcion(72)& &ch_preciouni(9)& &ch_total(12)&
Responder Con Cita