‎2020 Feb 11 11:38 AM
I know this question sounds silly. But just to confirm, can you please let me know if there is any performance-wise difference in declaring a variable using data element or table-fieldname style.
‎2020 Feb 11 11:50 AM
‎2020 Feb 11 12:07 PM
jyothiraditya.k,
Performance wise both are same, only difference is how you refer the Variable characteristics.
Through Data Element you provide a direct assignment where as through table field you provide reference and ensure the field's characteristics is always aligned with the variable declaration which makes more sense.
I recommend you to go through the below thread as well which gives more insight on the same topic.
Regards!
‎2020 Feb 11 12:52 PM
No, your linked thread is not about performance (the linked thread is about the recommendation of using TYPE <data element> versus TYPE <table>-<component>)