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

UCCHECK error

Former Member
0 Likes
2,520

Hi all,

I'm working for a upgrade project. During my UCCHECK phase I came across an error PARAERS029 and the error description is "You can only use "PARAMETERS" for programs other than type 1 between BEGIN/END OF SCREEN". Please help me to take appropriate action on the error.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
633

What are you checking? A report program(type 1)?

Rephrasing the sentence;

from:

You can only use "PARAMETERS" for programs other than type 1

to:

You cannot use SELECT-OPTIONS(for example) for programs other than type 1(Type S - sub routine pool)

TYPE - 1/S/M/I : u can check them SE38->select ATTRIBUTES radio button->press display->Types field

1 REPLY 1
Read only

Former Member
0 Likes
634

What are you checking? A report program(type 1)?

Rephrasing the sentence;

from:

You can only use "PARAMETERS" for programs other than type 1

to:

You cannot use SELECT-OPTIONS(for example) for programs other than type 1(Type S - sub routine pool)

TYPE - 1/S/M/I : u can check them SE38->select ATTRIBUTES radio button->press display->Types field