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: 

text elements

Former Member
0 Kudos

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

former_member386202
Active Contributor
0 Kudos

Hi,

Not really, but it might create.

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

Regards,

Prashant

0 Kudos

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

Former Member
0 Kudos

Hi,

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

its performace problem.

Regards,

Brown.

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

it is not recommended to use hardcoded text.

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

regards

Sandipan