Tema: GOS files
Ver Mensaje Individual
  #5  
Viejo 17/11/11, 14:04:50
SAPING SAPING is offline
Senior Member
 
Fecha de Ingreso: may 2010
Localización: Buenos Aires, Argentina
Mensajes: 199
Avance (?)

Buenas gente....
Tengo algo.. .pero no se si me sirva...

* document_id lo obtuve de la tabla SRGBTBREL

CALL FUNCTION 'SO_DOCUMENT_READ_API1'
EXPORTING
document_id = 'FOL29000000000024EXT36000003497185'
IMPORTING
document_data = lwa_document_data
TABLES
object_content = lt_object_content
EXCEPTIONS
document_id_not_exist = 1
operation_no_authorization = 2
x_error = 3
OTHERS = 4.

Esto me devuelve en la tabla el archivo que adjunte....
Ahora lo tendria que mandar a imprimir(spool) con el formato del archivo que corresponda (pdf, doc, xls, txt, etc)

Estoy buscando como puedo hacer....
Si alguno tiene alguna data.... BIENVENIDA SERA!!!
Responder Con Cita