Using an Electronic Data Collection System

This chapter provides an overview of electronic data collection and discusses how to:

Click to jump to parent topicUnderstanding Electronic Data Collection

Electronic data collection enables you to:

You can use the electronic data collection components to capture data from:

The following diagram shows the data flow for electronic data collection. Data from flat files or XML messages are placed in the inbound staging tables by the PeopleSoft Integration Broker system. Online or batch applications can also place data directly into the inbound staging tables. Background processes apply the data to the PeopleSoft production tables. Any errors are handles by the Transaction Maintenance component. The Purge process will delete all transactions with a status of Complete or Confirmed from the transaction log:

Electronic data collection data flow

See Also

Using Transaction Maintenance

Purging Transactions

Click to jump to top of pageClick to jump to parent topicDevice Selection

The first step in designing an electronic data collection system is to select the data collection devices you will use to process bar code material movement transactions. PeopleSoft provides support for three bar code technologies:

Radio Frequency

Radio frequency (RF) systems are used when immediate access to the database is required. This technology requires RF terminals and controllers. RF data collection applications, developed in-house or by third-party vendors, produce transactions that are passed to the PeopleSoft applications through PeopleSoft Integration Broker using XML messages.

Batch

Batch systems are used when real-time updates are not needed. Batch-oriented data collection applications, developed in-house or by a third-party vendor, produce transactions that are collected in an ASCII text file. The text file is loaded into the PeopleSoft system using the Inbound File Publish utility.

Keyboard Wedge

Keyboard wedges can be used when the person collecting the bar-coded information has access to a workstation running the PeopleSoft application. A wand or a laser gun connects to the keyboard wedge that inputs the bar-coded information directly into the transaction pages. The computer interprets information entered using the keyboard wedge in the same manner as information entered using the keyboard.

See Also

Processing Inbound EIPs

Click to jump to parent topicUsing Electronic Data Collection Transactions

Data collection transactions received through XML messages, batch oriented flat files, and the transaction pages are loaded into the transaction log. Background processes pick up these transactions, validate them, and then update the appropriate PeopleSoft application tables. If an error is found, the system does not process the transaction. The transaction's status on the transaction log is changed to Error, and the system inserts a row into the error table for each error message.

The BCt Errors Workflow process (IN_WFBCTERRS) checks for electronic data collection transactions that have an error status and generates a worklist entry. Once you process the worklist entry, the PeopleSoft system displays the Transaction Maintenance page, where you can view the errors and fix them.

Once you have modified the transaction and saved the Transaction Maintenance Detail page, the transaction can be reprocessed. Transactions that have been processed to the Complete status or that have been canceled in the Transaction Maintenance page can be archived and purged from the transaction log using the transaction purge process.

The background processes validate all information before performing any updates. However, when you enter the transactions through the data collection transaction pages, selected pieces of information on the page have edits to verify the data that is entered.

Transactions

Reference

Inventory Adjustments

See Making Stock Quantity Adjustments and Transfers Within the Business Unit.

Interunit Receiving

See Staging Interunit Transfers Using an Electronic Data Collection System.

Inventory Picking

See Entering Picking Feedback Using an Electronic Data Collection System.

Inventory Putaway

See Entering Stockroom Feedback Using an Electronic Data Collection System.

Inventory Transfer

See Making Stock Quantity Adjustments and Transfers Within the Business Unit.

Kanban Transfers

See Understanding the Kanban Transfer Process.

Ship Containers and Serial IDs

See Working with Shipping Containers and Shipping Serial IDs Using an Electronic Data Collection System.

Shipping Request

See Shipping Inventory.

Production Picking

See Processing Picking Plans Using Electronic Data Collection.

Kanban Replenishment Request

See Creating Replenishment Requests Using Electronic Data Collection.

Production Completions and Scrap

See Processing Electronic Data Collection Completions Transactions.

Production Multiple Outputs Completions and Scrap

See Processing Electronic Data Collection Completions Transactions.

Kanban Completions

See Processing Kanban Completions.

Production Kit Issues and Returns

See Processing Kit Issues and Returns Using Electronic Data Collection.

Component Issues and Returns

See Editing or Issuing Components.

Actual Hours

See Recording Actual Machine and Labor Hours.

