DispositionLoadBeginDoc

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

1.1Purpose

This business function is designed specifically for Load Disposition programs. It will perform the validation of load disposition header information and 

write cache records that will be used by the application.

1.2Setup Notes and Prerequisites

• This function will not actually write or update to the Load Header file, you must call 
DispositionLoadEndDoc  for that to happen.

1.3Special Logic

• 

2.Technical Specifications

2.1Parameters

Parameters
CData Item Data Structure DescriptionI/OReqNotes

SUPPScSuppressErrorMessageIY
DTAIszErrorMessageIDOY

JOBSmnTransportationJobNumberI/OY

VMCUszPlanningDepotIY

LDNMmnLoadNumberI

EV01cBatchModeIY = Interactive Mode. '1' = Batch Mode  This will cause additional edits to be performed 

which would normally been done by the interactive application.

EV02cDispositionRequiredO'0' Auto Disposition can be performed '1' = The disposition application must be called to 

perform the disposition.

TRDJjdDateTransactionI/O

TRTMmnTransactionTimeI/O

MCUszBusinessUnitInvI/O

PIDszProgramIdI

VERSszVersionI



^

Data Structure

D4900730A - Disposition Load Begin Doc

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICOPTBOTH

The job number (work station ID) which executed the particular job.

szPlanningDepotVMCUcharREQINPUT

Indicates the depot from which a trip originates. The Trip Depot and the Trip Number fields identify the unique combination of vehicle, 
registration number, load date, and shift.

mnLoadNumberLDNMMATH_NUMERICREQINPUT

1

cBatchModeEV01charOPTINPUT

An option that specifies the type of processing for an event.

cDispositionRequiredEV02charOPTOUTPUT

An option that specifies the type of processing for an event.

jdDateTransactionTRDJJDEDATEOPTBOTH

The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.

mnTimeTransactionTRTMMATH_NUMERICOPTBOTH

The time that the transaction occurred. It is used by reconciliations when reconciling all transactions through a given date and time.

szBusinessUnitInvMCUcharOPTBOTH

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szProgramIdPIDcharOPTINPUT

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szVersionVERScharOPTINPUT

A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined 
processing option values and data selection and sequencing options. Interactive versions are associated with applications (usually as a 
menu selection). Batch versions are associated with batch jobs or reports. To run a batch process, you must choose a version.

Related Functions

None

Related Tables

None
DispositionLoadClearWorkFile

DispositionLoadClearWorkFile

Disposition Load MBF

Minor Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730H - Disposition Load Clear Work File

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransactionJobnumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

Related Functions

None

Related Tables

None
DispositionLoadEditDoc

DispositionLoadEditDoc

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

1.1Purpose

This business function is designed specifically for the load disposition programs. It will perform the logic to validate that a load can be saved and 
optionally, approved.  If an error is detected during a validation step, validation is ended.  

1.2Setup Notes and Prerequisites

• This program must be proceeded by at least the BegDoc function that loads the load caches. 
• The calling application should decide whether DispositionLoadEndDoc should be called.
• This function will not actually write or update to the Load related file, you must call 
DispositionLoadEndDoc manually for that to happen.

1.3Special Logic


• If errors are detected, the business function will flag the record in the cache.  These errors must 
be corrected before DispositionLoadEndDoc is called.


2.Technical Specifications
2.1Parameters
CData Item Data Structure DescriptionI/OReqNotes
SUPPScSuppressErrorMessageIN
DTAIszErrorMessageIDOY

JOBSmnTransportationJobNumberIY


^

Data Structure

D4900730E - Disposition Load Edit Doc

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

Related Functions

None

Related Tables

None
DispositionLoadEditItem

DispositionLoadEditItem

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

1.1Purpose

The purpose of this function is to determine what the default Gain/Loss quantity should be and to update the transaction cache.  A special mode will be 

sent into this function to tell it when it is being called from BeginDoc and not to call XT4111Z1. 

1.2Setup Notes and Prerequisites

• You must use this function in conjunction with the other Load Disposition functions. 
1.3Special Logic


• 
2.Technical Specifications
2.1Parameters
CData Item Data Structure DescriptionI/OReqNotes
SUPPScSuppressErrorMessageIY
DTAIszErrorMessageIDOY

JOBSmnTransportationJobNumberIY

ITMmnIdentifierShortItemIY

LOTNszLotOriginalIY

AN8mnOwnerIY

RCDszReasonCodeIN

RCDszReasonCodeAutoGLIN

EV02cDispositionRequiredI/ON

  EV01cBatchModeIN = Interactive Mode. '1' = Batch Mode  This will cause additional edits to be performed 

which would normally been done by the interactive application.

EV01cCallXT4111Z1IN = Do not call XT4111Z1 '1' = Call XT4111Z1.

EV01cAmbientStandardIN

STUMmnAutodDispQtyFromIN

STUMmnAutoDispQtyToIN

MCUszGainLossBUINNeeded if there is an override to the GL BU


Data Structure

D4900730C - Disposition Load Edit Item


^

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

mnIdentifierShortItemITMMATH_NUMERICREQINPUT

An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and 
so forth. The item numbers are as follows:   o Item Number (short) - An eight-digit, computer-assigned item number     o 2nd Item Number - The 
25-digit, free-form, user defined alphanumeric item number     o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item 
number

szLotOriginalLOTNcharREQINPUT

A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics.

mnOwnerAN8MATH_NUMERICREQINPUT

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

cDispositionRequiredEV02charOPTBOTH

An option that specifies the type of processing for an event.

cBatchModeEV01charOPTINPUT

An option that specifies the type of processing for an event.

cCallXT4111Z1EV01charOPTINPUT

An option that specifies the type of processing for an event.

cAmbientStandardEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnAutoDispQtyFromSTUMMATH_NUMERICOPTINPUT

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

mnAutoDispQtyToSTUMMATH_NUMERICOPTINPUT

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

szGainLossBUMCUcharOPTINPUT

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

cUseWorkCacheEV01charOPTNONE

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

None
DispositionLoadEditLine

DispositionLoadEditLine

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730B - Disposition Load Edit Line

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

mnIdentifierShortItemITMMATH_NUMERICREQINPUT

