cancel
Showing results for 
Search instead for 
Did you mean: 

Program name for Web page

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi bijal........

for every view there is a tab called methods....

in this tab you can find many mehtods and codings for it...

this is where the codings are written...

this is local to this view...

if you go to the component controller instead of a view...

there also you will find methods tab whic contains coding which commmon for all views.

---regards,

alex b justin

Former Member
0 Kudos

Hi bijal parmar

You have to manually go and check each component under the category webdynpro and find the view which you are using. the url syntax for each application will be in the for mat

<schema>://<host>.<domain>.<extension>:<port>/sap/bc/webdynpro/<namespace>/<application name>?<parameter name>=<parameter value>

Regards

Sarath

Former Member
0 Kudos

Thanks a lot for ur reply..

Its a complicated page.. with many view... so how do i know where are they binded ???

The transaction i opened is using a program that forms the Url, with some application ID.. Wats n application ID ?

Former Member
0 Kudos

hi bijjal.....

the application id is the application name of a web dynpro component..... mostly it would be present as the last name in the url.

---regards,

alex b justin

Former Member
0 Kudos

Its True, But where can i find the webdynpro orogram tat uses it