cancel
Showing results for 
Search instead for 
Did you mean: 

Exception

jnmurthi
Participant
0 Kudos

Hi all,

I am getting the following exception when I am executing my application.

<b>com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(CreateTemplateComp.Zad_Bapi_Get_Template_Details_Input.Output.T_Template_Details): structure field Ad_Height not found

at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:299)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)

at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)

at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)

... 49 more</b>

can any one tell me the reason for this exception??

Regards,

Murthy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member751941
Active Contributor
0 Kudos

Hi Narayana,

The new field “Ad_Height” has been added in Zad_Bapi_Get_Template_Details.

So after re-importing model “Ad_Height” field is added in your Model node.

Remove the model node from the context and

Do the mapping between

1> used model and component controller

2> component controller and view (if you are using the model node in view)

Then set the value of “Ad_Height” if it is input field and execute the Zad_Bapi_Get_Template_Details.

Regards,

Mithu

Answers (2)

Answers (2)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

I think you have modified the RFC after Importing into NWDS.

Just Reimport and rebuilt remove the errors, deploy and run.

Regards

Abhimanyu L

Former Member
0 Kudos

Hi

Have you reimported the model once again?

Thanks

Srikant

jnmurthi
Participant
0 Kudos

Hi,

Yes, I have reimported the model and did all the required mappings also.

But, still I am getting that.

Regards,

Murthy.

Former Member
0 Kudos

Hi,

I guess if you have reimported the model with the same name, you might have to restart the server!

You may check once.

Regards,

Anagha