Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

harish_mandoliya
Explorer
0 Kudos

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


1 REPLY 1

harish_mandoliya
Explorer
0 Kudos

1 more ATC Information message which i received with the same Check Description as above and the Message text says-

"READ TABLE ... INDEX for result of SELECT statement at Include <Include_name>"

In this case, i am reading an internal Table into a work area with Index.

This internal table was received as  a result of Select query on a DB Table above.

Could you please tell me how i can avoid this information message.

Regards,

Harish