Guest User

Untitled

a guest
Apr 11th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.79 KB | None | 0 0
  1. IF ( ti_historico-begchange IS NOT INITIAL AND ti_historico-endchange IS NOT INITIAL ).
  2.               IF ( ti_historico-beguz < ti_historico-begchange AND ti_historico-enduz <= ti_historico-begchange )
  3.               OR ( ti_historico-beguz >= ti_historico-endchange AND ti_historico-enduz > ti_historico-endchange ) .
  4.               ELSE.
  5.                 MODIFY t_lista_ponto.
  6.               ENDIF.
  7.             ELSE.
  8.               IF t_lista_ponto-abstp NE 'I' OR
  9.                 ( t_lista_ponto-abstp EQ 'I' AND wa_lista_ponto-status IS INITIAL AND
  10.                 ( wa_lista_ponto-begtm IS INITIAL OR wa_lista_ponto-endtm IS INITIAL ) ). "1a. Justificativa
  11.                 MODIFY t_lista_ponto.
  12.               ENDIF.
  13. *              MODIFY t_lista_ponto FROM wa_lista_ponto.
  14.             ENDIF.
Add Comment
Please, Sign In to add comment