Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szDataItem | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.
|
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event.
|
szAlphaDescription | DSCA | char | NONE | NONE |
A description for the data items. Enter text in upper and lower case. The system uses this name to search for similar data items. To enter an
alpha description, follow these conventions:
Dates
Begin all date fields with the word, Date.
Amounts
Begin all amount fields with the word,
Amount.
Units
Begin all unit, quantity, and volume fields with the word, Units.
Name
Begin all 30-byte description fields with the word,
Name.
Prompt
Begin any Y/N prompting field with the word, Prompt.
Address Number
Begin all address numbers (employee, customer, owner) with the
word, Address Number. |
mnLength | DTAS | MATH_NUMERIC | NONE | NONE |
The field size of the data item.
Note: All amount fields should be entered as 15 bytes, 0 decimals, and the data item type should be P
(packed). |
szDataType | OWTP | char | NONE | NONE |
The style or classification of data, such as numeric, alphabetic, and date. Do not change the data item type if it is used within an existing
application. Otherwise, you must regenerate your table and review all business functions that use this data item. Data types include the
following:
Character
A single letter, always the size of one.
Date
A date.
Integer
An integer.
Character (Blob)
An item that can be translated from EBCDIC
(8-bit character code commonly used on IBM mainframes) to ASCII (7-bit character code).
Binary (Blob)
An item that cannot be translated,
appears in machine code, and is found as an executable file under Win.help.
Binary
An option that represents two choices. It is usually a
combination of the digits 1 and 0 to represent on and off or true and false.
String
An item that is always the same size or length.
Variable String
An item of
variable size.
JDE UTime
An item that allows business process to span several time zones.
Identifier (ID)
An item that is used within the
program logic for controls. An ID is used to write a C program and reference third-party software that returns a pointer. A JDE API then saves the
pointer that references the ID. The parameter that the system passes to the C program is the ID.
Numeric
A long integer.
|
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
Set Server program (XT4914). |
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.
|
idDataDictionaryID | DDID | ID | NONE | NONE |
Unique I.D. number assigned to each data dictionary element. |
szDataDictionaryID | OBNM | char | OPT | NONE |
The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of
system objects include:
o Batch Applications (such as reports)
o Interactive Applications
o Business Views
o Business Functions
o
Business Functions Data Structures
o Event Rules
o Media Object Data Structures
|