What is Web dynpro?
Answers were Sorted based on User's Feedback
Answer / bakthyar
This question can be answered in 2 ways.
1) From a technological point of view, SAPs Web Dynpro for
Java and ABAP is a revolutionary step in the development of
web-based user interfaces. It is completely unlike any
design paradigm ever used by SAP before and represents a
quantum leap in the development of web-based, ERP applications
2) A Programming Model for User Interfaces
Defines a standard structure for user interface applications
Derived from the MVC (model-view-controller) design pattern
A Set of Tools for User Interface Design
Focus on graphical modelling
Code is generated from meta-model declarations
Integrated in SAP NetWeaver Developer Studio and the ABAP
Workbench
A Runtime Environment for Applications
Framework running on SAPWeb AS server offers common services
A Technology for Software Modularization
Components help structure applications and support
pattern-based UIs
Is This Answer Correct ? | 65 Yes | 2 No |
Answer / raj
dynamic programming providing clear separation between
Business Logic and Diaplay Logic
Is This Answer Correct ? | 63 Yes | 18 No |
Answer / sachin sanake
WebDynpro is a technology which helps a SAP ERP or SAP CRM
to Place successfully over Internet Applications. Webdynpro
applications can be created using ABAP as well as JAVA
technology.Webdynpro generates a weblink, using whcih we
can place SAP application over internet. So we can say that
Webdynpro are going to start a new era of web based ERP
system.
Is This Answer Correct ? | 25 Yes | 3 No |
Answer / sudhakar
webdyn for abap is a technoly based on sap netviewer, which
integrates user interface elements and which is purely
fallowed on MVC( Model View controller)architecture in
which businees logic is separate from presentation logic
for reusability.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / jitendra prasad
sap's standard UI technology for developing business application that have web-based user interfaces.
Is This Answer Correct ? | 8 Yes | 1 No |
WebDynpro is a client dependent programming model.It is
based on Model View Controller(MVC) paradigm which ensures
that business logic is separated from presentation logic.
ABAP WebDynpro is a SAP's standard UI technology for
developing web applications in the ABAP environment.
WebDynpro is a programming model which allows u 2 design
standard UIs very quickly.Everything that can be designed
without coding.
Is This Answer Correct ? | 6 Yes | 0 No |
How can you print the company logo?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How can we create callable modules of program code within one abap/4 program?
What is abap work bench?
why u can call(r using) ssf_function_module_name in smartforms?
What are hashed tables?
What is a function group? : abap modularization
What are advantages and disadvantages of logical data base
How is collect statement different from append?
Difference Between BDC and LSMW?
How do you use structures in the abap programs?
What are the names of the function modules that will be generated upon activation of a lock object?