Skip to Content
0
Former Member
Jan 10, 2012 at 09:42 PM

Code that doesn't require maintenance

42 Views

We have several tables and want to code ABAP, so that data would be written and updated to the correct table accordingly. Later on, there would be requirements to add more tables and data would be updated accordingly. The requirement is to code it so that it wouldn't need to be modified every time a new table is added. The table is named by the year, so there would be table 2009, 2010, 2011, 2012, etc. So when table 2013 is added, there shouldn't be a requirement to modify or change the code. Essentially the requirement is not to hard code the year. Is this possible to do?