cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynPro Beginner

Former Member
0 Kudos

Hiiiiii Experts

Iam a beginner in webdynpro , what is the main use of context in webdynpro and what is the main diff between abap and webdynpro abap.

Thanks in advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Harika,

what is the main use of context in webdynpro

Context in webdynpro used to store the data.I hope you know about MVC arichitecture.

Context is an interface between view and controller.It contains nodes and subnodes in an

hierarchial structure to store the data.

Using databinding,conext mapping and model binding concepts Context enables data flow

between models ,views and controllers.

what is the main diff between abap and webdynpro abap

ABAP is a programming language used to report business transactions and displays within SAP

GUI.

What if business transactions has to be displayed in web browster or mobile device browster?

Webdynpro ABAP is basically used for web-development.It uses OOABAP (Object oriented ABAP)

and MVC architecture and comes under netweaver platform run on WAS(Web Application Server).

Hope it helps.

Reward points,if found useful.

Cheers,

Narendra.M

Former Member
0 Kudos

Hi,

refer to this link

[original link is broken]

Former Member
0 Kudos

HI Harika,

Context is mainly used to store the data. It holds the data at runtime.

The data source is may be Data base table or from the user.

At run time you can append data's to your context and also you can read and get the values from your context.

Thanks.

Former Member
0 Kudos

Hello,

I suggest you to access the following:

[/people/thomas.szcs/blog/2006/07/18/basic-concepts-150-five-nice-features-and-one-pitfall-regarding-the-context]

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3861] [original link is broken] [original link is broken] [original link is broken];

Regards,

Former Member
0 Kudos

Hi ,

There is a lot of difference between webdynpro abap and abap.

Please check these links....

http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm

Reward if useful.

Regards,

Muneesh Gitta.