Ver Mensaje Individual
  #4  
Viejo 16/03/10, 13:16:35
Atlas Atlas is offline
Senior Member
 
Fecha de Ingreso: ago 2007
Mensajes: 107
Por si a alguien le sirve en el futuro, se puiede incluir el boton standard con:

concatenate v_bukrs v_belnr V_gjahr into objectident-OBJKEY.
objectident-OBJTYPE = 'FIPP'.

CREATE OBJECT gos_icon
EXPORTING
is_object = objectident
it_service_selection = lt_services
ip_no_commit = 'R'
EXCEPTIONS
OTHERS = 1.
Responder Con Cita