‎2008 Apr 09 11:34 AM
within the program, if hot coded text used instead of text elements, will it create any problem while version/system upgradation?
Thanks
‎2008 Apr 09 11:36 AM
Hi,
Not really, but it might create.
while extended syntax check (TCODE SLIN) it gives syntax error.
Regards,
Prashant
‎2008 Apr 09 11:41 AM
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
‎2008 Apr 09 11:37 AM
Hi,
There is no problem but u should use always text element.
its performace problem.
Regards,
Brown.
‎2008 Apr 09 11:41 AM
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
‎2008 Apr 09 11:44 AM
Hi,
it is not recommended to use hardcoded text.
It is not reusable and give syntax error during extended program check.
regards
Sandipan