Purchasing Receiving

See Receiving Items Using EDC.

Kanban Receiving

See Using the Receive by Kanban ID Transaction.

For technical details about individual EIPs, use the Interactive Services Repository (ISR) in the My Oracle Support website located at https://support.oracle.com/CSP/ui/flash.html.

Click to jump to parent topicUsing Background Transaction Processes

You set up electronic data collection background processes to scan the transaction log continuously as long as there are transactions in the log with the status New or Reprocess. If no transactions with the status New or Reprocess are in the log when a process scans the log, the process shuts down. If the process shuts down, you can restart it with PeopleSoft Process Scheduler. Because you can set up Process Scheduler to automatically restart the background processes at predefined intervals, transaction processing can occur continuously or at set periods throughout the day.

Transaction

Page Name

Process Name

Tables Accessed

Tables Updated

Inventory Adjustments

BCT_INV_REQIADJ

INPVIADJ

BCT_INV_REQIADJ

BCT_INV_REQIADJ

Interunit Receiving

BCT_INV_REQIURV

INPJIURV

BCT_INV_REQIURV

BCT_INV_REQIURV

Inventory Picking and Shipping

BCT_INV_REQPICK

IN_FUL_PFB

BCT_INV_REQPICK

BCT_INV_REQPICK

Inventory Putaway

BCT_NV_REQPWFB

INPZPTWY

BCT_NV_REQPWFB

BCT_NV_REQPWFB

Inventory Transfers

BCT_INV_REQTRFR

INPTTRFR

BCT_INV_REQTRFR

BCT_INV_REQTRFR

Physical Inventory

BCT_INV_REQPHYS

INPIPHYS

BCT_INV_REQPHYS

BCT_INV_REQPHYS

Ship Containers and Serial IDs

BCT_INV_REQSHPM

INPFSHPM

BCT_INV_REQSHPM

BCT_INV_REQSHPM

Shipping Request

BCT_INV_REQFUL

INV_FUL_BCT

RUN_CNTL_IN_FUL

RUN_CNTL_IN_FUL

Production Picking

BCT_MG_REQPIK

SFPEPICK

BCT_MG_REQPIK

BCT_MG_REQPIK

Kanban Replenishment Requests

BCT_MG_REQREPL

FPPAREPL

BCT_MG_REQREPL

BCT_MG_REQREPL

Production and Completions Scrap

BCT_MG_REQCOMP

SFPDCDRV

BCT_MG_REQCOMP

BCT_MG_REQCOMP

Kit Issues and Returns

BCT_MG_REQMISC

SFPFMISC

BCT_MG_REQMISC

BCT_MG_REQMISC

Actual Hours

BCT_MG_REQACT

SFPGACTH

BCT_MG_REQACT

BCT_MG_REQACT

Load Purchase Order Receipts

RUN_RECVLOAD

PO_RECVLOAD

RUN_CNTL_RECVLD

RUN_CNTL_RECVLD

See Also

Making Stock Quantity Adjustments and Transfers Within the Business Unit

Working with Shipping Containers and Shipping Serial IDs Using an Electronic Data Collection System

Creating Replenishment Requests Using Electronic Data Collection

Processing Picking Plans Using Electronic Data Collection

Processing Electronic Data Collection Completions Transactions

Processing Kit Issues and Returns

Running the Actual Hours Data Collection COBOL/SQL Process

Click to jump to parent topicPurging Transactions

You can periodically purge data collection transactions. The data collection architecture uses the standard purge process for PeopleSoft Supply Chain Management inbound transactions.

See Also

Purging Transactions

Click to jump to parent topicGenerating Labels

To generate bar code labels, you must first set up the attributes for each label type on the Label Setup page. Next, you generate a flat file containing the label data by running a PeopleSoft Process Scheduler Structured Query Report (SQR) program from the label-specific run control page. Use the Generate Labels component to create this flat file. Finally, you pass the flat file to an in-house or a third-party bar code label product to print the labels.

The PeopleSoft system can print 10 types of labels:

Purchasing Receipt labels

Use these labels to track items that are received by the business unit. Receiving labels are generated for each item on a receipt. To print these labels, you must have PeopleSoft Purchasing installed.

Production Completion labels

