cancel
Showing results for 
Search instead for 
Did you mean: 

Create web dynpro application

Former Member
0 Kudos

Hi folks,

I have a requirement in which I have to use 1 view each from the 4 standard WD components and create an application of each of the component. Do I have to copy each standard WD component into a Z component and then create application for each of the Z component OR is there any other techniques? Please help me out.

thanks in advance..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1.double click on component where u want to use another component

2.U'll get a screen.In component write component name.In compenet usage write the name through which u want to call it in ur orignal component.

By this this component is included in ur original component.

3. now go to ur view properties and click on Used controller, now select the interface controller for the

component u want to reuse.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

use component usage for the same and am giving you example how to implement that

[saptechnical.com/Tutorials/WebDynproABAP/Reusability/demo.htm]

[saptechnical.com/Tutorials/WebDynproABAP/Column/page1.htm]

Edited by: Neha Thukral on Dec 9, 2008 3:09 PM

Edited by: Neha Thukral on Dec 9, 2008 3:10 PM

Edited by: Neha Thukral on Dec 9, 2008 3:12 PM

Edited by: Neha Thukral on Dec 9, 2008 3:13 PM

Former Member
0 Kudos

Hi,

For accessing the standard WD components, you can reuse those components.

-> Just define the standard WD components in Your component.

-> now go to ur view properties and click on Used controller, now select the interface controller for the

component u want to reuse.

Now u can access directly all the properties of the Used component.

Thanks,

Pankaj Aggarwal

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You can create new Z-applications for SAP supplied components. You don't have to copy the component to do that. You can also reuse SAP components within your components using component usage.