cancel
Showing results for 
Search instead for 
Did you mean: 

Changes in RFCs and reimport a model.

Former Member
0 Kudos

Hello everybody

I've developed wd application. I need to call RFCs , so I've created a rfc model by doing this. But now the RFCs have been modifyed so I need to reimport a new model. The problem is that this action causes big problems in my aplication and makes it insonsistent.

Do you know that's the best way to do this ?.

Thanks in advance.

Best regards.

Fernando

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I've had this a few times and I've found it is sometimes easier to simply delete your context from the Model controller and re-create it. Then update all of the contexts in your other components.

It seems that if you change an RFC and then re-import the model sometimes your contexts can loose the mappings even if things haven't changed.

Hope this helps.

Gareth Ryan.

Message was edited by: Gareth Ryan

Message was edited by: Gareth Ryan

former_member182372
Active Contributor
0 Kudos

Hi Fernando,

What kind of changes were made on RFC side? And what kind of inconsistency did it cause?

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

The changes in the RFC side are , addition of a field in one output table and deleting other output table who isn't already necesary.

The inconsistency is a lot of errors when I rebuild the proyect , the source code fails because the environment don't recognice the imports who was ok in the previous version.

former_member182372
Active Contributor
0 Kudos

Hi Fernando,

Delete "gen_wdp", "gen_ddic", "gen" folders in your project. In NWDS select WD project, right-click, select "reload", click "Reload+rebuild".

Best regards, Maksim Rashchynski.