‎2010 Jan 13 8:27 PM
i Have declared as
onstants: c_soft(10) type c value 'soft error'.
this constant i am moving to other variable as
lv_soft = c_soft
this lv_soft i am using in perform as
perform lv_index lv_soft....
while i am doing epc check i am getting error in charecter string as Char. strings w/o text elements will not be translated:
"soft Error'.
Please suggest the solution
regards,
vinod
‎2010 Jan 13 8:48 PM
‎2010 Jan 13 9:28 PM
Being a constant, the value "Soft Error" can't be modified (when converion is required in a differnt sytem with a language other than ENGLISH). So as suggested you should go for a text element. Text elements are simply elements of text referenced within the program and can be translated to a particular language when required.
‎2010 Jan 21 5:56 AM
‎2010 Jan 21 2:23 PM
Rather than just saying you "got the solution" it would be much more helpful if you would let the forum know just what the solution was. That way others who have the same problem may learn from you.
Rob