Ver Mensaje Individual
  #4  
Viejo 11/08/10, 17:05:11
Avatar de Fabian leonardo velasquez
Fabian leonardo velasquez Fabian leonardo velasquez is offline
Member
 
Fecha de Ingreso: sep 2007
Localización: Facatativa
Mensajes: 62
perform

form crear_icono using p_icon_name
p_estado
changing p_campo type icons-text.
call function 'ICON_CREATE'
exporting
name = p_icon_name
info = p_estado
add_stdinf = 'X'
importing
result = p_campo
exceptions
icon_not_found = 1
outputfield_too_short = 2
others = 3.
endform. " CREAR_ICONO
__________________
Cordialmente
Fabián Leonardo Velásquez P.
Consultor SAP ABAP
Bogota - Colombia
Responder Con Cita