‎2010 Nov 17 9:12 AM
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.
‎2010 Nov 17 7:08 PM
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.
‎2010 Nov 17 7:08 PM
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.