viernes, 26 de abril de 2013

3 - Exit variables BW (Step 3): ejemplo


ELSEIF i_step = 3.
* Formula variable for Unit

  LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'P_UCONV1'.
    perform f_check_p_uconv1 using    loc_var_range
                             changing l_subrc.

    if l_subrc <> 0.
      raise entry_again.
    endif.
  ENDLOOP.
 ENDIF.

No hay comentarios: