有些CRM settype用事务码COMM_ATTRSET打不开的原因

简介:

This question is asked by Dr. Lin.

Issue

For example, settype COM_COMMERCIAL could be opened via tcode COMM_ATTRSET:

clipboard1

However COMM_PRFREEATTR could not be opened:

clipboard2

The error message is raised in line 48:

clipboard3
clipboard4

Compare the variable value for success case COM_COMMERCIAL:

clipboard5
clipboard6

Root cause is, the correct settype and persistence table name should be COMM_PRFREEATTR, unfortunately, when you enter tcode COMM_ATTRSET, the last character R of name is truncated:

clipboard7

Workaround

clipboard8

Manually add the missing R in debugger:

clipboard9
clipboard10
clipboard11

After that the settype could be opened in transaction code.

clipboard12

The set type was not created using the Maintain Set Types and Attributes transaction in the product master (COMM_ATTRSET), or it is a standard SAP set type that was created manually (not generated).
Make your changes using the transaction originally used to create
the set type. Standard SAP set types that were created manually cannot be displayed using a set type transaction as the COMC_SETTYP_ATTR
entries required to do this do not exist.
The following settypes cannot be displayed in transaction
COMM_ATTRSET. The following settype haven't been created by the
generation tool of transaction COMM_ATTRSET but they are manually

  1. At that time the generation tool development was under way.
    This settypes have no entry in COMC_SETTYP_ATTR. So we don't allow to

display them in COMM_ATTRSET:
COMM_PR_CONFIG, CRMM_PR_REFOBJ, COMM_PR_MAT, CRMM_PR_TAX,
CRMM_PR_SALESG, CRMM_PR_SALESA, COMM_PR_SRV, COMM_PR_UNIT,
COMM_PR_SHTEXT, COMM_PR_LGTEXT, CRMM_PR_SALESH, CRMM_PR_BTR,
CRMM_PR_SRVRR, CRMM_PR_SRVDUR, COMM_PR_GTIN, CRM_CAT_SAL, CRM_CAT_PUR,
COMM_PR_COND, COMM_PROD_VAR, COMM_PR_CM, COMM_PR_STATUS.

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

相关文章
SAP CRM Settype COM_TA_R3_ID的映射逻辑
SAP CRM Settype COM_TA_R3_ID的映射逻辑
90 0
SAP CRM Settype COM_TA_R3_ID的映射逻辑
|
中间件
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑
138 0
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑
SAP CRM 事务码CRMV_EVENT的用法
SAP CRM 事务码CRMV_EVENT的用法
123 0
SAP CRM 事务码CRMV_EVENT的用法
|
API
SAP CRM settype的重要性
Product settype acts as a very important role in CRM WebClient UI architecture.
78 0
SAP CRM settype的重要性
Mini scope of SAP CRM settype
Mini scope of SAP CRM settype
93 0
Mini scope of SAP CRM settype
SAP CRM switchable settype处理逻辑
SAP CRM switchable settype处理逻辑
75 0
SAP CRM switchable settype处理逻辑
SAP CRM事务码COMMPR01无法搜索Individual Object
SAP CRM事务码COMMPR01无法搜索Individual Object
SAP CRM事务码COMMPR01无法搜索Individual Object