Ver Mensaje Individual
  #3  
Viejo 10/10/06, 10:17:28
sap2006 sap2006 is offline
Senior Member
 
Fecha de Ingreso: mar 2006
Mensajes: 134
Prueba esta funcion a ver si te funciona.

*DATA NEW_ICON_BIS LIKE ICONS-TEXT.
*CALL FUNCTION 'ICON_CREATE'
* EXPORTING
* NAME = ICON_CHECKED
* TEXT = 'Aceptar'
* INFO = 'Información icono'
* ADD_STDINF = 'X'
* IMPORTING
* RESULT = NEW_ICON_BIS
* EXCEPTIONS
* ICON_NOT_FOUND = 1
* OUTPUTFIELD_TOO_SHORT = 2
* OTHERS = 3.
*WRITE NEW_ICON_BIS.

Salu2.

Úlima edición por sap2006 fecha: 10/10/06 a las 10:21:39.
Responder Con Cita