bigjack
22nd April 2006, 06:54
Hi,

I'm developing a customised session under my own package in SSA ERP LN.
However the dynamic form editor doesnt pick up the lable descriptions for fields of standard table(like tcibd001). It picks up the label description of customised tables.

However when the same session is developed in a standard package like "wh" or "tc" the dynamic form editor picks the lable descriptions correctly.

Can anyone suggest the cause & solution for this problem.

Thanks in advance !!!

csecgn
22nd April 2006, 12:13
Labels are package dependent. That means, the labels does not exist at your new package (like in Baan IV also).
I.e. the real name of the label for tccom010.cuno is tctcom010.cuno. So if you want to use it in td, you need a new label tdtccom010.cuno.

hth

Regards
csecgn

NPRao
22nd April 2006, 19:49
Refer to -

BaanERP Application Software Engineering Guides

Decoupling
--------------------------------------------------------------------------------
In BaanERP for decoupling reasons, linking all dependencies between packages must be removed. It is forbidden to use directly software components from other packages in your package. So, the code of software components like, domains, messages, questions, forms and tables, must start with your own package code. Exception on this rule is Common. Software components from TC may be used in every package.
However it is not allowed to use in the package TC directly components of other packages.