‎2008 Feb 06 5:01 AM
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
‎2008 Feb 06 5:05 AM
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.