Skip to Content
0
Former Member
May 11, 2010 at 04:55 AM

How to use standard classes to create custom modulepool program like ME21N

163 Views

I am at the Starting Point of doing a classical dynpro program via Abap Objects which address all controls with MVC Architecture .So i debugged the standard ME21n transaction to find out how i can start with. I came across this interface which has no Attributes and Methods.I wondered y .Thats y i posted a Question .I also seen a lot of Standard classes

CL_TABLE_VIEW_MM

CL_BASIC_MODEL_VIEW_MM

CL_COMPOSITE_SCREEN_VIEW_MM

CL_SCREEN_VIEW_MM

CL_TABLE_VIEW_MM

CL_TABSTRIP_VIEW_MM

CL_TC_BUTTON_VIEW_MM

CL_TC_ITEM_VIEW_MM

CL_TOGGLE_VIEW_MM

CL_VALUE_MODEL_VIEW_MM

and much more for Model and Controllers ..Can u plz guide me how i can make use of this classes effictively in my custom module pool programming