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

SLIN !!!!

Former Member
0 Likes
599

Hi all,

I used the transaction SLIN and checked my program and there I am getting an errro message which says "char strings w/o text element will not be translated"

and what I am doing right now is just declared a constant c_date(50) value 'Invalid date'.

so can you please help me how to get rid of this error.

Thanks

Rajeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

create a text element for the character string.

for creating a text element double click on the string <b>'invalid date'</b>, a text element will be created.

Now activate your program and text element.

Lokesh

4 REPLIES 4
Read only

rainer_hbenthal
Active Contributor
0 Likes
545

Double click on the character constant and follow the instructions.

Read only

0 Likes
545

Hi..

Please donot post your same message in the forum twice. And try to mention u r problem in the subject.

Hope you understand. Please read the rules.

Thanks,

chaithanya.

Read only

Former Member
0 Likes
546

create a text element for the character string.

for creating a text element double click on the string <b>'invalid date'</b>, a text element will be created.

Now activate your program and text element.

Lokesh

Read only

former_member191735
Active Contributor
0 Likes
545

Use "#EC NOTEXT after the character string.

You can get rid of that warning in Extended check program.

Example: c_text = 'INVALID'. "#EC NOTEXT