cancel
Showing results for 
Search instead for 
Did you mean: 

GenIL-OData help

Former Member
0 Kudos

Hi All,

I can't find much information/help on GenIL - OData, please help me to share any more infomation available on it.

Thanks

Rajesh

Tags edited by: jitendra kansal

Accepted Solutions (0)

Answers (2)

Answers (2)

AshwinDutt
Active Contributor
0 Kudos

Hello Rajesh,

I see that there is very less info related to this.

Hope the below would already been seen by you.

Need to wait till other experts in forum to reply and share info if available

Regards,

Ashwin

ChandraMahajan
Active Contributor
0 Kudos

Hi,

sometime back I was exploring creation of OData services based GenIL components and below are few classes and methods that will help you to understand the logic to build entities, associations etc.

  • Class Interface - /IWGIL/CL_GENIL_MODEL_ANALYZER
  • Method ANALYZE_GENIL_MODEL determines which node from GenIL component should be considered as Entity and further building association.
  • Method BUILD_ASSOC – builds association
  • Method BUILD_NODE - Build Node/Entity
  • Message class /IWGIL/CM_DT
  • Package – /IWGIL/INTEGRATION and   /IWGIL/GENIL_INTEGRATION

Put breakpoint in these methods and debug.

Regards,

Chandra