Ver Mensaje Individual
  #6  
Viejo 26/02/10, 19:41:27
Avatar de luis999
luis999 luis999 is offline
Member
 
Fecha de Ingreso: jun 2008
Localización: Lima - Perú
Mensajes: 82
Cool



Hola, puedes usar esto:

CALL FUNCTION 'ISP_GET_MONTH_NAME'
EXPORTING
date = '00000000'
language = sy-langu
month_number = "Aca le das el mes"
IMPORTING
* LANGU_BACK =
longtext = "Aca obtienes el nombre del mes"
* SHORTTEXT =
EXCEPTIONS
calendar_id = 1
date_error = 2
not_found = 3
wrong_input = 4
OTHERS = 5.

Saludos, espero que te sirva
__________________
Luis Lipa
Responder Con Cita