An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and 
so forth. The item numbers are as follows:   o Item Number (short) - An eight-digit, computer-assigned item number     o 2nd Item Number - The 
25-digit, free-form, user defined alphanumeric item number     o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item 
number

szLotOriginalLOTNcharREQINPUT

A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics.

mnOwnerAN8MATH_NUMERICREQINPUT

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

cRecordTypeEV01charREQINPUT

An option that specifies the type of processing for an event.

mnSequenceNumberSEQMATH_NUMERICOPTBOTH

A number that specifies the sequence of information.

cModeEV01charOPTINPUT

An option that specifies the type of processing for an event.

szGainLossBUMCUcharOPTINPUT

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szReasonCodeRCDcharOPTINPUT

A user defined code (42/RC) that explains the purpose for a transaction. For example, you can indicate the reason that you are returning 
items.

szReturnBUMCUcharOPTINPUT

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szRetLocationLOCNcharOPTNONE

The storage location from which goods will be moved.

szRetLotLOTTcharOPTNONE

A lot is a quantity of items that you want to group together because they have similar characteristics.  The lot number is the number 
assigned to the group of items for identification. This can also be used to assign serial numbers.

mnLogicalCompartmentNumberLCMPMATH_NUMERICOPTINPUT

The compartment number in a connected vehicle. A connected vehicle is a number of vehicles with compartments. The logical 
compartment number represents the compartments as if the connected vehicle were one vehicle.  The first compartment is closest to the power 
unit. Example:  Three vehicles are connected.  The first is the power unit, the second has 4 compartments and the third has 3 compartments. The first 4 
 logical compartment numbers equal the compartment numbers on the first vehicle. The 5th, 6th, and 7th logical compartments represent the 
compartments in the second vehicle.

szVehicleIdVEHIcharOPTNONE

A unique identification number for a vehicle. This number serves as a primary identifier for a vehicle.

szRegistrationLicenseNumbeRLNOcharOPTNONE

Identifies the identification number that appears on the license, permit, or certificate.

mnCompartmentNumberCMPNMATH_NUMERICOPTNONE

The unique identifier associated with one of the storage compartments of this vehicle. Some vehicles (especially those designed to carry 
only packaged goods) have only a single compartment. For a single compartment vehicle, the compartment capacity represents the total 
storage capacity of the vehicle itself.

mnTransactionQuantityTRQTMATH_NUMERICOPTINPUT

A value that represents the available quantity, which might consist of the on-hand balance minus commitments, reservations, and 
backorders. You enter this value in the Branch/Plant Constants program (P41001).

szTransactionUOMTRUMcharOPTINPUT

The unit of measure you used when you entered this transaction into the system.

mnAmbientResultAMBRMATH_NUMERICOPTBOTH

The volume as measured for density and temperature prior to conversion. You can enter the ambient quantity or let the system 
automatically calculate it.

szUMAmbBUM3charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnStandardVolumeSTOKMATH_NUMERICOPTBOTH

The volume after it has been converted to a standard base. Conversions are made according to published standard routines for density 
and gravity and for temperature.

szUMStdBUM4charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnGrossWeightWTGRMATH_NUMERICOPTBOTH

The maximum loaded weight recommended by the vehicle manufacturer or allowed by the country or countries in which this vehicle 
operates.

szUMWgtBUM5charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

jdDateTransactionTRDJJDEDATEOPTBOTH

The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.

mnTransactionTimeTRTMMATH_NUMERICOPTBOTH

The time that the transaction occurred. It is used by reconciliations when reconciling all transactions through a given date and time.

mnTemperatureTEMPMATH_NUMERICOPTBOTH

The temperature of the product.

cTemperatureTypeSTPUcharOPTBOTH

A code used to identify the type of temperature. Valid values are:    F Fahrenheit    C Celsius 

mnDisplayDensityDENDMATH_NUMERICOPTBOTH

Identifies your company's standard for density. You can also use this field for pack size and weight information.

cDensityTypeDNTPcharOPTBOTH

A code used to identify the type of density. Valid values are:    A Absolute Density    G API Specific Gravity    R Relative Density

mnDensityTemperatureDETPMATH_NUMERICOPTBOTH

Indicates the temperature at which the density was measured. The system uses the density temperature type from Branch/Plant Constants - 
Page 3 Row exit.

cDensityTemperatureUnitDTPUcharOPTBOTH

Identifies the type of temperature. Valid values are:    F Fahrenheit    C Celsius

mnVolumeCorrectionFactorsVCFMATH_NUMERICOPTBOTH

A calculated number to convert ambient volume to volume at standard density and temperature. This value identifies the primary stock 
accounting unit of measure used by the system.

szContractNumberDistributiDMCTcharOPTINPUT

A unique number your company assigns to identify a particular agreement. You might want to assign some significance to the agreement 
number (for example,an agreement type code, location, year, and so forth). An agreement might have multiple supplements to record 
addendum or changes, for example.

mnContractSupplementDistriDMCSMATH_NUMERICOPTINPUT

The supplement number records any changes or addendum to agreements that occur over time or by item. It can also indicate individual 
agreements that are tied to a master agreement. The system allows up to 999 different supplements per base agreement number.

cMultipleAgreeemntsEV01charOPTOUTPUT

An option that specifies the type of processing for an event.

mnTimeReadRDTMMATH_NUMERICOPTINPUT

The time when the readings were performed. Enter the time in either HHMMSS or HH:MM:SS format. If you leave this field blank, the system 
enters the current time used.

jdDateReadDTEJDEDATEOPTINPUT

You can enter a date with or without slashes (/) or dashes (-) as separators. If you leave a date entry field blank, the system supplies the 
current date.

szMeterNumberMETNcharOPTINPUT

Identifies the meter.

mnUnitsBeginingThroughputQOPNRMATH_NUMERICOPTINPUT

The beginning (opening) meter reading before the product flows through a pipeline. In order to calculate the ambient volume, an after 
(closing) meter reading is required.

mnUnitsNewTotalThroughputQPNCRMATH_NUMERICOPTINPUT

The closing reading of the meter at the date and time specified by the user. This indicates the quantity of product that has flowed through the 
meter when the closing readings are taken. In order to calculate the ambient volume, an after (closing) meter reading is required.

