Sie sind auf Seite 1von 1

ckasgh,lkj

types: begin of ty_t001,


bukrs type bukrs,
butxt type butxt,
ort01 type ort01,
land1 type land1,
end of ty_t001.
data it_t001 type table of ty_t001.
select bukrs butxt ort02 land1
into table it_t001 from t001
where land1 = 'de'.
loop at it_t001 into wa_t001.
write: / wa_t001-bukrs, wa_t001-butxt, wa_t001-ort01, wa_t001-land1.
endloop.

Das könnte Ihnen auch gefallen