This function adds the current grid row data to the business function array. More memory is allocated
if needed. It will be obsolete when looping through grids is available.
^
D9800350 - Append Business Function Array
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
lBsFnData | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
szFunctionName | FCTNM | char | NONE | NONE |
The actual name of the function. It must follow standard ANSI C naming conventions. For example, no space between words. | ||||
szFunctionDescription | MD | char | NONE | NONE |
The description of a record in the Software Versions Repository file. The member description is consistent with the base member
| ||||
szFunctionCode | FUNC | char | NONE | NONE |
Designates the type of object being defined. See User Defined Codes, system code '98', record type 'FN' for a list of valid values. | ||||
szSystemCode | SY | char | NONE | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szBsFnCat1 | BUF1 | char | NONE | NONE |
The general category of the type of data processed by the business function. | ||||
szBsFnCat2 | BUF2 | char | NONE | NONE |
The primary function or process that occurs during the business function. | ||||
szUser | USER | char | NONE | NONE |
The code that identifies a user profile. | ||||
idBsFn | FCTNID | ID | NONE | NONE |
The Business Function ID uniquely identifies the OneWorld Business Function. | ||||
idLongDescription | EVDSC1 | ID | NONE | NONE |
iMaxOrd | INT01 | integer | NONE | NONE |
Number of Days in Future to Query for Responses Due. | ||||
szSourceLanguage | SRCLNG | char | NONE | NONE |
The source language code identifies the programming language in which a business function is written. | ||||
szTemplateName | OBNM | char | NONE | NONE |
The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks
| ||||
szEventSpecKey | EVSK | char | NONE | NONE |
Primary key for GBRSPEC TAM file. |
B9800390 |
F9863 Object Librarian- Object Relationships |