mnWeightBeforeLoadingBFWTMATH_NUMERICOPTINPUT

The weight of a vehicle before loading any products.

szUnitofMeasurebeforeBWTUcharOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height.

mnWeightAfterLoadingAFWTMATH_NUMERICOPTINPUT

The weight of a vehicle after loading products.

szUnitofMeasureafterAWTUcharOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height.

szUserReservedCodeURCDcharOPTINPUT

This is a 2 position code that is reserved for the user.  JDE does not currently use this field and will not utilize this field in the future.

jdUserReservedDateURDTJDEDATEOPTINPUT

This is a 6 position code that is reserved for the user.  JDE does not currently use this field and will not utilize this field in the future.

mnUserReservedAmountURATMATH_NUMERICOPTINPUT

This is a 15 position code that is reserved for the user.  JDE does not currently use this field and will not utilize this field in the future.

mnUserReservedNumberURABMATH_NUMERICOPTINPUT

This is a 8 position code that is reserved for the user.  JDE does not currently use this field and will not utilize this field in the future.

szUserReservedReferenceURRFcharOPTINPUT

A 15-position reference that is reserved for the user.  J.D. Edwards does not currently use this field and does not plan to use it in the future.

cUseWorkCacheEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnAgrCacheJobNumberJOBSMATH_NUMERICOPTNONE

The job number (work station ID) which executed the particular job.

szAgrCacheComputerIDCTIDcharOPTNONE

cProgramStatusPGMScharOPTNONE

The status code used in General Stock Movements.    C data returned from Dip Volume Calculator    W data returned from Weighbridge 
Information    4   Four Point Analysis records existed 

cDualUnitOfMeasureItemDUALcharOPTNONE

An option that indicates that the system must maintain inventory balances and record transactions for an item in a secondary unit of 
measure that does not have a fixed conversion to the primary unit of measure. Typically, you choose this option when the item is ordered or sold by 
a packaged quantity and priced by weight or volume. Note: For a dual unit of measure item, the system might require a tolerance check for 
inventory transactions (excluding inventory adjustments) between the primary unit of measure and the secondary unit of measure.

mnSecondaryQuantitySQORMATH_NUMERICOPTNONE

If the secondary unit of measure option in Inventory Constants is selected,this field will display on data entry screens.

szSecondaryUoMUOM2charOPTNONE

A user defined code (00/UM) that indicates an alternate unit of measure for the item.

Related Functions

None

Related Tables

None
DispositionLoadEndDoc

DispositionLoadEndDoc

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

1.1Purpose

Use this function to save a loads dispositions to the database and call the Inventory EndDoc and the Accounting EndDoc.  This process is designed to 

be run asynchronously. This function will update the F49632 directly.  The F49632 records must balance to F4963.  For any gain loss or return dispositions 

the intransit balance will be reduced and an intransit ledger file will be written.


The load caches are cleared if no errors are detected following the save and the approval.

1.2Setup Notes and Prerequisites


• You must use this function in conjunction with the other Load Disposition functions.  In order to 
compete the disposition of the load, the load must have first passed the approval level edits in the 

Edit Doc function.

1.3Special Logic


None.

2.Technical Specifications

2.1Parameters:

CData Item Data Structure DescriptionI/OReqNotes

SUPPScSuppressErrorMessageIY
DTAIszErrorMessageIDOY

JOBSmnTransportationJobNumberI/OY


^

Data Structure

D4900730F - Disposition Load End Doc

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

Related Functions

None

Related Tables

None
DispositionLoadEndItemMultiples

DispositionLoadEndItemMultiples

Disposition Load MBF

Minor Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730K - EndItemMultiples

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

mnIdentifierShortItemITMMATH_NUMERICREQINPUT

An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and 
so forth. The item numbers are as follows:   o Item Number (short) - An eight-digit, computer-assigned item number     o 2nd Item Number - The 
25-digit, free-form, user defined alphanumeric item number     o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item 
number

szLotOriginalLOTNcharREQINPUT

A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics.

mnOwnerAN8MATH_NUMERICREQINPUT

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

cFromToEV01charREQINPUT

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

None
DispositionLoadIntCallInvServer

DispositionLoadIntCallInvServer

Disposition Load MBF

Minor Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730J - Disposition Load Internal Call Inventory Server

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

szTransactionDocumentTypeDCTcharOPTINPUT

A user defined code (00/DT) that identifies the origin and purpose of the transaction.  PeopleSoft reserves several prefixes for document 
types, such as, vouchers, invoices, receipts, and timesheets. The reserved document type prefixes for codes are: P Accounts payable 
documents R Accounts receivable documents  T Time and Pay documents I Inventory documents  O Purchase order documents  S Sales order 
documents 

mnIdentifierShortItemITMMATH_NUMERICOPTINPUT

An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and 
so forth. The item numbers are as follows:   o Item Number (short) - An eight-digit, computer-assigned item number     o 2nd Item Number - The 
25-digit, free-form, user defined alphanumeric item number     o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item 
number

szBranchPlantMCUcharOPTINPUT

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szLocationLOCNcharOPTBOTH

The storage location from which goods will be moved.

szLotNumberLOTNcharOPTNONE

A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics.

jdDateTransactionTRDJJDEDATEOPTINPUT

The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.

mnTransactionUnitCostUNCSMATH_NUMERICOPTBOTH

The amount per unit, derived by dividing the total cost by the unit quantity.

mnTransactionExtendedCostPAIDMATH_NUMERICOPTNONE

The extended cost or price value of an inventory transaction for an inventory item.

szTransactionExplanationTREXcharOPTINPUT

Text that identifies the reason that a transaction occurred.

szTransactionCompanyKeyKCOcharOPTINPUT

A number that, with the document number, document type and G/L date, uniquely identifies an original document, such as invoice, voucher, 
or journal entry. If you use the Next Numbers by Company/Fiscal Year feature, the Automatic Next Numbers program (X0010) uses the 
document company to retrieve the correct next number for that company. If two or more original documents have the same document number and 
document type, you can use the document company to locate the desired document.

mnTransactionDocumentNumberDOCMATH_NUMERICOPTBOTH

