cancel
Showing results for 
Search instead for 
Did you mean: 

Read and modify dynamically created node

Former Member
0 Kudos

Hello Gurus,

how to Read and modify dynamically created node in wedbdynpro alv.

please help me on this.

thanks,

Rama

Edited by: Ramakullay Challa on Jan 7, 2010 5:49 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

u read the dynamic nodes in the same way , as u do it for the static context nodes

u must have created the dynamic attribute using the add_new_child_node method , thn u simply create the reference for the same globally .

regarding modification , u caan use the set_attribute method .

the coding is similar , as u do for context nodes static .

refer this wiki :

http://wiki.sdn.sap.com/wiki/display/WDABAP/dynamiclayoutmanipulationinWD+ABAP

regards,

amit

Former Member
0 Kudos

Refer the sample webdynpro componenet DEMODYNAMIC in package SWDP_DEMO.

Former Member
0 Kudos

Hi,

When you create the node dynamically you store the refrence in global variable ans use the same..And regarding the mdofication as you are trying to use the field symbols that will directly point to the table so that entries are updated..

Refer this link -

http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/201ddd3b-b4ce-2b10-8883-880ae8147f89&overrid...

Regards,

Lekha.