Ver Mensaje Individual
  #4  
Viejo 27/11/08, 23:31:56
Avatar de Rodolfo Montiel Rivera
Rodolfo Montiel Rivera Rodolfo Montiel Rivera is offline
Member
 
Fecha de Ingreso: oct 2007
Mensajes: 92
Thumbs up

report ztx1501.
include <symbol>.
tables spfli.
write: / sym_plus_box as symbol, 'Vendor Master Tables',
/4 sym_filled_circle as symbol, 'LFA1',
/4 sym_filled_circle as symbol, 'LFB1',
/4 sym_filled_circle as symbol, 'LFC1',
/ sym_plus_box as symbol, 'Customer Master Tables',
/4 sym_filled_square as symbol, 'KNA1',
/4 sym_filled_square as symbol, 'KNB1',
/4 sym_filled_square as symbol, 'KNC1'.
skip.
uline.
select * up to 5 rows from spfli.
write: / spfli-carrid,
spfli-connid,
sym_phone as symbol,
spfli-CITYFROM.
endselect.


**************************

REPORT ZICONOS.

INCLUDE <SYMBOL>.
INCLUDE <ICON>.

WRITE: / 'PHONE SYMBOL:', SYM_PHONE AS SYMBOL.

SKIP.

WRITE: / 'ALARM ICON: ', ICON_ALARM AS ICON.

*********************

Ahora si vas a declarar dentro de una tabla solo creas el campo

Visualiza la TABLA "ICON".

DATA: BEGIN OF itab_iconos,
icono like icon-id,
END OF itab_iconos

Suerte!!!
__________________
01010000
01001010
10011000
10100001

De Byte a Beat.
Responder Con Cita