Business Function Specification
Source NameB4301490DesignerKelly Huffman
Data Structure D4301490ProgrammerKelly Huffman
Function NameCopyOrDeleteGenericTextSystem Code43
Function Category
Function Use
1.Functional Description
1.1 Purpose
Copy media object attachments when generating from one order to another. Example: Req to Purchase Order.
1.2Setup Notes and Prerequisites
This business function must be run on the client.
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
DOCOmnOrderNumberIY
DCTOszOrderTypeIY
KCOOszOrderCompanyIY
SFXOszOrderSuffixIY
LNIDmnLineNumberIY
EV01cFileIY
EV01cModeIY
DOCOmnCopyToOrderNumberIY
DCTOszCopyToOrderTypeIY
KCOOszCopyToOrderCompanyIY
SFXOszCopyToOrderSuffixIY
LNIDmnCopyToLineNumberIY
2.3Related Business Functions
Source NameFunction Name
2.4Processing
/**************************************************************************
* Business Function: CopyOrDeleteGenericText
*
* Description: Generic Text, Copy Or Delete 4301/4311
*
* Parameters:
* LPBHVRCOM lpBhvrCom Business Function Communications
* LPVOID lpVoid Void Parameter - DO NOT USE!
* LPDSD4301490 lpDS Parameter Data Structure Pointer
*
*************************************************************************/
JDEBFRTN (ID) JDEBFWINAPI CopyOrDeleteGenericText (LPBHVRCOM lpBhvrCom,
LPVOID lpVoid,
LPDSD4301490 lpDS)
D4301490 - Copy Or Delete Generic Text in 4301/4311
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnOrderNumber | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szOrderType | DCTO | char | OPT | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
szOrderCompany | KCOO | char | OPT | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szOrderSuffix | SFXO | char | OPT | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
| ||||
mnLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
cFile | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cMode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnCopyToOrderNumber | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szCopyToOrderType | DCTO | char | OPT | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
szCopyToOrderCompany | KCOO | char | OPT | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szCopyToOrderSuffix | SFXO | char | OPT | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
| ||||
mnCopyToLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
|
B9800420 Get Data Dictionary Definition |
None |