A number that identifies the original document, such as a voucher, invoice, or journal entry. On entry forms, you can assign the document 
number or let the system assign it using the Next Numbers program (P0002). Matching document numbers (DOCM) identify related documents 
in the Accounts Receivable and Accounts Payable systems. Examples of original and matching documents are: Accounts Payable     o 
Original document - voucher     o Matching document - payment  Accounts Receivable     o Original document - invoice     o Matching document - 
receipt  Note: In the Accounts Receivable system, the following transactions simultaneously generate original and matching documents: 
deductions, unapplied receipts, chargebacks, and drafts.

szLocationFormattedLOCNcharOPTBOTH

The storage location from which goods will be moved.

szReasonCodeRCDcharOPTINPUT

A user defined code (42/RC) that explains the purpose for a transaction. For example, you can indicate the reason that you are returning 
items.

mnTransactionProcessTypeMATH01MATH_NUMERICOPTINPUT

- - - Good Performance Low Value. 

cLineActionACTNcharOPTINPUT

A code that specifies the action that is performed. Valid values are: A Add C Change

szComputerIDCTIDcharOPTINPUT

cErrorConditionsEV01charOPTOUTPUT

An option that specifies the type of processing for an event.

jdGLDateDGLJDEDATEOPTINPUT

A date that identifies the financial period to which the transaction is to be posted.  The company constants specify the date range for each 
financial period. You can have as many as 14 periods. Generally, period 14 is used for audit adjustments. The system validates this field for 
PBCO (posted before cutoff), PYEB (prior year ending balance), PACO (post after cutoff), and WACO (post way after cutoff) messages.

cUpdatePQOHEV01charOPTINPUT

An option that specifies the type of processing for an event.

cProcessJEEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnBatchNumberICUMATH_NUMERICOPTBOTH

A number that identifies a group of transactions that the system processes and balances as a unit. When you enter a batch, you can either 
assign a batch number or let the system assign it using the Next Numbers program.

cBatchStatusISTcharOPTBOTH

A user defined code (98/IC) that indicates the posting status of a batch. Valid values are: Blank    Unposted batches that are pending 
approval or have a status of approved. A        Approved for posting. The batch has no errors, and is in balance, but has not yet been posted. D       
Posted. The batch posted successfully. E        Error. The batch is in error. You must correct the batch before it can post. P        Posting. The system 
is in the process of posting the batch to the general ledger. The batch is unavailable until the posting process is complete. If errors occur 
during the post, the batch status changes to E (error). U        In use. The batch is temporarily unavailable because someone is working with it, or 
the batch appears to be in use because a power failure occurred while the batch was open.

jdBatchDateDICJJDEDATEOPTINPUT

The date of the batch. If you leave this field blank, the system date is used.

mnLastJELineJELNMATH_NUMERICOPTBOTH

A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes.

mnF0911JobnumberJOBSMATH_NUMERICOPTBOTH

The job number (work station ID) which executed the particular job.

mnInvJobnumberJOBSMATH_NUMERICOPTBOTH

The job number (work station ID) which executed the particular job.

mnAmbientVolumeAMBRMATH_NUMERICOPTBOTH

The volume as measured for density and temperature prior to conversion. You can enter the ambient quantity or let the system 
automatically calculate it.

szAmbientVolumeUOMBUM3charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnWeightQuantityWTGRMATH_NUMERICOPTBOTH

The maximum loaded weight recommended by the vehicle manufacturer or allowed by the country or countries in which this vehicle 
operates.

szWeightQtyUOMBUM5charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnTemperatureTEMPMATH_NUMERICOPTBOTH

The temperature of the product.

cTemperatureTypeSTPUcharOPTBOTH

A code used to identify the type of temperature. Valid values are:    F Fahrenheit    C Celsius 

cDensityTypeDNTPcharOPTBOTH

A code used to identify the type of density. Valid values are:    A Absolute Density    G API Specific Gravity    R Relative Density

mnDensityTemperatureDETPMATH_NUMERICOPTBOTH

Indicates the temperature at which the density was measured. The system uses the density temperature type from Branch/Plant Constants - 
Page 3 Row exit.

mnDisplayDensityDENDMATH_NUMERICOPTBOTH

Identifies your company's standard for density. You can also use this field for pack size and weight information.

mnTimeTransactionTRTMMATH_NUMERICOPTINPUT

The time that the transaction occurred. It is used by reconciliations when reconciling all transactions through a given date and time.

mnFromAlternateAAIANUMMATH_NUMERICOPTINPUT

A number used to specify sequence and retrieve accounting information.

mnToAlternateAAIANUMMATH_NUMERICOPTINPUT

A number used to specify sequence and retrieve accounting information.

cBulkGainLossTransactionEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnTransactionQuantityACLQMATH_NUMERICOPTINPUT

The quantity of a product actually shipped on a load or in a compartment.

szUnitOfMeasureTransactTRUMcharOPTINPUT

The unit of measure you used when you entered this transaction into the system.

mnTransportationJobnumberJOBSMATH_NUMERICOPTINPUT

The job number (work station ID) which executed the particular job.

cAmbientStandardEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnStockTotalinPrimaryUOMSTUMMATH_NUMERICOPTBOTH

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

szUMStockBUM6charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively)  must be entered in the first position of the special handling field on the UDC 
table.

cBulkPackedFlagBPFGcharOPTINPUT

A code that indicates if the item is a bulk liquid product. If it is a bulk product, you must perform temperature and density/gravity 
conversions. To record the movement of bulk products, you must use forms designed specifically for bulk products. If you try to record movement using 
standard inventory forms, the system prevents the movement. Valid values are:    P Packaged    B Bulk liquid  If you leave this field blank, the 
system uses P.

mnStandardVolumeSTOKMATH_NUMERICOPTBOTH

The volume after it has been converted to a standard base. Conversions are made according to published standard routines for density 
and gravity and for temperature.

szUMStdBUM4charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

cRecordWrittenTo4111CacheEV01charOPTBOTH

An option that specifies the type of processing for an event.

mnOrderLineNumberXT4111Z1LNIDMATH_NUMERICOPTINPUT

A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
this number,but in some cases you can override it.

cDensityTemperatureUnitDTPUcharOPTBOTH

