cancel
Showing results for 
Search instead for 
Did you mean: 

Settype Namespace

Former Member
0 Kudos

Hi,

i need to know if its posible to create a settype with an special namespace in CRM.

For example /DD/Settype instead of YSettype or ZSettype.

With the normal SAPGUI interface its not allowed, but maybe anyone knows a backdoor how i can realize this?

Best Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

The possible names for settypes seem to be hard-coded.

In a customer system it has to start with 'Z' or 'Y'...

See

include LCOM_ATTRIBUTE_NEWF19

form DDIC_NAME_CHECK

line 27

IF ( lv_systemname <> gc_sap_system ) AND
       ( iv_object_name(1) <> 'Y' AND iv_object_name(1) <> 'Z' ).
* Non SAP-Objects have to start with 'Y' or 'Z'
      MESSAGE e015(com_attrfrg_gen).

Regards

Michael Frummet