Skip to Content
0
Former Member
Jul 26, 2010 at 02:34 PM

Question on refactoring context attributes

41 Views

Hi all,

I notice in WDP abap, if we need to set a context node/attribute

we would need to do this in the code.

my_ele->set_attribute(
   exporting = 'ATTRIBUTE_NAME'
   value = 'NAME' ).

So if i need to rename my attribute name to some other names, i would need to look in my codes where i have specified 'ATTRIBUTE_NAME' and change it myself.

Is there any faster way to do this?

Thanks