cancel
Showing results for 
Search instead for 
Did you mean: 

Java Bean reimport not working

Former Member
0 Kudos

We are using java bean model in our project.

As per our requirement we have to add new field in our one of the java bean classes.We have created the getter setter method for the new field in it.

We are trying to get the field in our model classes to be used by webdynpro view.

Whenever we are trying to re import the model those updated field are not coming in our java bean class file. We are getting the following error:

Invalid Class : No class files found for Java Bean : Model Class corresponding to SingleParam already exists. Webdynpro java

  

Can anybody please help??

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218672
Active Contributor
0 Kudos

Hi Rahul,

You can try to re-import the model after doing the cache invalidation. Check the below thread for the steps - http://scn.sap.com/thread/3211572

Cheers,

Sen

Former Member
0 Kudos

Hello Sen,

  Adaptive RFC cache invalidation is used when we used adaptive rfc. It wont be helpful with javabeans.

Regahulrds,

Ra