Identifies the type of temperature. Valid values are:    F Fahrenheit    C Celsius

mnVolumeCorrectionFactorsVCFMATH_NUMERICOPTBOTH

A calculated number to convert ambient volume to volume at standard density and temperature. This value identifies the primary stock 
accounting unit of measure used by the system.

szProgramIdPIDcharOPTINPUT

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szItemNoUnknownFormatUITMcharOPTINPUT

A number that the system assigns to an item. It can be in short, long, or third item number format.

szContractNumberDistributiDMCTcharOPTNONE

A unique number your company assigns to identify a particular agreement. You might want to assign some significance to the agreement 
number (for example,an agreement type code, location, year, and so forth). An agreement might have multiple supplements to record 
addendum or changes, for example.

mnContractSupplementDistriDMCSMATH_NUMERICOPTNONE

The supplement number records any changes or addendum to agreements that occur over time or by item. It can also indicate individual 
agreements that are tied to a master agreement. The system allows up to 999 different supplements per base agreement number.

mnSequenceNumber1SEQMATH_NUMERICOPTNONE

A number that specifies the sequence of information.

szProductSourcePSRcharOPTNONE

A value that identifies the location that supplies the item to fulfill the agreement. The value must match the Source Type code, as follows:     o 
If the source type is AB, the transaction source must be an address book number in the Address Book Master table (F0101).     o If the 
source type is CC, the transaction source must be a business unit in the Business Unit Master table (F0006).     o If the source type *A, the 
transaction source must be *ANY.

szProductSourceTypePSRYcharOPTNONE

A code that specifies the type of source entered in the Transaction Source field, as follows:     o If the transaction source is an address book 
number in the Address Book Master table (F0101), the source type must be AB.     o If the transaction source is a business unit in the Business 
Unit Master table (F0006), the source type must be CC.     o If the transaction source is *ANY, the source type must be *A.

cProgramStatusPGMScharOPTNONE

The status code used in General Stock Movements.    C data returned from Dip Volume Calculator    W data returned from Weighbridge 
Information    4   Four Point Analysis records existed 

cDualUnitOfMeasureItemDUALcharOPTNONE

An option that indicates that the system must maintain inventory balances and record transactions for an item in a secondary unit of 
measure that does not have a fixed conversion to the primary unit of measure. Typically, you choose this option when the item is ordered or sold by 
a packaged quantity and priced by weight or volume. Note: For a dual unit of measure item, the system might require a tolerance check for 
inventory transactions (excluding inventory adjustments) between the primary unit of measure and the secondary unit of measure.

mnSecondaryQtySQORMATH_NUMERICOPTNONE

If the secondary unit of measure option in Inventory Constants is selected,this field will display on data entry screens.

szSecondaryUoMUOM2charOPTNONE

A user defined code (00/UM) that indicates an alternate unit of measure for the item.

Related Functions

None

Related Tables

None
DispositionLoadIntUpdateHeaderCa

DispositionLoadIntUpdateHeaderCa

Disposition Load MBF

Minor Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730I - Disposition Load Internal Update Header Cache

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobnumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

szActionCodeCACTNcharREQINPUT

A code that indicates the activity you want to perform. Valid codes:     o Get - Retrieve the cache element     o Add - Add a cache element     o 
Update - Update a cache element     o Delete - Delete a cache element     o Delete All - Delete all cache elements     o Get Next - Retrieve the 
next cache element     o Add/Update - Add a cache element if it does not exist; Update a cache element if it does exist     o Terminate - 
Terminate Cache

jdDateTransactionTRDJJDEDATEOPTINPUT

The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.

mnTimeTransactionTRTMMATH_NUMERICOPTINPUT

The time that the transaction occurred. It is used by reconciliations when reconciling all transactions through a given date and time.

szBusinessUnitInvMCUcharOPTINPUT

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

mnInventoryJobnumberJOBSMATH_NUMERICOPTINPUT

The job number (work station ID) which executed the particular job.

mnGLJobnumberJOBSMATH_NUMERICOPTINPUT

The job number (work station ID) which executed the particular job.

mnBatchNumberICUMATH_NUMERICOPTINPUT

A number that identifies a group of transactions that the system processes and balances as a unit. When you enter a batch, you can either 
assign a batch number or let the system assign it using the Next Numbers program.

cBatchStatusISTcharOPTINPUT

A user defined code (98/IC) that indicates the posting status of a batch. Valid values are: Blank    Unposted batches that are pending 
approval or have a status of approved. A        Approved for posting. The batch has no errors, and is in balance, but has not yet been posted. D       
Posted. The batch posted successfully. E        Error. The batch is in error. You must correct the batch before it can post. P        Posting. The system 
is in the process of posting the batch to the general ledger. The batch is unavailable until the posting process is complete. If errors occur 
during the post, the batch status changes to E (error). U        In use. The batch is temporarily unavailable because someone is working with it, or 
the batch appears to be in use because a power failure occurred while the batch was open.

mnLastJELineJELNMATH_NUMERICOPTINPUT

A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes.

mnDocVoucherInvoiceEDOCMATH_NUMERICOPTINPUT

A number that identifies the original document, such as a voucher, invoice, or journal entry. On entry forms, you can assign the document 
number or let the system assign it using the Next Numbers program (P0002). Matching document numbers (DOCM) identify related documents 
in the Accounts Receivable and Accounts Payable systems. Examples of original and matching documents are: Accounts Payable     o 
Original document - voucher     o Matching document - payment  Accounts Receivable     o Original document - invoice     o Matching document - 
receipt  Note: In the Accounts Receivable system, the following transactions simultaneously generate original and matching documents: 
deductions, unapplied receipts, chargebacks, and drafts.

szCompanyKeyKCOcharOPTINPUT

A number that, with the document number, document type and G/L date, uniquely identifies an original document, such as invoice, voucher, 
or journal entry. If you use the Next Numbers by Company/Fiscal Year feature, the Automatic Next Numbers program (X0010) uses the 
document company to retrieve the correct next number for that company. If two or more original documents have the same document number and 
document type, you can use the document company to locate the desired document.

szDocumentTypeDCTcharOPTINPUT

