Factory pattern in ABAP
Feb 23, 2022 · 2 min read · I couldn't find a nice ABAP blog on how to implement a Factory pattern which had my requirements, so here it is. Requirements : The factory decides which class it returns depending on the input parameters Do not allow to instanciate the child class...
Join discussion