Hi Forum,
I've just started learning ABAP and thankfull for any help.
When do a selection over the DFKKOP Table by using one of its Indizes (AUGST, VKONT, BUKRS and AUGDT) it still takes 2 Minutes to get results when testing in a real-data-environment.
CODE
select * from dfkkop into table tab_dfkkop
where augst ne 9
and vkont = p_vkont
and bukrs = p_bukrs
and augdt <= sy-datum.
ENDCODE
What can I do to get my code more efficient?
Thanks a lot for your help in advance,
best regards,
beckersk