cancel
Showing results for 
Search instead for 
Did you mean: 

wdctx_node unknown

Former Member
0 Kudos

Hi all,

I am new to WebDynpro and Every time we create a webdynpro application

we are getting a problem in Action coding part for eg.

      • navigate from <CONTEXT> to <NODE_VBAK> via lead selection**

*node_node_vbak = wd_context->get_child_node( name = if_input_view=>wdctx_node_vbak ).*

we are using this code in Action Event and we r getting this error ..

Web Dynpro Comp. / Intf. ZSAMPLE_TEST,Web Dynpro View INPUT_VIEW

Method ONACTIONACTION_FIND

Field "WDCTX_NODE_VBAK" is unknown. It is neither in one of the

specified tables nor defined by a "DATA" statement . . . . . . . . . .

and also how to debug webdynpro application actually we are setting external BREAK-POINT but its not working.

Plz Help....

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

that problem is not solved yet ......................

please help guys

Kiran

Former Member
0 Kudos

First of all Kiran Check the following,

1) Where u have created your node? In Component controller or in View?

2) If you have created the node in Component controller, then you need to define the mapping of the Component controller context node to view context.

3) Check your Node name and get this node using Code wizard (Ctrl+f7).

Former Member
0 Kudos

hi kiran

just check your mapping part...........

and double click on if_input_view n check and then try to analyse the problem...

and also

Just make sure that the spelling of the node name is correct used in the code..

Go to the Context tab and check if it is spelt properly.

thanks

piyush

Former Member
0 Kudos

Hi Kiran,

Can you please witre the problem you was facing, as this will be helpful for others in future with the same type of error.

Answers (3)

Answers (3)

Former Member
0 Kudos

just drag the context node which u hv created in ur component controller to the view , so that the context node NODE_VBAK is accessibe across ur view , thn using code wizard(control+f7) ; read the context node .. the code will be auto generated

Former Member
0 Kudos

WDCTX_NODE_VBAK is actually the reference of the context node NODE_VBAK. Check in the context that you have created a node with the same name. Nay be some spell mistake is there.

Hope it helps you.

Former Member
0 Kudos

actually we r new to webdynpro..

we created 4-5 applications we r getting the same error

plz help

awaiting for your reply

kiran

Former Member
0 Kudos

Goto Context tab of teh View and check if you have the node with the same name 'NODE_VBAK' .

Former Member
0 Kudos

Hello Kiran . pl check the following points.

1) have u created the Node by usind wizard?

2) have u read that NOde in the method ONACTIONACTION_FIND.. if not use code wizard and read the node Properly.

comign to Debugging .. put a Break point in WDDOINT of Main view And run the application ..

Hope it will help you.

Cheers,

Kranthi.

Former Member
0 Kudos

yeah we r putting break-point in wdinit only but its not triggering..

thanks

Former Member
0 Kudos

we r using wizard only but its not working.

Plz help...

Kiran