ASAP - Difficulty in recovering comm parameters to the method getParam connection class of self-gene
Hi,
I'm having a number of problems in recovering some comm param even if the length of their name does not exceed 80 characters.
I'm using the self-generate mwthod in the connection class:
public String getParameter(String arg0) {
return this.getCommParam(arg0);
}
What we see in the file JNEP diagnostic are "dirty" characters.
In tbl_comm_param I'm able to select the parameter by name with length equal to 69
In JNEP diagnostic file I can see the following charachters 0?X at the end of corrupt lable name.
Can you help me?
Regards