1.Functional Description
1.1Purpose
Use this function to submit a sales order to the Create Intercompany Order subsystem queue (R4210IC). The UBE version will have to be run separately
as subsystem versions must be independently submitted to the server for processing.
1.3Special Logic
Subsystem processing is used for server processing only and can not be used locally.
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
DOCOSales Order NumberIYKey
DCTOSales Order TypeIYKey
KCOOSales Order CompanyIYKey
SFXOSales Order SuffixIN
VER1R4210ICVersionINThe version of R4210IC to call. The default version is ZJDE0001.
ERRCError CodeON1 = Error
SUPPSSuppress Error MessageINBlank or 0 = Do not suppress any error messages. 1 = Suppress any
error messages.
DTAIError Message IDON
^
D4201750 - Add to Create Intercompany Order Subsystem Queue
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnSalesOrderNumber | DOCO | MATH_NUMERIC | REQ | INPUT |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szSalesOrderType | DCTO | char | REQ | INPUT |
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
| ||||
szSalesOrderCompany | KCOO | char | REQ | INPUT |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szSalesOrderSuffix | SFXO | char | OPT | INPUT |
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
| ||||
szR4210ICVersion | VER1 | char | OPT | INPUT |
Identifies a group of items that can be processed together such as reports,Business Unit, or subledgers. | ||||
cErrorCode | ERRC | char | OPT | OUTPUT |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | INPUT |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
szDataItem | DTAI | char | OPT | OUTPUT |
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
|
None |
None |