1.1Purpose
To update the customer site or customer number for an equipment record and optionally transfer all children equipment. For each new customer site
or customer number, an Equipment Location Tracking Record (F1731) is created and the customer site (FALANO) or customer number (FAAN8) is
updated in the Equipment Master F1201.
1.2Setup Notes and Prerequisites
Data Item Data Structure DescriptionI/ORequiredNotes
NUMBAssetItemNumberIR
UKIDUniqueKeyIDInternalINIf UKID is passed in, the program will update the remark only of the current record only,
the children will not be updated.
LANOAddressNumberLessorIRIf LANO value is not blank, the Type of Record is assumed to be 2, which will update the
customer site only.
AN8AddressNumberIRIf AN8 value is not blank, the Type of Record is assumed to be 1, which will update the
customer number only.
ALLocationHistOrSchedIN
EFTBDateBeginningEffectiveIR
DDTSTimeStampBeginningIR
PIDPromagramIdIN
RMKNameRemarkIN
UPLOWUpdateChildrenINTo update children pass "1" to program.
DTAIDataItemONContains errorcode, if any or blank otherwise
ERRCErrorCodeON'1' if errors occurred
SUPPSSuppressErrorMessageIN
1.3Special Logic
The program optionally updates the customer site or customer number of all children, grandchildren, great grandchildren of the parent equipment
number.
D1700230 - F1731 Equipment Location
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAssetItemNumber | NUMB | MATH_NUMERIC | OPT | INPUT |
An 8-digit number that uniquely identifies an asset. | ||||
mnUniqueKeyIDInternal | UKID | MATH_NUMERIC | OPT | INPUT |
This field is a unique number used to identify a record in a file. | ||||
mnAddressNumberLessor | LANO | MATH_NUMERIC | OPT | INPUT |
The address book number for the lessor, renter, or lending institution. | ||||
cLocationHistOrSched | AL | char | OPT | INPUT |
A code that indicates the type of location record. Valid values are:
C
Current. Displays only the current location for an asset. This is the
| ||||
jdDateBeginningEffective | EFTB | JDEDATE | OPT | INPUT |
The date that an address, item, transaction, or table record becomes active. The meaning of this field differs, depending on the program.
| ||||
mnTimeStampBeginning | DDTS | MATH_NUMERIC | OPT | INPUT |
The time that the asset is transferred to a new location. | ||||
szProgramId | PID | char | OPT | INPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
szNameRemark | RMK | char | OPT | INPUT |
A generic field that you use for a remark, description, name, or address. | ||||
cUpdateChildren | UPLOW | char | OPT | INPUT |
When you change the status of a piece of equipment, the system prompts you to update the status of the children of the equipment as well.
| ||||
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
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
| ||||
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
| ||||
cF1201Update | BCT1 | char | OPT | INPUT |
An option that specifies whether the system performs Not-To-Exceed (NTE) processing for Contract Billing. Turn on this option to perform
| ||||
cDateTimeCheckOnly | BCT2 | char | OPT | INPUT |
A generic control flag reserved for future use within the Service Billing Batch Header File (F48011). |
None |
None |