ABAP /

RutNombre

  1. select single parameter into sy-lisel from fupararef
  2.            where funcname = 'NOMBRE_DE_LA_FUNCION'
  3.                  and paramtype = 'X'
  4.                  and pposition = sy-subrc.
  5. if sy-subrc eq 0.
  6.    message s398(00) with sy-lisel.
  7. endif.
Última modificación de la página el 04 November 2015 a las 15h04
Powered by PmWiki