I am having performance issue with the below select statement.
Select belnr dmbtr hkont koart zlsch from bseg into table it_bseg for all entries in it_bkpf where belnr =it_bkpf-belnr and koart eq 'K'.
Please suggest how can I improve the performance issue of this statement