Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szNameObject | OBNM | char | OPT | INPUT |
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
|
szVersion | VER | char | OPT | INPUT |
Identifies a specific set of data selection and sequencing settings for the application. Versions may be named using any combination of
alpha and numeric characters. Versions that begin with 'XJDE' or 'ZJDE' are set up by J.D. Edwards. |
szPOOptionID | POOPTID | char | OPT | INPUT |
The ID of the target field in the processing option. |
szCharacter | EV01 | char | OPT | BOTH |
An option that specifies the type of processing for an event.
|
jdDate | UPMJ | JDEDATE | OPT | BOTH |
The date that specifies the last update to the file record. |
szString | @@P1 | char | OPT | BOTH |
|
nInteger | SAWRESGRP | integer | OPT | BOTH |
The server administration workbench resource group id. |
idIdentifier | GENLNG | ID | OPT | BOTH |
General purpose ID variable. |
mnNumeric | SS | MATH_NUMERIC | OPT | BOTH |
This array is used in the state tax distribution work file to maintain month, quarter and year to date tax amounts. |
szProcessingOptionHelp | DTAI | char | OPT | BOTH |
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.
|
szPOText | @@P1 | char | OPT | BOTH |
|
szDataItem | DTAI | char | OPT | BOTH |
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.
|
szDataType | OWTP | char | OPT | BOTH |
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.
|