Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dyn Pro?

Former Member
0 Likes
632

Hi Gurus,

Can some one tell me what is the meaning of Dynpro and where is it used? What is webdynpro ? Can you also provide some links for web dynpro and how it is related to Netwaever?

Thanks in advance to all contributors.

Regards,

Newabaper

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

in abap dynpro refers to the screen number. u can see it in BDC coding to fill the bdc table we refer it through the system field sy-dynnr.

Whats WEBDYNPRO?

Situation where you need to develope Custom Developement for Client with SAP you can use WebDynpro . Just take case that client want that his some business process to be automised over web then we will go for WebDynpro .Eg. Let client want that his shopfloor worker should be able fill BOM , Q-form over web .For that some web site adress (URL ) will be give to him . He can fill that data from anywhere just need to have browser . So by WebDynpro your SAP will be completely aviiable over Web .

Not just that it seems that future will be WebDynpros.

About Material

First of all start doing SAP SDN tutorials .

Create some compenents with BAPI , Component usage and ALV .

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02e1fa45-0801-0010-10a0-f1c...

/people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap

Try to Download demo tutorials from SDN library & Try to search WebDynpro ABAP WebLogs .

Wait not just that SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )

See packages like SWDP_DEMO , SALV_WD_DEMO

there are many more .

/people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e03...

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
594

Dynpro is just a name for a screen, that's it. The word dynpro and screen are interchangable. Web Dynpro is one step further, and referrs to a framework and tool intergrated into the ABAP workbench which allows you to create "screens" or user interfaces which are mostly web based. They run in a browser. Here is a link for Web Dynpro ABAP, Web dynpro also is supported on the java side as well.

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

Regards,

Rich Heilman

Read only

ferry_lianto
Active Contributor
0 Likes
594

Hi,

A sap dynpro is nothing but a SAP screen that provides a forum for the user to interact with the SAP database. The dynpro forms the heart of any transaction, and in order to design one for a particular process, the process needs to be broken down into a sequence of dynpros.

The main components of a typical SAP custom transaction dynpro are:

- Screen Attributes

- Screen Elements

- Screen Fields

- Screen Layout

- Define the OK code field in the field list for the Screens

- Flow Logic

Please check this link for more informaton on SAP Dynpro.

http://www.thespot4sap.com/Articles/SAP_Design_Dynpro.asp

Web Dynpro is the SAP NetWeaver programming model for user interfaces and provides support when developing the Web representation of business applications. The Web Dynpro model is based on the Model View Controller paradigm, and has the following features that build on the classic dynpro model:

- Clear separation of business logic and display logic

- Uniform metamodel for all types of user interfaces

- Execution on a number of client platforms.

- Extensive platform independence of interfaces Structure

For more information, please check this links.

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

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/web+dynpro&;

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
595

in abap dynpro refers to the screen number. u can see it in BDC coding to fill the bdc table we refer it through the system field sy-dynnr.

Whats WEBDYNPRO?

Situation where you need to develope Custom Developement for Client with SAP you can use WebDynpro . Just take case that client want that his some business process to be automised over web then we will go for WebDynpro .Eg. Let client want that his shopfloor worker should be able fill BOM , Q-form over web .For that some web site adress (URL ) will be give to him . He can fill that data from anywhere just need to have browser . So by WebDynpro your SAP will be completely aviiable over Web .

Not just that it seems that future will be WebDynpros.

About Material

First of all start doing SAP SDN tutorials .

Create some compenents with BAPI , Component usage and ALV .

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02e1fa45-0801-0010-10a0-f1c...

/people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap

Try to Download demo tutorials from SDN library & Try to search WebDynpro ABAP WebLogs .

Wait not just that SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )

See packages like SWDP_DEMO , SALV_WD_DEMO

there are many more .

/people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e03...

Read only

Former Member
0 Likes
594

Hi All,

Thanks for your time to reply for this post. It was very helpful and now gave me a clear idea. Does any one have documentation of web dynpro using Java?

If so can you pls send me to the mail id newabaper@gmail.com or some links from where i can download .

Thanks in advance and I have rewarded the points also

Regards,

Newabaper