Apply these labels to items that have been manufactured. To print these labels, you must have PeopleSoft Manufacturing installed.

Pull Ticket labels

Use these labels to track material replenished from online replenishment requests. To print these labels, you must have PeopleSoft Flow Production installed.

Kanban Card labels

Use these labels to track material replenished by Kanban Card. To print these labels, you must have PeopleSoft Flow Production installed.

Storage Location labels

Use these labels on storage locations, such as aisles, rows, and bins, in a business unit. To print these labels, you must have PeopleSoft Inventory installed.

Item Storage labels

Use these labels to identify items in a carton or storage location. To print these labels, you must have PeopleSoft Inventory installed.

Storage Container labels

Use these labels to identify storage containers at a storage locations. To print these labels, you must have PeopleSoft Inventory installed.

Shipping Carton labels

Apply these labels to each carton before shipping to provide shipping information to shipping personnel and carriers. You can also use them to build shipping containers, and to provide customer-specific information that identifies items within the cartons. To print these labels, you must have PeopleSoft Inventory installed.

Shipping Serial labels

Use these labels to identify a serial ID assigned to items at the time the items are shipped. To print these labels, you must have PeopleSoft Inventory installed.

Shipping Container labels

Use these labels to identify shipping containers. Shipping container labels can be used to provide shipping information to shipping personnel, carriers, and customers. To print these labels, you must have PeopleSoft Inventory installed.

Item Usage labels

Use these labels to identify medical supplies used for patients. To print these labels, you must have PeopleSoft Inventory installed.

See Also

Setting Up Labels

Click to jump to parent topicManaging Files

This section discusses how you work with files when generating labels.

Override File

To specify a file directory and file name for the extraction file, select the Override File check box, and enter the file directory and file name. Deselect the Override File check box to create the extraction file in the default directory with the default file name.

File Directory

Enter a directory path for the label file.

If you do not select the Override File check box, on any label except the Carton Label, the directory is selected according to the following hierarchy:

  1. The directory name is the FILEPREFIX that was specified in SETENV.SQC during the initial system setup.

    For information on setting the FILEPREFIX in the SETENV.SQC, refer to the PeopleTools Installation and Administration for the platform.

  2. If no FILEPREFIX was specified during system setup, the directory name is by default the current work directory on the server running the label program.

File Name

Enter a file name for the label file.

If you do not select the Override File check box, on any label except the carton label, the file is named according to the following hierarchy:

  1. The file name is the file prefix that is defined for the format ID (on the Data Collection Label Setup page in the Generate Labels window) combined with the last five digits of the process ID; the file name suffix is the file suffix defined for the format ID.

  2. If no format ID is specified on the Data Collection Label Setup page, the last five digits of the process ID are used as the file name, and the file name suffix is the file suffix defined on the Data Collection Setup page in Process Transactions.

  3. If no file suffix is defined on the Data Collection Setup page, the last five digits of the process ID are used as the file name, and the file name suffix is the FILESUFFIX that you specified in SETENV.SQC when you initially set up the system.

    For information on setting the FILESUFFIX in the SETENV.SQC, refer to the installation documentation.

  4. If no file suffix was specified in SETENV.SQC when you initially set up the system, the last five digits of the process ID are used as the file name, and no suffix is appended.

The following table indicates the sequence of defaults that the system uses when assigning file names:

File Prefix

File Name

File Suffix

Override

Override

Override

From format ID specified on the Data Collection Label Setup page.

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

From format ID specified on the Data Collection Label Setup page.

None

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

The file suffix defined on the Data Collection Setup page.

None

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

The FILESUFFIX that you specified in SETENV.SQC.

None

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

None.

See Also

Setting Up Labels

Printing Shipping Carton Labels

Click to jump to top of pageClick to jump to parent topicCommon Elements Used in This Section

Language

Select a language for the legible portion of the labels.

Business Unit or Unit

Select the unit for which to print labels.

Format ID

Enter a label format ID. Label formats are defined on the Data Collection Label Setup page. If you set up a default label format, its ID appears in this field.

Copies

Enter the number of copies of each label to print. When printing serial or sequential labels, if you increase the number in this field, the system multiplies the number of labels that you print. For example, if you are printing six labels in a sequence, and the number of copies is 1, then six labels print. However, if the number of copies is 2, then two copies of each label print, for a total of 12 labels.

