Application Development and Automation 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: 
Read only

ATC check call screen in function module

former_member673956
Discoverer
0 Likes
2,718

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,627

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

Read only

0 Likes
2,627

Hi Giuseppi, it is normal functional module! thanks!

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,627

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.

Read only

former_member673956
Discoverer
0 Likes
2,627

thank you for your suggestion. I will try!

Read only

former_member673956
Discoverer
0 Likes
2,627

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

Read only

axel_jebens
Product and Topic Expert
Product and Topic Expert
0 Likes
2,627

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.