Ver Mensaje Individual
  #1  
Viejo 01/05/14, 17:11:14
Daniel A.S. Daniel A.S. is offline
Junior Member
 
Fecha de Ingreso: may 2014
Mensajes: 5
Dump CRM_ORDER_MAINTAIN

Hola a Todos...

Estoy ejecutando la función CRM_ORDER_MAINTAIN con la cual actualizo el campo DURATION el cual está en la tabla IT_APPOINTMENT. Me genera un dump:

CALL FUNCTION 'CRM_APPT_BUILD_INPUT_FIELDS'
EXPORTING
iv_ref_handle = '0'
iv_ref_guid = im_wa_appointment-ref_guid
iv_ref_kind = im_wa_appointment-ref_kind
is_logical_key = wa_logical_key
IMPORTING
es_input_fields = wa_input_fields.

CALL FUNCTION 'CRM_ORDER_MAINTAIN'
EXPORTING
it_appointment = i_appointment
CHANGING
ct_input_fields = i_input_fields
EXCEPTIONS
error_occurred = 1
document_locked = 2
no_change_allowed = 3
no_authority = 4
OTHERS = 5.


Dump:

Categoría Error de programación ABAP
Err.tmpo.ejec. MESSAGE_TYPE_X
Programa ABAP SAPLCRM_ORDER_OW
Application Component CRM-BTX-BF

Diagnóstico
El módulo de funciones aparece varias veces en la jerarquía
actual de llamadas. Este caso no está previsto. Se trata de un
error de programa.

Les agradeceré bastante cualquier apoyo.

Saludos
Responder Con Cita