How to find the logic for IBASE component to display assigned Service Contract

64 阅读1分钟

Created by Jerry Wang on Apr 02, 2015

Requirement: find out how to retrieve the assigned service contract information via code:
clipboard1

First find out the technical information of view which holds the Service Contract assignment block:
clipboard2

And then find out the Genil component node name:IBContract:

clipboard3
clipboard4
Find out the relation name: ComponentContract:
clipboard5
Finally we find out the function module name: IB_CONTRACTS_TO_COMPONENT
clipboard6
clipboard7