cancel
Showing results for 
Search instead for 
Did you mean: 

Reimport a Model of a Custom Bapi Function

Former Member
0 Kudos

Hi,

I made a custom Bapi to be used in a WebDynpro project and it worked well. Then I added a new input parameter in my Bapi to use it as an input field in a view and so I reimported my bapi in my WebDynpro project. The problem is that if I bind the new bapi parameter to an input field in a view, I rebuild and deploy, the application doesn't work anymore. On the contrary, if I don't use the new bapi parameter, the application works as before.

Why this behaviour? I need to add a new parameter to my bapi, but I don't want to make my project from the beginning.

Thanks,

Antonio

Accepted Solutions (0)

Answers (3)

Answers (3)

younes_talha
Explorer
0 Kudos

Hi,

I had the same problem and this solution works well

thanks,

Younes

Former Member
0 Kudos

Thank you very much,

I tried and it seems to work!

Antonio

Former Member
0 Kudos

Hi,

Reimorting model lead to some inconsistency in the WAS. It has metadata stored in cache and this data should be reimported from backend. The only way I know to do this is to restart the J2EE server. It should help.

Regards.

Victor