Click to jump to top of pageClick to jump to parent topicPages Used to Print Labels

Page Name

Definition Name

Navigation

Usage

Purchasing Receipt Labels

RUN_PO_RECEIPT

  • SCM Integrations, Barcode Labels, PO Receipt Label, PO Receipt Labels

  • Purchasing, Receipts, Reports, Receipt Labels, PO Receipt Labels

  • Purchasing, Receipts, Process Receipts

If you have PeopleSoft Purchasing installed, select the process request parameters for purchasing receipt labels. Purchasing receipt labels are used to track items that are received by the business unit. Receiving labels can be generated for each item on a receipt.

Completion Label - Production Select

RUN_SFS7004

SCM Integrations, Barcode Labels, Completion Label, Production Select

Select the business unit for which to print labels. You can also indicate whether printed labels are based on a production ID or production schedule.

Completion Label - Completion Labels

RUN_SFS7004B

SCM Integrations, Barcode Labels, Completion Label, Completion Labels

Select the number of labels to print.

Pull Ticket/Pull List Options

RUN_FPS6500

  • Manufacturing Definitions, Kanban, Electronic Kanbans, Print Pull Ticket/Pull List, Pull Ticket/Pull List Options

  • SCM Integrations, Barcode Labels, Pull Ticket Label, Pull Ticket/Pull List Options

Indicate how you want to print pull tickets and pull lists.

Pull Ticket/Pull List Range

RUN_FPS6500A

  • Manufacturing Definitions, Kanban, Electronic Kanbans, Print Pull Ticket/Pull List, Pull Ticket/Pull List Range

  • SCM Integrations, Barcode Labels, Pull Ticket Label, Pull Ticket/Pull List Range

Make the printing selection.

Print Kanban Card

RUN_FPS6510

  • SCM Integrations, Barcode Labels, Kanban Card Label, Print Kanban Cards

  • Manufacturing Definitions, Kanban, Kanban Cards, Print Kanban Cards

Print Kanban Card labels.

Kanban Card Range

RUN_FPS6510A

  • SCM Integrations, Barcode Labels, Kanban Card Label, Kanban Card Range

  • Manufacturing Definitions, Kanban, Kanban Cards, Print Kanban Cards, Kanban Card Range

Select the kanban card label range.

Storage Location Label

RUN_INS9025

SCM Integrations, Barcode Labels, Storage Location Label

Select the process request parameters for printing bar code labels for storage locations.

Item Storage Label

RUN_INS9010

SCM Integrations, Barcode Labels, Item Storage Label

Select the process request parameters for printing bar code labels for items in storage.

Storage Container Label

RUN_INS9015

SCM Integrations, Barcode Labels, Storage Container Label

Select the process request parameters for printing container labels for storage container IDs.

Shipping Carton Label

RUN_INS6025

SCM Integrations, Barcode Labels, Shipping Carton Label

Select the process request parameters for shipping carton labels. The shipping carton labels can be automatically printed during picking.

Shipping Serial Label

RUN_INS6035

SCM Integrations, Barcode Labels, Serial Label

Select the process request parameters for shipping serial labels. If you assign a shipping serial label ID at shipping time, you can track items after they have been shipped.

Shipping Container Label

RUN_INS6030

SCM Integrations, Barcode Labels, Shipping Container Label

Select the process request parameters for shipping container labels.

Item Usage Label page

RUN_INS6040

SCM Integrations, Barcode Labels, Item Usage Label

Select the process request parameters for item usage labels.

Click to jump to top of pageClick to jump to parent topicPrinting Purchasing Receipt Labels

Access the Purchasing Receipt Labels page (SCM Integrations, Barcode Labels, PO Receipt Label, PO Receipt Labels).

To print all receiving labels staged by the user ID:

  1. Select the Reprint Labels check box to reprint receiving labels.

    The Business Unit, Receiver ID Number and Receiver Line Number fields will become available for entry if the Reprint Labels check box is selected.

  2. Select the receiver ID number for which you want to reprint labels.

  3. Enter the receiver line number for the item and quantity for which you want to reprint labels.

Process Type

