cancel
Showing results for 
Search instead for 
Did you mean: 

How to see VIEW and METHODS in webdynpro applications ?

Former Member
0 Kudos

Hi ,

I am New to WEBDYNPRO applictions , How can i see

ABAP Webdynpro Application ZAPPROV View V_GETLIST Method VALI_APP....and BOR Object ZBUS2081 get_property approverlist changing container.....Can any one kindly let me know .

Regards,

Veera

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you using ECC 6.0 version?

Web Dynpro for ABAP is only available in version ECC6.0.

1. Go to SE80 and select Web Dynpro/Component Inter from drop down.

2.Enter component name and then click on display button.

3.Now you can see the component.

4.Click on views node, you can see the views.

5. go to view V_GETLIST,go to methods tab here you can see VALI_APP.

thanks

Suman

Former Member
0 Kudos

open transaction SE80

in the repository browser, select Webdynpro component/interface in the dropdown.

type the name of your webdynpro component and press enter.

The component will open up, it will have the views, applications that you have created in this component....you can see them as it is required.

On the left tree, there will be a node for VIEWS, open it and find your view V_GETLIST in it. The view wil open up on the right....there you can find the tab methods in the end (right most)....a list of methods will be displayed....double click on the method name and you will see the code