1.

What Events Are Mandatory In Reports?

Answer»

Report dont need any EVENT to execute the output.It we we put START-of-selection there is no compulsory to use end-of-selection. End-of-selection is used when we want to execute some output even when some exception occurs to SKIP start-of-selection.

There is no MANDATORY event in the report program. however, if we don't explicitly write any event, system implicitly starts with start of selection event.In CASE of database selection, it is a good practice of use end-of-selection event.

Report dont need any event to execute the output.It we we put start-of-selection there is no compulsory to use end-of-selection. End-of-selection is used when we want to execute some output even when some exception occurs to skip start-of-selection.

There is no mandatory event in the report program. however, if we don't explicitly write any event, system implicitly starts with start of selection event.In case of database selection, it is a good practice of use end-of-selection event.



Discussion

No Comment Found