AddToCreateIntercoSubsystemQueue

Add to Create Intercompany Order Subsystem Queue

Minor Business Rule

Object Name: B4201750

Parent DLL: CDIST

Location: Client/Server

Language: C

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


^

Data Structure

D4201750 - Add to Create Intercompany Order Subsystem Queue

Parameter NameData ItemData TypeReq/OptI/O/Both
mnSalesOrderNumberDOCOMATH_NUMERICREQINPUT

A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
and so on.

szSalesOrderTypeDCTOcharREQINPUT

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 
reserved document type codes for vouchers, invoices, receipts, and time sheets, which create automatic offset entries during the post 
program. (These entries are not self-balancing when you originally enter them.) The following document types are defined by J.D. Edwards and 
should not be changed: P Accounts Payable documents   R Accounts Receivable documents   T Payroll documents   I Inventory documents  
O Purchase Order Processing documents   J General Accounting/Joint Interest Billing documents   S Sales Order Processing documents

szSalesOrderCompanyKCOOcharREQINPUT

A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a 
sales order, and so on). If you use the Next Numbers by Company/Fiscal Year facility, the Automatic Next Numbers program (X0010) uses the 
order company to retrieve the correct next number for that company. If two or more order documents have the same order number and order 
type, the order company lets you locate the desired document. If you use the regular Next Numbers facility, the order company is not used to 
assign a next number. In this case, you probably would not use the order company to locate the document.

szSalesOrderSuffixSFXOcharOPTINPUT

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 
multiple transactions for an original order. For purchase orders, the code is always 000. For sales orders with multiple partial receipts against an 
order, the first receiver used to record receipt has a suffix of 000, the next has a suffix of 001, the next 002, and so on.

szR4210ICVersionVER1charOPTINPUT

Identifies a group of items that can be processed together such as reports,Business Unit, or subledgers.

cErrorCodeERRCcharOPTOUTPUT

This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
Set Server program (XT4914).

cSuppressErrorMessageSUPPScharOPTINPUT

A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.        0 = allow 
runtime error message handling.        1 = suppress runtime error message handling.

szDataItemDTAIcharOPTOUTPUT

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

Related Functions

None

Related Tables

None