Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szProgramId | PID | char | OPT | BOTH |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|
szVersion | VERS | char | OPT | BOTH |
A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version. |
szSelectionValues001 | VL01 | char | OPT | NONE |
The list of selection values associated with a data selection item in the Dream Writer. This list is generated by the use of the *VALUES
keyword in data selection setup. Elements 1 and 2 are also used to contain the upper and lower value for the keyword *RANGE used by the
data selection in the Dream Writer. |
cDataItemType | DTAT | char | OPT | NONE |
Defines the type of data to be stored in the field. The data item types are user defined codes (98/DT). Note: All amount fields should be
entered as 15 bytes, 0 decimals, and data item type P(packed). |
szCallingProgramId | PID | char | OPT | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|
cErrorCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event.
|
szErrorMessageID | DTAI | char | OPT | 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 | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
runtime error message handling.
1 = suppress runtime error message handling. |
mnProcessingOptionCount | BCNT | MATH_NUMERIC | OPT | NONE |
A code that the system uses to update the processing option data (PODATA) Binary Large Object (BLOB) in J.D. Edwards ERP
processing options. It is an internal count for a processing option response.
|
mnNumber | BNUM | MATH_NUMERIC | OPT | NONE |
A code that the system uses to store Processing Option values when the data type of the processing option is numeric.
|
mnMigrationBatchNumber | LMBN | MATH_NUMERIC | OPT | NONE |
A number that the system assigns to migration tables. This number provides a common value for migration transactions processed
together.
|