Created by Jerry Wang, last modified on May 04, 2014
在UI上创建一个新的IBASE,及一个新的text component,点击save button:

save成功之后生成对应的IBASE ID:
在test mode下运行function module CRM_IBASE_GET_DETAIL, 输入参数I_IBASE_HEAD指定IBASE = 109025
text component的technical information存储在E_STRUC_IBASE_TAB里。
在UI上为object component维护description之后,
发现该description的实现也是基于text component:
因为在DB table IBINTX里能找到对应的entry:
IN_GUID即为对应的object component的guid.