Hello experts, i have one confusion which is very basic but i am not able to find the answer in detail.
So i worked in few reports and in some there were several includes created without perform and start of selection but in some we had to add start of selection with perform. My question is why did we do that? What exactly is the difference in both scenarios?
example-- include top, include sel, include logic, include display for declarations, selection screen, logic and display respectively.
In another report, only top and sel were made in include rest all were written in ->
Start-of-selection
perform logic.
perform display.
Thanks in advance.