- Every WebdynPro ABAP project has several Components. Components are nothing but programs.
- Every components has 5 controllers.
- Component Controller.
- Interface Controller.
- Custom Controller.
- Window.
- View.
- Every Controller is having a Context.
- Context is used to store the data.
- In context ,we can Create Several Nodes and Attributes.
- Node are like Internal Table ( not exactly ).
- Attributes are Variables.
No comments:
Post a Comment