Tema: Select sum
Ver Mensaje Individual
  #1  
Viejo 05/01/09, 22:55:00
mendocar mendocar is offline
Senior Member
 
Fecha de Ingreso: ago 2008
Localización: Lima Peru
Mensajes: 226
Select sum

Amigos : Estoy haciendo mis primeras incursiones en ABAP y deseo hacer un
select sum(hwbas), sum(hwste)
into (BSET-hwbas,BSET-hwste)
from BSET
where bukrs = p_bukrs and
gjahr = p_gjahr and
belnr = p_belnr

y me sale error de sintaxis. No necesito group by ya que es por documento FI.
Un ayudin.
Gracias.
Responder Con Cita