cancel
Showing results for 
Search instead for 
Did you mean: 

PATH_GET_NODE to fill subnodes in webdynpro ABAP

Former Member
0 Kudos

Hi,

In the config controller we are getting static attributes of the subnode

node2 = wd_context->path_get_node( path = `MAINNODE.SUBNODE` ).

  node2->get_static_attributes_table( importing table = lt_node2 ).

After upgrade to EHP7 it is not retrieving contents.

Configuration will be cleared after upgarde..? if yes how to resolve this issue.

Is anybody faced similar kind of issue..if yes can you please throw some light.

Regards

Sam

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Issue not resolved

Szczerbowski
Active Participant
0 Kudos

And what does debug say, is there a node like that, and contents are there?

Former Member
0 Kudos

Hi All,

Issue not yet resolved

Regards

Sam

Former Member
0 Kudos

Hi Felipe,

Yes. I have tried but no success.

Regards

Sam

former_member198833
Active Participant
0 Kudos

Hi Sampath,

Have you tried using 'get_child_node( )' instead?


node2 = wd_context->get_child_node( name = `SUBNODE` ).

node2->get_static_attributes_table( importing table = lt_node2 ).

Regards,

Felipe