W Pub: ABAP Rut Nombre

  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.