SQR Report

Tables Accessed

BCT_LABEL_FS

BCT_SETUP_FS

RECV_RUN_CNTL

RECV_LABEL_TBL

SET_CNTRL_REC

SET_CNTRL_TREE

RECV_LN

RECV_LN_ASSET

BU_ITEMS_INV

Tables Updated

RECV_LABEL_TBL

Click to jump to top of pageClick to jump to parent topicPrinting Completion Labels

Access the Completion Labels page (SCM Integrations, Barcode Labels, Completion Label).

To print completion labels by production ID or by production schedule:

  1. To print completion labels by production ID, enter the production ID.

  2. To print completions labels by production schedule, enter the production area and item ID.

    If the item is revision controlled, select a revision code if the revision is required on the labels.

  3. Once the process request parameters are entered, click the Search button to access the Completion Labels page.

Note. If the conversion rate between the standard unit of measure (UOM) and the standard pack UOM is not set up for this item, the page produces an error message, and the system does not display the Completion Labels page.

Tables Accessed

MASTER_ITEM_TBL

INV_ITEMS

BCT_LABEL_FS

BCT_SETUP_FS

RUN_CNTL_SF

Tables Updated

RUN_CNTL_SF

Click to jump to top of pageClick to jump to parent topicPrinting Pull Ticket Labels

Access the Pull Ticket/Pull List Options page (Manufacturing Definitions, Kanban, Electronic Kanbans, Print Pull Ticket/Pull List, Pull Ticket/Pull List Options).

WIP Replenishment Output Opt

Choose one of the three options for the WIP Replenishment Output Options.

  • Select Create File for Pull Ticketsto create an extract file. You can use this file to download pull ticket information to label generation software.

  • Select Print Bar Code to print bar codes for bar coded fields on the pull ticket.

  • Select Print Bar Coded Control Flags to attach an item's control flags to the bar code printed on each line of the pull ticket. These control flags enable the electronic data collection system to prompt for the lot ID, serial ID, staged date, or shipping serial ID immediately after the user scans the bar-coded line number field. For cases that do not require control flags, you might prefer not to select this check box. The format for the bar code printed for each detail line is LSDAH:99999, where:

    • L = Lot ID Control Flag

    • S = Serial ID Control Flag

    • D = Staged Date Control Flag

    • A = Actual Cost Control Flag

    • H = Shipping Serial ID Control Flag

    • : = Constant

    • 99999 = Line Number

Note. PeopleSoft delivers printer settings for all SQR output to a generic line printer. However, when printing bar coded information on reports on a PCL printer (HP Laser Jet), you must first define the printer type accordingly. You may do this by changing the printer type settings delivered in SETENV.SQC from LINEPRINTER to HPLASERJET.

Format ID

Select a Format ID for the extract file. You set up format IDs on the Data Collection Label Setup page.

File Directory and File Name

Enter the File Directory and File Name to which you want to save the pull ticket file extract.

Request Print Status Option

Select a Request Print Status Option: Not Printed, Previously Printed, or Both Printed and Unprinted.

See Also

Setting Up WIP Replenishment Item Attributes

Understanding Kanban Cards and Production Replenishment Requests

Click to jump to top of pageClick to jump to parent topicPrinting Kanban Card Labels

Access the Print Kanban Cards page (SCM Integrations, Barcode Labels, Kanban Card Label, Print Kanban Cards).

WIP Repl Kanban Card Output

Choose one of the three options for the WIP Replenishment Kanban Card Output options.

  • Select Create File for Kanban Cardsto create an extract file. You can use this file to download Kanban card information to label generation software.

  • Select Print Bar Code to print bar codes for bar coded fields on the Kanban card.

  • Select Print Bar Coded Control Flags to attach an item's control flags to the bar code printed on each line of the Kanban card. Flow Production uses serial control and lot control flags. These control flags enable the electronic data collection system to prompt for the lot ID, serial ID, staged date, or shipping serial ID immediately after the user scans the bar-coded line number field. For cases that do not require control flags, you might prefer not to select this check box. The format for the bar code printed for each detail line is LSDAH:99999, where:

    • L = Lot ID Control Flag

    • S = Serial ID Control Flag

    • D = Staged Date Control Flag

    • A = Actual Cost Control Flag

    • H = Shipping Serial ID Control Flag

    • : = Constant

    • 99999 = Line Number

