Functional Description
Purpose
This NER is used to perform either an Inquiry, an Add, or a Change to the F17311 table (Installed Base Location Details). On an Inquiry it returns 
all fields;  on an Add it enters all fields; and on a Change it updates all fields. The Data Structure contains all fields from the table.
Setup Notes and Prerequisites
Two parameters are required:
 ACTN - Action Code (A to Add, C to Change, I to Inquire)
 UKID - Installed Base Location ID
D1701510 - Installed Base Location Details - ALL
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| cActionCode | ACTN | char | REQ | INPUT | 
A code that specifies the action that is performed. Valid values are: A Add C Change  | ||||
| cSuccessful | 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 
  | ||||
| mnInstalledBaseLocationID | UKID | MATH_NUMERIC | REQ | INPUT | 
This field is a unique number used to identify a record in a file.  | ||||
| szLongitude | LONG | char | OPT | BOTH | 
Distance east or west of the prime meridian, expressed in degrees or time.  | ||||
| szLatitude | LATT | char | OPT | BOTH | 
Angular distance, measured in degrees, north or south from the equator.  | ||||
| szElevation | LEVAT | char | OPT | BOTH | 
The location elevation of an equipment item.  | ||||
| szBuilding | BUILD | char | OPT | BOTH | 
The building location of an equipment item.  | ||||
| szFloor | FLOOR | char | OPT | BOTH | 
The floor location of an equipment item.  | ||||
| szRoom | ROOM1 | char | OPT | BOTH | 
The room location of an equipment item.  | ||||
| szOtherLocation1 | OTHR1 | char | OPT | BOTH | 
A generic location that can be used for an equipment item.  | ||||
| szOtherLocation2 | OTHR2 | char | OPT | BOTH | 
A generic location that can be used for an equipment item.  | ||||
| szContactName | WHO | char | OPT | BOTH | 
The name of the caller, customer, or other contact.  | ||||
| szContactPhone | CPHC1 | char | OPT | BOTH | 
Phone number of Customer Issue additional contact.  | ||||
| szMailingName | MLNM | char | OPT | BOTH | 
The company or person to whom billing or correspondence is addressed.  | ||||
| szAddressLine1 | ADD1 | char | OPT | BOTH | 
The first line of a mailing address for an employee, customer, or supplier in the Address Book system. The U.S. Internal Revenue Service 
  | ||||
| szAddressLine2 | ADD2 | char | OPT | BOTH | 
The second line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The 
  | ||||
| szAddressLine3 | ADD3 | char | OPT | BOTH | 
The third line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The 
  | ||||
| szAddressLine4 | ADD4 | char | OPT | BOTH | 
The fourth line of the mailing address for an employee, customer, or supplier in the Address Book system.
Attention Payroll users: The 
  | ||||
| szCity | CTY1 | char | OPT | BOTH | 
A name that indicates the city associated with the address.  | ||||
| szCounty | COUN | char | OPT | BOTH | 
The name of a county, parish, or other political district that is necessary for the address or for tax purposes.  | ||||
| szState | ADDS | char | OPT | BOTH | 
A user defined code (00/S) that specifies the state or province. This code is usually a postal service abbreviation.  | ||||
| szPostalCode | ADDZ | char | OPT | BOTH | 
The United States ZIP code or the postal code that specifies where a letter is to be routed.  Attach this code to the address for delivery in 
  | ||||
| szCountry | CTR | char | OPT | BOTH | 
A user defined code (00/CN) that identifies a country. The country code has no effect on currency conversion.
The Address Book system 
  | ||||
| szCreatedByUser | CRTU | char | OPT | BOTH | 
The address book number of the user who created this record.  | ||||
| jdCreationDate | CADT | JDEDATE | OPT | BOTH | 
The date that the record was created.  | ||||
| szUpdatedByUser | USER | char | OPT | BOTH | 
The code that identifies a user profile.  | ||||
| jdDateUpdated | UPMJ | JDEDATE | OPT | BOTH | 
The date that specifies the last update to the file record.  | ||||
| szWorkStationID | JOBN | char | OPT | BOTH | 
The code that identifies the work station ID that executed a particular job.  | ||||
| szProgramID | PID | char | OPT | BOTH | 
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
  | ||||
| mnTime | UPMT | MATH_NUMERIC | OPT | BOTH | 
The time that specifies when the program executed the last update to this record.  | ||||
| None | 
| None |