Hi Team,
I would like to know best way of using the global table name so that we will be able to change it later with minimal change in code if required.
For eg:
1. We have global table name "GT_Material_Info" and we have written a custom code with same table reference.
2. Now, we have to change the global table name to "GT_Product_Info" since it looks more meaningful, we have to change it everywhere in custom code also which is little difficult.
Is there any way so that new table name may reflect automatically in custom code?
or
What is the best way to approach this problem?
Thank you!