Note. PeopleSoft delivers printer settings for all SQR output to a generic line printer. However, when printing bar coded information on reports on a PCL printer (HP Laser Jet), you must first define the printer type accordingly. You may do this by changing the printer type settings delivered in SETENV.SQC from LINEPRINTER to HPLASERJET.

Format ID

Select a Format ID for the extract file. You set up format IDs on the Data Collection Label Setup page.

File Directory and File Name

Enter the File Directory and File Name to which you want to save the Kanban card file extract.

Request Print Status Option

Select a Request Print Status Option: Not Printed, Previously Printed, or Both Printed and Unprinted.

If you print Kanban cards that haven't been previously printed, the system changes the Kanban ID status to Open from New. Cards that were previously printed display Reprint on the card.

See Also

Setting Up WIP Replenishment Item Attributes

Understanding Kanban Cards and Production Replenishment Requests

Click to jump to top of pageClick to jump to parent topicSelecting the Kanban Card Label Range

See Understanding Kanban Cards and Production Replenishment Requests.

Click to jump to top of pageClick to jump to parent topicPrinting Storage Location Labels

Access the Storage Location Label page (SCM Integrations, Barcode Labels, Storage Location Label).

To print storage location labels:

  1. Select the storage areas for which you want to print labels in the storage area fields.

    If you select only the first level, the system prints labels for all the storage locations in that area down to the lowest level.

  2. If you want to print labels for all the locations in your warehouse, then you would enter the area fields only to the warehouse level.

  3. If you want to print labels for all the bins in an aisle, then you would enter the storage area fields down to the aisle level.

Tables Accessed

BCT_LABEL_FS

BCT_SETUP_FS

STOR_LOC_INV

Tables Updated

RUN_CNTL_IN

Click to jump to top of pageClick to jump to parent topicPrinting Item Storage Labels

Access the Item Storage Label page (SCM Integrations, Barcode Labels, Item Storage Label).

To print item storage labels:

  1. Select the Autogenerate Labels check box to have the system automatically generate all the item labels that you need for a storage location.

  2. The Stor Loc (storage location) fields are required only if you use the Autogenerate Labels option.

    Use these fields if you want to print labels for all the items in a specific storage location.

  3. If you select Autogenerate Labels and enter a storage area, you can enter the unit of measure by which you want to print the labels in the Group UOM (group unit of measure) field.

    For example, Location B01 has a quantity of 100 EA (each). You select group UOM of CS (case). If there are 25 each per case, then the system generates four labels. If you select a group UOM of EA (each), then the system generates 100 labels.

  4. If you select a serial-controlled item, the Group UOM field automatically appears with the standard unit of measure for the item and is unavailable for entry.

    One label per serial ID is printed.

  5. If you enter a storage area for a lot-controlled, serial-controlled, staged date tracked, or actual costed item, the system verifies that the item exists in the specified storage area.

Tables Accessed

BCT_LABEL_FS

BCT_SETUP_FS

BU_ITEMS_INV

INV_ITEMS

INV_STCK_UOM_VW

MASTER_ITEM_TBL

PO_RECEIVED_INV

Tables Updated

RUN_CNTL_IN

Click to jump to top of pageClick to jump to parent topicPrinting Storage Container Labels

Access the Storage Container Labels page (SCM Integrations, Barcode Labels, Storage Container Label).

To print storage container labels:

  1. Select a storage container prefix in the Beg Seq (beginning sequence) field.

    The storage container prefixes are defined on the Automatic Numbering page.

  2. Enter the number of labels that you want to print in the Nbr in Seq (number in sequence) field.

    The next sequence of labels for the storage container prefix that you entered are printed. The last sequence number used for the storage container prefix that you entered is saved in the system.

Tables Accessed

BCT_LABEL_FS

BCT_SETUP_FS

AUTO_NUM_TBL

Tables Updated

AUTO_NUM_TBL

RUN_CNTL_IN

Click to jump to top of pageClick to jump to parent topicPrinting Shipping Carton Labels

Access the Shipping Carton Label page (SCM Integrations, Barcode Labels, Shipping Carton Label).

