hi,
When activating our program, get error at the following statement:
PARAMETERS: p_fieldname LIKE Z_tablename-fieldname Default Value 'abc '.
And the error msg is:
The parameter name ("p_fieldname" here) can be up to 8 characters long.
In our table Z_tablename, the field fieldname is defined with Type: Char. and the Lengh is 4. Why we've got this msg? how to resolve it?
Thanks and We will give you reward points!