Application Development 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: 

SLIN !!!!

Former Member
0 Kudos

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

Former Member
0 Kudos

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

rainer_hbenthal
Active Contributor
0 Kudos

Double click on the character constant and follow the instructions.

0 Kudos

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.

Former Member
0 Kudos

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

former_member191735
Active Contributor
0 Kudos

Use "#EC NOTEXT after the character string.

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

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