I have to controller pages (page1.do and page2.do) that both shall use the same controller class (CL_CTR).
Can I tell in DO_REQUEST of the controller class whether page1.do or page2.do called the controller class?