Buenas tardes Ariel-StaFe.
Si entendí bien, tendrías que hacer esto.
Dentro del primer BLOCK pone esto:
SELECTION-SCREEN FUNCTION KEY 1.
SELECTION-SCREEN FUNCTION KEY 2.
Y después del INITIALIZATION pone:
e_smp_dyntxt-text = 'Botón 1'.
e_smp_dyntxt-icon_id = TU ICONO.
e_smp_dyntxt-icon_text = 'Texto'.
e_smp_dyntxt-quickinfo = 'Información rapida'.
e_smp_dyntxt-path = 'Path'.
sscrfields-functxt_01 = e_smp_dyntxt.
e_smp_dyntxt-text = 'Botón 2'.
e_smp_dyntxt-icon_id = TU ICONO.
e_smp_dyntxt-icon_text = 'Texto'.
e_smp_dyntxt-quickinfo = 'Informacion rapida'.
e_smp_dyntxt-path = 'Path'.
sscrfields-functxt_02 = e_smp_dyntxt.
Espero te sirva.
Saludos.
|