Historia de un abapero
Comentarios y ayudas sobre el lenguaje ABAP IV.
miércoles, noviembre 03, 2010
MF: Primer y ultimo día del mes
Para calcular el primer y última día del mes se utiliza el MF
OIL_MONTH_GET_FIRST_LAST
CALL FUNCTION
'OIL_MONTH_GET_FIRST_LAST'
EXPORTING
i_month = p_month
i_year = sy-datum(4)
IMPORTING
e_first_day = r_audat-low
e_last_day = r_audat-high
EXCEPTIONS
wrong_date =
1
OTHERS
=
2.
Entradas más recientes
Entradas antiguas
Inicio
Suscribirse a:
Entradas (Atom)