Skip to Content
0
Former Member
Jul 15, 2008 at 11:02 AM

Right approach for SAP development

14 Views

Hi to all,

I am used to develop windows applications in VB.NET, all events have their own handler. Each event has its own code to execute... instead in SAP development I use mainly a couple of function for event handling(applic_MenuEvent,applic_ItemEvent) in wich I use If, Select Case for each Form, for each EventType, for each ItemUID...

so this function consist of thousands of lines, is this the right approach?

I hope I have made the idea of what I mean.

Regards