BOM Subroutines

Bill of Materials - BOM explosion, component lookup, where-used

Subroutine count: 2

Table of Contents


VB_WUEXPLORER.1

Signature: SUBROUTINE VB_WUEXPLORER(WUPART,PARTDATA,GTCODEDATA)

Source: S:\LinuxShare\pro3prog\VBBASE\VB_WUEXPLORER.1

PropertyValue
Status[X] deprecated
Args3
Superseded ByVB_WUEXPLORER.2

Arguments:

IndexNameDirectionDescription
0WUPARTin
1PARTDATAout
2GTCODEDATAout

API Call Example:

POST /api/admin/subroutine/call
{
    "name":  "VB_WUEXPLORER.1",
    "args":  {
                 "0":  ""
             }
}

VB_WUEXPLORER.2

Signature: SUBROUTINE VB_WUEXPLORER2(CO,PARTNO,DATA,MESSAGE)

Source: S:\LinuxShare\pro3prog\VBBASE\VB_WUEXPLORER.2

PropertyValue
Status[+] analyzed
Safety[SAFE] safe
PatternInquiry
Args4
DescriptionWhere-used explorer that returns all parent assemblies for a given part number by traversing the BOM chain via ITEMMANF and BMF tables.

Arguments:

IndexNameDirectionDescription
0COinCompany number
1PARTNOinPart number to find where-used parents for
2DATAoutMulti-valued result array: <1>=part numbers, <2>=descriptions, <3>=GT codes, <4>=quantities, <5>=has-parent flag (Y or empty)
3MESSAGEoutStatus/error message (empty on success)

API Call Example:

POST /api/admin/subroutine/call
{
    "name":  "VB_WUEXPLORER.2",
    "args":  {
                 "0":  "",
                 "1":  ""
             }
}


Last updated: 2026-02-05 11:29 PM