cancel
Showing results for 
Search instead for 
Did you mean: 

Tutorial 6 - Component Usage help

Former Member
0 Kudos

Hi,

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

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

component

<b>TECHED_05S_CUSTOMER_DATA</b>

how can i add the code to this compnent plz explain step by step

thanks [url=https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11] [original link is broken];

i have find this code and i have to add it to metod of this copnent but how i do that?

method showcustomer .

data: customer_data type scustom,

customer_node type ref to if_wd_context_node.

customer_data = cl_wdabap_flight_model=>get_customer_data(

customer = customer_id

).

customer_node = wd_context->get_child_node( 'CUSTOMER_DATA' ).

customer_node->bind_element( customer_data ).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

plz i need help