cancel
Showing results for 
Search instead for 
Did you mean: 

Few basic ques on Web Dynpro

Former Member
0 Kudos

Hi All,

I have few ques on Web Dynpro basics.

1. Why is Web Dynpro said to have language-neutral metamodel.

2. What is meta-model.

3. What is declarative programming approach.

4. Why is a dictionary used. The simple type and a structure can also be declared in a Controller. Is it just a Global Declaration.

5. Where does the code of dictionary reside.

Shall be grateful for the answers.

Regards

Nikhil Bansal

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189631
Active Contributor
0 Kudos

Hi Nikhil,

Have a lot at these Doc.s also,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/8921447c-0501-0010-07b4-83bd39ffc7be">getting [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">webdynpro [original link is broken] [original link is broken]

Very useful

http://help.sap.com/saphelp_nw04/helpdata/en/5c/1b76bc3da0504e8b535cf3e154eaa7/content.htm

Regards,

<b>Ramganesan K</b>

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Nikhil

Here is the answers for your questions.

1.Why is Web Dynpro said to have language-neutral metamodel

A.the user interfaces developed in webdynpro is platform independent because of meta model/data generated by webdynpro framework is independent of all languages.This metamodel you can transfer to any system so that the application is executed in that system.So generated meta data is independent.

2.What is meta-model.

Metamodel is data about the application.Webdynpro framework have seperate tools to generate this metadata in xml files.These files contains all information about your application.Views,components,actions every thing.

Metadata/model means data about the data in general

3.What is declarative programming approach

Declarative approach is the one with out coding most of the things required to implement User interfaces (design,appearence,data) are specifying at design time by choosing right properties.So this eliminates most of the coding.So this is the declarative model.

4.Dictionary

This is again having two types like simple and structure,Here basically we store the data in dictionary datatype or populate the data in this type in runtime.Usually this datatypes are used to display the data in dropdown box or to display large data.

5>Where does the code of dictionary reside

The Dictionart classes are generated by the frame work for simple type,For complex type the data you are populating in view controlleres depending upon the conditions

For clear classification

www.help.sap.com

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

http://help.sap.com/saphelp_nw04/helpdata/en/5c/1b76bc3da0504e8b535cf3e154eaa7/content.htm

/thread/396968 [original link is broken]

regards

kalyan

abhijeet_mukkawar
Active Contributor
0 Kudos

Nikhil,

Instead of seeking answers of them from forum(because forum answers will lack depth), I would suggest to go through this doc:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f9eb64...

It will clear all your basic doubts. hope you enjoy reading it.

have you solved your ExcelExport problem?

regards