Ver Mensaje Individual
  #2  
Viejo 13/06/13, 17:49:15
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
Sería algo asi:

field-symbols <variable> type any.
assign ('nombre_variable') to <variable>.
if sy-subrc eq 0.
<variable> = 12.
endif.

donde:
nombre_variable sería el string que compusiste para formar el nombre de la variable y que estás dejando en la variable NOMBRE.

Saludos
Responder Con Cita