cancel
Showing results for 
Search instead for 
Did you mean: 

How to create attribute & set types with customer namespace COMM_ATTRSET?

Former Member
0 Kudos

Hi CRM Gurus,

I want to create some attributes and set types on CRM system with

`/FITGL/` namespace but system is not allowed to create objects

according. After debugging derives that SAP standart coding given below

on LCOM_ATTRIBUTE_NEWF19 include.



IF ( lv_systemname <> gc_sap_system ) AND

       ( iv_object_name(1) <> 'Y' AND iv_object_name(1) <> 'Z' ).


Should we make an enhancement on this include? Is there any side

efffects of this enhancement creating attribute & set types on CRM

system during the packaging in terms of related with other attribute & set types objects?



Kind Regards,


Fahrettin

Accepted Solutions (0)

Answers (1)

Answers (1)

anup_kg
Discoverer
0 Kudos

There is no way to create set types with /*/.

Question is....why you want to create in /FITGL/ name space. Is it because you want to save the generated objects in package with the same name space?.

The solution is to create it in normal name space ( either Z or Y ) and include it in a package which is also not in /FITGL/ namespace.

regards, Anup