Skip to Content
0
Nov 10, 2015 at 01:49 PM

ATC Check Information Message - Search problematic statements for result of SELECT/OPEN CURS

595 Views

Dear All,

Please consider the code snippet as shown below inside a Report -

========================================================

AT SELECTION-SCREEN.

Perform z_Validate_stuffs.

START-OF-SELECTION.

Perform Z_fetch_data

Perform Z_Display_Data.

END-OF-SELECTION.

========================================================

When i am running ATC check on this report, i am getting the ATC information message whose check description says -

"Search problematic statements for result of SELECT/OPEN CURS" and the Message Text refers to the position

where "AT SELECTION-SCREEN" , "START-OF-SELECTION" and "END-OF-SELECTION" are written.

Could you please explain me the reason for the same & what can be done to remove such information message

from ATC check .

Thanks in advance!

Best Regards,

Harish