cancel
Showing results for 
Search instead for 
Did you mean: 

How to change FIELD_LABEL of the CUSTOM DATA?

Former Member
0 Kudos

Hello,

We would like to change FIELD LABEL of Custom Data.

However, the value is already registered into FIELD which wishes to change, and it cannot change into it by Custom Data Maintenance.

Would you teach me how to change FIELD LABEL of Custom Data.

If We change [FIELD_LABEL] of the [CUSTOM_FIELD_DEF] table using SQL (UPDATE), are there any problems, such as mismatching of data?

[example]

Case: change FIELD_LABEL (TABLE_NAME:ITEM and FIELD_NAME:AAA)

UPDATE [SAPMEWIP].[dbo].[CUSTOM_FIELD_DEF]

SET [FIELD_LABEL] = 'BBB'

where

SITE='JPN'

and TABLE_NAME='ITEM'

and FIELD_NAME='AAA'

Regards,

Yousuke Murakami

Edited by: Yousuke Murakami on Jan 10, 2012 5:22 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

sergiy_katerinich
Active Contributor
0 Kudos

Yousuke-san,

I would say it should be OK once I don't expect the value of FIELD_LABEL to be used in references from other objects/tables.

Regards,

Sergiy