If the format ID is not entered, it automatically appears first from the ship to location, then from the sold to location, or then from the Label Setup page, in that order, depending on which of these values exist.

To specify a file directory and file name for the label extraction file, select the Override File check box, and enter the file directory and file name. Deselect the Override File check box to create the extraction file in the default directory with the default file name.

To select the directory for the carton label file, use the following hierarchy:

  1. The path you specify for the file directory takes precedence.

  2. If you do not specify a file directory, the directory automatically appears the Pick Plan Bar Coding Options page in the Setup Fulfillment component (ORDER_FULF_SETUP).

  3. If no directory is specified on the Pick Plan Bar Coding Options page in the Setup Fulfillment component, the directory name is the FILEPREFIX that was specified in SETENV.SQC during the initial system setup.

    For information on setting the FILEPREFIX in the SETENV.SQC, refer to the installation documentation.

  4. If no FILEPREFIX was specified during system setup, the directory name defaults to the current directory where the label program is running.

To name the file for the carton label file, use the following hierarchy:

  1. The file name specified in the File Name field takes precedence.

  2. If you don't specify a file name, the file name is the file prefix defined on the Pick Plan Bar Coding Options page in the Setup Fulfillment component combined with the last five digits of the process ID and the file suffix defined on the Pick Plan Bar Coding Options page.

  3. If nothing is specified on the Pick Plan Bar Coding Options page, the last five digits of the process ID are used as the file name and the file name suffix is the FILESUFFIX that you specified in SETENV.SQC when you initially set up the system.

    For information on setting the FILESUFFIX in the SETENV.SQC, refer to the installation documentation.

  4. If no FILESUFFIX was specified in SETENV.SQC when you initially set up the system, the last five digits of the process ID are used as the file name and no suffix is appended.

File Prefix

File Name

File Suffix

Override

Override

Override

The file prefix defined on the Pick Plan Bar Coding Options page in the Setup Fulfillment component.

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

The file suffix defined on the Pick Plan Bar Coding Options page in the Setup Fulfillment component.

None

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

The FILESUFFIX that you specified in SETENV.SQC.

None

The last five digits of the process ID. If multiple requests can be entered on the label request page, then an additional two-digit sequential number starting with 01 is appended to the end of the file name.

None.

Tables Accessed

BCT_LABEL_FS

BCT_SETUP_FS

BU_ITEMS_INV

CARRIER_ID

CUST_ADDRESS

CUST_SHIPTO_OPT

CUST_SOLDTO_OPT

IN_DEMAND

DF_SETUP_INV

DF_SETUP_IT_INV

INV_ITEM_UOM

INV_ITEMS

ISSUE_HDR_INV

LOCATION_TBL

MASTER_ITEM_TBL

ORD_LINE

Tables Updated

RUN_CNTL_IN

Click to jump to top of pageClick to jump to parent topicPrinting Shipping Serial Labels

Access the Shipping Serial Labels page (SCM Integrations, Barcode Labels, Serial Label).

Tables Accessed

AUTO_SERIAL_NUM

BCT_LABEL_FS

BCT_SETUP_FS

Tables Updated

AUTO_SERIAL_NUM

RUN_CNTL_IN

Click to jump to top of pageClick to jump to parent topicPrinting Shipping Container Label

The UCC/EAN manufacturer ID is included in the extract file for the shipping container labels. The UCC/EAN manufacturer ID along with the shipping container serial ID provide a unique identifier to create a unique shipping ID for the shipping container.

Note. You cannot print shipping container labels for more than one location at a time. If the criteria that you specify include multiple ship to locations, a warning message appears requesting that you narrow the criteria until only one ship to location is included.

Tables Accessed

BCT_LABEL_FS

BCT_MFGID_SETUP

BCT_SETUP_FS

CARRIER_ID

CUST_ADDRESS

CUST_SHIPTO_OPT

CUST_SOLDTO_OPT

IN_DEMAND

ISSUE_HDR_INV

LOCATION_TBL

ORD_LINE

Tables Updated

BCT_MFGID_SETUP

IN_DEMAND

RUN_CNTL_IN

See Also

Setting Up the UCC/EAN Manufacturer ID

Understanding Shipping Containers and Packing Sessions