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

EPC check

Former Member
0 Likes
543

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

4 REPLIES 4
Read only

Former Member
0 Likes
502

Use a text element instead of hard-coding a value???

Rob

Read only

Former Member
0 Likes
502

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.

Read only

Former Member
0 Likes
502

Thanx all i got the solution...

Read only

0 Likes
502

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