cancel
Showing results for 
Search instead for 
Did you mean: 

Delete RFC from a model

former_member182374
Active Contributor
0 Kudos

Hi all,

I have a Web Dynpro project which contains a model with several RFCs.

I want to delete one of the RFCs in the model.

I deleted it from the context of the controller/view, but the RFC's classes still exist.

I tried to reimport the model without this RFC but the classes are still there.

What is the procedure for removing RFC from a model?

Thanks,

Omri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try this

1. Delete the model nodes from the view.

2. Delete the model class from the used Models.

3. Comment the corresponding coding and delete the import statement.

4. Delete the model class.

5. Re Import the model

Kind Regards

Mukesh

Answers (1)

Answers (1)

sridhar_k2
Active Contributor
0 Kudos

Hi Omri,

Try deleting it from Models. Delete all the RFC's related Methods from View/Controllers.

If still Model classes are there, go to navigator perspective, goto -> gen_wdp,src,bin folders and delete that model manually.

Regards,

Sridhar

former_member182374
Active Contributor
0 Kudos

Thanks Guys,

I found the solution

Omri