Skip to Content
-2
May 10, 2020 at 07:35 AM

Bseg performance issue

109 Views

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