Limpiamos el buffer de los Sapscript en los smarforms

  1. CALL FUNCTION 'INIT_LOAD_TEXT_BUFFER'
  2.  EXPORTING
  3. *   EXCL_ID             =
  4. *   EXCL_LANGUAGE       =
  5.    EXCL_NAME           = 'HELLO' "<- Para que no lo encuentre
  6. *   EXCL_OBJECT         =
  7.  EXCEPTIONS
  8.    NOT_FOUND           = 1
  9.    OTHERS              = 2
  10.           .