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

Code Inspector.

Former Member
0 Likes
574

I had createn a program and ran the code inspector on it and got the following error.

Message Code 1306

Program ZAM_REPORT Include ZAM_REPORT_TOP Row 5 Column 0

The data type EKPO can be enhanced inany way. After a structure enhancement,this

assignment orparameter might be syntactically incorrect . . . . . . . . .

Internal Message Code: MESSAGE G:P

could anyone help me to know what the error is abut and how to rectify it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

what's in row 5, data with type table of....EKPO? The CI is telling you that EKPO is open to enhancements of any type (see SE11). The CI message is insignificant to your code and to the inspection, IMHO.

1 REPLY 1
Read only

Former Member
0 Likes
474

what's in row 5, data with type table of....EKPO? The CI is telling you that EKPO is open to enhancements of any type (see SE11). The CI message is insignificant to your code and to the inspection, IMHO.