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 call screen in function module

former_member673956
Discoverer
0 Kudos

Hello,

Currently, while doing ATC check for my function module, I receive the below error priority 1:

"Unwanted Statement: CALL SCREEN

Cannot be suppressed using a pragma or pseudo-comment"
Could you please advise how to solve this ? Thank you in advance!

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

What kind of FM are you editing (for example an update task FM doesn't allow CALL SCREEN)

0 Kudos

Hi Giuseppi, it is normal functional module! thanks!

Sandra_Rossi
Active Contributor
0 Kudos

Weird. It's like ATC is confusing "CALL SCREEN" with a system "CALL". I guess there's a non-blank character after SCREEN (copy/paste from somewhere?) or maybe a bug of an ATC check due to the absence of single quote (the syntax is valid though)... Retry by typing manually CALL SCREEN 100 or CALL SCREEN '0100' or whatever.

former_member673956
Discoverer
0 Kudos

thank you for your suggestion. I will try!

former_member673956
Discoverer
0 Kudos

Hi Sandra, I tried like your suggestion, unfortunately it didn't work.

axel_jebens
Explorer
0 Kudos

If you have executed ATC checks, could you please add the information which check the message belongs to? You will find this information in the details of the ATC finding.