cancel
Showing results for 
Search instead for 
Did you mean: 

OData Channel issue

Former Member
0 Kudos

Hi,

I'm trying to create a Netweaver Gateway service using OData channel API. I'm trying to uses this document, [Content Deleted Jan 2014]

However have get this issue with I try activate my class Z_CL_BANK_MODEL_(myname). I get this error, If a class is derived from an abstract class and not all of its abstract methods (for example, GET_LAST_MODIFIED) are redefined, you must define the class as abstract (Z_CL_BANK_MODEL_JINGJING). I think I'm suppose to redefine Get_Last_Modified, but I'm not a ABAP developer and not sure how to do this and no sample code is given in the document.

Is this the right approach to use if there are no BAPIs that exist for what we need in the RFC/BOR approach?

We currently using an IDES ECC system as our backend with the IW_BEP component installed. We also use Netweaver 7.02 with Netweaver Gateway SP04 as a standalone instance.

Please let me know if you need more information or if something is unclear.

Regards

Jing Jing Tao

Message was edited by: Jason Lax

Accepted Solutions (1)

Accepted Solutions (1)

arunchembra1
Participant
0 Kudos

Hi Jing,

Yes you have to redefine GET_LAST_MODIFIED ,just right click on GET_LAST_MODIFIED and select option redefine(Same like how you redefine DEFINE method) . You don't have to do any code level change inside this method.

Thanks,

Arun

Former Member
0 Kudos

Hi Arun,

Thanks for your reply, okay, I'll try that.

Regards

Jing Jing Tao

Answers (1)

Answers (1)

jibin_joy
Contributor
0 Kudos

Hi Jing Jang Tao,

Can  i know ur current SAP Netweaver Gateway service pack.

Regards,

Jibin Joy

Former Member
0 Kudos

Hi Jibin,

I think I mentioned in the original post, we're currently using SP04, is that what you're looking for?

Also do you know if this approach is just using exisitng BAPIs in the backend system?

Regards

Jing Jing Tao