前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >GUID_COMP and GUID_COMPC - IBASE table

GUID_COMP and GUID_COMPC - IBASE table

作者头像
Jerry Wang
发布2019-08-06 17:02:20
1.4K0
发布2019-08-06 17:02:20
举报
版权声明:署名,允许他人基于本

ticket 1548725 2011 [Sorting of Ibase compments suppress structure]. The correction for it is note 1596312. what is difference between GUID_COMP and GUID_COMPC? The Short description in SE11 is not helpful.

I try to figure it out myself in debugger but cannot find any clue. As a result I cannot understand why correction ( replace guid_compc with guid_comp ) is necessary.

I also find -parent_comp_guid is always initial during my debug, so line 120 ~123 is never executed. Do you know where parent_comp_guid would be filled?

GUID_COMP is the time dependent guid GUID_COMPC is the time independent guid The place i found where a conversion from EXTOBJTYP to OBJECTTYP happens is LIB_CRM_APIF16 - CREATE_OBJECT

In this program the following static method is used in line 37 (it is an AP class).

代码语言:javascript
复制
CALL METHOD cl_ibase_t371d_buf=>cl_read_by_ext_objtyp
EXPORTING
i_ext_objtyp = i_struc_ibase_int_rec-extobjtyp
RECEIVING
r_t371d_rec  = l_t371d_rec.

As the name of the class implies already, the data is coming from database table T371D.

* in_recno * OBJNR * IN_OBJNR * IN_GUID

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年08月05日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档