0% found this document useful (0 votes)
26 views2 pages

Basics of Web Dynpros

Web Dynpros are a Netweaver programming model used for developing web applications based on a Model-View-Controller architecture. The model interacts with the backend system, the view interacts with the frontend system, and the controller combines the model and view. Views contain screen elements and have view controllers, while windows contain one or more views and have window controllers. Components execute web applications and interact with component interfaces. An application is a URL invoked by a user to create an instance of a root component, while context provides a repository of shared data.

Uploaded by

Rajesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Basics of Web Dynpros

Web Dynpros are a Netweaver programming model used for developing web applications based on a Model-View-Controller architecture. The model interacts with the backend system, the view interacts with the frontend system, and the controller combines the model and view. Views contain screen elements and have view controllers, while windows contain one or more views and have window controllers. Components execute web applications and interact with component interfaces. An application is a URL invoked by a user to create an instance of a root component, while context provides a repository of shared data.

Uploaded by

Rajesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Web Dynpros Transaction code -----> SE80 ( Web Dynpro Component / Interface ).

Web Dynpros are a Net weaver Programming Model. It can be used for developing Web Applications based on UI ( User Interface ) Technology. The Architecture of Web Dynpros are MVC ( Model View Controller ) Architecture. Model -----> Interacts the Backend System. View ------> Interacts to the Frontend System. Controller -------> Combines to the Model and View. Basics of Web Dynpros 1) View : Views are Visible Screen area and it contains Screen Elements. Ex: A Text Filed entering Employee Name. 2) Controllers : View has -----> View Controller .

Component has ------> Component Controller. View Controller Performs ------> Event Handling Based on -----> Actions triggered in a View. For example: Entering Employee Details whenever the user clicks the button. 3) Windows : Windows have one or more Views. The views are enabled into the Screen at the runtime and these views are embedded within the window. Windows have -----> Input and Output Plugs and Windows Controller . Windows Controller is global and it is visible in every part within the Component. 4) Components : Components are used to execute the Web Applications. Components are like Views, Windows, Controllers and these components are interact with Component Interface.

5) Application : Application is URL ( Uniform Resource Locator) Something executed by the user. Whenever the user invokes to the URL Web Dynpro creates the Instance based on Root Component. 6) Context : Context is nothing but a Repository of data like Data Container. The Data can b used in Views or Components of this context. 7) Controllers :

You might also like