cancel
Showing results for 
Search instead for 
Did you mean: 

Create model from abap class

Former Member
0 Kudos

Hi, I have a problem, I want create a model from an abap class.

It is possible?, if the answer is yes, ¿how can i do it?

Accepted Solutions (1)

Accepted Solutions (1)

lajitha_menon
Contributor
0 Kudos

As far as I know, you cannot do it, you can create a model connecting to SAP only using a RFC function module.

Regards

Former Member
0 Kudos

thanks L Menon, I also think no, but I want to see other opinions.

Answers (1)

Answers (1)

Former Member
0 Kudos

As Menon said, even I think that it may not be possible to create a model from an abap class. But if it is a requirement to use an abap class in webdynpro I think you can do a work around:

1. Create a RFC function module which will contain the instance variable of required abap class.

2. This RFC can be imported, and using the variable in the RFC module u can call its methods.

I haven't worked as such. But, this may be one way. I am not sure abt it.

Regards,

Aparna .P

Former Member
0 Kudos

thanks aparna, I think it's a good idea, I will try it.