A user defined code (00/DT) that identifies the origin and purpose of the transaction.  PeopleSoft reserves several prefixes for document 
types, such as, vouchers, invoices, receipts, and timesheets. The reserved document type prefixes for codes are: P Accounts payable 
documents R Accounts receivable documents  T Time and Pay documents I Inventory documents  O Purchase order documents  S Sales order 
documents 

cEditsPassedEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnNxtOrderLineNumberXT4111Z1LNIDMATH_NUMERICOPTINPUT

A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
this number,but in some cases you can override it.

Related Functions

None

Related Tables

None
DispositionLoadRefreshInTransit

DispositionLoadRefreshInTransit

Disposition Load MBF

Minor Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

Data Structure

D4900730G - Disposition Load Refresh In Transit

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIdDTAIcharOPTOUTPUT

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.

mnTransportationJobnumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

Related Functions

None

Related Tables

None
DispositionLoadUpdateItem

DispositionLoadUpdateItem

Disposition Load MBF

Major Business Rule

Object Name: N4900730

Parent DLL: CTRAN

Location: Client/Server

Language: NER

1.1Purpose

The purpose of this function is to reflect changes to the transaction cache in the item cache and update the display information in the item cache.

1.2Setup Notes and Prerequisites


• You must use this function in conjunction with the other Load Disposition functions.
1.3Special Logic


None.

2.Technical Specifications

2.1Parameters:
CData Item Data Structure DescriptionI/OReqNotes
SUPPScSuppressErrorMessageIY
DTAIszErrorMessageIDOY

JOBSmnTransportationJobNumberI/OY

ITMmnIdentifierShortItemIY

LOTNszLotOriginalIY

AN8mnOwnerI/OY

SEQmnLastSequenceNoIYSend in Last sequence number, update it in this function

EV01cRecordTypeIY

EV01cModeIY' ' = Called from EditLine '1' = Called from BeginDoc

ACLQmnQuantityTransactionBfrI

TRUMszUnitofMeasureTransBfrI

STUM mnStockTotalBfrIStock UOM (qty in PSAU (primary))for packed as well as bulk

BUM6szUMStokBfrIUOM

AMBRmnAmbientVolumeBfrIAmbient Volume (bulk)

BUM3szUMAmbBfrIUOM

STOKmnStandardVolumeBfrIStandard Volume (bulk)

BUM4szUMStdBfrIUOM

WTGRmnWeightRetultBfrIWeight

BUM5szUMWgtBfrIUOM

ACLQmnQuantityTransactionAftI

TRUMszUnitofMeasureTransAftI

STUM mnStockTotalAftIStock UOM (qty in PSAU (primary))for packed as well as bulk

BUM6szUMStokAftIUOM

AMBRmnAmbientVolumeAftIAmbient Volume (bulk)

BUM3szUMAmbAftIUOM

STOKmnStandardVolumeAftIStandard Volume (bulk)

BUM4szUMStdAftIUOM

WTGRmnWeightRetultAftIWeight

BUM5szUMWgtAftIUOM

RCDReasonCodeI

LOCNReturnLocationI

LOTTReturnLotI

LCMPmnLogicalCompartmentNumberI

VEHIszVehicleIdI

RLNOszReigstrationLicenseNumbeI

CMPNmnCompartmentNumberI

DMCTszContractNumberDistributiI

DMCSmnContractSupplemntDistriI

SEQmnAgreementSequenceI

PSRszAgreementSourceI

PSRYszAgreementSourceTypeI


^

Data Structure

D4900730D - Disposition Load Update Item

Parameter NameData ItemData TypeReq/OptI/O/Both
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.

szErrorMessageIDDTAIcharOPTOUTPUT

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.

mnTransportationJobNumberJOBSMATH_NUMERICREQINPUT

The job number (work station ID) which executed the particular job.

mnIdentifierShortItemITMMATH_NUMERICREQINPUT

An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and 
so forth. The item numbers are as follows:   o Item Number (short) - An eight-digit, computer-assigned item number     o 2nd Item Number - The 
25-digit, free-form, user defined alphanumeric item number     o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item 
number

szLotOriginalLOTNcharREQINPUT

A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics.

mnOwnerAN8MATH_NUMERICREQBOTH

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

mnLastSequenceNoSEQMATH_NUMERICREQINPUT

A number that specifies the sequence of information.

cRecordTypeEV01charREQINPUT

An option that specifies the type of processing for an event.

mnStockTotalBfrSTUMMATH_NUMERICOPTINPUT

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

szUMStokBfrBUM6charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively)  must be entered in the first position of the special handling field on the UDC 
table.

mnAmbientVolumeBfrAMBRMATH_NUMERICOPTINPUT

The volume as measured for density and temperature prior to conversion. You can enter the ambient quantity or let the system 
automatically calculate it.

szUMAmbBfrBUM3charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnStandardVolumeSTOKMATH_NUMERICOPTINPUT

The volume after it has been converted to a standard base. Conversions are made according to published standard routines for density 
and gravity and for temperature.

szUMStdBfrBUM4charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnWeightResultBfrWTGRMATH_NUMERICOPTINPUT

The maximum loaded weight recommended by the vehicle manufacturer or allowed by the country or countries in which this vehicle 
operates.

szUMWgtBfrBUM5charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnStockTotalAftSTUMMATH_NUMERICOPTINPUT

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

szUMStokAftBUM6charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively)  must be entered in the first position of the special handling field on the UDC 
table.

mnAmbientVolumeAftAMBRMATH_NUMERICOPTINPUT

The volume as measured for density and temperature prior to conversion. You can enter the ambient quantity or let the system 
automatically calculate it.

szUMAmbAftBUM3charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnStandardVolumeAftSTOKMATH_NUMERICOPTINPUT

The volume after it has been converted to a standard base. Conversions are made according to published standard routines for density 
and gravity and for temperature.

szUMStdAftBUM4charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnWeightResultAftWTGRMATH_NUMERICOPTINPUT

The maximum loaded weight recommended by the vehicle manufacturer or allowed by the country or countries in which this vehicle 
operates.

szUMWgtAftBUM5charOPTINPUT

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

szReasonCodeRCDcharOPTINPUT

A user defined code (42/RC) that explains the purpose for a transaction. For example, you can indicate the reason that you are returning 
items.

