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: 

Help ...........

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

Rajeev,

Create a text element for that text.

enter text-001 in place of 'Invalid date', double click on text-001, it will ask you to create the text ement and create.

Regards,

Satish

3 REPLIES 3

Former Member
0 Kudos

Rajeev,

Create a text element for that text.

enter text-001 in place of 'Invalid date', double click on text-001, it will ask you to create the text ement and create.

Regards,

Satish

0 Kudos

Thanks for the reply satish,

actually I did this but I need to pass this mesage in to one of my filed of the internal table...such as :

move: c_date to it_itab-mssg.

so I am not sure how can I do this by using the text elements.

thanks

Rajeev

0 Kudos

Hi

Move: text-001 to it_itab-mssg.

It moves into the internal table field as you did for

Move: c_date to it_itab-mssg.

Thanks.

chaithanya