Ver Mensaje Individual
  #2  
Viejo 24/06/11, 19:06:05
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
Serķa algo como esto

interlocutores-document = vbpa-vbeln.
interlocutores-updateflag = 'U'.
interlocutores-partn_role = 'WE'.
interlocutores-p_numb_old = vbpa-kunnr.
interlocutores-p_numb_new = w_kunnr.

append interlocutores.

call function 'BAPI_SALESORDER_CHANGE'
exporting
salesdocument = pedido
order_header_inx = cabecera_x
tables
partnerchanges = interlocutores
return = retorno.
Responder Con Cita