Business Function Specification
Source NameB7900041DesignerKevin Clearwater
Data Structure D7900041AProgrammerKevin Clearwater
Function NameDDTokenSystem CodeH79
Function Category
Function Use
Revisions Log
DateModifications bySAR NumberDescription
10/1700Kevin Clearwater4458107CM Token OneWorld Application
1.Functional Description
1.1Purpose
The purpose of this function is to write/maintain token information in an array of structures for use in Content Manager. This particular function
maintains Data Dictionary type tokens.
1.2Setup Notes and Prerequisites
This function is intended for use only with Content Manager.
1.3Special Logic
Array of structures were allocated manually so that they memory could be shared amongst different programs. Make sure that the memory is frees
properly or it will chew up resources.
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
EV01CmodeIYMode the function runs in. See processing section.
GENLNGIdPointerI/OY/NCache Pointer passed in and out to keep track of memory space.
DSCRSzTextIYThe applied description
DTAIszDataItemIYData Item being selected
LNGPszLanguagePreferenceIYLanguage of token.
SYSzProductCodeReportingIYProduct Code of the object the form is in.
FMNMSzFormNameIYForm name of data items
AA06SzTypeIYRow, Column, or FDA. Text of the type is required from Content Manager.
OBNMszObjectNameIYName of object that the form is in.
TEXTIDidTextIDIYThe FDA spec ID for the actual DD item in FDA.
SYAOszJargonIYJargon applied from the form and Task called from.
GENLNGIdHuserI/OY/NHuser passed in and out to keep track of memory space in RT Buffer.
INT01SequenceNumberI/OY/NThis keeps track of the members in the array.
2.2Related Tables
Table Table Description
2.3Related Business Functions
Source NameFunction Name
2.4Processing
if cMode = 1/* Create pointer in RT Cache and Init Huser*/
/* Initialize Behavior */
/* Pass Back Huser for future use in later function calls */
/* Use jdeStoreDataPtr to store the pointer to the first element in the array of structures
if cMode = 2/* Use RT Cache and Huser to build token*/
/*Load the token structure for the sequence number passsed in*/
if cMode = 3/* Get Token Information for display*/
if cMode = 4/* Clear RT Cache and Free Huser*/
/* Use jdeRemoveDataPtr to remove the pointer from Run Time Cache*/
/*Free Huser*/
D7900041A - Content Manager Data Dictionary Token
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
idPointer | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
szText | DSCA | char | OPT | 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
| ||||
szDataItem | 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
| ||||
szLanguagePreference | LNGP | char | OPT | NONE |
A user defined code (01/LP) that specifies the language to use on forms and printed reports. Before you specify a language, a code for that
| ||||
szProductCodeReporting | SYR | char | OPT | NONE |
A user defined code (98/SY) that specifies the system number for reporting and jargon purposes. | ||||
szFormName | SCRN | char | OPT | NONE |
In OneWorld, a form or application object name as found in the Object Management Workbench.
In WorldSoftware, a screen or display file
| ||||
szType | AA06 | char | OPT | NONE |
A six-character code that specifies scrub specification data. | ||||
szObjectName | 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
| ||||
idTextID | TEXTID | ID | OPT | NONE |
The form-specific code that identifies text used by RDA and FDA. | ||||
szJargon | SYR | char | OPT | NONE |
A user defined code (98/SY) that specifies the system number for reporting and jargon purposes. | ||||
idHuser | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
nSequenceNumber | INT01 | integer | OPT | NONE |
Number of Days in Future to Query for Responses Due. |
None |
None |