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

Program name

Former Member
0 Likes
292

Helo Experts,

I have a transaction which opens a web page. Its a page with many tabs n tables n drop down menu. Each of which will open a different view.

The web page is a development in webdynpro for abap... I tried finding in SE80... for which i located one program under category webdynpro ..where one of the tab page are designed ...

I need to locate the code for the entire web application , also where n how are they linked to one page... I m new to dynpro.. Kindly guide me on this,

Many thanks !!!

Bijal

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
271

you can find the code in

component interface> interface name.. once you click on it.. you can see the methods that are all created.. all the code will be filled up in the methods... its OO approch..

if you can select the view in the tree structure of the webdynpro application, and hit the layout tab.. you will get to see the views and components associated to it..

the same with windows as well

Award points if helpful.