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

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

Former Member
0 Likes
464

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
437

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
Read only

Former Member
0 Likes
438

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

Read only

0 Likes
437

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

Read only

0 Likes
437

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