Ver Mensaje Individual
  #2  
Viejo 11/03/10, 09:58:23
Avatar de ppchico
ppchico ppchico is offline
Senior Member
 
Fecha de Ingreso: oct 2006
Localización: Málaga
Mensajes: 144
Puedes hacer lo siguiente:
*comentarios de los campos:
at selection-screen: begin of line.
at selection-screen: comment 10(20) text-001 for field p_nif.
at selection-screen: comment 30(20) text-002 for field p_import.
at selection-screen: comment 50(20) text-001 for field p_fecha.
at selection-screen: end of line.
*campos en si:
at selection-screen: begin of line.
parameters: p_nif type stcd1.
parameters: p_import type importe.
parameters: p_fecha type sy-datum.
at selection-screen: end of line.
Lo único que tendrías que ajustar posteriormente los 10(20) etc, para que coincidan con los campos de abajo... Espero que te sirva. Un Saludo,

Úlima edición por ppchico fecha: 11/03/10 a las 10:02:43.