Ver Mensaje Individual
  #4  
Viejo 22/01/07, 16:37:04
CARLOS.ARGUETA CARLOS.ARGUETA is offline
Junior Member
 
Fecha de Ingreso: ene 2007
Mensajes: 1
Te funciono?, tengo el siguiente error...

Err.tmpo.ejec. CALL_FUNCTION_UC_STRUCT
Excep. CX_SY_DYN_CALL_ILLEGAL_TYPE
Fecha y hora 22.01.2007 11:39:05
Linea 253

241 POPT-TDNEWID = 'X'. " do not reuse old spool request
242 POPT-TDDATASET = 'TEST'(022). " fill as you want
243 POPT-TDSUFFIX1 = 'FAX'(023). " fill as you want
244 POPT-TDSUFFIX2 = SY-UNAME. " fill as you want
245 POPT-TDIMMED = 'X'. " send now
246 POPT-TDLIFETIME = 8. " keep 8 days in spool
247 POPT-TDTELENUM = NUMBER. " number without country code
248
249 POPT-TDTELELAND = COUNTRY. " country of recipient
250 POPT-TDCOVER = 'test fax'(024).
251 POPT-TDCOVTITLE = 'test fax'(024).
252 * POPT-TDIEXIT = 'X'.
>>>>> CALL FUNCTION 'PRINT_TEXT'
254 EXPORTING
255 APPLICATION = 'TX'
256 ARCHIVE_INDEX = ' '
257 ARCHIVE_PARAMS = ' '
258 DEVICE = 'TELEFAX' "<<< here we say: fax it !
259 DIALOG = 'X'
260 HEADER = HEADER
261 OPTIONS = POPT
262 IMPORTING
263 RESULT = PRES
264 TABLES
265 LINES = DOC2FAX
266 EXCEPTIONS
267 OTHERS = 01.

Carlos Argueta
ABAP
Responder Con Cita