JDE中改变一个表的中字段大小(DD)的步骤。

来源:互联网 发布:mysql ngram 编辑:程序博客网 时间:2024/06/07 01:52

 从Oracle的官方支持中得来的,以示留住:

 

If you are changing a standard EnterpriseOne data dictionary item -> please note that this is NOT RECOMMENDED OR SUPPORTED.
E1: DD: Impact of Changing the Size of a Standard Data Dictionary Item (Doc ID 643221.1)
E1: DD: Increase UDC field KY 00|DT (Doc ID 632367.1)
E1: DD: Frequently Asked Questions on Data Dictionary (Doc ID 626537.1)

If you are changing a customized DD item from a customized table
1) Make the change in DD for the length
2) Refreshing the data dictionary specs
a) Run the following on the FAT client where the table generation will run
b) open the jde.ini
c) add entry TAMMenus=Show in the section [INTERACTIVE RUNTIME]
d) save the jde.ini (no need to sign out of OneWorld)
e) in fastpath, enter UTB
f) lick
on File|Open Local TAM, double-click on DDDICT.DDB and find the DD
alias in szDict column, column nLength stores the length of DD Alias
g) click on File|Open Table, find F9210, find the DD Alias in column FRDTAI, column FRDTAS stores the length of DD Alias
h) if
the DD specs has the original length, inquire on the DD alias in P92001
and click OK to refresh the DD specs, verify again in UTB
 

3) Regenerate the table
a) OMW,
go to Table Design Aid of the custom table, in Indices window,
right-click Add New and then delete the entry in order to enable the
Save button,
Save and Exit.
b) Verify that the table header file in the
pathcode/include directory contains the new length of the DD item.

c) run the table generation.

4) Please note that you need do a  perform an impact analysis on the change that will affect other objects and do the necessary changes as well.

原创粉丝点击