szReturnLocationLOCNcharOPTINPUT

The storage location from which goods will be moved.

szReturnLotLOTTcharOPTINPUT

A lot is a quantity of items that you want to group together because they have similar characteristics.  The lot number is the number 
assigned to the group of items for identification. This can also be used to assign serial numbers.

mnLogicalCompartmentNumberLCMPMATH_NUMERICOPTINPUT

The compartment number in a connected vehicle. A connected vehicle is a number of vehicles with compartments. The logical 
compartment number represents the compartments as if the connected vehicle were one vehicle.  The first compartment is closest to the power 
unit. Example:  Three vehicles are connected.  The first is the power unit, the second has 4 compartments and the third has 3 compartments. The first 4 
 logical compartment numbers equal the compartment numbers on the first vehicle. The 5th, 6th, and 7th logical compartments represent the 
compartments in the second vehicle.

szVehicleIdVEHIcharOPTINPUT

A unique identification number for a vehicle. This number serves as a primary identifier for a vehicle.

szRegistrationLicenseNumbeRLNOcharOPTINPUT

Identifies the identification number that appears on the license, permit, or certificate.

mnCompartmentNumberCMPNMATH_NUMERICOPTINPUT

The unique identifier associated with one of the storage compartments of this vehicle. Some vehicles (especially those designed to carry 
only packaged goods) have only a single compartment. For a single compartment vehicle, the compartment capacity represents the total 
storage capacity of the vehicle itself.

szContractNumberDistributiDMCTcharOPTINPUT

A unique number your company assigns to identify a particular agreement. You might want to assign some significance to the agreement 
number (for example,an agreement type code, location, year, and so forth). An agreement might have multiple supplements to record 
addendum or changes, for example.

mnContractSupplementDistriDMCSMATH_NUMERICOPTINPUT

The supplement number records any changes or addendum to agreements that occur over time or by item. It can also indicate individual 
agreements that are tied to a master agreement. The system allows up to 999 different supplements per base agreement number.

mnAgreementSequenceSEQMATH_NUMERICOPTINPUT

A number that specifies the sequence of information.

szAgreementSourcePSRcharOPTINPUT

A value that identifies the location that supplies the item to fulfill the agreement. The value must match the Source Type code, as follows:     o 
If the source type is AB, the transaction source must be an address book number in the Address Book Master table (F0101).     o If the 
source type is CC, the transaction source must be a business unit in the Business Unit Master table (F0006).     o If the source type *A, the 
transaction source must be *ANY.

szAgreementSourceTypePSRYcharOPTINPUT

A code that specifies the type of source entered in the Transaction Source field, as follows:     o If the transaction source is an address book 
number in the Address Book Master table (F0101), the source type must be AB.     o If the transaction source is a business unit in the Business 
Unit Master table (F0006), the source type must be CC.     o If the transaction source is *ANY, the source type must be *A.

mnQuantityTransactionBfrACLQMATH_NUMERICOPTINPUT

The quantity of a product actually shipped on a load or in a compartment.

szUnitOfMeasureTransBfrTRUMcharOPTINPUT

The unit of measure you used when you entered this transaction into the system.

mnQuantityTransactionAftACLQMATH_NUMERICOPTINPUT

The quantity of a product actually shipped on a load or in a compartment.

szUnitOfMeasureTransAftTRUMcharOPTINPUT

The unit of measure you used when you entered this transaction into the system.

szItemErrorMessageIdDTAIcharOPTINPUT

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.

cUseWorkCacheEV01charOPTNONE

An option that specifies the type of processing for an event.

mnSecondaryQtyBeforeSQORMATH_NUMERICOPTNONE

If the secondary unit of measure option in Inventory Constants is selected,this field will display on data entry screens.

mnSecondaryQtyAfterSQORMATH_NUMERICOPTNONE

If the secondary unit of measure option in Inventory Constants is selected,this field will display on data entry screens.

szSecondaryUoMBeforeUOM2charOPTNONE

A user defined code (00/UM) that indicates an alternate unit of measure for the item.

szSecondaryUoMAfterUOM2charOPTNONE

A user defined code (00/UM) that indicates an alternate unit of measure for the item.

Related Functions

None

Related Tables

None
efore cutoff), PYEB (prior year ending balance), PACO (post after cutoff), and WACO (post way after cutoff) messages.

cUpdatePQOHEV01charOPTINPUT

An option that specifies the type of processing for an event.

cProcessJEEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnBatchNumberICUMATH_NUMERICOPTBOTH

A number that identifies a group of transactions that the system processes and balances as a unit. When you enter a batch, you can either 
assign a batch number or let the system assign it using the Next Numbers program.

cBatchStatusISTcharOPTBOTH

A user defined code (98/IC) that indicates the posting status of a batch. Valid values are: Blank    Unposted batches that are pending 
approval or have a status of approved. A        Approved for posting. The batch has no errors, and is in balance, but has not yet been posted. D       
Posted. The batch posted successfully. E        Error. The batch is in error. You must correct the batch before it can post. P        Posting. The system 
is in the process of posting the batch to the general ledger. The batch is unavailable until the posting process is complete. If errors occur 
during the post, the batch status changes to E (error). U        In use. The batch is temporarily unavailable because someone is working with it, or 
the batch appears to be in use because a power failure occurred while the batch was open.

jdBatchDateDICJJDEDATEOPTINPUT

The date of the batch. If you leave this field blank, the system date is used.

mnLastJELineJELNMATH_NUMERICOPTBOTH

A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes.

mnF0911JobnumberJOBSMATH_NUMERICOPTBOTH

The job number (work station ID) which executed the particular job.

mnInvJobnumberJOBSMATH_NUMERICOPTBOTH

The job number (work station ID) which executed the particular job.

mnAmbientVolumeAMBRMATH_NUMERICOPTBOTH

The volume as measured for density and temperature prior to conversion. You can enter the ambient quantity or let the system 
automatically calculate it.

szAmbientVolumeUOMBUM3charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnWeightQuantityWTGRMATH_NUMERICOPTBOTH

The maximum loaded weight recommended by the vehicle manufacturer or allowed by the country or countries in which this vehicle 
operates.

szWeightQtyUOMBUM5charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

