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
D1701180 - F48162 Table IO
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cActionCode_ACTN | ACTN | char | REQ | INPUT |
A code that specifies the action that is performed. Valid values are: A Add C Change | ||||
cSuccessful_EV01 | 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
| ||||
szKBaseTreeName_KBTNM | KBTNM | char | REQ | BOTH |
The name of the Failure Analysis Tree. A Failure Analysis Tree is a hierarchical organization of codes selected from the Failure Analysis
| ||||
szDescript40Characters_DS40 | DS40 | char | OPT | BOTH |
A 40-character description. | ||||
cKnowledgeType_KNLT | KNLT | char | OPT | BOTH |
A code that associates a type of action with the Failure Analysis record. Valid values are: Failure Analysis Resolution All | ||||
szProductFamily_PRODF | PRODF | char | OPT | BOTH |
A code that classifies an inventory item into a group for customer service. Some examples include: Laser Printer, Inkjet, or Fax. | ||||
szProductModel_PRODM | PRODM | char | OPT | BOTH |
A code that classifies an inventory item into a model for customer service. Some examples include: Laser Printer, Inkjet or Fax. | ||||
szProductComponent_PRODC | PRODC | char | OPT | BOTH |
The components that make an equipment number or components associated with a customer site. | ||||
mnInventoryItem_ITM | ITM | MATH_NUMERIC | OPT | BOTH |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szEnvironment_ENV | ENV | char | OPT | BOTH |
The operating environment of the user. Some examples include Windows 95, Windows NT, UNIX or AS/400. | ||||
szCatCode01_ZE01 | ZE01 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode02_ZE02 | ZE02 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode03_ZE03 | ZE03 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode04_ZE04 | ZE04 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode05_ZE05 | ZE05 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode06_ZE06 | ZE06 | char | OPT | BOTH |
A user defined reporting code for equipment. Enter a value from UDC 17/B6. | ||||
szCatCode07_ZE07 | ZE07 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode08_ZE08 | ZE08 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode09_ZE09 | ZE09 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCatCode10_ZE10 | ZE10 | char | OPT | BOTH |
A user defined reporting code for equipment. | ||||
szCreatedByUser_USER | CRTU | char | OPT | BOTH |
The address book number of the user who created this record. | ||||
szWorkStationId_JOBN | JOBN | char | OPT | BOTH |
The code that identifies the work station ID that executed a particular job. | ||||
szProgramId_PID | 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
| ||||
jdDateUpdated_UPMJ | UPMJ | JDEDATE | OPT | BOTH |
The date that specifies the last update to the file record. | ||||
mnTimeLastUpdated_UPMT | UPMT | MATH_NUMERIC | OPT | BOTH |
The time that specifies when the program executed the last update to this record. |
None |
None |