Q35UpdateSalesOrderLine

Cantara Business Function

The purpose of this function is to simplify the process of editing Sales Order lines.
This function will update existing lines on existing Sales Orders in the system.

Usage:

Required Inputs - This function requires most of the expected inputs to be provided to the function, this mimics the available fields that can be changed on the Sales Order detail screen in P4210.
So to successfully use this function you will first need to retrieve the known values from F4211 - this can be done by calling Q35GetSalesOrderDetailLine

Key to the Sales Order in F4201 plus the Sales Order Line Number from F4211
DOCO_mnDocumentOrderInvoiceE
KCOO_szCompanyKeyOrderNo
DCTO_szOrderType
LNID_mnLineNumber

EDUS_szUserID - Current user
EDTN_szTransactionNumber - For the first call to the function you must leave this value blank, so the system generates a new TransactionNumber.
If the Sales Order requires multiple lines to be added, send the TransactionNumber returned from the initial call as an input, this will group additional lines under the one Sales Order when processed.

Call Q35ProcessSalesOrder to cancel the lines from an existing Sales Order in JDE.

Data Structure

Name

Type

Inclusion

Direction

EV01_cSuppressErrors

CHARACTER

OPTIONAL

IN

DTAI_szErrorMessage

STRING

OPTIONAL

OUT

VERS_szP4210Version

STRING

OPTIONAL

IN

EDUS_szUserID

STRING

REQUIRED

IN

EDTN_szTransactionNumber

STRING

OPTIONAL

BOTH

DOCO_mnDocumentOrderInvoiceE

INTEGER

REQUIRED

IN

KCOO_szCompanyKeyOrderNo

COMPANY

REQUIRED

IN

DCTO_szOrderType

UDC

REQUIRED

IN

LNID_mnLineNumber

FLOAT

REQUIRED

IN

ITM_mnIdentifierShortItem

SHORTITEM

OPTIONAL

IN

LITM_szIdentifier2ndItem

STRING

OPTIONAL

IN

AITM_szIdentifier3rdItem

STRING

OPTIONAL

IN

UORG_mnUnitsTransactionQty

FLOAT

REQUIRED

IN

EDLN_FQ354202LineNumber

FLOAT

OPTIONAL

OUT

UOM_szUnitOfMeasureAsInput

UDC

REQUIRED

IN

SQOR_mnUnitsSecondaryQtyOr

FLOAT

REQUIRED

IN

UOM2_szUnitOfMeasureSecondary

UDC

REQUIRED

IN

UPRC_mnAmtPricePerUnit2

FLOAT

REQUIRED

IN

AEXP_mnAmountExtendedPrice

FLOAT

REQUIRED

IN

FUP_mnAmtForPricePerUnit

FLOAT

REQUIRED

IN

FEA_mnAmountForeignExtPrice

FLOAT

REQUIRED

IN

UOM4_szUnitOfMeasurePricing

UDC

REQUIRED

IN

PDDJ_jdScheduledPickDate

DATE

REQUIRED

IN

PPDJ_jdDatePromisedShipJu

DATE

REQUIRED

IN

RSDJ_jdDateReleaseJulian

DATE

REQUIRED

IN

DRQJ_jdDateRequestedJulian

DATE

REQUIRED

IN