Kbase P36600: Dynamics Data Logic Proc: <SDOFieldDefinition.i> was not fo
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/19/2003 |
|
Status: Unverified
SYMPTOM(s):
** <SDOFieldDefinition.i> was not found. (293)
Trying to use same Data Logic Procedure for multiple SDO's
CAUSE:
The Data Logic was designed from scratch and the AppBuilder could not guess the name of a Field Definition Include File that is generated when creating a SDO (for both Static and Dynamic SDO's).
This include file is required for adm2/logic.i in order to define the static rowObjUpd temp-table (static is more convenient for programming in DLP)
FIX:
In the definition block of the Data Logic Procedure, update the following line so the preprocessor refers to a valid include file to define the list of fields.
&GLOB DATA-FIELD-DEFS "ts/armcufullo.i"
If the Data Logic Procedure is about to be used for multiple SDO's that are not based on the same list of fields, then you should either use the include file that already defines all of them (if there is one) or create your one include file to define them all.