Functional Description
Purpose
This function retrieves customer ship notice information from Customer Billing Instructions (F03012).
Setup Notes and Prerequisites
Required input parameters are:
 Sold to (AN8)
 Ship to (SHAN)
 Order Company (KCOO)
Special Logic
This function searches for customer billing instructions using the following hierarchy:
 Ship to and order company
 Ship to and the default company, '00000'.
 Sold to.
D4601430C - F03012 Get Label Ship Notice Information
| 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 
  | ||||
| szErrorMessageID | 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 
  | ||||
| mnSoldTo | AN8 | MATH_NUMERIC | REQ | INPUT | 
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
  | ||||
| mnShipTo | SHAN | MATH_NUMERIC | REQ | INPUT | 
The address number of the location to which you want to ship this order. The address book provides default values for customer address, 
  | ||||
| szOrderCompany | KCOO | char | REQ | INPUT | 
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a 
  | ||||
| szShippingLabelProgram | SLPG | char | OPT | OUTPUT | 
The name of the program that will be used to print shipping labels for a customer.  | ||||
| szShippingLabelVersion | SLDW | char | OPT | OUTPUT | 
The DREAM Writer version that will be used for printing shipping labels for a customer.  | ||||
| cDefaultPackageConfiguration | CFDF | char | OPT | OUTPUT | 
The default configuration (either Pick and Pack or Standard carton) required by a customer.
       1 = Pick and Pack Configuration is the 
  | ||||
| szPickPackConfiguration | CFPP | char | OPT | OUTPUT | 
The default Pick and Pack configuration required by a customer.  | ||||
| szStandardCartonConfiguration | CFSP | char | OPT | OUTPUT | 
The default Standard Carton Pack configuration required by a customer.  | ||||
| cErrorCode | ERR | char | OPT | OUTPUT | 
The Data Field Error Code field is simply a generic data field to pass an error condition flag.  This field is one of the fields that make up the 
  | ||||
| None | 
| None |