Ver Mensaje Individual
  #3  
Viejo 26/04/10, 17:51:20
karvi karvi is offline
Junior Member
 
Fecha de Ingreso: nov 2009
Mensajes: 9
Hola, estoy usando la siguiente funcion:
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
document_data = doc_chng
put_in_outbox = 'X'
commit_work = 'X'
TABLES
packing_list = objpack
object_header = objhead
contents_bin = objbin
contents_txt = objtxt
receivers = reclist
EXCEPTIONS
too_many_receivers = 1
document_not_sent = 2
operation_no_authorization = 4
OTHERS = 99.

Donde objbin es la tabla que lleva el txt adjunto, y es de tipo solisti1
Responder Con Cita