F48162TableIO

F48162 Table IO

Minor Business Rule

Object Name: N1701180

Parent DLL: CCRIN

Location: Client/Server

Language: NER

Functional Description

Purpose

This NER is used to perform either an Inquiry or an Add to the F48162 table (Knowledge Base Tree Names). On an Inquiry it returns all fields, and 

on an Add it enters all fields. The Data Structure contains all fields from the table.


Two parameters are required:

• ACTN - Action Code (A to Add, I to Inquire)
• KBTNM - Knowledge Base Tree Name


Technical Specification


/

/    Variables

/

/

/    Edit Action Code

/

If BF cActionCode = A,I

BF cSuccessful = 1

Else

BF cSuccessful = 0

End

/

If BF cSuccessful  =  1

If BF cActionCode  =  I

F48162.Fetch Single

If SV File_IO_Status  =  Error

BF cSuccessful  =  0

EndIF

Else

F48162.Insert

EndIF

EndIF


Data Structure

D1701180 - F48162 Table IO

Parameter NameData ItemData TypeReq/OptI/O/Both
cActionCode_ACTNACTNcharREQINPUT

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

cSuccessful_EV01ERRCcharOPTOUTPUT

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).

szKBaseTreeName_KBTNMKBTNMcharREQBOTH

The name of the Failure Analysis Tree. A Failure Analysis Tree is a hierarchical organization of codes selected from the Failure Analysis 
Codes table (F48161).

szDescript40Characters_DS40DS40charOPTBOTH

A 40-character description.

cKnowledgeType_KNLTKNLTcharOPTBOTH

A code that associates a type of action with the Failure Analysis record. Valid values are: Failure Analysis Resolution All

szProductFamily_PRODFPRODFcharOPTBOTH

A code that classifies an inventory item into a group for customer service. Some examples include: Laser Printer, Inkjet, or Fax.

szProductModel_PRODMPRODMcharOPTBOTH

A code that classifies an inventory item into a model for customer service. Some examples include: Laser Printer, Inkjet or Fax.

szProductComponent_PRODCPRODCcharOPTBOTH

The components that make an equipment number or components associated with a customer site.

mnInventoryItem_ITMITMMATH_NUMERICOPTBOTH

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

szEnvironment_ENVENVcharOPTBOTH

The operating environment of the user. Some examples include Windows 95, Windows NT, UNIX or AS/400.

szCatCode01_ZE01ZE01charOPTBOTH

A user defined reporting code for equipment.

szCatCode02_ZE02ZE02charOPTBOTH

A user defined reporting code for equipment.

szCatCode03_ZE03ZE03charOPTBOTH

A user defined reporting code for equipment.

szCatCode04_ZE04ZE04charOPTBOTH

A user defined reporting code for equipment.

szCatCode05_ZE05ZE05charOPTBOTH

A user defined reporting code for equipment.

szCatCode06_ZE06ZE06charOPTBOTH

A user defined reporting code for equipment. Enter a value from UDC 17/B6.

szCatCode07_ZE07ZE07charOPTBOTH

A user defined reporting code for equipment.

szCatCode08_ZE08ZE08charOPTBOTH

A user defined reporting code for equipment.

szCatCode09_ZE09ZE09charOPTBOTH

A user defined reporting code for equipment.

szCatCode10_ZE10ZE10charOPTBOTH

A user defined reporting code for equipment.

szCreatedByUser_USERCRTUcharOPTBOTH

The address book number of the user who created this record.

szWorkStationId_JOBNJOBNcharOPTBOTH

The code that identifies the work station ID that executed a particular job.

szProgramId_PIDPIDcharOPTBOTH

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.

jdDateUpdated_UPMJUPMJJDEDATEOPTBOTH

The date that specifies the last update to the file record.

mnTimeLastUpdated_UPMTUPMTMATH_NUMERICOPTBOTH

The time that specifies when the program executed the last update to this record.

Related Functions

None

Related Tables

None