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

text elements

Former Member
0 Likes
735

within the program, if hot coded text used instead of text elements, will it create any problem while version/system upgradation?

Thanks

5 REPLIES 5
Read only

former_member386202
Active Contributor
0 Likes
702

Hi,

Not really, but it might create.

while extended syntax check (TCODE SLIN) it gives syntax error.

Regards,

Prashant

Read only

0 Likes
702

Yes, it is creating error in EPC and Code inspector too. But I want to know performance wise or any other reason for 'hot coded text'.

Please help me

Read only

Former Member
0 Likes
702

Hi,

There is no problem but u should use always text element.

its performace problem.

Regards,

Brown.

Read only

Former Member
0 Likes
702

Hi

theres no problem if you hard code the text but its a better practice to use text-elements as text elements are language independent, if we want to run our program in any other language except in which it is created, the text element will automatically take the system language and convert the text in that respective language.

Otherwise i dont think there is an issue regarding system upgradation etc.

Regards

Mona

Read only

Former Member
0 Likes
702

Hi,

it is not recommended to use hardcoded text.

It is not reusable and give syntax error during extended program check.

regards

Sandipan