mnTemperatureTEMPMATH_NUMERICOPTBOTH

The temperature of the product.

cTemperatureTypeSTPUcharOPTBOTH

A code used to identify the type of temperature. Valid values are:    F Fahrenheit    C Celsius 

cDensityTypeDNTPcharOPTBOTH

A code used to identify the type of density. Valid values are:    A Absolute Density    G API Specific Gravity    R Relative Density

mnDensityTemperatureDETPMATH_NUMERICOPTBOTH

Indicates the temperature at which the density was measured. The system uses the density temperature type from Branch/Plant Constants - 
Page 3 Row exit.

mnDisplayDensityDENDMATH_NUMERICOPTBOTH

Identifies your company's standard for density. You can also use this field for pack size and weight information.

mnTimeTransactionTRTMMATH_NUMERICOPTINPUT

The time that the transaction occurred. It is used by reconciliations when reconciling all transactions through a given date and time.

mnFromAlternateAAIANUMMATH_NUMERICOPTINPUT

A number used to specify sequence and retrieve accounting information.

mnToAlternateAAIANUMMATH_NUMERICOPTINPUT

A number used to specify sequence and retrieve accounting information.

cBulkGainLossTransactionEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnTransactionQuantityACLQMATH_NUMERICOPTINPUT

The quantity of a product actually shipped on a load or in a compartment.

szUnitOfMeasureTransactTRUMcharOPTINPUT

The unit of measure you used when you entered this transaction into the system.

mnTransportationJobnumberJOBSMATH_NUMERICOPTINPUT

The job number (work station ID) which executed the particular job.

cAmbientStandardEV01charOPTINPUT

An option that specifies the type of processing for an event.

mnStockTotalinPrimaryUOMSTUMMATH_NUMERICOPTBOTH

The quantity as converted to the primary stock accounting unit of measure identified for this item (product). This primary stock accounting 
unit can be either volume or weight.

szUMStockBUM6charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively)  must be entered in the first position of the special handling field on the UDC 
table.

cBulkPackedFlagBPFGcharOPTINPUT

A code that indicates if the item is a bulk liquid product. If it is a bulk product, you must perform temperature and density/gravity 
conversions. To record the movement of bulk products, you must use forms designed specifically for bulk products. If you try to record movement using 
standard inventory forms, the system prevents the movement. Valid values are:    P Packaged    B Bulk liquid  If you leave this field blank, the 
system uses P.

mnStandardVolumeSTOKMATH_NUMERICOPTBOTH

The volume after it has been converted to a standard base. Conversions are made according to published standard routines for density 
and gravity and for temperature.

szUMStdBUM4charOPTBOTH

A user defined code (system 00, type UM) that identifies the unit of measurement for pressure, volume, weight, diameter, or height. Note that 
for all volume or weight units of measure, a V or W (respectively) must be entered in the first position of the special handling field on the UDC 
table.

cRecordWrittenTo4111CacheEV01charOPTBOTH

An option that specifies the type of processing for an event.

mnOrderLineNumberXT4111Z1LNIDMATH_NUMERICOPTINPUT

A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
this number,but in some cases you can override it.

cDensityTemperatureUnitDTPUcharOPTBOTH

Identifies the type of temperature. Valid values are:    F Fahrenheit    C Celsius

mnVolumeCorrectionFactorsVCFMATH_NUMERICOPTBOTH

A calculated number to convert ambient volume to volume at standard density and temperature. This value identifies the primary stock 
accounting unit of measure used by the system.

szProgramIdPIDcharOPTINPUT

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szItemNoUnknownFormatUITMcharOPTINPUT

A number that the system assigns to an item. It can be in short, long, or third item number format.

szContractNumberDistributiDMCTcharOPTNONE

A unique number your company assigns to identify a particular agreement. You might want to assign some significance to the agreement 
number (for example,an agreement type code, location, year, and so forth). An agreement might have multiple supplements to record 
addendum or changes, for example.

mnContractSupplementDistriDMCSMATH_NUMERICOPTNONE

The supplement number records any changes or addendum to agreements that occur over time or by item. It can also indicate individual 
agreements that are tied to a master agreement. The system allows up to 999 different supplements per base agreement number.

mnSequenceNumber1SEQMATH_NUMERICOPTNONE

A number that specifies the sequence of information.

szProductSourcePSRcharOPTNONE

A value that identifies the location that supplies the item to fulfill the agreement. The value must match the Source Type code, as follows:     o 
If the source type is AB, the transaction source must be an address book number in the Address Book Master table (F0101).     o If the 
source type is CC, the transaction source must be a business unit in the Business Unit Master table (F0006).     o If the source type *A, the 
transaction source must be *ANY.

szProductSourceTypePSRYcharOPTNONE

A code that specifies the type of source entered in the Transaction Source field, as follows:     o If the transaction source is an address book 
number in the Address Book Master table (F0101), the source type must be AB.     o If the transaction source is a business unit in the Business 
Unit Master table (F0006), the source type must be CC.     o If the transaction source is *ANY, the source type must be *A.

cProgramStatusPGMScharOPTNONE

The status code used in General Stock Movements.    C data returned from Dip Volume Calculator    W data returned from Weighbridge 
Information    4   Four Point Analysis records existed 

cDualUnitOfMeasureItemDUALcharOPTNONE

An option that indicates that the system must maintain inventory balances and record transactions for an item in a secondary unit of 
measure that does not have a fixed conversion to the primary unit of measure. Typically, you choose this option when the item is ordered or sold by 
a packaged quantity and priced by weight or volume. Note: For a dual unit of measure item, the system might require a tolerance check for 
inventory transactions (excluding inventory adjustments) between the primary unit of measure and the secondary unit of measure.

mnSecondaryQtySQORMATH_NUMERICOPTNONE

If the secondary unit of measure option in Inventory Constants is selected,this field will display on data entry screens.

szSecondaryUoMUOM2charOPTNONE

A user defined code (00/UM) that indicates an alternate unit of measure for the item.

Related Functions

None

Related Tables

None
DispositionLoadIntUpdateHeaderCa

DispositionLoadIntUpdateHeaderCa

Disposition Load MBF

Minor Business Rule

Object Na