D9900020 - Retrieve DD Information From Data Source
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szDataSource | DATP | char | REQ | INPUT |
The name that identifies the data source. | ||||
szDataItem | DTAI | char | REQ | INPUT |
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
| ||||
szDataItemClass | CLAS | char | OPT | BOTH |
Data item class. A class defines the essential attributes and characteristics of a data item. Informational only. | ||||
cDataItemType | DTAT | char | OPT | BOTH |
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
| ||||
mnDataItemSize | DTAS | MATH_NUMERIC | OPT | BOTH |
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
| ||||
mnDataFileDecimals | DTAD | MATH_NUMERIC | OPT | BOTH |
The number of stored positions to the right of the decimal of the data item. | ||||
szDataFieldParent | PDTA | char | OPT | BOTH |
A data item which becomes the template from which other data items are created. For example: AC (Category Codes) is the parent to
| ||||
mnNumberOfArrayElements | ARRN | MATH_NUMERIC | OPT | BOTH |
In setting up a data item in the data dictionary, you may specify a number of array elements. This will cause the automatic creation of one
| ||||
szValueForEntryDefault | DVAL | char | OPT | BOTH |
Used as the initial value on the data entry screen for the associated data item. The value entered must be the exact same length as the
| ||||
cJustifyLeftOrRghtCde | LR | char | OPT | BOTH |
A code of R indicates that the numeric field is to be right justified and zero filled. A code of L indicates that the field defined is to be left
| ||||
cDataDisplayDecimals | CDEC | char | OPT | BOTH |
A value that designates the number of decimals in the currency, amount, or quantity fields the system displays. For example, U.S. Dollars
| ||||
szDataDisplayRules | DRUL | char | OPT | BOTH |
Keywords which decribe a formatting technique applied when data is displayed.
The developer can override these rules at the time of
| ||||
szDataDisplayParameters | DRO1 | char | OPT | BOTH |
Data Display Parameters contains additional information which is required by some of the display rules.
Display Rule Parameter 1
| ||||
szDataEditRules | ERUL | char | OPT | BOTH |
Keywords which decribe an editing technique applied when data is entered.
Validation applied to the data after Enter is pressed.
The rule
| ||||
szDataEditOp1 | ERO1 | char | OPT | BOTH |
The Data Edit Op1 is one of two parameters which are passed to the Edit Rule.
Following are examples of what this field should contain:
o
| ||||
szDataEditOp2 | ERO2 | char | OPT | BOTH |
The Data Edit Op2 is one of two parameters which are passed to the Edit Rule.
Following are examples of what this field should contain:
| ||||
szHelpTextProgram | HLP1 | char | OPT | BOTH |
The Help Text Program field is used to call a program when the function key -F1 is pressed on its Data Item. When F1 is pressed, the
| ||||
szHelpListProgram | HLP2 | char | OPT | BOTH |
mnNextNumberingIndexNo | NNIX | MATH_NUMERIC | OPT | BOTH |
The array element number retrieved in the Next Number Revisions program. For example, the next voucher number is array element '02' of
| ||||
szSystemCodeNextNumbe | NSY | char | OPT | BOTH |
Designates the system number for the Next Number retrieval. See User Defined Codes, system code '98', record type 'SY'. | ||||
szDataItemLong | OWDI | char | OPT | BOTH |
An identifier that refers to and defines a unit of information. It is a 32-character, alphabetical field that does not allow blanks or special
| ||||
szDataTypeOneWorld | 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
| ||||
cControlTypeA | CNTT | char | OPT | BOTH |
Defines the type of graphical user control that is associated with the data item. For example, a data item can appear as a push button,
| ||||
cSecurityFlag | SCFG | char | OPT | BOTH |
A flag to indicate that the field can be used in setting up row security.
field for future use. Currently, it is restricted to 4 bytes so that, when
| ||||
cUpperCaseOnly | UPER | char | OPT | BOTH |
If the value of this field is a Y, the user will be allowed to enter only upper case characters in the entry control. | ||||
cAllowBlankEntry | ALBK | char | OPT | BOTH |
Turning this option on allows a blank value to be written to the database under the following conditions:
(1) If the field is edited against a
| ||||
szDataEditRulesOW | OWER | char | OPT | BOTH |
A keyword that specifies the editing technique applied when data is entered. The data is validated data after OK is selected. The
| ||||
szEditRulesSpec1OW | OER1 | char | OPT | BOTH |
The first of two parameters that are passed to the Edit Rule. Valid values are:
RANGE (NRANGE)
Lower limit of range (or not range)
| ||||
szEditRulesSpec2OW | OER2 | char | OPT | BOTH |
The second of two parameters that are passed to the edit rule. Valid values are:
RANGE (NRANGE)
Upper limit of range (or not range)
| ||||
szDataDisplayRulesOW | OWDR | char | OPT | BOTH |
Keywords which describe a formatting technique applied when data is displayed.
The developer can override these rules at the time of
| ||||
szDataDisplayParmsOW | ODR1 | char | OPT | BOTH |
Data Display Parameters contains additional information which is required by some of the display rules. | ||||
szDispBusFunctionObjectName | BFDN | char | OPT | BOTH |
The object name of the business function to be called when displaying the information associated with this data item. | ||||
szEditBusFuncObjectName | BFEN | char | OPT | BOTH |
The object name of the business function to be called when editing the information associated with this data dictionary item. | ||||
szSearchFormObjectName | SFMN | char | OPT | BOTH |
The object name of the search form associated with this data dictionary item. | ||||
szBusinessViewObjectName | BVNM | char | OPT | BOTH |
The object name of the business view associated with this data dictionary item. | ||||
cPlatformFlag | PLFG | char | OPT | BOTH |
This flag identifies data items that are applicable to one of the development platforms only. Valid values are:
1 - The system only
2 -
| ||||
idDataDictionaryIdentifier | DDID | ID | OPT | BOTH |
Unique I.D. number assigned to each data dictionary element. | ||||
cAutoInclude | AUIN | char | OPT | BOTH |
This checkbox determines whether this column should be autmatically included in all database fetches to tables that contain this item. This
| ||||
cRecordExists | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. | ||||
szReleaseNumber | RLS | char | OPT | BOTH |
For World, the release number as defined in the Software Versions Repository.
For OneWorld, the release number as defined in the
| ||||
szUserId | USER | char | OPT | BOTH |
The code that identifies a user profile. | ||||
jdDateUpdated | UPMJ | JDEDATE | OPT | BOTH |
The date that specifies the last update to the file record. | ||||
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
| ||||
szWorkStationId | JOBN | char | OPT | BOTH |
The code that identifies the work station ID that executed a particular job. | ||||
mnTimeLastUpdated | UPMT | MATH_NUMERIC | OPT | BOTH |
The time that specifies when the program executed the last update to this record. | ||||
idDisplayBehaviorIDEverest | DBID | ID | OPT | BOTH |
The system ID to identify a display rule behavior that is attached to a data dictionary item. | ||||
idSearchFormIDEverest | SFID | ID | OPT | BOTH |
The system ID that associates a search form with a particular data dictionary item. | ||||
idBusinessViewIDEverest | BVID | ID | OPT | BOTH |
The Everest ID that corresponds to a business view. | ||||
cAction | EV01 | char | OPT | INPUT |
An option that specifies the type of processing for an event. | ||||
idEditBehaviorIDEverest | EBID | ID | OPT | BOTH |
The system ID to identify an edit rule behavior that is attached to a data dictionary item. |
None |
F00165 Media Objects storage | ||||
F9200 Data Item Master | ||||
F9202 Data Field Display Text | ||||
F9203 Data Item Alpha Descriptions | ||||
F9207 Data Dictionary - Error Message Information | ||||
F9210 Data Field Specifications (OneWorld) | ||||
F9212 Smart Field Criteria-Setup Rules |