Functional Description
Purpose
This Named ER is used to fetch the Inventory default information when adding new inventory items to the Equipment Parts List.
Setup Notes and Prerequisites
Special Logic
Technical Specification
The NER will only return information if a valid inventory short item number is passed in.
1.Get Inventory Master information
BF szIdentifier2ndItem <- szSecondItemNumber
BF szIdentifier3rdItem <- szThirdItemNumber
BF szDescriptionLine1 <- szDescription
BF cStockingType <- cStockingType
VA evt_cCostLevel_CLEV <- cInventoryCostLevel
BF szLineType <- szLineType
BF szComponentUnitOfMeasure <- szComponentUOM
2.If branch passed in, Get Inventory Branch Information if branch passed in.
VA evt_mnShortItemNumber_ITM -> mnShortItemNumber
VA evt_cStockingType_STKT <- cStockingType
3.If branch information available, use this else use Item Master information
BF szLineType = VA evt_szLineType_LNTY
5.Call F40205 Get Line Type Constants to get inventory interface flag
BF cInventoryInterfaceFlag <- cInventoryInterface
6.Get Inventory Unit Cost
c.F4105 Get Item Cost Information
7.Get Inventory Extention Information
BF szProductFamily <- szProductFamily
BF szCostType <- szCSMSCostType
D1300740A - Get Inventory Default Information for F13017
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
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
| ||||
szErrorMessage | 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
| ||||
szVersion | VERS | char | OPT | INPUT |
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
| ||||
mnIdentifierShortItem | ITM | MATH_NUMERIC | REQ | INPUT |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szBranch | MMCU | char | REQ | INPUT |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
| ||||
szPrimaryItemNumber | UITM | char | OPT | OUTPUT |
A number that the system assigns to an item. It can be in short, long, or third item number format. | ||||
szIdentifier2ndItem | LITM | char | OPT | OUTPUT |
A number that identifies the item. The system provides three separate item numbers plus an extensive cross-reference capability to
| ||||
szIdentifier3rdItem | AITM | char | OPT | OUTPUT |
The system provides three separate item numbers plus an extensive cross-reference capability to alternate item numbers. These item
| ||||
szDescriptionLine1 | DSC1 | char | OPT | OUTPUT |
Brief information about an item; a remark or an explanation. | ||||
szDescriptionLine2 | DSC2 | char | OPT | OUTPUT |
A second, 30-character description, remark, or explanation. | ||||
cStockingType | STKT | char | OPT | OUTPUT |
A user defined code (41/I) that indicates how you stock an item, for example, as finished goods or as raw materials. The following stocking
| ||||
szLineType | LNTY | char | OPT | OUTPUT |
A code that controls how the system processes lines on a transaction. It controls the systems with which the transaction interfaces, such as
| ||||
szComponentUnitOfMeasure | UM | char | OPT | OUTPUT |
A user defined code (00/UM) that identifies the unit of measurement for an amount or quantity. For example, it can represent a barrel, box,
| ||||
cIssueTypeCode | ITC | char | OPT | OUTPUT |
A code that indicates how the system issues each component in the bill of material from stock. In Shop Floor Management, it indicates how
| ||||
cInventoryInterfaceFlag | IVI | char | OPT | OUTPUT |
A code that identifies the type of interface to the Inventory Management system. Valid values are:
Y The dollar or unit value of any activity
| ||||
mnAmountUnitCost | UNCS | MATH_NUMERIC | OPT | OUTPUT |
The amount per unit, derived by dividing the total cost by the unit quantity. | ||||
szPrimaryUnitOfMeasure | UOM | char | OPT | OUTPUT |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
szProductModel | PRODM | char | OPT | OUTPUT |
A code that classifies an inventory item into a model for customer service. Some examples include: Laser Printer, Inkjet or Fax. | ||||
szProductFamily | PRODF | char | OPT | OUTPUT |
A code that classifies an inventory item into a group for customer service. Some examples include: Laser Printer, Inkjet, or Fax. | ||||
szCostType | COST | char | OPT | OUTPUT |
A code that designates each element of cost for an item. Examples of the cost object types are:
o A1 Purchased raw material
o B1
|
None |
None |