cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in Tutorial 6 Webdynpro for ABAP

Former Member
0 Kudos

Hi,

I am working on the tutorial 6 for web dynpro for abap given in the link,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

I am facing problem while developing this webdynpro because it is using some other webdynpro called

<b>TECHED_05S_CUSTOMER_DATA</b>

Can anyone tell me how to develop this webdynpro or where its source code can be available ?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

Hai Navneeth,

You can also create one more component to act as child component.

[1] Suppose you create a component with context node ascustomer_data with attributes as : id, name ,street,country,street etc.

[2] Define a method in the controller to extract the customer data from scustom table with importing paramter as customid.

[3] Compulsorily checj the checkbox opposite to the method in the interface column.

now the one which you ctreated is a child component and foolow the procedure in the material and continue with the component reuse.

thanks ,

madhu.

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

Is ur problem solved or u need some more clarification?

Former Member
0 Kudos

Madhu,

I have created a component with the method cust_data in component controller,but i can not see the customer data when i click on line item in output.Should i have to create view in this component?