Export Service Bod Mapping Descriptions
Export Service Bod Mapping Descriptions
Important Notices
The material contained in this publication (including any supplementary information) constitutes and contains confidential and proprietary information of Infor. By gaining access to the attached, you acknowledge and agree that the material (including any modification, translation or adaptation of the material) and all copyright, trade secrets and all other right, title and interest therein, are the sole property of Infor and that you shall not gain right, title or interest in the material (including any modification, translation or adaptation of the material) by virtue of your review thereof other than the non-exclusive right to use the material solely in connection with and the furtherance of your license and use of software made available to your company from Infor pursuant to a separate agreement (Purpose). In addition, by accessing the enclosed material, you acknowledge and agree that you are required to maintain such material in strict confidence and that your use of such material is limited to the Purpose described above. Although Infor has taken due care to ensure that the material included in this publication is accurate and complete, Infor cannot warrant that the information contained in this publication is complete, does not contain typographical or other errors, or will meet your specific requirements. As such, Infor does not assume and hereby disclaims all liability, consequential or otherwise, for any loss or damage to any person or entity which is caused by or relates to errors or omissions in this publication (including any supplementary information), whether such errors or omissions result from negligence, accident or any other cause.
Publication Information
Release: Infor ERP VISUAL Enterprise 6.5.4 Publication Date: August 13, 2009 Version: VE6.5.4
View:
FIN_AGINGANALYSIS (AgingAnalysis)
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated CASE WHEN C_DueDate > getDate() THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated CASE WHEN C_DueDate < = getDate() - 91 THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown Calculated CASE WHEN C_DueDate < = getDate() - 61 AND C_DueDate >= getDate() - 90 THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown Calculated CASE WHEN C_DueDate < = getDate() - 31 AND C_DueDate >= getDate() - 60 THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/TotalAmount August 13, 2009 3
Status Date (StatusDate) payable.zero_date payable.create_date Supplier ID (SupplierID) payable.vendor_id Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Thirty One To Sixty (ThirtyOneToSixty) Total Amount (TotalAmount)
View:
FIN_AGINGANALYSIS (AgingAnalysis)
Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated CASE WHEN C_DueDate < = getDate() AND C_DueDate >= getDate() - 30 THEN C_PayableBaseCurrency ELSE 0.0 END
Parameters:
Accounting Entity (AccountingEntity) Document Date Time (DocDateTime) Purchase Location ID (PurchaseLocationID) Status (Status) Supplier ID (SUPPLIER) Supplier ID (SupplierID)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No No Yes No No
Default Value:
YTD Paid,Unapproved,Closed
Fields:
Accounting Entity (AccountingEntity) Base Currency (BaseCurrency) Current (NotYetDue) Document Date Time (DocDateTime) Due Date (DueDate) Invoice Reference (InvoiceReference) Over Ninty (OverNinty) Paid Base Currency (PaidBaseCurrency) Payable Currency (PayableCurrency) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Sixty One To Ninty (SixtyOneToNinty) Status (Status) Status Date (StatusDate) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Thirty One To Sixty (ThirtyOneToSixty) Total Amount (TotalAmount) Total Amount Base Currency (TotalAmountBaseCurrency) Zero To Thirty (ZeroToThirty)
Sorting Type:
Aggregation Type:
MAX MAX SUM MAX MAX COUNT SUM SUM MAX MAX MAX MAX SUM MAX MAX MAX MAX SUM SUM SUM SUM
View:
MessageHeader:AccountingEntityID Calculated CASE WHEN C_Status ='Approved' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Closed' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Dispute' THEN 1 ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated CASE WHEN C_Status ='Hold' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Open' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Paid' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='PartialPaid' THEN 1 ELSE 0.0 END PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Calculated CASE WHEN C_Status ='Pending' THEN 1 ELSE 0.0 END PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID August 13, 2009 5
View:
Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated CASE WHEN C_Status ='UnappliedCash' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Unapproved' THEN 1 ELSE 0.0 END Calculated CASE WHEN C_Status ='Vouchered' THEN 1 ELSE 0.0 END
Parameters:
Accounting Entity (AccountingEntity) Purchase Location ID (PurchaseLocationID) Status Effective Date (CALC_STATUSDATE) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No No
Default Value:
QTD
Fields:
Accounting Entity (AccountingEntity) Approved (APPROVEDCOUNT) Closed (ClosedCount) Disputed (DisputedCount) Document ID (DocumentID) Document Noun ID (DocumentNounID) From Logical ID (FromLogicalID) Invoice Reference (InvoiceReference) On Hold (HoldCount) Open (OpenCount) Paid (PaidCount) Partial Paid (PartialCount) Payable Currency (PayableCurrency) Payable Style (C_PayableStyle) Pending (PendingCount) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Status (Status) Status Effective Date (CALC_STATUSDATE) Supplier ID (SupplierID) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant (TenantID) Total Amount (TotalAmount)
Sorting Type:
Aggregation Type:
COUNT SUM SUM SUM MAX MAX COUNT MAX SUM SUM SUM SUM MAX MAX SUM MAX MAX MAX MAX MAX COUNT MAX MAX COUNT SUM 6
ASCENDING
View:
Sorting Type:
View:
MessageHeader:AccountingEntityID Calculated CASE WHEN C_Status ='Approved' THEN C_TotalAmountBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated CASE WHEN C_Status ='Closed' THEN C_TotalAmountBaseCurrency ELSE 0.0 END Calculated CASE WHEN C_Status ='Dispute' THEN C_TotalAmountBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated CASE WHEN C_Status ='Hold' THEN C_TotalAmountBaseCurrency ELSE 0.0 END Calculated CASE WHEN C_Status ='Open' THEN C_TotalAmountBaseCurrency ELSE 0.0 END Calculated CASE WHEN C_Status ='Paid' THEN C_PaidAmount ELSE 0.0 END Calculated CASE WHEN C_Status ='PartialPaid' THEN C_PaidAmount ELSE 0.0 END PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Calculated CASE WHEN C_Status ='Pending' THEN C_TotalAmountBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID August 13, 2009 8
View:
Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated CASE WHEN C_Status ='UnappliedCash' THEN C_TotalAmountBaseCurrency ELSE 0.0 END Calculated CASE WHEN C_Status ='Unapproved' THEN C_TotalAmountBaseCurrency ELSE 0.0 END Calculated CASE WHEN C_Status ='Vouchered' THEN C_TotalAmountBaseCurrency ELSE 0.0 END
Parameters:
Accounting Entity (AccountingEntity) Purchase Location ID (PurchaseLocationID) Status Effective Date (CALC_STATUSDATE) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No No
Default Value:
QTD
Fields:
Accounting Entity (AccountingEntity) Approved (APPROVEDSUM) Base Currency (PayableCurrency) Closed (ClosedAmount) Disputed (DisputedAmount) Document ID (DocumentID) Document NID (DocumentNounID) From Logical ID (FromLogicalID) Invoice Reference (InvoiceReference) On Hold (HoldAmount) Open (OpenAmount) Paid (PaidAmount) Partial Paid (PartialAmount) Payable Style (C_PayableStyle) Pending (PendingAmount) Purchase Location ID (PurchaseLocationID) Purchase Location NID (PurchaseLocationNounID) Purchase Location Name (PurchaseLocationName) Status (Status) Status Effective Date (CALC_STATUSDATE) Supplier ID (SupplierID) Supplier NID (SupplierNounID) Supplier Name (SupplierName) Tenant (TenantID) Total Amount (TotalAmount)
Sorting Type:
Aggregation Type:
COUNT SUM MAX SUM SUM COUNT MAX COUNT MAX SUM SUM SUM SUM MAX SUM MAX MAX MAX MAX MAX MAX COUNT MAX COUNT SUM 9
ASCENDING
View:
Sorting Type:
10
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown Calculated C_LastPaymentDate PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID
Status Date (C_CAL_StatusDate) Status Date Axis (C_StatusDate) payable.zero_date payable.create_date Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant (C_TenantID)
Parameters:
Accounting Entity (AccountingEntity) Calc Last Payment Date (C_Calc_LastPaymentDate) Last Payment Date (C_LastPaymentDate)
Is Mandatory:
No No No
Is Fixed:
No Yes No August 13, 2009
Default Value:
'$NULL',$EMPTY YTD 11
View: Is Fixed:
Yes No No
Is Mandatory:
No No No
Fields:
Accounting Entity (C_AccountingEntity) Average Amount (C_TotalAmountBaseCurrency) Document Date Time (C_DocDateTime) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Last Payment Date (C_LastPaymentDate) Paid Amount (C_PaidAmount) Paid Base Currency (C_PaidBaseCurrency) Payable Style (C_PayableStyle) Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) Status Date (C_CAL_StatusDate) Status Date Axis (C_StatusDate) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant (C_TenantID)
Sorting Type:
Aggregation Type:
MIN AVERAGE MAX MIN MAX MAX SUM AVERAGE MAX MAX MAX MIN MIN MIN MAX MIN MAX MAX MAX
ASCENDING
ASCENDING
12
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Unknown Unknown PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated 365.0 PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier DID (C_SupplierNounID) Supplier ID (C_SupplierID) payable.vendor_id Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Amount Base Currency (C_TotalAmountBaseCurrency) payble.total_amount
13
View:
Is Mandatory:
No No No No Yes No
Is Fixed:
No No Yes Yes No No
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Document DID (C_DocumentNounID) Document ID (C_DocumentID) From Logical ID (C_FromLogicalID) Invoice Reference (C_InvoiceReference) Nbr of Days (Nbr_of_Days) Payable Base Currency (C_PayableBaseCurrency) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Payment Method (C_PaymentMethod) Purchase Location DID (C_PurchaseLocationNounID) Purchase Location ID (C_PurchaseLocationID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) Status Date (C_StatusDate) Supplier DID (C_SupplierNounID) Supplier ID (C_SupplierID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM
14
Discount Taken (C_DiscountTakenBaseCurrency) payable.discount_taken Document DID (C_DocumentNounID) Document ID (C_DocumentID) payable.voucher_id From Logical ID (C_FromLogicalID) Invoice Reference (C_InvoiceReference) payable.invoice_id Paid Amount (C_PaidAmount) payable.paid_amount Payable Currency (C_PayableCurrency) payable.currency_id Payable Style (C_PayableStyle) Purchase Location ID (C_PurchaseLocationID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) payable.pay_status payable.paid_amount payable.total_amount
Status Date (C_StatusDate) payable.zero_date payable.create_date Status Date original (C_StatusDate_original) Supplier ID (C_SupplierID) payable.vendor_id Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Discount Allowed (C_DiscountAllowedBaseCurrency) payable.discount_taken
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated case when C_TotalAmountBaseCurrency<=0 then 0 else (((C_TotalAmountBaseCurrency - C_PayableBaseCurrency) * C_DiscountAllowedBaseCurrency) / C_TotalAmountBaseCurrency) end Calculated case when C_TotalAmountBaseCurrency<=0 then 0 else (((C_TotalAmountBaseCurrency - C_PayableBaseCurrency) * C_DiscountAllowedBaseCurrency) / C_TotalAmountBaseCurrency) - C_DiscountTakenBaseCurrency end PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. August 13, 2009 15
Export Service: AccountsPayable / DISCALLOWEDVSTAKEN (Disc Allowed vs Disc Taken) View: Parameters:
Accounting Entity (AccountingEntity) Paid Amount (C_PaidAmount) Purchase Location ID (PurchaseLocationID) Status Date original (C_StatusDate_original) Supplier ID (SupplierID)
Is Mandatory:
No No No Yes No
Is Fixed:
No Yes No No No
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Discount Allowed (DiscountAllowed) Discount Lost (C_DiscountLost) Discount Taken (C_DiscountTakenBaseCurrency) Document DID (C_DocumentNounID) Document ID (C_DocumentID) From Logical ID (C_FromLogicalID) Invoice Reference (C_InvoiceReference) Paid Amount (C_PaidAmount) Payable Currency (C_PayableCurrency) Purchase Location ID (C_PurchaseLocationID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) Status Date original (C_StatusDate_original) Supplier ID (C_SupplierID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Discount Allowed (C_DiscountAllowedBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX SUM SUM SUM MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX SUM
ASCENDING
16
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated case when C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency > 0.0 then (((C_TotalAmountBaseCurrency - C_PayableBaseCurrency) * C_DiscountAllowedBaseCurrency) / C_TotalAmountBaseCurrency) - C_DiscountTakenBaseCurrency else 0.0 end PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated 0.0 PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Unknown PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available August 13, 2009 17
Discount Lost In Percentage (C_DiscountTakenBaseCurrency) payable.discount_taken Discount Lost Percentage (Cal_DiscountLostPercentage) Discount Taken (C_DiscountTaken) payable.discount_taken Document ID (C_DocumentID) payable.voucher_id Document NID (C_DocumentNounID) FromLogicalID (FromLogicalID) Invoice Reference ID (C_InvoiceReference) payable.invoice_id Last Payment Date (C_LastPaymentDate) Paid Amount (C_PaidAmount) payable.paid_amount Paid Base Currency (C_PaidBaseCurrency) payable.paid_amount Payable Currency (C_PayableCurrency) payable.currency_id Payable Style (C_PayableStyle) payable.type Payment Date (C_StatusDate) payable.zero_date payable.create_date Status (C_Status) payable.pay_status payable.paid_amount payable.total_amount
View:
MessageHeader:TenantID Calculated case when C_TotalAmountBaseCurrency<=0 then 0 else (((C_TotalAmountBaseCurrency - C_PayableBaseCurrency) * C_DiscountAllowedBaseCurrency) / C_TotalAmountBaseCurrency) end
Parameters:
Accounting Entity (AccountingEntity) Last Payment Date (C_LastPaymentDate) Paid Amount (C_PaidAmount) Status (C_Status) Supplier ID (SupplierID) TotalAmountBaseCurrency (C_TotalAmountBaseCurrency)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No Yes Yes No Yes
Default Value:
QTD 0.0 Paid,PartialPaid 0.0
Fields:
Accounting Entity (C_AccountingEntity) Discount Allowed (C_DiscountAllowed) Discount Allowed Base Currency (C_DiscountAllowedBaseCurrency) Discount Lost (CAL_DISCOUNTLOST) Discount Lost In Percentage (C_DiscountTakenBaseCurrency) Discount Lost Percentage (Cal_DiscountLostPercentage) Discount Taken (C_DiscountTaken) Document ID (C_DocumentID) Document NID (C_DocumentNounID) FromLogicalID (FromLogicalID) Invoice Reference ID (C_InvoiceReference) Last Payment Date (C_LastPaymentDate) Paid Amount (C_PaidAmount) Paid Base Currency (C_PaidBaseCurrency) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Payment Date (C_StatusDate) Status (C_Status) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Discount Allowed Amount (Cal_DiscountAllowedAmount)
Sorting Type:
Aggregation Type:
COUNT COUNT SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT MIN COUNT COUNT COUNT COUNT MIN COUNT COUNT COUNT COUNT COUNT SUM
18
View:
Discount Allowed (C_DiscountAllowed) payable.discount_taken Discount Allowed Base Currency (C_DiscountAllowedBaseCurrency) payable.discount_taken Discount Date (C_DiscountDate) payable.discount_date or payables.invoice_date Discount Lost (Calc_DiscountLost)
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated CASE when C_Status <> 'Paid' AND (C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency) > 0.0 AND getdate() <= C_DiscountDate THEN DATEDIFF(dd,getdate(),C_DiscountDate) ELSE 0 END Calculated CASE when C_Status <> 'Paid' AND (C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency) > 0.0 AND getdate() <= C_DiscountDate THEN DATEDIFF(dd,getdate(),C_DiscountDate) ELSE 0 END PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Payables Invoice Entry, Terms, Discount Fixed Date If discount date is null, then Payables Invoice Entry, Invoice Date Calculated CASE when C_Status <> 'Paid' AND (C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency) > 0.0 AND C_DiscountDate < getdate() THEN (C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency) when C_Status = 'Paid' AND (C_DiscountAllowedBaseCurrency C_DiscountTakenBaseCurrency) > 0.0 THEN (C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency) ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid August 13, 2009 19
Discount Taken (C_DiscountTaken) payable.discount_taken Discount Taken Base Currency (C_DiscountTakenBaseCurrency) payable.discount_taken Document ID (C_DocumentID) payable.voucher_id Document NID (C_DocumentNounID) Invoice Reference ID (C_InvoiceReference) payable.invoice_id Paid Amount (C_PaidAmount) payable.paid_amount Paid Base Currency (C_PaidBaseCurrency) payable.paid_amount Payable Currency (C_PayableCurrency) payable.currency_id Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) payable.pay_status payable.paid_amount payable.total_amount
View:
In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Unused (C_DiscountPercent) PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID Unknown
Parameters:
Accounting Entity (AccountingEntity) Discount Date (C_DiscountDate) Purchase Location ID (PurchaseLocationID) SupplierID (SupplierID) TotalAmountBaseCurrency (C_TotalAmountBaseCurrency)
Is Mandatory:
No No No No No
Is Fixed:
No No No No Yes
Default Value:
QTD
0.0
20
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated (C_TotalAmountBaseCurrency - C_PayableBaseCurrency) * C_DiscountAllowedBaseCurrency / C_TotalAmountBaseCurrency PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available August 13, 2009 21
Unknown MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) PaidAmount (C_PaidAmount) Purchase Location ID (PuchaseLocationID) StatusDate (C_StatusDate) Supplier ID (SupplierID) Total Discount Allowed (C_DiscountAllowedBaseCurrency) TotalAmountBaseCurrency (C_TotalAmountBaseCurrency)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No Yes No No No Yes Yes
Default Value:
0.0 QTD 0.0 0.0
Fields:
AccountingEntity (C_AccountingEntity) Discount Allowed (C_DiscountAllowed) Discount Taken (C_DiscountTaken) DiscountAllowedAmount (DiscountAllowedAmount) DiscountTakenBaseCurrency (C_DiscountTakenBaseCurrency) DocumentID (C_DocumentID) FromLogicalID (C_FromLogicalID) InvoiceReference (C_InvoiceReference) PAYMENTDATE (PAYMENTDATE) PaidAmount (C_PaidAmount) PaidBaseCurrency (C_PaidBaseCurrency) Payable Style (C_PayableStyle) PayableBaseCurrency (C_PayableBaseCurrency) PayableCurrency (C_PayableCurrency) PurchaseLocationID (C_PurchaseLocationID) PurchaseLocationName (C_PurchaseLocationName) PurchaseLocationNounID (C_PurchaseLocationNounID) Status (C_Status) StatusDate (C_StatusDate) SupplierID (C_SupplierID) SupplierName (C_SupplierName) SupplierNounID (C_SupplierNounID) TenantID (C_TenantID) Total Discount Allowed (C_DiscountAllowedBaseCurrency) TotalAmount (C_TotalAmount) TotalAmountBaseCurrency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT SUM SUM SUM SUM COUNT COUNT COUNT COUNT SUM SUM COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM SUM SUM
22
Export Service: AccountsPayable / INVOICEPAIDAFTERDUEDATE (Invoice Paid After Due View: Date)
Field: Table/Column: AccountingEntity (AccountingEntity) BaseCurrency (BaseCurrency) payable.currency_id DiscPaymentDate (DiscPaymentDate) DiscountAllowed (DiscountAllowed) payable.discount_taken DiscountAllowedBaseCurrency (DiscountAllowedBaseCurrency) payable.discount_taken DiscountDate (DiscountDate) payable.discount_date or payables.invoice_date DiscountLost (DiscountLost) DiscountTaken (DiscountTaken) payable.discount_taken DiscountTakenBaseCurrency (DiscountTakenBaseCurrency) payable.discount_taken DocumentNounID (DocumentNounID) InvoiceID (DocumentID) payable.voucher_id InvoiceReference (InvoiceReference) payable.invoice_id PaidAmount (PaidAmount) payable.paid_amount PaidBaseCurrency (PaidBaseCurrency) payable.paid_amount PayableBaseCurrency (PayableBaseCurrency) payble.total_amount PayableCurrency (PayableCurrency) payable.currency_id PurchaseLocationID (PurchaseLocationID) PurchaseLocationName (PurchaseLocationName) PurchaseLocationNounID (PurchaseLocationNounID) Status (Status) payable.pay_status payable.paid_amount payable.total_amount Xpath: Notes:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated case when C_StatusDate > C_DiscountDate then 1 else 0 end PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Payables Invoice Entry, Terms, Discount Fixed Date If discount date is null, then Payables Invoice Entry, Invoice Date Calculated C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash August 13, 2009 23
Export Service: AccountsPayable / INVOICEPAIDAFTERDUEDATE (Invoice Paid After Due View: Date)
Field: Table/Column: StatusDate (StatusDate) payable.zero_date payable.create_date SupplierID (SupplierID) payable.vendor_id SupplierName (SupplierName) SupplierNounID (SupplierNounID) TenantID (TenantID) TotalAmount (TotalAmount) payble.total_amount TotalAmountBaseCurrency (TotalAmountBaseCurrency) payble.total_amount Xpath: Notes:
PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) DiscPaymentDate (DiscPaymentDate) DiscountAllowedBaseCurrency (DiscountAllowedBaseCurrency) PurchaseLocationID (PurchaseLocationID) Status (Status) StatusDate (StatusDate) SupplierID (SupplierID)
Is Mandatory:
No No No No No Yes No
Is Fixed:
No Yes Yes No Yes No No
Default Value:
1 0.0 Paid,PartialPaid QTD
24
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Calculated C_DueDate Calculated case when C_DueDate < C_StatusDate then 1 else 0 end PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID August 13, 2009 25
Status Date (StatusDate) payable.zero_date payable.create_date Supplier ID (SupplierID) payable.vendor_id Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant (TenantID)
View:
Is Mandatory:
No Yes No No No No
Is Fixed:
No No Yes No Yes No
Fields:
Accounting Entity (AccountingEntity) Amount (PaidBaseCurrency) Document Noun ID (DocumentNounID) Extended Amount (ExtendedAmount) From Logical ID (FromLogicalID) Invoice ID (DocumentID) Invoice Reference (InvoiceReference) Paid Amount (PaidAmount) Payable Style (C_PayableStyle) Payment due Date (PaymentdueDate) Payments (Payments) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Status (Status) Status Date (StatusDate) Supplier ID (SupplierID) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant (TenantID)
Sorting Type:
Aggregation Type:
COUNT SUM COUNT SUM COUNT COUNT COUNT SUM COUNT MAX SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
ASCENDING
26
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Unknown PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Calculated case when C_StatusDate > C_DueDate then C_PaidBaseCurrency else 0.0 end PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID
Supplier ID (SupplierID) payable.vendor_id Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant ID (TenantID)
27
View:
Is Mandatory:
No Yes No No No
Is Fixed:
No No No Yes No
Fields:
Accounting Entity (AccountingEntity) Base Currency (BaseCurrency) Document Noun ID (DocumentNounID) Extended Amount (ExtendedAmount) From Logical ID (FromLogicalID) Invoice ID (DocumentID) Late Paid Amount (LatePaidAmount) Paid Amount (PaidAmount) Paid Base Currency (PaidBaseCurrency) Payable Style (C_PayableStyle) Payment Date (StatusDate) Payment Due Date (DueDate) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Status (Status) Supplier ID (SupplierID) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant ID (TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT SUM COUNT COUNT SUM SUM SUM MAX MAX MAX COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
28
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Unknown PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Calculated C_LastPaymentDate PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID
Status Date (StatusDate) payable.zero_date payable.create_date Supplier ID (SupplierID) payable.vendor_id Supplier Name (SupplierName) Tenant ID (TenantID)
Parameters:
Accounting Entity (AccountingEntity) Last Payment Date (C_LastPaymentDate) Purchase Location ID (PurchaseLocationID) Supplier ID (SupplierID)
Is Mandatory:
No Yes No No
Is Fixed:
No No No No
Default Value:
YTD
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
29
30
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated CASE WHEN C_Status ='Dispute' THEN C_PayableBaseCurrency ELSE 0.0 END MessageHeader:FromLogicalID Calculated CASE WHEN C_Status ='Hold' THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Unknown Calculated CASE WHEN C_Status ='Vouchered' or C_Status ='Approved' or C_Status ='Unapproved' or C_Status ='Open' or C_Status ='PartialPaid' THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe August 13, 2009 31
Payable Amount (C_PayableAmount) payble.total_amount Payable Amount Base Currency (C_PayableBaseCurrency) payble.total_amount Payable Currency (C_PayableCurrency) payable.currency_id Payable Style (C_PayableStyle) payable.type Payment Due Date (C_DueDate) Calculation: payable.invoice_date+payables.terms_net_days or payable_inst.due_date Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status Date (C_StatusDate) payable.zero_date payable.create_date
View:
PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID Calculated case when datediff(wk,getDate(),C_DueDate) >=0 then case datediff(wk,getDate(),C_DueDate) when 0 then 'Curr Week' when 1 then 'Next Week' when 2 then 'Week 2' when 3 then 'Week 3' when 4 then 'Week 4' when 5 then 'Week 5' else '5 Weeks Abv' end else 'befcurweek' end
Parameters:
Accounting Entity (AccountingEntity) Payable Amount Base Currency (C_PayableBaseCurrency) Payment Due Date (C_DueDate) Purchase Location ID (PurchaseLocationID) Supplier ID (SupplierID) Weeks (Week)
Is Mandatory:
No No Yes No No No
Is Fixed:
No Yes No No No Yes
Default Value:
0 Q
befcurweek
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Disputed (Calc_Disputed_Sum) From Logical ID (FromLogicalID) Hold (Calc_Hold_Sum) Invoice ID (C_DocumentID) Invoice NID (C_DocumentNounID) Invoice Reference ID (C_InvoiceReference) Invoice Status (C_Status) Last Payment Date (C_LastPaymentDate) Open (Open_Sum) Payable Amount (C_PayableAmount) Payable Amount Base Currency (C_PayableBaseCurrency) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Payment Due Date (C_DueDate) Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status Date (C_StatusDate) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT SUM COUNT SUM COUNT COUNT COUNT COUNT MAX SUM COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
ASCENDING
32
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Calculated CASE WHEN C_Status ='Dispute' THEN C_Status END MessageHeader:FromLogicalID Calculated case when C_Status = 'Hold' then C_Status end PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Calculated CASE WHEN C_Status ='Vouchered' or C_Status ='Unapproved' or C_Status ='Approved' or C_Status ='Open' or C_Status ='PartialPaid' THEN C_Status END PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Calculated C_StatusDate PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe
Open (OpenCount)
Payable Style (C_PayableStyle) payable.type Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status Date (Week) Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant (C_TenantID) Week (C_StatusDate) payable.zero_date payable.create_date
Parameters:
AccountingEntity (AccountingEntity) Purchase Location ID (PurchaseLocationID)
Is Mandatory:
No No
Is Fixed:
No No August 13, 2009
Default Value:
33
View: Is Fixed:
No No
Is Mandatory:
Yes No
Fields:
Accounting Entity (C_AccountingEntity) Currency (C_PayableCurrency) Disputed (DisputedCount) From Logical ID (FromLogicalID) Hold (HoldCount) Invoice ID (C_DocumentID) Invoice NID (C_DocumentNounID) Invoice Reference ID (C_InvoiceReference) Invoice Status (C_Status) Open (OpenCount) Payable Style (C_PayableStyle) Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status Date (Week) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT
ASCENDING
34
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Unknown PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Unknown Calculated C_LastPaymentDate PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe
Parameters:
Accounting Entity (AccountingEntity) Payment Date (PaymentDate) Purchase Location ID (PurchaseLocationID)
Is Mandatory:
No Yes No
Is Fixed:
No No No
Default Value:
QTD
Fields:
Accounting Entity (C_AccountingEntity) Currency (C_PayableCurrency) Document ID (DocumentID) From Logical ID (FromLogicalID) Invoice Reference (C_InvoiceReference)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT
35
ASCENDING
36
View:
MessageHeader:AccountingEntityID Calculated CASE WHEN C_Status ='Dispute' THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown MessageHeader:FromLogicalID Calculated CASE WHEN C_Status ='Hold' THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash Calculated CASE WHEN C_Status ='Vouchered' or C_Status ='Unapproved' or C_Status ='Approved' or C_Status ='Open' or C_Status ='PartialPaid' THEN C_PayableBaseCurrency ELSE 0.0 END PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID Calculated C_StatusDate
Open (Open_Sum)
Payable Currency (PayableCurrency) payable.currency_id Payable Style (C_PayableStyle) payable.type Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Status Date (StatusDate) payable.zero_date payable.create_date Supplier ID (SupplierID) payable.vendor_id Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant (TenantID) Week (Week)
Parameters:
AccountingEntity (AccountingEntity) Purchase Location ID (PurchaseLocationID)
Is Mandatory:
No No
Is Fixed:
No No August 13, 2009
Default Value:
37
View: Is Fixed:
No No
Is Mandatory:
No No
Fields:
Accounting Entity (AccountingEntity) Disputed (Calc_Disputed_Sum) Document ID (DocumentID) Document Noun ID (DocumentNounID) From Logical ID (FromLogicalID) Hold (Calc_Hold_Sum) Invoice Reference (InvoiceReference) Invoice Status (Status) Open (Open_Sum) Payable Currency (PayableCurrency) Payable Style (C_PayableStyle) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Supplier ID (SupplierID) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant (TenantID) Week (Week)
Sorting Type:
Aggregation Type:
COUNT SUM COUNT COUNT COUNT SUM COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX
ASCENDING
38
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID August 13, 2009 39
View:
Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated Case when datediff(wk,C_DueDate,getDate())>=0 then case datediff(wk,C_DueDate,getDate()) when 0 then 'curr week' when 1 then 'Last week' when 2 then'2 wks ago' when 3 then'3 wks ago' when 4 then'4 wks ago' when 5 then'5 wks ago' when 6 then'6 wks ago' else '6 wks abv' end else 'owk' end
Parameters:
Accounting Entity (AccountingEntity) Due Date (DueDate) Purchase Location ID (PurchaseLocationID) Status (Status) Supplier ID (SupplierID) Week (Week)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No No Yes No Yes
Default Value:
QTD Open,Approved,Vouchered,PartialPaid owk
Fields:
Accounting Entity (AccountingEntity) Amount (PayableBaseCurrency) Base Currency (BaseCurrency) Document ID (DocumentID) Document Noun ID (DocumentNounID) Due Date (DueDate) Extended Amount (ExtendedAmount) From Logical ID (FromLogicalID) Invoice Reference (InvoiceReference) Paid Amount (PaidAmount) Paid Base Currency (PaidBaseCurrency) Payable Amount (PayableAmount) Payable Currency (PayableCurrency) Payable Style (C_PayableStyle) Purchase Location ID (PurchaseLocationID) Purchase Location Name (PurchaseLocationName) Purchase Location Noun ID (PurchaseLocationNounID) Status (Status) Status Date (StatusDate) Supplier ID (SupplierID) Supplier Name (SupplierName) Supplier Noun ID (SupplierNounID) Tenant ID (TenantID) Total Amount (TotalAmount) Total Amount Base Currency (TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT SUM COUNT COUNT COUNT MAX SUM COUNT COUNT SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM SUM 40
ASCENDING
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/AlternateDocumentID/ID Payables Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Payables Invoice Entry, Terms, Discount Fixed Date If discount date is null, then Payables Invoice Entry, Invoice Date PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/ID Not Available PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceID Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric August 13, 2009 41
View:
Not Available PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/LastModificationDateTime Not Available Unknown PayableTransaction/PayableTransactionHeader/DiscountStatus/LateDiscountIndicator Not Available PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Amount Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available
42
View:
PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Description Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CityName Vendor Maintenance, Remit To City PayableTransaction/PayableTransactionHeader/RemitToParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CountryCode Vendor Maintenance, Remit To Country PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/PostalCode Vendor Maintenance, Remit To Zip PayableTransaction/PayableTransactionHeader/DocumentID/RevisionID Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold August 13, 2009 43
View:
Status Date (C_StatusDate) payable.zero_date payable.create_date Status Desc (C_StatusDesc) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) Sup1099Indicator (C_Sup1099Indicator) vendor.report_1099_misc Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) SupplierAddressLine1 (C_SupplierAddressLine1) SupplierAddressLine2 (C_SupplierAddressLine2) SupplierAddressLine3 (C_SupplierAddressLine3) SupplierAddressLine4 (C_SupplierAddressLine4) SupplierAddressLine5 (C_SupplierAddressLine5) SupplierCity (C_SupplierCity) vendor.city SupplierContactName (C_SupplierContactName) vendor.contact_name SupplierCountry (C_SupplierCountry) vendor.country SupplierCustServiceContact (C_SupplierCustServiceContact) purchase_order.contact_honorific purchase_order.contact_first_name purchase_order.contact_initial purchase_order.contact_last_name SupplierGID (C_SupplierGID) payable.vendor_id
If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/Status/Description Not Available PayableTransaction/PayableTransactionHeader/Status/Reason Not Available PayableTransaction/PayableTransactionHeader/Status/ReasonCode Not Available PayableTransaction/PayableTransactionHeader/Supplier1099Indicator If Vendor Maintenance, Accounting Tab, Report 1099-Misc is selected, then "True." If the check box is clear, then "False" PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CityName Vendor Maintenance, City PayableTransaction/PayableTransactionHeader/SupplierParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CountryCode Vendor Maintenance, Country PayableTransaction/PayableTransactionHeader/SupplierParty/CustomerServiceContact/Name Purchase Order Entry, Contact tab, Contact fields
44
View:
PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/PostalCode Vendor Maintenance, Zip field PayableTransaction/PayableTransactionHeader/SupplierParty/SalesContact/Name Purchase Order Entry, Contact tab, Contact fields
MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/ID Not Available PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentID/VariationID Not Available
Parameters:
Accounting Entity (AccountingEntity) Due Date (C_DueDate) Purchase Location ID (PurchaseLocationID) Status (C_Status) Supplier ID (SupplierID)
Is Mandatory:
No No No No No
Is Fixed:
No No No Yes No
Default Value:
QTD Unapproved,Paid,Hold,Dispute,Closed
45
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Unknown Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID
Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID)
Parameters:
Accounting Entity (AccountingEntity) LastPaymentDate (C_LastPaymentDate)
Is Mandatory:
No Yes
Is Fixed:
No No August 13, 2009
Default Value:
QTD 46
View:
Is Mandatory:
No No No
Is Fixed:
No No No
Fields:
Accounting Entity (C_AccountingEntity) Document ID (DocumentID) From Logical ID (FromLogicalID) Invoice Reference ID (C_InvoiceReference) LastPaymentDate (C_LastPaymentDate) Location NID (C_PurchaseLocationNounID) Location Name (C_PurchaseLocationName) Paid Amount (C_PaidAmount) Paid Base Currency (C_PaidBaseCurrency) Payable Base Currency (C_PayableBaseCurrency) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Purchase Location ID (C_PurchaseLocationID) Status (C_Status) Status Date (C_StatusDate) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
47
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/AlternateDocumentID/ID Payables Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Payables Invoice Entry, Terms, Discount Fixed Date If discount date is null, then Payables Invoice Entry, Invoice Date PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/ID Not Available PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceID Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric August 13, 2009 48
View:
Not Available PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/LastModificationDateTime Not Available Unknown PayableTransaction/PayableTransactionHeader/DiscountStatus/LateDiscountIndicator Not Available PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Amount Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available
49
View:
PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Description Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CityName Vendor Maintenance, Remit To City PayableTransaction/PayableTransactionHeader/RemitToParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CountryCode Vendor Maintenance, Remit To Country PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/PostalCode Vendor Maintenance, Remit To Zip PayableTransaction/PayableTransactionHeader/DocumentID/RevisionID Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold August 13, 2009 50
View:
Status Date (C_StatusDate) payable.zero_date payable.create_date Status Desc (C_StatusDesc) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) Sup1099Indicator (C_Sup1099Indicator) vendor.report_1099_misc Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) SupplierAddressLine1 (C_SupplierAddressLine1) SupplierAddressLine2 (C_SupplierAddressLine2) SupplierAddressLine3 (C_SupplierAddressLine3) SupplierAddressLine4 (C_SupplierAddressLine4) SupplierAddressLine5 (C_SupplierAddressLine5) SupplierCity (C_SupplierCity) vendor.city SupplierContactName (C_SupplierContactName) vendor.contact_name SupplierCountry (C_SupplierCountry) vendor.country SupplierCustServiceContact (C_SupplierCustServiceContact) purchase_order.contact_honorific purchase_order.contact_first_name purchase_order.contact_initial purchase_order.contact_last_name SupplierGID (C_SupplierGID) payable.vendor_id
If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/Status/Description Not Available PayableTransaction/PayableTransactionHeader/Status/Reason Not Available PayableTransaction/PayableTransactionHeader/Status/ReasonCode Not Available PayableTransaction/PayableTransactionHeader/Supplier1099Indicator If Vendor Maintenance, Accounting Tab, Report 1099-Misc is selected, then "True." If the check box is clear, then "False" PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CityName Vendor Maintenance, City PayableTransaction/PayableTransactionHeader/SupplierParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CountryCode Vendor Maintenance, Country PayableTransaction/PayableTransactionHeader/SupplierParty/CustomerServiceContact/Name Purchase Order Entry, Contact tab, Contact fields
51
View:
PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/PostalCode Vendor Maintenance, Zip field PayableTransaction/PayableTransactionHeader/SupplierParty/SalesContact/Name Purchase Order Entry, Contact tab, Contact fields
MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/ID Not Available PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentID/VariationID Not Available
52
View:
Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier ID (C_SupplierID) payable.vendor_id Supplier Name (C_SupplierName) Supplier Noun ID (C_SupplierNounID) Tenant ID (C_TenantID)
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Unknown PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo Calculated C_LastPaymentDate PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID
Parameters:
Is Mandatory:
Is Fixed:
August 13, 2009
Default Value:
53
View:
Is Mandatory:
No Yes No No
Is Fixed:
No No No No
Fields:
Accounting Entity (C_AccountingEntity) Discount Taken (C_DiscountTakenBaseCurrency) Discount Taken Base Currency (C_DiscountTaken) Document ID (DocumentID) Document Noun ID (C_DocumentNounID) FromLogicalID (FromLogicalID) Invoice Reference (C_InvoiceReference) Paid Amount (C_PaidAmount) Paid Base Currency (C_PaidBaseCurrency) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Payment Date (Calc_Period) Purchase Location ID (C_PurchaseLocationID) Purchase Location Name (C_PurchaseLocationName) Purchase Location Noun ID (C_PurchaseLocationNounID) Status (C_Status) Status Date (C_StatusDate) Supplier ID (C_SupplierID) Supplier Name (C_SupplierName) Supplier Noun ID (C_SupplierNounID) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT SUM SUM COUNT COUNT COUNT COUNT SUM SUM COUNT COUNT MAX COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT
ASCENDING
54
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/AlternateDocumentID/ID Payables Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Payables Invoice Entry, Terms, Discount Fixed Date If discount date is null, then Payables Invoice Entry, Invoice Date PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Discount/ID Not Available PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/SourceID Not Available PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available August 13, 2009 55
View:
PayableTransaction/PayableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available Extended Amount (C_ExtendedAmount) PayableTransaction/PayableTransactionHeader/ExtendedAmount payble.total_amount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. ExtendedAmountBaseCurrency (C_ExtendedAmountBaseCurrency) PayableTransaction/PayableTransactionHeader/ExtendedAmount payble.total_amount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Invoice Reference (C_InvoiceReference) PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID payable.invoice_id Payable Invoice Entry, Invoice ID Last Modified DateTime (C_LastModifDateTime) PayableTransaction/PayableTransactionHeader/LastModificationDateTime Not Available LastPaymentDate (C_LastPaymentDate) Late Discount Indicator (C_LateDiscountIndicator) Paid Amount (C_PaidAmount) payable.paid_amount Paid Base Currency (C_PaidBaseCurrency) payable.paid_amount Payable Amount (C_PayableAmount) payble.total_amount Payable Base Currency (C_PayableBaseCurrency) payble.total_amount Payable Currency (C_PayableCurrency) payable.currency_id Payable Style (C_PayableStyle) payable.type Payment Amount (C_PaymentAmount) payble.total_amount Payment Method (C_PaymentMethod) cash_disbursement.payment_method Penalty Amount (C_PenaltyAmount) Penalty Date (C_PenaltyDate) Penalty Percent (C_PenaltyPercent) Unknown PayableTransaction/PayableTransactionHeader/DiscountStatus/LateDiscountIndicator Not Available PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PayableAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Amount Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available
56
View:
PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/Description Not Available PayableTransaction/PayableTransactionHeader/PaymentTerm/Penalty/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CityName Vendor Maintenance, Remit To City PayableTransaction/PayableTransactionHeader/RemitToParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/CountryCode Vendor Maintenance, Remit To Country PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/RemitToParty/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/RemitToParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/RemitToParty/Location/Address/PostalCode Vendor Maintenance, Remit To Zip PayableTransaction/PayableTransactionHeader/DocumentID/RevisionID Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered August 13, 2009 57
View:
Status Date (C_StatusDate) payable.zero_date payable.create_date Status Desc (C_StatusDesc) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) Sup1099Indicator (C_Sup1099Indicator) vendor.report_1099_misc Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) SupplierAddressLine1 (C_SupplierAddressLine1) SupplierAddressLine2 (C_SupplierAddressLine2) SupplierAddressLine3 (C_SupplierAddressLine3) SupplierAddressLine4 (C_SupplierAddressLine4) SupplierAddressLine5 (C_SupplierAddressLine5) SupplierCity (C_SupplierCity) vendor.city SupplierContactName (C_SupplierContactName) vendor.contact_name SupplierCountry (C_SupplierCountry) vendor.country SupplierCustServiceContact (C_SupplierCustServiceContact) purchase_order.contact_honorific purchase_order.contact_first_name purchase_order.contact_initial purchase_order.contact_last_name SupplierGID (C_SupplierGID) payable.vendor_id
If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/Status/Description Not Available PayableTransaction/PayableTransactionHeader/Status/Reason Not Available PayableTransaction/PayableTransactionHeader/Status/ReasonCode Not Available PayableTransaction/PayableTransactionHeader/Supplier1099Indicator If Vendor Maintenance, Accounting Tab, Report 1099-Misc is selected, then "True." If the check box is clear, then "False" PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/AddressLine Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CityName Vendor Maintenance, City PayableTransaction/PayableTransactionHeader/SupplierParty/Contact/Name Vendor Maintenance, Contact tab, Contact fields PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/CountryCode Vendor Maintenance, Country PayableTransaction/PayableTransactionHeader/SupplierParty/CustomerServiceContact/Name Purchase Order Entry, Contact tab, Contact fields
58
View:
PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Name Vendor Maintenance, Name PayableTransaction/PayableTransactionHeader/SupplierParty/Location/Address/PostalCode Vendor Maintenance, Zip field PayableTransaction/PayableTransactionHeader/SupplierParty/SalesContact/Name Purchase Order Entry, Contact tab, Contact fields
MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/Description Payables Invoice Entry, Terms, Term ID PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/ID Not Available PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Unknown PayableTransaction/PayableTransactionHeader/DocumentID/VariationID Not Available
Parameters:
Accounting Entity (AccountingEntity) Doc Date Time (C_DocDateTime) Payable Style (C_PayableStyle) Purchase Location ID (PurchaseLocationID) Supplier ID (C_SupplierID) Supplier ID (SupplierID)
Is Mandatory:
No No No No No No
Is Fixed:
No No Yes No No No
Default Value:
QTD Invoice
59
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountAllowedAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. Calculated case when C_DiscountAllowedBaseCurrency - C_DiscountTakenBaseCurrency > 0.0 then (C_DiscountAllowedBaseCurrency C_DiscountTakenBaseCurrency) else 0.0 end PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DiscountStatus/DiscountTakenAmount Payables Invoice Entry, Discount Taken. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/PaidAmount Payables Invoice Entry, Paid Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/Name August 13, 2009 60
Discount Taken (C_DiscountTaken) payable.discount_taken Discount Taken Base Currency (C_DiscountTakenBaseCurrency) payable.discount_taken Document ID (C_DocumentID) payable.voucher_id Document NID (C_DocumentNounID) Invoice Reference (C_InvoiceReference) payable.invoice_id Paid Amount (C_PaidAmount) payable.paid_amount Paid Base Currency (C_PaidBaseCurrency) payable.paid_amount Payable Currency (C_PayableCurrency) payable.currency_id Purchase Location ID (C_PurchaseLocationID) Purchase Location NID (C_PurchaseLocationNounID) Purchase Location Name (C_PurchaseLocationName) Status (C_Status) payable.pay_status payable.paid_amount payable.total_amount
Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier ID (C_SupplierID) payable.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName)
Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Status (C_Status) Status Date (C_StatusDate) SupplierID (SupplierID) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Is Mandatory:
No No Yes No No
Is Fixed:
No Yes No No Yes
Default Value:
Paid,PartialPaid YTD 0.0
Fields:
Paid Base Currency (C_PaidBaseCurrency)
Sorting Type:
DESCENDING
Aggregation Type:
61
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Name Customer Maintenance, Bill to Customer Name; If Bill to Customer Name. ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name August 13, 2009 62
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime August 13, 2009 63
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
64
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available August 13, 2009 65
C_ReceivedAmount (ReceivedAmount) receivable.paid_amount C_ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount C_SalesLocationID (SalesLocationID) customer.territory C_SalesLocationName (SalesLocationName) C_SalesLocationNounID (SalesLocationNounID) C_Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_StatusDesc (StatusDesc) C_StatusReason (StatusReason) C_StatusReasonCode (StatusReasonCode) receivable.status C_TenantID (TenantID) C_TermDescription (TermDescription) C_TermID (TermID)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CityName Customer Maintenance, Bill To City. If blank, then Sold To City. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country. If blank, then Sold To Country. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip. If blank, then Sold To Zip. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/ReceivingContact/Name Customer Order Entry, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/RequestorContact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime The system uses the date and time it created the BOD.
67
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/AddressLine Customer Maintenance, Bill to Street Address fields
ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CityName Customer Maintenance, Bill to City ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Contact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CountryCode Customer Maintenance, Bill to Country ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/PostalCode Customer Maintenance, Bill to Zip ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory August 13, 2009 68
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/AddressLine Customer Maintenance, Maintain Shipping Addresses, Street Address Fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CityName Customer Maintenance, Maintain Shipping Addresses, City ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Contact/Name Customer Order Entry, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CountryCode Customer Maintenance, Maintain Shipping Addresses, Country ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/PostalCode Customer Maintenance, Maintain Shipping Addresses, Zip Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime August 13, 2009 69
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
70
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Parameters:
Accounting Entity (AccountingEntity) C_CustomerID (CustomerID) C_DocDateTime (DocDateTime) C_ReceivableAmount (ReceivableAmount) C_ReceivableStyle (ReceivableStyle) Customer ID (CustomerID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No Yes Yes No
Default Value:
YTD 0 Invoice,CreditMemo
71
View:
GLMovement/GLAccount/GLNominalAccount Not Available ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available GLMovement/NetMovement/FunctionalAmount Not Available ChartOfAccounts/ChartStructure/ParentAccount/GLNominalAccount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account ID (C_GLNominalAccount) Account Type (C_Accounttype) Accounting Entity (AccountingEntity) Classification Code (C_ClassificationCode) Period End Date (C_PeriodEndDate)
Is Mandatory:
No No No No No
Is Fixed:
No Yes No Yes No
Default Value:
BalanceSheet Trade Receivables YTD
Fields:
Account ID (C_GLNominalAccount) Account Name (C_AccountName) Account Type (C_Accounttype)
Sorting Type:
Aggregation Type:
MAX MAX MAX
72
View:
Sorting Type:
73
View:
MessageHeader:AccountingEntityID Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Calculated C_DiscountTakenBaseCurrency - C_DiscountAllowedBaseCurrency Unknown Calculated datediff(day , C_DiscountDate ,C_StatusDate) Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name August 13, 2009 74
Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName)
View:
Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. MessageHeader:TenantID Calculated CASE WHEN datediff(day,C_DiscountDate,C_LastPaymentDate)>0 THEN C_DiscountTakenBaseCurrency WHEN C_DiscApprPersonRef IS NULL OR C_DiscApprPersonRef='' THEN C_DiscountTakenBaseCurrency ELSE CASE WHEN datediff(day,C_DiscountDate,C_StatusDate)<=0 AND C_DiscountTakenBaseCurrency-C_DiscountAllowedBaseCurrency>0 THEN CASE WHEN C_DiscApprPersonRef IS NULL OR C_DiscApprPersonRef='' THEN C_DiscountTakenBaseCurrency END END END
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Disc Appr Person Ref (C_DiscApprPersonRef) Payment Date (PaymentDate) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No No Yes No No
Is Fixed:
No No Yes No Yes No
Default Value:
$NULL,$EMPTY Y Invoice
Fields:
Accounting Entity (C_AccountingEntity) Cal Status Date (Cal_StatusDate) Customer ID (C_CustomerID) Customer ID NID (C_CustomerNounID) Customer Name (C_CustomerName) Disc Appr Person Ref (C_DiscApprPersonRef) Discount Allowed (C_DiscountAllowed) Discount Allowed Base Curr (C_DiscountAllowedBaseCurrency) Discount Date (C_DiscountDate)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX SUM SUM MAX
75
View:
Sorting Type:
ASCENDING
76
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID MessageHeader:FromLogicalID Unknown Unknown Calculated cast(C_LastPaymentDate as char(11)) ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void MessageHeader:TenantID
Received Amnt Transaction Cur (C_ReceivedAmount) receivable.paid_amount Received Amount (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
Tenant (C_TenantID)
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Last Payment Date (C_LastPaymentDate)
Is Mandatory:
No No No
Is Fixed:
No No Yes August 13, 2009
Default Value:
D-5 77
Export Service: AccountsReceivable / AVGCOLLECTIONPERDAY (Average Collection Per View: Day) Parameters:
Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No
Is Fixed:
Yes No
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) From Logical ID (C_FromLogicalID) Last Payment Date (C_LastPaymentDate) Receivable Style (C_ReceivableStyle) Received Amnt Transaction Cur (C_ReceivedAmount) Received Amount (C_ReceivedBaseCurrency) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Tenant (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX AVERAGE AVERAGE MAX MAX MAX MAX MAX
ASCENDING
78
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID August 13, 2009 79
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown Calculated C_WrittenOffDate ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Sales Location ID (C_SalesLocationID) Sales Location ID (SalesLocationID) Written Off Date (C_WrittenOffDate) Written Off Date Sort (WrittenOffDateSort)
Is Mandatory:
No No No No No Yes
Is Fixed:
No No Yes No Yes No
Default Value:
'$NULL',$EMPTY '$NULL',$EMPTY Y
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Last Payment Date (LastPaymentDate) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Amount (C_ReceivableAmount) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Status Date (C_StatusDate) Status Reason Code (C_StatusReasonCode) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Write Off Amount in BaseCurr (WriteOffBaseCurrency) Written Off Amount (C_WritteOffAmount) Written Off Date Sort (WrittenOffDateSort) Written Off Reason (WrittenOffReason)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX COUNT COUNT MAX MAX MAX MAX MAX MAX MAX MAX COUNT SUM SUM MAX MAX
ASCENDING
80
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID August 13, 2009 81
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown Calculated C_WrittenOffDate ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Sales Location ID (SalesLocationID) Written Off Date (C_WrittenOffDate) Written Off Date Sort (WrittenOffDateSort)
Is Mandatory:
No No No No Yes
Is Fixed:
No No No Yes No
Default Value:
'$NULL',$EMPTY Y
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Last Payment Date (LastPaymentDate) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Amount (C_ReceivableAmount) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Status Date (C_StatusDate) Status Reason Code (C_StatusReasonCode) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Write Off Amount in BaseCurr (WriteOffBaseCurrency) Written Off Amount (C_WritteOffAmount) Written Off Date Sort (WrittenOffDateSort) Written Off Reason (WrittenOffReason)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM SUM MAX MAX
ASCENDING
82
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. August 13, 2009 83
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
Status Reason Code (C_StatusReasonCode) receivable.status Tenant ID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Write Off Amount in BaseCurr (WriteOffBaseCurrency) Written Off Amount (C_WritteOffAmount) Written Off Date (C_WrittenOffDate) Written Off Date Sort (WrittenOffDateSort) Written Off Reason (WrittenOffReason)
For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown Calculated C_WrittenOffDate ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Sales Location ID (SalesLocationID) Written Off Date (C_WrittenOffDate) Written Off Date Sort (WrittenOffDateSort) Written Off Reason (WrittenOffReason) Written Off Reason (WrittenOffReason)
Is Mandatory:
No No No No Yes No No
Is Fixed:
No No No Yes No No Yes
Default Value:
'$NULL',$EMPTY Y '$NULL',$EMPTY
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Last Payment Date (LastPaymentDate) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Amount (C_ReceivableAmount) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Status Date (C_StatusDate) Status Reason Code (C_StatusReasonCode) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Write Off Amount in BaseCurr (WriteOffBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX COUNT COUNT MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT SUM
84
View:
Sorting Type:
ASCENDING
85
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date Calculated C_DueDate ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables August 13, 2009 86
Received Amount Tran Currency (C_ReceivedAmount) receivable.paid_amount Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location Name (C_SalesLocationName) Sales Location NounID (C_SalesLocationNounID) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
Status Reason Code (C_StatusReasonCode) receivable.status TenantID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amount Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount Written Off Amount (C_WritteOffAmount) Written Off Amount Percentage (BadDebtsPercentage) Written Off Base Currency (C_WriteOffBaseCurrency) Written Off Date (C_WrittenOffDate)
Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Due Date Sort (DueDateSort) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No Yes No
Default Value:
YTD Invoice
Fields:
Accounting Entity (C_AccountingEntity) BaseCurrency (C_BaseCurrency) Customer Name (C_CustomerName) CustomerID (C_CustomerID) CustomerID NounID (C_CustomerNounID) Doc Date Time (C_DocDateTime) Document ID (C_DocumentID) DocumentID NounID (C_DocumentNounID) Due Date Sort (DueDateSort) Receivable Amount (C_ReceivableAmount) Receivable Base Currency (C_receivableBaseCurrency) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM SUM MAX MAX 87
ASCENDING
View:
Sorting Type:
88
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown Calculated C_WrittenOffDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime August 13, 2009 89
View:
The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo
Penalty Amount (C_PenaltyAmount) Penalty Date (C_PenaltyDate) Penalty Percent (C_PenaltyPercent) Penalty Term Desc (C_PenaltyTermDesc) Penalty Term ID (C_PenaltyTermID) Receipt Amount (C_ReceiptAmount) calculation: receivable.total_amount-receivable.paid_amount Receivable Amount (C_ReceivableAmount) calculation: receivable.total_amount-receivable.paid_amount Receivable Amt BaseCurrency (C_receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Receivable Currency (C_ReceivableCurrency) receivable.currency_id Receivable Style (C_ReceivableStyle) receivable.type
90
View:
Status Desc (C_StatusDesc) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) receivable.status TenantID (C_TenantID) Term Description (C_TermDescription) Term ID (C_TermID) Total Amount (C_TotalAmount) receivable.total_amount Total Amount in Base Currency (C_TotalAmountBaseCurrency)
ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount August 13, 2009 91
View:
Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceID Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available
Parameters:
Accounting Entity (AccountingEntity) Calc Written Off Date (Calc_WrittenOffDate) Customer ID (CustomerID) Sales Location ID (LocationID) Status (C_Status)
Is Mandatory:
No Yes No No No
Is Fixed:
No No No No Yes
Default Value:
YTD
WriteOff
92
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount August 13, 2009 93
View:
Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime The system uses the date and time it created the BOD. Unknown ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID
PenaltyAmount (PenaltyAmount) PenaltyDate (PenaltyDate) PenaltyPercent (PenaltyPercent) PenaltyTermDesc (PenaltyTermDesc) PenaltyTermID (PenaltyTermID) ReceiptAmount (ReceiptAmount) calculation: receivable.total_amount-receivable.paid_amount ReceivableAmount (ReceivableAmount) calculation: receivable.total_amount-receivable.paid_amount ReceivableBaseCurrency (receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount ReceivableCurrency (ReceivableCurrency) receivable.currency_id
94
View:
ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD August 13, 2009 95
ReceivedAmount (ReceivedAmount) receivable.paid_amount ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount SalesLocationID (SalesLocationID) customer.territory SalesLocationNID (SalesLocationNounID) SalesLocationName (SalesLocationName) ShipToPartyID (ShipToPartyID) cust_address.name ShipToPartyNID (ShipToPartyNID) SourceUnitBase (Xch_SourceUnitBase) Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceID Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Customer ID (CustomerID) DocDateTime (DocDateTime) ReceivableStyle (ReceivableStyle) ReceivedBaseCurrency (ReceivedBaseCurrency) Sales Location ID (LocationID)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No No No No Yes Yes No
Default Value:
YTD Invoice 0
96
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Calculated C_LastPaymentDate Calculated dateDiff(d,c_docdatetime,c_lastpaymentdate) Unknown ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID August 13, 2009 97
Received Base Currency (ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (SalesLocationID) customer.territory Sales Location NID (SalesLocationNounID) Sales Location Name (SalesLocationName) Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
browse table. MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Last Payment Date (CALC_LastPaymentDate) Sales Location ID (SalesLocationID)
Is Mandatory:
No No No No
Is Fixed:
No No No No
Default Value:
YTD
Fields:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Customer NID (CustomerNounID) Customer Name (CustomerName) Document Date (DocDateTime) Document ID (DocumentID) Last Payment Date (CALC_LastPaymentDate) Number Of Days (CALC_NumberOfDays) Receivable Style (C_ReceivableStyle) Received Base Currency (ReceivedBaseCurrency) Sales Location ID (SalesLocationID) Sales Location NID (SalesLocationNounID) Sales Location Name (SalesLocationName) Status (Status) Status Date (StatusDate) Tenant ID (TenantID) Total Amount Base Currency (TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX AVERAGE MAX SUM MAX MAX MAX MAX MAX MAX SUM
ASCENDING
98
View:
FIN_CREDITCOMPARISON (CreditComparison)
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown Calculated C_StatusDate CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount Customer Maintenance, Credit Limit tab, Credit Limit CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount Account, Accounting tab, Credit LImit CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
99
View:
FIN_CREDITCOMPARISON (CreditComparison)
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency Calculated '' CustomerPartyMaster/CustomerAccount/MaxAgingDuration Customer Maintenance, Credit Limit tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D CustomerPartyMaster/CustomerAccount/MaxAgingDuration Account, Accounting tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available
100
View:
FIN_CREDITCOMPARISON (CreditComparison)
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void August 13, 2009 101
Received Amount (C_ReceivedAmount) receivable.paid_amount Received Amt in BaseCurrency (C_ReceivedBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Sales Location Name (C_SalesLocationName) Sales Location NounID (C_SalesLocationNounID) Sales LocationID (C_SalesLocationID) customer.territory Ship To Party NounID (C_ShipToPartyNID) Ship To PartyID (C_ShipToPartyID) cust_address.name Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
FIN_CREDITCOMPARISON (CreditComparison)
Status Desc (C_StatusDesc) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) receivable.status TenantID (C_TenantID) Term Description (C_TermDescription) Term ID (C_TermID) Total Amount (C_TotalAmount) receivable.total_amount Total Amount Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount Unused (C_DiscountPercent) Write Off Base Currency (C_WriteOffBaseCurrency) Writte Off Amount (C_WritteOffAmount) Written Off Date (C_WrittenOffDate) Xch Curr Rate (C_Xch_CurrRate) Xch Rate Date (C_Xch_RateDate) Xch Source Curr (C_Xch_SourceCurr) Xch SourceID (C_Xch_SourceID) Xch SourceUnitBase (C_Xch_SourceUnitBase) Xch Target Unit Base (C_Xch_TargetUnitBase) Xch TargetCurr (C_Xch_TargetCurr)
ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceID Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/TargetCurrencyCode Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID)
Is Mandatory:
No No
Is Fixed:
No No August 13, 2009
Default Value:
102
View:
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
103
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Name Customer Maintenance, Bill to Customer Name; If Bill to Customer Name. ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown August 13, 2009 104
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount August 13, 2009 105
C_PenaltyAmount (PenaltyAmount)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
106
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID August 13, 2009 107
C_ReceivedAmount (ReceivedAmount) receivable.paid_amount C_ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount C_SalesLocationID (SalesLocationID) customer.territory C_SalesLocationName (SalesLocationName) C_SalesLocationNounID (SalesLocationNounID) C_Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_StatusDesc (StatusDesc) C_StatusReason (StatusReason) C_StatusReasonCode (StatusReasonCode) receivable.status C_TenantID (TenantID) C_TermDescription (TermDescription) C_TermID (TermID)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
108
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CityName Customer Maintenance, Bill To City. If blank, then Sold To City. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country. If blank, then Sold To Country. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip. If blank, then Sold To Zip. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/ReceivingContact/Name Customer Order Entry, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/RequestorContact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime August 13, 2009 109
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
The system uses the date and time it created the BOD.
110
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/AddressLine Customer Maintenance, Bill to Street Address fields
ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CityName Customer Maintenance, Bill to City ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Contact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CountryCode Customer Maintenance, Bill to Country ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/PostalCode Customer Maintenance, Bill to Zip ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID August 13, 2009 111
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/AddressLine Customer Maintenance, Maintain Shipping Addresses, Street Address Fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CityName Customer Maintenance, Maintain Shipping Addresses, City ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Contact/Name Customer Order Entry, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CountryCode Customer Maintenance, Maintain Shipping Addresses, Country ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/PostalCode Customer Maintenance, Maintain Shipping Addresses, Zip Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric August 13, 2009 112
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceID Not Available
113
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Parameters:
Accounting Entity (AccountingEntity) C_CustomerID (CustomerID) C_DocDateTime (DocDateTime) C_ReceivableStyle (ReceivableStyle) Customer ID (CustomerID) Sales Location ID (LocationID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No Yes No No
Default Value:
YTD Invoice
114
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to August 13, 2009 115
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
Tenant ID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amount Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Due Date (C_DueDate) Receivable Style (C_ReceivableStyle) Sales Location ID (LocationID) Status (C_Status)
Is Mandatory:
No No No No No No
Is Fixed:
No No Yes Yes No Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document Date (C_DocDateTime) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Due Date (C_DueDate) From Logical ID (C_FromLogicalID) Receivable Amount (C_ReceivableAmount) Receivable Base Currency (C_receivableBaseCurrency) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX MAX SUM SUM
116
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available Calculated CASE WHEN C_LateDiscountIndicator = 'TRUE' THEN 'Late Discount' ELSE 'Timely Discount' END ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name August 13, 2009 117
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName)
View:
Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. Calculated C_DiscountTakenBaseCurrency MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Sum of Discount Taken (Cal_SumofDiscountTaken) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amt in Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Document Date (C_DocDateTime) Late Discount Indicator (C_LateDiscountIndicator) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID) Sum of Discount Taken (Cal_SumofDiscountTaken)
Is Mandatory:
No No No No No No No
Is Fixed:
No No No Yes Yes No Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Discount Date (C_DiscountDate) Discount Taken (C_DiscountTaken) Discount Taken Base Currency (C_DiscountTakenBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX SUM SUM
118
View:
Sorting Type:
119
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Calculated case when C_TotalAmountBaseCurrency != 0 then ((C_TotalAmountBaseCurrency-C_receivableBaseCurrency)*C_DiscountAllowedBaseCurrency)/ C_TotalAmountBaseCurrency end ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available Calculated C_DiscountTakenBaseCurrency ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available August 13, 2009 120
Discount Allowed Base Curr (C_DiscountAllowedBaseCurrency) receivale.total_amount reveivable.terms_disc_percent Discount Date (C_DiscountDate) Discount Given (DiscountGiven) Discount Taken (C_DiscountTakenBaseCurrency) receivable.discount_given Doc Date Time (C_DocDateTime) receivable.create_date Document ID (C_DocumentID) receivable.invoice_id Document NID (C_DocumentNounID) Last Payment Date (C_LastPaymentDate) Last Payment Month (LastPaymenyMonth) Receivable Amount (C_ReceivableAmount) calculation: receivable.total_amount-receivable.paid_amount Receivable Amt In BaseCurrency (C_receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Receivable Currency (C_ReceivableCurrency) receivable.currency_id Receivable Style (C_ReceivableStyle) receivable.type
Received Amount (C_ReceivedAmount) receivable.paid_amount Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName)
View:
ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Tenant ID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amt in Base Currrency (C_TotalAmountBaseCurrency) receivable.total_amount
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Last Payment Date (C_LastPaymentDate) Receivable Style (C_ReceivableStyle) Received Base Currency (C_ReceivedBaseCurrency) Sales Location ID (LocationID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No Yes Yes No
Default Value:
YTD Invoice 0
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Customer ID (C_CustomerID) Discount Allowed (DiscountAllowed) Discount Allowed Base Curr (C_DiscountAllowedBaseCurrency) Discount Date (C_DiscountDate) Discount Given (DiscountGiven) Discount Taken (C_DiscountTakenBaseCurrency) Doc Date Time (C_DocDateTime)
Sorting Type:
Aggregation Type:
MAX MAX MAX SUM SUM MAX SUM SUM MAX
121
View:
Sorting Type:
ASCENDING
122
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Name Customer Maintenance, Bill to Customer Name; If Bill to Customer Name. ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name August 13, 2009 123
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime August 13, 2009 124
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
125
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available August 13, 2009 126
C_ReceivedAmount (ReceivedAmount) receivable.paid_amount C_ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount C_SalesLocationID (SalesLocationID) customer.territory C_SalesLocationName (SalesLocationName) C_SalesLocationNounID (SalesLocationNounID) C_Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_StatusDesc (StatusDesc) C_StatusReason (StatusReason) C_StatusReasonCode (StatusReasonCode) receivable.status C_TenantID (TenantID) C_TermDescription (TermDescription) C_TermID (TermID)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CityName Customer Maintenance, Bill To City. If blank, then Sold To City. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country. If blank, then Sold To Country. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip. If blank, then Sold To Zip. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/ReceivingContact/Name Customer Order Entry, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/RequestorContact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime The system uses the date and time it created the BOD.
128
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/AddressLine Customer Maintenance, Bill to Street Address fields
ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CityName Customer Maintenance, Bill to City ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Contact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CountryCode Customer Maintenance, Bill to Country ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/PostalCode Customer Maintenance, Bill to Zip ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory August 13, 2009 129
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/AddressLine Customer Maintenance, Maintain Shipping Addresses, Street Address Fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CityName Customer Maintenance, Maintain Shipping Addresses, City ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Contact/Name Customer Order Entry, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CountryCode Customer Maintenance, Maintain Shipping Addresses, Country ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/PostalCode Customer Maintenance, Maintain Shipping Addresses, Zip Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime August 13, 2009 130
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
131
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Parameters:
Accounting Entity (AccountingEntity) C_CustomerID (CustomerID) C_ReceivableStyle (ReceivableStyle) C_Status (Status) Calc_StatusDate (Calc_StatusDate) Customer ID (CustomerID) Sales Location ID (SalesLocationID)
Is Mandatory:
No No No No Yes No No
Is Fixed:
No No Yes Yes No No No
Default Value:
132
View:
FIN_DUNNINGLETTERS (DunningLetters)
C_RemiToPartyAccess (C_RemiToPartyAccess) C_SalesLocationName (C_SalesLocationName) C_Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_TotalAmount (C_TotalAmount) receivable.total_amount CityName (C_CityName) customer.city CityName (C_CityName) v_address.city CitySubDivisionName (C_CitySubDivisionName) CountryCode (C_CountryCode) customer.country CountryCode (C_CountryCode) v_address.country
MessageHeader:AccountingEntityID CustomerPartyMaster/Location/Address/AddressLine Not Available CustomerPartyMaster/Location/Address/AddressLine Not Available CustomerPartyMaster/Location/Address/AddressLine Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo Invoice/InvoiceHeader/RemitToParty/Contact/Communication/Access Not Available ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. CustomerPartyMaster/Location/Address/CityName Customer Maintenance, City CustomerPartyMaster/Location/Address/CityName Address, General tab, City CustomerPartyMaster/Location/Address/CitySubDivisionName unknown CustomerPartyMaster/Location/Address/CountryCode Customer Maintenance, Country CustomerPartyMaster/Location/Address/CountryCode Address, General tab, Country August 13, 2009 133
View:
FIN_DUNNINGLETTERS (DunningLetters)
CustomerPartyMaster/Location/Address/CountrySubDivisionCode Customer Maintenance, State CustomerPartyMaster/Location/Address/CountrySubDivisionCode Address, General tab, State CustomerPartyMaster/CustomerAccount/Number Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date
MessageHeader:FromLogicalID CustomerPartyMaster/CustomerAccount/NameOnAccount Not Available Postal Code (C_PostalCode) CustomerPartyMaster/Location/Address/PostalCode customer.zipcode Customer Maintenance, Zip Postal Code (C_PostalCode) CustomerPartyMaster/Location/Address/PostalCode v_address.zipcode Address, General tab, Zip Receivable Amt In BaseCurrency (C_receivableBaseCurrency) ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount calculation: Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice receivable.total_amount-receivable.paid_amount is void, then the amount is 0. ReceivableAmount (C_ReceivableAmount) ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount calculation: Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice receivable.total_amount-receivable.paid_amount is void, then the amount is 0. ReceivableCurrency (C_ReceivableCurrency) ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID receivable.currency_id Receivable Invoice Entry, Currency ID ReceivingContactID (C_ReceivingContactID) CustomerPartyMaster/ReceivingContact/ID Not Available ReceivingContactName (C_ReceivingContactName) CustomerPartyMaster/ReceivingContact/Name customer.contact_name Customer Maintenance, Contact tab, Contact ReceivingContactName (C_ReceivingContactName) CustomerPartyMaster/ReceivingContact/Name v_account.contact_first_name+v_account.contact_initial+ Account, Contact tab, Primary Contact v_account.contact_last_name RemitToPartyAddressLine1 (C_RemitToPartyAddressLine1) Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine vendor.remit_to_addr_1 For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 vendor.remit_to_addr_2 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3 RemitToPartyAddressLine2 (C_RemitToPartyAddressLine2) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
134
View:
FIN_DUNNINGLETTERS (DunningLetters)
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Contact/Communication/AreaDialing Not Available RemitToPartyCityName (C_RemitToPartyCityName) Invoice/InvoiceHeader/RemitToParty/Location/Address/CityName vendor.remit_to_city For payables, Vendor Maintenance, Remit to City application_global.company_city For receivables, Application Global Maintenance, City RemitToPartyCitySubDivCode (C_RemitToPartyCitySubDivCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/CitySubDivisionName Not Available RemitToPartyCntrySubDivCode (C_RemitToPartyCntrySubDivCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountrySubDivisionCode vendor.remit_to_state For payables, Vendor Maintenance, Remit To State application_global.company_state For receivables, Application Global Maintenance, State The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance.
135
View:
FIN_DUNNINGLETTERS (DunningLetters)
RemitToPartyContactName (C_RemitToPartyContactName) Invoice/InvoiceHeader/RemitToParty/Contact/Name vendor.contact_first_name+vendor.contact_initial+vendor. For payables, Vendor Maintenance, First Name, Initial and Last Name contact_last_name For receivables, n/a RemitToPartyCountryDialing (C_RemitToPartyCountryDialing) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/CountryDialing Not Available RemitToPartyCountryName (C_RemitToPartyCountryName) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountryCode vendor.remit_to_country For payables, Vendor Maintenance, Remit To Country application_global.company_country For receivables, Application Global Maintenance, Country. The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. RemitToPartyDialNumber (C_RemitToPartyDialNumber) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/DialNumber vendor.contact_phone For payables vendor.contact_mobile Vendor Maintenance, Contact tab, Phone vendor.contact_fax Vendor Maintenance, Contact tab, Mobile Phone Vendor Maintenance, Contact tab, FAX For receivables, n/a RemitToPartyExtension (C_RemitToPartyExtension) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/Extension Not Available RemitToPartyID (C_RemitToPartyID) Invoice/InvoiceHeader/RemitToParty/PartyIDs/ID vendor.id For payables, Payable Invoice Entry, Vendor ID For receivables, n/a RemitToPartyName (C_RemitToPartyName) Invoice/InvoiceHeader/RemitToParty/Name vendor.name For payables, Vendor Maintenance, Name application_global.company_name For receivables, Application Global Maintenance, Company Name RemitToPartyPostalCode (C_RemitToPartyPostalCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/PostalCode vendor.remit_to_zipcode For payables, Vendor Maintenance, Remit to Zip application_global.company_zipcode For receivables, Application Global Maintenance, Zip RemitToPartyUseCode (C_RemitToPartyUseCode) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/UseCode vendor.contact_phone For payables: vendor.contact_mobile For Vendor Maintenance, Contact tab, Phone, UseCode="phone" vendor.contact_fax For Vendor Maintenance, Contact tab, Mobile Phone, UseCode="phone" vendor.contact_email For Vendor Maintenance, Contact tab, FAX, UseCode="Fax" For Vendor Maintenance, Contact tab, E-mail Address, UseCode="email" For receivables, n/a SalesLocationID (C_SalesLocationID) ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID customer.territory Customer Maintenance, General tab, Territory TenantID (C_TenantID) MessageHeader:TenantID TotalAmountBaseCurrency (C_TotalAmountBaseCurrency) ReceivableTransaction/ReceivableTransactionHeader/TotalAmount receivable.total_amount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) C_ReceivableStyle (C_ReceivableStyle) C_Status (C_Status) Customer ID (CustomerID) DueDate (C_DueDate) Sales Location ID (SalesLocationID)
Is Mandatory:
No No No No Yes No
Is Fixed:
No Yes Yes No No No
Default Value:
Invoice Dispute,Paid,WriteOff YTD
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
136
ASCENDING MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
ASCENDING
137
138
CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/CustomerAccount/CreatedByID Not Available CustomerPartyMaster/CustomerAccount/AccountOpenedDateTime Customer Maintenance, General tab, Account Open
CustomerPartyMaster/CustomerAccount/AccountOpenedDateTime Account, Account tab, Open CustomerPartyMaster/CustomerAccount/ModifiedByID Not Available Acc Opened Date Time (C_AccOpenedDateTime) CustomerPartyMaster/CustomerAccount/AccountOpenedDateTime customer.open_date Customer Maintenance, General tab, Account Open Acc Opened Date Time (C_AccOpenedDateTime) CustomerPartyMaster/CustomerAccount/AccountOpenedDateTime v_account.open_date Account, Account tab, Open Account Number (C_AccountNumber) CustomerPartyMaster/CustomerAccount/Number Not Available Account Status (C_AccountStatus) CustomerPartyMaster/CustomerAccount/Status/Code Not Available Account Type (C_AccountType) CustomerPartyMaster/CustomerAccount/Type Not Available Accounting Entity (C_AccountingEntity) MessageHeader:AccountingEntityID Address Line 4 (C_AddressLine4) CustomerPartyMaster/Location/Address/AddressLine Not Available Address Line 5 (C_AddressLine5) CustomerPartyMaster/Location/Address/AddressLine Not Available Address Line1 (C_AddressLine1) CustomerPartyMaster/Location/Address/AddressLine Not Available Address Line2 (C_AddressLine2) CustomerPartyMaster/Location/Address/AddressLine Not Available Address Line3 (C_AddressLine3) CustomerPartyMaster/Location/Address/AddressLine Not Available Buyer Contact ID (C_BuyerContactID) CustomerPartyMaster/BuyerContact/ID Not Available Buyer Contact Name (C_BuyerContactName) CustomerPartyMaster/BuyerContact/Name customer.contact_name Customer Maintenance, Contact tab, Contact Buyer Contact Name (C_BuyerContactName) CustomerPartyMaster/BuyerContact/Name v_account.contact_first_name+v_account.contact_initial+ Account, Contact tab, Primary Contact v_account.contact_last_name Carrier Party Add Line 1 (C_CarrierPartyAddLine1) CustomerPartyMaster/CarrierParty/Location/Address/AddressLine carrier.carrier_addr_1 Application Global Maintenance, Carrier Maintenance, Addr 1, 2, and 3 August 13, 2009 139
CustomerPartyMaster/CarrierParty/Location/Address/CityName Application Global Maintenance, Carrier Maintenance, City CustomerPartyMaster/CarrierParty/Location/Address/CityName Application Global Maintenance, Carrier Maintenance, City CustomerPartyMaster/CarrierParty/Location/Address/CountryCode Application Global Maintenance, Carrier Maintenance, Country CustomerPartyMaster/CarrierParty/Location/Address/CountryCode Application Global Maintenance, Carrier Maintenance, Country August 13, 2009 140
CustomerPartyMaster/CarrierParty/PartyIDs/ID Customer Maintenance, Shipping tab, Carrier ID CustomerPartyMaster/CarrierParty/PartyIDs/ID Customer Maintenance, Shipping tab, Carrier ID CustomerPartyMaster/CarrierParty/Location/Name Not Available CustomerPartyMaster/CarrierParty/Name Application Global Maintenance, Carrier Maintenance, Carrier Name CustomerPartyMaster/CarrierParty/Name Application Global Maintenance, Carrier Maintenance, Carrier Name CustomerPartyMaster/CarrierParty/Location/Address/PostalCode Application Global Maintenance, Carrier Maintenance, Zip/Postal Code
141
CustomerPartyMaster/CarrierParty/Location/Address/PostalCode Application Global Maintenance, Carrier Maintenance, Zip/Postal Code CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available CustomerPartyMaster/CarrierParty/PartyIDs/TaxID Not Available MessageHeader:AccountingEntityID CustomerPartyMaster@category Organization CustomerPartyMaster@category Organization CustomerPartyMaster/Location/Address/CityName Customer Maintenance, City CustomerPartyMaster/Location/Address/CityName Address, General tab, City CustomerPartyMaster/Location/Address/CitySubDivisionName unknown CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/Location/Address/CountryCode Customer Maintenance, Country CustomerPartyMaster/Location/Address/CountryCode Address, General tab, Country CustomerPartyMaster/Location/Address/CountrySubDivisionCode Customer Maintenance, State CustomerPartyMaster/Location/Address/CountrySubDivisionCode August 13, 2009 142
Address, General tab, State CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount Customer Maintenance, Credit Limit tab, Credit Limit CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount Account, Accounting tab, Credit LImit CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance CustomerPartyMaster/CustomerAccount/TotalCreditLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance Unknown CustomerPartyMaster/CustomerAccount/Number Not Available CustomerPartyMaster/PartyIDs/BICID Not Available CustomerPartyMaster/PartyIDs/CAGEID Not Available CustomerPartyMaster/PartyIDs/DODAACID Not Available CustomerPartyMaster/PartyIDs/DUNSID Not Available CustomerPartyMaster/PartyIDs/ID When CustomerPartyMaster@role=Customer, then Customer Maintenance, Customer ID When CustomerPartyMaster@role=Bill-to, then Customer Maintenance, Customer ID~Bill-to When CustomerPartyMaster@role=Ship-to, then Customer Maintenance, Customer ID~Ship-to CustomerPartyMaster/PartyIDs/ID Account, Account ID CustomerPartyMaster/PartyIDs/ID When CustomerPartyMaster@role=Customer, then Customer Maintenance, Customer ID When CustomerPartyMaster@role=Bill-to, then Customer Maintenance, Customer ID~Bill-to When CustomerPartyMaster@role=Ship-to, then Customer Maintenance, Customer ID~Ship-to CustomerPartyMaster/PartyIDs/ID Account, Account ID Unknown CustomerPartyMaster/Name Customer Maintenance, Customer Name CustomerPartyMaster/Name Account, Account tab, Name CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market
143
CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/DaysEarlyAllowed Customer Maintenance, Shipping tab, Accepts Early Orders check box and field CustomerPartyMaster/DaysEarlyAllowed Account, Shipping tab, Accepts Early Orders CustomerPartyMaster/DefaultShipFromWarehouseLocation/Name Not Available CustomerPartyMaster/DefaultShipFromWarehouseLocation/ID Customer Maintenance, Order Management tab, Primary Warehouse CustomerPartyMaster/DefaultShipFromWarehouseLocation/ID Account, Ordr Mgt, Primary Warehouse CustomerPartyMaster/Description Not Available CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory MessageHeader:FromLogicalID CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/InternalCustomerIndicator Not Available August 13, 2009 144
CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/CustomerAccount/MaxAgingDuration Customer Maintenance, Credit Limit tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D CustomerPartyMaster/CustomerAccount/MaxAgingDuration Account, Accounting tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D CustomerPartyMaster/MultiCurrencyIndicator Not Available CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/CustomerAccount/NameOnAccount Not Available CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory Unknown CustomerPartyMaster/CustomerAccount/OrderLimitAmount Customer Maintenance, Credit Limit tab, Credit Limit August 13, 2009 145
CustomerPartyMaster/CustomerAccount/OrderLimitAmount Account, Accounting tab, Credit Limit CustomerPartyMaster/CustomerAccount/OrderLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance CustomerPartyMaster/CustomerAccount/OrderLimitAmount@currencyID Customer Maintenance, Accounting tab, Currency ID translated to the ISO code based on your settings in Code Mapping Maintenance CustomerPartyMaster/ParentCustomer/PartyIDs/ID Not Available CustomerPartyMaster/ParentCustomer/PartyIDs/ID Not Available
146
Unknown CustomerPartyMaster/ParentCustomer/Name Not Available CustomerPartyMaster/CustomerAccount/Term/PaymentBasisCode Not Available CustomerPartyMaster/PaymentMethodCode Not Available CustomerPartyMaster/PaymentTermID Not Available CustomerPartyMaster/PlannerContact/ID Not Available CustomerPartyMaster/PlannerContact/Name Customer Maintenance, Contact tab, Contact CustomerPartyMaster/PlannerContact/Name Account, Contact tab, Primary Contact CustomerPartyMaster/Location/Address/PostalCode Customer Maintenance, Zip CustomerPartyMaster/Location/Address/PostalCode Address, General tab, Zip CustomerPartyMaster/RequesterContact/Name Customer Maintenance, Contact tab, Contact CustomerPartyMaster/RequesterContact/Name Account, Contact tab, Primary Contact
CustomerPartyMaster/ReceivingContact/ID Not Available Requester Contact Name (C_RequesterContactName) CustomerPartyMaster/ReceivingContact/Name customer.contact_name Customer Maintenance, Contact tab, Contact Requester Contact Name (C_RequesterContactName) CustomerPartyMaster/ReceivingContact/Name v_account.contact_first_name+v_account.contact_initial+ Account, Contact tab, Primary Contact v_account.contact_last_name Requester ContactID (C_RequesterContactID) CustomerPartyMaster/RequesterContact/ID Not Available Revision (C_Revision) MessageHeader:Revision Risk (C_Risk) CustomerPartyMaster/Classification/Codes/Code 1: customer.customer_type 1: Customer Maintenance, Order Mgt tab, Customer Type 2: customer.territory 2: Customer Maintenance, General tab, Territory 3: cust_address.ship_price_grp 3: Customer Maintenance, Shipping Addresses, Price Group 4: customer.market_id 4: Customer Maintenance, General tab, Market Risk (C_Risk) CustomerPartyMaster/Classification/Codes/Code customer.customer_type Customer Maintenance, OrderMgt, Customer Type customer.territory Customer Maintenance, General tab, Territory Role (C_Role) CustomerPartyMaster@role Customer, Bill-to, or Ship-to. One BOD is sent for each customer address. When the Sold To address is sent, then role=Customer. When the Bill To address is sent, then role=Ship-to. When alternate shipping addresses are sent, then role=ship-to August 13, 2009 147
CustomerPartyMaster@role Customer CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory CustomerPartyMaster/SalesPersonReference/IDs/ID Customer Maintenance, General tab, Sales Rep ID CustomerPartyMaster/SalesPersonReference/IDs/ID Account, Sales Rep tab, Default Sales Rep CustomerPartyMaster/CustomerAccount/StatementPeriodDuration Customer Maintenance, Credit Limit tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D CustomerPartyMaster/CustomerAccount/StatementPeriodDuration Account, Accounting tab, Recv Age Limit expressed as P[RECV_AGE_LIMIT]D, for example P30D CustomerPartyMaster/Status/Code Customer Maintenance, Active check box. When selected, status is Open. When clear, status is Closed. CustomerPartyMaster/Status/Code Account, General tab, Inactive check box CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/TaxExemptCodes/Code Not Available August 13, 2009 148
149
CustomerPartyMaster/TaxExemptCodes/Code Not Available CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # CustomerPartyMaster/PartyIDs/TaxID Customer Maintenance, Accounting tab, Tax ID Number CustomerPartyMaster/PartyIDs/TaxID Account, Accounting tab, Tax ID # MessageHeader:TenantID CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type August 13, 2009 150
Customer Maintenance, General tab, Territory CustomerPartyMaster/Classification/Codes/Code 1: Customer Maintenance, Order Mgt tab, Customer Type 2: Customer Maintenance, General tab, Territory 3: Customer Maintenance, Shipping Addresses, Price Group 4: Customer Maintenance, General tab, Market CustomerPartyMaster/Classification/Codes/Code Customer Maintenance, OrderMgt, Customer Type Customer Maintenance, General tab, Territory
151
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name Calculated REP_FIN_RECEIVABLE.C_DocDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void August 13, 2009 152
Received Amount (C_ReceivedAmount) receivable.paid_amount Received Amt in BaseCurrency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Doc DateTime Sort (DocDateTimeSort) Receivable Amt in BaseCurrency (C_ReceivableBaseCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID) Status (C_Status)
Is Mandatory:
No No Yes No No No No
Is Fixed:
No No No Yes Yes No Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Credit Available (C_ReceivableAmount) Currency (C_ReceivableCurrency) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Doc DateTime Sort (DocDateTimeSort) Document ID (C_DocumentID) Receivable Amt in BaseCurrency (C_ReceivableBaseCurrency) Receivable Style (C_ReceivableStyle) Received Amount (C_ReceivedAmount) Received Amt in BaseCurrency (C_ReceivedBaseCurrency) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Status (C_Status) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Total Amt in Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX SUM MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX
ASCENDING
153
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
MessageHeader:FromLogicalID Shipment/ShipmentItem/Description Not Available Item ID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Open (Calc_Open) Calculated Case when BISDATA_4902.C_Status not in ('Shipped','Canceled','Cancelled') then 1 else 0 end Promised Ship Date Sort (PromisedShipDateSort) Calculated CASE DATEDIFF(day,C_PromisedShipDateTime,getDate()) WHEN 0 THEN 'Today' WHEN 1 THEN 'Yesterday' ELSE CAST(DATEDIFF(day, C_PromisedShipDateTime,getDate()) as varchar(5)) + ' Days ago' END Promised Ship Date Time (C_PromisedShipDateTime) Sales Line (C_SalesLine) shipper_line.cust_order_line_no Sales Order (C_SalesOrder) shipping.cust_order_id Sales Schedule Line (C_SalesScheduleLine) Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+ ibt_shipper_line.line_no for type=poreturnreceipt: poreturnreceipt+receiver_line. receiver_id+receiver_line.line_no for type=woissue: woissue+inventory_transaction. transaction_id for type=woreceiptrtn: woreceiptrtn+ inventory_transaction.transaction_id for type=cnsnreciptrtn: consign_receiver.receiver_id+ consign_receiver_line.line_no Shipment Line (C_ShipmentLine) consign_rcvr_line.line_no Shipped (Calc_Shipped) Status (C_Status) Shipment/ShipmentHeader/PromisedShipDateTime Not Available Shipment/ShipmentItem/SalesOrderReference/LineNumber Shipping Entry, Lines, C/O Ln# Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID Shipping Entry, Order ID Shipment/ShipmentItem/SalesOrderReference/ScheduleLineNumber Not Available Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Calculated Case when BISDATA_4902.C_Status='Shipped' then 1 else 0 end Shipment/ShipmentHeader/Status/Code August 13, 2009 154
View:
For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped Status Date (C_StatusDate) Shipment/ShipmentHeader/Status/EffectiveDateTime for type=shipper: shipper.status_eff_date For type=shipper: Field not displayed on window. Available in Packlist ID browse table. for type=ibtshipper: ibt.shipped_date For type=IBTshipper: If status is Shipped, then Inter Branch Transfer Entry, Other tab, Last Shipped. If status is cancelled, then the system uses the for type=poreturnreceipt: receiver.received_date current date and time. for type=woissue, woreceiptrtn: inventory_transaction. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date transaction_date For type=WOIssue, WOReceiptRtn: If status is shipped, then Inventory Transaction Entry, Transaction Date. If status is cancelled, then the system uses for type=cnsnreceiptrtn: consign_receiver.received_date the current date and time. For type=CNSNReceiptRtn: If status is shipped, then Consignment Receiving, Receive Date. If status is cancelled, then the system uses the current date and time. Status Description (C_StatusDescription) Shipment/ShipmentHeader/Status/Description For type=shipper: the system translates the code in shipper.status based on the settings in Code Mapping Maintenance. For type=IBTshipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Cancelled or Shipped Warehouse ID (C_WarehouseID) Shipment/ShipmentHeader/WarehouseLocation/ID for type=shipper, ibtshipper, woissue, woreceiptrtn: For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. inventory_transaction.warehouse_id For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID for type=poreturnreceipt: receiver_line.warehouse_id For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse Name (C_WarehouseName) Shipment/ShipmentHeader/WarehouseLocation/Name warehouse_address.name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Promised Ship Date Time (C_PromisedShipDateTime) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No
Is Fixed:
No No No No
Default Value:
D-7
Fields:
Accounting Entity (C_AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) From Logical ID (C_FromLogicalID) Item Description (C_ItemDescription) Item ID (C_ItemID) Open (Calc_Open) Promised Ship Date Time (C_PromisedShipDateTime) Sales Line (C_SalesLine) Sales Order (C_SalesOrder) Sales Schedule Line (C_SalesScheduleLine) Shipment ID (C_ShipmentID) Shipment Line (C_ShipmentLine) Shipped (Calc_Shipped) Status (C_Status) Status Date (C_StatusDate) Status Description (C_StatusDescription) Warehouse ID (C_WarehouseID) Warehouse Name (C_WarehouseName)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX 155
DESCENDING
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown Calculated case when C_Status = 'Disputed' or C_Status='Dispute' then C_ReceivableBaseCurrency else '0' end ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Calculated C_DueDate MessageHeader:FromLogicalID Calculated case when C_Status <> 'Disputed' and C_Status <> 'Dispute' and datediff(d,C_DueDate,getdate())> 0 then C_ReceivableBaseCurrency else '0' end ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void August 13, 2009 156
Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location (C_SalesLocationName) Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Due Date (Calc_DueDate) Receivable Amt In BaseCurrency (C_receivableBaseCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No Yes Yes No
Default Value:
Q-1 0 Invoice
Fields:
Accounting Entity (C_AccountingEntity) Customer (C_CustomerName) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Disputed Amount (DisputedAmount) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Due Date (Calc_DueDate) From Logical ID (C_FromLogicalID) OverDue Amount (OverdueAmount) Receivable Amt In BaseCurrency (C_receivableBaseCurrency) Receivable Style (C_ReceivableStyle) Received Base Currency (C_ReceivedBaseCurrency) Sales Location (C_SalesLocationName) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Status (C_Status) Status Date (C_StatusDate) Tenant (C_TenantID) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT SUM COUNT COUNT MAX MAX SUM SUM COUNT SUM MAX COUNT COUNT MAX COUNT MAX SUM
ASCENDING
157
View:
Received Amount (C_ReceivedAmount) receivable.paid_amount Received Amt in BaseCurrency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID August 13, 2009 158
View:
Tenant (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amt in Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Last Payment Date (C_LastPaymentDate) Payment Method (PaymentMethod) Receivable Style (C_ReceivableStyle) Received Amt in BaseCurrency (C_ReceivedBaseCurrency) Sales Location ID (LocationID)
Is Mandatory:
No No Yes No No No No
Is Fixed:
No No No No Yes Yes No
Default Value:
QTD Invoice 0
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Last Payment Date (C_LastPaymentDate) Receivable Style (C_ReceivableStyle) Received Amount (C_ReceivedAmount) Received Amt in BaseCurrency (C_ReceivedBaseCurrency) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Status Date (C_StatusDate) Tenant (C_TenantID) Total Amount (C_TotalAmount) Total Amt in Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX COUNT MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX SUM SUM
159
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Calculated case when datediff(wk,getDate(),C_DueDate) >=0 then case datediff(wk,getDate(),C_DueDate) when 0 then 'Curr Week' when 1 then 'Next Week' when 2 then 'Week 2' when 3 then 'Week 3' when 4 then 'Week 4' when 5 then 'Week 5' else '5 Weeks Abv' end else 'Before Current Week' end ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated case when getdate() < C_DueDate and C_TotalAmountBaseCurrency <> C_ReceivedBaseCurrency then C_ReceivableBaseCurrency else '0' end ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Due Date Time (C_DueDate) calculation: receivable.invoice_date+receivable.terms_net_days Receivable Amt in BaseCurrency (C_receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Receivable Forecast Amount (ReceivableForecastAmount) Receivable Style (C_ReceivableStyle) receivable.type
Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Tenant (C_TenantID) Total Amt in Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Due Date Time (C_DueDate) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No Yes No
Default Value:
W+4 Invoice
Fields:
Accounting Entity (C_AccountingEntity) Base Receivable Forecast Amt (C_ReceivedBaseCurrency) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT
160
View:
Sorting Type:
ASCENDING
161
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Name Customer Maintenance, Bill to Customer Name; If Bill to Customer Name. ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name August 13, 2009 162
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime August 13, 2009 163
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
164
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID Not Available August 13, 2009 165
C_ReceivedAmount (ReceivedAmount) receivable.paid_amount C_ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount C_SalesLocationID (SalesLocationID) customer.territory C_SalesLocationName (SalesLocationName) C_SalesLocationNounID (SalesLocationNounID) C_Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_StatusDesc (StatusDesc) C_StatusReason (StatusReason) C_StatusReasonCode (StatusReasonCode) receivable.status C_TenantID (TenantID) C_TermDescription (TermDescription) C_TermID (TermID)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CityName Customer Maintenance, Bill To City. If blank, then Sold To City. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country. If blank, then Sold To Country. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip. If blank, then Sold To Zip. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/ReceivingContact/Name Customer Order Entry, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/RequestorContact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime The system uses the date and time it created the BOD.
167
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/AddressLine Customer Maintenance, Bill to Street Address fields
ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CityName Customer Maintenance, Bill to City ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Contact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CountryCode Customer Maintenance, Bill to Country ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/PostalCode Customer Maintenance, Bill to Zip ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory August 13, 2009 168
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/AddressLine Customer Maintenance, Maintain Shipping Addresses, Street Address Fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CityName Customer Maintenance, Maintain Shipping Addresses, City ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Contact/Name Customer Order Entry, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CountryCode Customer Maintenance, Maintain Shipping Addresses, Country ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/PostalCode Customer Maintenance, Maintain Shipping Addresses, Zip Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime August 13, 2009 169
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
170
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
171
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Calculated case when C_receivableBaseCurrency>0 then C_DueDate when C_receivableBaseCurrency<=0 and C_receivedBaseCurrency>0 then C_LastPaymentDate end Calculated case when C_receivableBaseCurrency>0 then C_DueDate when C_receivableBaseCurrency<=0 and C_receivedBaseCurrency>0 then C_LastPaymentDate end ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo Calculated C_TotalAmountBaseCurrency - C_receivableBaseCurrency ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. August 13, 2009 172
Receivable Amnt In Base Curr (C_receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Receivable Style (C_ReceivableStyle) receivable.type
Received Amount (ReceivedAmount) Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date
View:
Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Location ID (LocationID) Period original (C_Period_original) Receivable Style (C_ReceivableStyle)
Is Mandatory:
No No No Yes No
Is Fixed:
No No No No Yes
Default Value:
YTD Invoice,DebitMemo,CreditMemo
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Customer DID (C_CustomerNounID) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Document DID (C_DocumentNounID) Document ID (C_DocumentID) Due Date (C_DueDate) From Logical ID (C_FromLogicalID) Invoice Reference (C_InvoiceReference) Last Payment Date (C_LastPaymentDate) Location DD (C_SalesLocationNounID) Location ID (C_SalesLocationID) Location Name (C_SalesLocationName) Period original (C_Period_original) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Style (C_ReceivableStyle) Received Amount (ReceivedAmount) Received Base Currency (C_ReceivedBaseCurrency) Status (C_Status)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM MAX SUM MAX MAX 173
ASCENDING
View:
Sorting Type:
174
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. August 13, 2009 175
Received Amnt Transaction Curr (C_ReceivedAmount) receivable.paid_amount Received Base Currency (C_ReceivedBaseCurrency) receivable.paid_amount Sales Location ID (C_SalesLocationID) customer.territory Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
Tenant ID (C_TenantID) Total Amount (C_TotalAmount) receivable.total_amount Total Amount Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Due Date (C_DueDate) Receivable Amt In Base Curr (C_ReceivableBaseCurrency) Sales Location ID (SalesLocationID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
YTD 0.0
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Customer Name (C_CustomerName) Doc DateTime (DocDateTime) Document ID (C_DocumentID) Due Date (C_DueDate) Receivable Amount (C_ReceivableAmount) Receivable Amt In Base Curr (C_ReceivableBaseCurrency) Receivable Currency (C_ReceivableCurrency) Receivable Style (C_ReceivableStyle) Received Amnt Transaction Curr (C_ReceivedAmount) Received Base Currency (C_ReceivedBaseCurrency) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Status (C_Status) Tenant ID (C_TenantID) Total Amount (C_TotalAmount) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
DESCENDING DESCENDING
176
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Name Customer Maintenance, Bill to Customer Name; If Bill to Customer Name. ReceivableTransaction/ReceivableTransactionHeader/BillToParty/PartyIDs/ID Receivable Invoice Entry, Customer ID Unknown ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip ReceivableTransaction/ReceivableTransactionHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown August 13, 2009 177
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/Description Receivable Invoice Entry, Terms
ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/LateDiscountIndicator If RECEIVABLE.ZERO_DATE is greater than RECEIVABLE.DISCOUNT_DATE, then LateDiscountIndicator is True. In all other cases, False. ReceivableTransaction/ReceivableTransactionHeader/PaymentMethodCode Cash Application, Payment Method for Payment ID associated with Receivable ID If Payment Method=Check, then PaymentMethodCode is Cheque If PaymentMethod=Bacs or Export File, then PaymentMethodCode is ElectronicFundsTransfer If no cash receipt is associated with the receivable ID, the system inserts empty spaces. ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Amount August 13, 2009 178
C_PenaltyAmount (PenaltyAmount)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/DueDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/SurchargePercent Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Penalty/ID Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
179
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. ReceivableTransaction/ReceivableTransactionHeader/Status/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Reason If receivable status meets the criteria for WriteOff, then Reason is Bad Debt ReceivableTransaction/ReceivableTransactionHeader/Status/ReasonCode If receivable status meets the criteria for WriteOff, then ReasonCode is BD MessageHeader:TenantID ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/ID August 13, 2009 180
C_ReceivedAmount (ReceivedAmount) receivable.paid_amount C_ReceivedBaseCurrency (ReceivedBaseCurrency) receivable.paid_amount C_SalesLocationID (SalesLocationID) customer.territory C_SalesLocationName (SalesLocationName) C_SalesLocationNounID (SalesLocationNounID) C_Status (Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
C_StatusDesc (StatusDesc) C_StatusReason (StatusReason) C_StatusReasonCode (StatusReasonCode) receivable.status C_TenantID (TenantID) C_TermDescription (TermDescription) C_TermID (TermID)
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/WriteOff/Amount Not Available ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
181
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Street Address fields. If Bill to Street Address fields are blank, Sold To Street Address fields.
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CityName Customer Maintenance, Bill To City. If blank, then Sold To City. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Contact/Name Customer Maintenance, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country. If blank, then Sold To Country. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip. If blank, then Sold To Zip. ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/ReceivingContact/Name Customer Order Entry, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/RequestorContact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Description Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/ExtendedAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID ReceivableTransaction/ReceivableTransactionHeader/LastModificationDateTime August 13, 2009 182
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
The system uses the date and time it created the BOD.
183
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Unknown Calculated C_LastPaymentDate ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/AddressLine Customer Maintenance, Bill to Street Address fields
ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CityName Customer Maintenance, Bill to City ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Contact/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/CountryCode Customer Maintenance, Bill to Country ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Name Customer Maintenance, Bill To Customer Name ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/PartyIDs/ID Customer Maintenance, Bill To Customer Name Unknown ReceivableTransaction/ReceivableTransactionHeader/PayFromParty/Location/Address/PostalCode Customer Maintenance, Bill to Zip ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID August 13, 2009 184
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Customer Maintenance, General tab, Territory ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/AddressLine Customer Maintenance, Maintain Shipping Addresses, Street Address Fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CityName Customer Maintenance, Maintain Shipping Addresses, City ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Contact/Name Customer Order Entry, Contact tab, Contact fields
ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/CountryCode Customer Maintenance, Maintain Shipping Addresses, Country ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Name Customer Maintenance, Maintain Shipping Addresses, Name ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/PartyIDs/ID Customer Maintenance, Maintain Shipping Addresses, Name Unknown ReceivableTransaction/ReceivableTransactionHeader/ShipToParty/Location/Address/PostalCode Customer Maintenance, Maintain Shipping Addresses, Zip Unknown Unknown ReceivableTransaction/ReceivableTransactionHeader/WriteOff/ReasonCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/RateNumeric August 13, 2009 185
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SetDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceCurrencyCode Not Available ReceivableTransaction/ReceivableTransactionHeader/CurrencyExchangeRate/SourceID Not Available
186
View:
FIN_RECEIVABLEGENERIC (ReceivableGeneric)
Parameters:
Accounting Entity (AccountingEntity) C_DocDateTime (DocDateTime) C_receivableBaseCurrency (ReceivableBaseCurrency) Customer ID (CustomerID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
YTD 0.00
187
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/PartyIDs/ID Receivable Invoice Entry, Customer ID field Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown Calculated C_DueDate ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo Calculated case when C_SalesLocationID is NULL then '' else C_SalesLocationID end Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory MessageHeader:TenantID
Sales Location ID (Calc_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Sales_Location_ID (C_SalesLocationID) customer.territory Tenant (C_TenantID)
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Due Date (Calc_DueDate) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Style (C_ReceivableStyle) Sales Location ID (SalesLocationID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No Yes Yes No
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Due Date (Calc_DueDate) Receivable Amnt In Base Curr (C_receivableBaseCurrency) Receivable Style (C_ReceivableStyle)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT MAX SUM MAX 188
ASCENDING
189
View:
FIN_UnauthorizedDiscounts (UnauthorizedDiscount)
MessageHeader:AccountingEntityID Unknown ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountApprovedPersonnelReference Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountAllowedAmount The system calculates the amount as follows: Receivable Invoice Entry, Invoice Total multiplied by (Receivable Invoice Entry, General tab, Terms button box divided by 100) ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Discount/EffectiveDateTime Not Available ReceivableTransaction/ReceivableTransactionHeader/DiscountStatus/DiscountTakenAmount ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID Unknown ReceivableTransaction/ReceivableTransactionHeader/Status/EffectiveDateTime If status is Paid, then status effective date is receivable.zero_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. If status is PartialPaid, then status effective date is receivable.last_paid_date. Field is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. For all other statuses, status effective date is receivable.create_date. Field is not displayed in Receivable Invoice Entry window. Available in Invoice ID browse table. Calculated C_StatusDate Calculated C_DiscountTaken - C_DiscountAllowed Calculated datediff(day , C_DiscountDate ,C_StatusDate) Calculated C_StatusDate ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/ID Customer Maintenance, General tab, Territory Unknown ReceivableTransaction/ReceivableTransactionHeader/SalesLocation/Name Not Available ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in August 13, 2009 190
Document Status Date (Cal_StatusDate) Extra Discount (ExtraDiscount) Late Payment (LatePayment) Payment Date (PaymentDate) Sales Location ID (C_SalesLocationID) customer.territory Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
FIN_UnauthorizedDiscounts (UnauthorizedDiscount)
Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void MessageHeader:TenantID Calculated CASE WHEN datediff(day,C_DiscountDate,C_StatusDate)>0 THEN CASE WHEN C_DiscountTaken - C_DiscountAllowed > 0 THEN C_DiscountTaken WHEN C_DiscApprPersonRef IS NULL OR C_DiscApprPersonRef ='' THEN C_DiscountTaken END ELSE CASE WHEN datediff(day,C_DiscountDate, C_StatusDate)<=0 AND C_DiscountTaken-C_DiscountAllowed>0 THEN CASE WHEN C_DiscApprPersonRef IS NULL OR C_DiscApprPersonRef ='' THEN C_DiscountTaken END END END
Parameters:
Customer ID (CustomerID) Disc Appr Person Ref (C_DiscApprPersonRef) Document Date (C_DocDateTime) Sales Location ID (C_SalesLocationID) Status (C_Status)
Is Mandatory:
No No No No No
Is Fixed:
No Yes No No Yes
Default Value:
'$NULL',$EMPTY Y PartialPaid,Paid,Closed
Fields:
Accounting Entity (C_AccountingEntity) Customer NID (C_CustomerNounID) Customer Name (C_CustomerName) Disc Appr Person Ref (C_DiscApprPersonRef) Discount Allowed (C_DiscountAllowed) Discount Date (C_DiscountDate) Discount Given (C_DiscountTaken) Document Date (C_DocDateTime) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Document Status Date (Cal_StatusDate) Extra Discount (ExtraDiscount) Late Payment (LatePayment) Payment Date (PaymentDate) Sales Location ID (C_SalesLocationID) Sales Location NID (C_SalesLocationNounID) Sales Location Name (C_SalesLocationName) Status (C_Status) Tenant ID (C_TenantID) Unauthorized Discount Amount (UnauthorizedDiscountAmt)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX SUM MAX SUM MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX SUM
191
View:
Financial Calendar ID (C_FinancialCalendarID) Financial Year (C_FinancialYear) GL Entity ID (C_GLEntityID) GL Nominal Account (C_GLNominalAccount) Net Amount (C_NetAmount) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Short Name (C_PeriodShortName) Period Start Date (C_PeriodStartDate) Revenue (C_Revenue_Actual_LedgerAmount)
ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end Unknown ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account type (C_Accounttype) Accounting Entity (AccountingEntity) Book Type (C_BookType) Period End Date (C_PeriodEndDate)
Is Mandatory:
No No No Yes
Is Fixed:
Yes No Yes No
Default Value:
ProfitAndLoss Actual YTD
Fields:
Account type (C_Accounttype)
Sorting Type:
Aggregation Type:
MAX
192
View:
Sorting Type:
193
View:
Financial Calendar ID (C_FinancialCalendarID) Financial Year (C_FinancialYear) GL Entity ID (C_GLEntityID) GL Nominal Account (C_GLNominalAccount) Net Amount (C_NetAmount) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Short Name (C_PeriodShortName) Period Start Date (C_PeriodStartDate) Revenue (C_Revenue_Actual_LedgerAmount)
ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end Unknown ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account type (C_Accounttype) Accounting Entity (C_AccountingEntity) Book Type (C_BookType) Period End Date (C_PeriodEndDate)
Is Mandatory:
No No No Yes
Is Fixed:
Yes No Yes No
Default Value:
ProfitAndLoss Actual YTD
Fields:
Account type (C_Accounttype)
Sorting Type:
Aggregation Type:
MAX
194
View:
Sorting Type:
195
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available Unknown GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available August 13, 2009 196
Classification Code (REP_MDM_COA_C_ClassificCode) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Expenses (OFP_FIN_Expense_Variance_Per) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
View:
Parameters:
Account type (REP_MDM_COA_C_Accounttype) Accounting Entity (AccountingEntity) Period End Date (REP_MDM_FinCal_C_PerdEndDate)
Is Mandatory:
Yes No Yes
Is Fixed:
Yes No No
Default Value:
ProfitAndLoss YTD
Fields:
Account Name (REP_MDM_COA_C_AccountName) Account type (REP_MDM_COA_C_Accounttype) Accounting Book (REP_FIN_GL_C_AccountingBook) Accounting Entity (REP_FIN_GL_C_AccountingEntity) Actual Expense (C_Expense_Actual_LedgerAmnt) Actual Revenue (C_Revenue_Actual_LedgerAmount) Book Currency (REP_FIN_GL_C_BookCurrency) Book Type (REP_FIN_GL_C_BookType) Budgeted Expense (C_Expense_Budget_LedgerAmnt) Budgeted Revenue (C_Revenue_Budget_LedgerAmnt) Classification Code (REP_MDM_COA_C_ClassificCode) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Start Date (REP_MDM_FinCal_C_PerdStartDate) Short Name (REP_MDM_COA_C_ShortName) Tenant (REP_FIN_GL_C_Tenant)
Sorting Type:
Aggregation Type:
MIN MIN MIN COUNT SUM SUM MIN MIN SUM SUM MIN SUM SUM MIN COUNT
197
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available Unknown GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available August 13, 2009 198
Classification Code (REP_MDM_COA_C_ClassificCode) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Expenses (OFP_FIN_Expense_Variance_Per) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
View:
Parameters:
Account type (REP_MDM_COA_C_Accounttype) Accounting Entity (AccountingEntity) Accounting Entity (REP_FIN_GL_C_AccountingEntity) Book Type (REP_FIN_GL_C_BookType) Classification Code (REP_MDM_COA_C_ClassificCode) Financial Year (REP_FIN_GL_C_FinancialYear) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
Is Mandatory:
No No No No No No No
Is Fixed:
Yes No No Yes No No No
Default Value:
BalanceSheet
Actual
Fields:
Account Name (REP_MDM_COA_C_AccountName) Account type (REP_MDM_COA_C_Accounttype) Accounting Book (REP_FIN_GL_C_AccountingBook) Accounting Entity (REP_FIN_GL_C_AccountingEntity) Actual Expense (C_Expense_Actual_LedgerAmnt) Actual Revenue (C_Revenue_Actual_LedgerAmount) Book Currency (REP_FIN_GL_C_BookCurrency) Book Type (REP_FIN_GL_C_BookType) Budgeted Expense (C_Expense_Budget_LedgerAmnt) Budgeted Revenue (C_Revenue_Budget_LedgerAmnt) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName) Period Start Date (REP_MDM_FinCal_C_PerdStartDate) Short Name (REP_MDM_COA_C_ShortName) Tenant (REP_FIN_GL_C_Tenant)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX MAX MAX SUM SUM MAX MAX SUM SUM SUM SUM MAX MAX MAX COUNT SUM MAX
DESCENDING
199
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available GLMovement/GLAccount/AccountingChartReference/ID Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available MessageHeader:FromLogicalID GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/Name Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account Type (C_Accounttype) Accounting Entity (AccountingEntity) Book Type (C_BookType)
Is Mandatory:
No No No
Is Fixed:
Yes No Yes August 13, 2009
Default Value:
ProfitAndLoss Actual 200
View: Is Fixed:
Yes No
Is Mandatory:
No Yes
Fields:
Account Name (C_AccountName) Account Type (C_Accounttype) Accounting Book (C_AccountingBook) Accounting Chart ID (C_AccountingChartID) Accounting Entity (C_AccountingEntity) Book Currency (C_BookCurrency) Book Type (C_BookType) Classification Code (C_ClassificationCode) Credit Amount (C_CreditAmount) Debit Amount (C_DebitAmount) Debit Credit Flag (C_DebitCreditFlag) Financial Calendar ID (C_FinancialCalendarID) Financial Year (C_FinancialYear) From Logical ID (C_FromLogicalID) GL Nominal Account (C_GLNominalAccount) Net Amount (C_NetAmount) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Name (C_PeriodName) Period Short Name (C_PeriodShortName) Period Start Date (C_PeriodStartDate) Short Name (C_ShortName) Tenant (C_Tenant)
Sorting Type:
Aggregation Type:
MIN MIN MIN MIN MIN MIN MIN MIN AVERAGE AVERAGE MIN MIN AVERAGE MIN MIN SUM MAX AVERAGE MIN MIN MAX
ASCENDING MIN
201
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available GLMovement/GLAccount/AccountingChartReference/ID Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available MessageHeader:FromLogicalID GLMovement/GLAccount/GLNominalAccount Not Available Calculated C_NetAmount*(-1) GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/Name Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account type (C_Accounttype)
Is Mandatory:
No
Is Fixed:
Yes August 13, 2009
Default Value:
ProfitAndLoss 202
View: Is Fixed:
No Yes Yes No
Is Mandatory:
No No No Yes
Fields:
Account Name (C_AccountName) Account type (C_Accounttype) Accounting Book (C_AccountingBook) Accounting Chart ID (C_AccountingChartID) Accounting Entity (C_AccountingEntity) Book Currency (C_BookCurrency) Book Type (C_BookType) Classification Code (C_ClassificationCode) Credit Amount (C_CreditAmount) Debit Amount (C_DebitAmount) Debit Credit Flag (C_DebitCreditFlag) Financial Calendar ID (C_FinancialCalendarID) Financial Year (C_FinancialYear) From Logical ID (C_FromLogicalID) GL Nominal Account (C_GLNominalAccount) Ledger Amount (Calc_LedgerAmount) Net Amount (C_NetAmount) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Name (C_PeriodName) Period Short Name (C_PeriodShortName) Period Start Date (C_PeriodStartDate) Short Name (C_ShortName) Tenant (C_Tenant)
Sorting Type:
Aggregation Type:
MIN MIN MIN MIN MIN MIN MIN MIN AVERAGE AVERAGE MIN MIN AVERAGE MIN MIN SUM SUM MAX AVERAGE MIN MIN MAX
ASCENDING MIN
203
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. Unknown Unknown PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID Calculated 365.0 PayableTransaction/PayableTransactionHeader/PaymentAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0. PayableTransaction/PayableTransactionHeader/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/PaymentMethodCode Payment Entry, Output Type. If type is check, then paymentmethod is Cheque. Otherwise, paymentmethod is ElectronicFundsTransfer Unknown PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe Unknown PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available MessageHeader:TenantID PayableTransaction/PayableTransactionHeader/TotalAmount Payables Invoice Entry, Invoice Total. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Status Date (C_StatusDate) payable.zero_date payable.create_date Supplier DID (C_SupplierNounID) Supplier ID (C_SupplierID) payable.vendor_id Supplier Name (C_SupplierName) Tenant ID (C_TenantID) Total Amount Base Currency (C_TotalAmountBaseCurrency) payble.total_amount
Parameters:
Is Mandatory:
Is Fixed:
August 13, 2009
Default Value:
204
Is Mandatory:
No No No No
Is Fixed:
No No No No
205
View:
TestExportServiceView (TestExportServiceView)
Fields:
ID (ID)
Sorting Type:
ASCENDING
Aggregation Type:
MIN
206
View:
TestExportServiceView (TestExportServiceView)
Fields:
ID (ID)
Sorting Type:
ASCENDING
Aggregation Type:
207
View:
TestExportServiceView (TestExportServiceView)
Fields:
ID (ID)
Sorting Type:
Aggregation Type:
COUNT
208
View:
TestExportServiceView (TestExportServiceView)
Parameters:
ID (ID)
Is Mandatory:
Yes
Is Fixed:
No
Default Value:
209
View:
TestExportServiceView (TestExportServiceView)
Parameters:
ID (ID)
Is Mandatory:
Yes
Is Fixed:
No
Default Value:
210
View:
TestExportServiceView (TestExportServiceView)
Parameters:
ID (ID)
Is Mandatory:
Yes
Is Fixed:
No
Default Value:
1001
211
View:
TestExportServiceView (TestExportServiceView)
Parameters:
ID (ID)
Is Mandatory:
No
Is Fixed:
No
Default Value:
212
View:
TestExportServiceView (TestExportServiceView)
Fields:
ID (ID)
Sorting Type:
Aggregation Type:
SUM
213
TestExportServiceView (TestExportServiceView)
214
View:
CreditAmount (C_CreditAmount) DebitAmount (C_DebitAmount) DebitCreditFlag (C_DebitCreditFlag) Financial Year (C_FinancialYear) FinancialCalendarID (C_FinancialCalendarID) GLEntityID (C_GLEntityID) GLNominalAccount (C_GLNominalAccount) NetAmount (C_NetAmount) PeriodID (C_PeriodID) Tenant (C_Tenant)
GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/AccountingDate/Year Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available GLMovement/AccountingDate/PeriodID Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Financial Year (C_FinancialYear)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
Fields:
AccountingBook (C_AccountingBook) AccountingEntity (C_AccountingEntity) Accounttype (C_Accounttype) Actual (C_Expense_Actual_LedgerAmount) BookCurrency (C_BookCurrency) BookType (C_BookType) Budget (C_Expense_Budget_LedgerAmount) CreditAmount (C_CreditAmount)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT SUM COUNT COUNT SUM COUNT
215
216
View:
FIN_FINCALENDARPERIODGENERIC (FinCalendarPeriodsGeneric)
MessageHeader:AccountingEntityID FinancialCalendar/Name Not Available FinancialCalendar/Status/Code Not Available FinancialCalendar/Status/EffectiveDateTime Not Available FinancialCalendar/Status/Description Not Available FinancialCalendar/FinancialCalendarID/ID Not Available Unknown FinancialCalendar/CalendarYear/Year Not Available MessageHeader:FromLogicalID FinancialCalendar/CalendarYear/InsertedYearIndicator Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available FinancialCalendar/CalendarYear/Period/PeriodID Not Available FinancialCalendar/CalendarYear/Period/Name Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available FinancialCalendar/CalendarYear/Period/Status/Code Not Available MessageHeader:TenantID FinancialCalendar/CalendarYear/EffectiveTimePeriod/EndDateTime Not Available FinancialCalendar/CalendarYear/YearMethod Not Available FinancialCalendar/CalendarYear/Name Not Available FinancialCalendar/CalendarYear/EffectiveTimePeriod/StartDateTime Not Available FinancialCalendar/CalendarYear/Status/Code Not Available
217
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available Unknown GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available August 13, 2009 218
Classification Code (REP_MDM_COA_C_ClassificCode) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Expenses (OFP_FIN_Expense_Variance_Per) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
View:
Parameters:
Account type (REP_MDM_COA_C_Accounttype) Book Type (REP_FIN_GL_C_BookType) Classification Code (REP_MDM_COA_C_ClassificCode) Financial Year (REP_FIN_GL_C_FinancialYear) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
Is Mandatory:
No No No No No
Is Fixed:
No No No No No
Default Value:
Fields:
Account Name (REP_MDM_COA_C_AccountName) Account type (REP_MDM_COA_C_Accounttype) Accounting Book (REP_FIN_GL_C_AccountingBook) Accounting Entity (REP_FIN_GL_C_AccountingEntity) Actual Expense (C_Expense_Actual_LedgerAmnt) Actual Revenue (C_Revenue_Actual_LedgerAmount) Book Currency (REP_FIN_GL_C_BookCurrency) Book Type (REP_FIN_GL_C_BookType) Budgeted Expense (C_Expense_Budget_LedgerAmnt) Budgeted Revenue (C_Revenue_Budget_LedgerAmnt) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName) Period Start Date (REP_MDM_FinCal_C_PerdStartDate) Short Name (REP_MDM_COA_C_ShortName) Tenant (REP_FIN_GL_C_Tenant)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX MAX MAX SUM SUM MAX MAX SUM SUM SUM SUM MAX MAX MAX COUNT SUM MAX
DESCENDING
219
View:
FIN_GROSSPROFITMARGIN (GrossProfitAndMargin)
GLMovement/GLAccount/GLNominalAccount Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown Calculated CASE WHEN C_ClassificationCode = 'Cost of Sales' THEN C_NetAmount ELSE 0 END GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available MessageHeader:FromLogicalID Unknown Unknown GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available Calculated CASE WHEN C_ClassificationCode = 'Revenue' THEN (C_NetAmount * -1) ELSE 0 END MessageHeader:TenantID
Parameters:
Account Type (C_Accounttype) Accounting Entity (AccountingEntity) Book Type (C_BookType) Period End Date (C_PeriodEndDate)
Is Mandatory:
No No No Yes
Is Fixed:
Yes No Yes No
Default Value:
ProfitAndLoss Actual YTD
Fields:
Account (C_GLNominalAccount)
Sorting Type:
Aggregation Type:
MAX
220
221
View:
MessageHeader:AccountingEntityID ReceivableTransaction/ReceivableTransactionHeader/CustomerParty/Name Customer Maintenance, Customer Name ReceivableTransaction/ReceivableTransactionHeader/DocumentDateTime ReceivableTransaction/ReceivableTransactionHeader/DocumentID/ID Receivable Invoice Entry, Invoice ID ReceivableTransaction/ReceivableTransactionHeader/ReceivableStyle Receivable Invoice Entry, General tab, Type If Type = Invoice, then ReceivableStyle is Invoice If Type = Unapplied Cash or Memo, then Receivable Style is CreditMemo ReceivableTransaction/ReceivableTransactionHeader/PaymentTerm/Term/DueDateTime The system adds the days in the Receivable Invoice Entry, Terms, Net Days to Receivble Invoice Entry, Invoice Date Calculated C_DocDateTime MessageHeader:FromLogicalID Calculated case when C_ReceivableAmount > 0.0 then 1 else 0 end ReceivableTransaction/ReceivableTransactionHeader/TotalAmount@currencyID Receivable Invoice Entry, Currency ID ReceivableTransaction/ReceivableTransactionHeader/InvoiceReference/DocumentID/ID Receivable Invoice Entry, Invoice ID Calculated 'Receivable' ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivedAmount Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. Unknown ReceivableTransaction/ReceivableTransactionHeader/ReceiptAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/ReceivableAmount Receivable Invoice Entry, Invoice Total minus Receivable Invoice Entry, Paid to Date. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/Status/Code The system calculates the status as follows: Open = receivable.status ='A' and receivable.paid_amount = 0 receivable.zero_date is null. Fields are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Paid=receivable.status = 'A' and Receivable Invoice Entry, Paid to Date and receivable.zero_date are not null, and Receivable Invoice Entry, Invoice Total equals Receivable Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. PartialPaid = receivable.status = 'A' and Receivables Invoice Entry, Paid to Date does not equal zero and receivable.zero_date is null and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date. Receivable.status and receivable.zero_date are not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Unapplied Cash = Receivables Invoice Entry, Type = 'U' and Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to August 13, 2009 222
Due Date (C_DueDate) calculation: receivable.invoice_date+receivable.terms_net_days Fiscal Period (FiscalPeriod) From Logical ID (C_FromLogicalID) Invoice Count (InvoiceCount) Invoice Currency (C_ReceivableCurrency) receivable.currency_id Invoice Reference (C_InvoiceReference) receivable.invoice_id Invoice Type (InvoiceType) Invoiced Amount (C_ReceivedAmount) receivable.paid_amount Invoiced Amt BaseCurrency (C_ReceivedBaseCurrency) receivable.paid_amount Last Payment Date (C_LastPaymentDate) Open Inv Amt BaseCurrency (C_receivableBaseCurrency) calculation: receivable.total_amount-receivable.paid_amount Open Invoice Amount (C_ReceivableAmount) calculation: receivable.total_amount-receivable.paid_amount Status (C_Status) receivable.status receivable.paid_amount receivable.total_amount receivable.zero_date receivable.void_date receivable.type
View:
Total Amount (C_TotalAmount) receivable.total_amount Total Amount Base Currency (C_TotalAmountBaseCurrency) receivable.total_amount
Date and receivable.zero_date is null. Receivable.zero_date is not displayed in Receivables Invoice Entry window. Available in Invoice ID browse table. Late = Receivables Invoice Entry, Invoice Total does not equal Receivables Invoice Entry, Paid to Date Void = Receivable.type=Void ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0. ReceivableTransaction/ReceivableTransactionHeader/TotalAmount Receivable Invoice Entry, Invoice Total. The system converts the total into the system currency. If the invoice is void, then the amount is 0.
Parameters:
Accounting Entity (AccountingEntity) Document Date Time (C_DocDateTime) Document Style (C_ReceivableStyle) Open Invoice Amount (C_ReceivableAmount)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes Yes
Default Value:
YTD Invoice 0.0
Fields:
Accounting Entity (C_AccountingEntity) Business Partner Name (C_CustomerName) Document Date Time (C_DocDateTime) Document ID (C_DocumentID) Document Style (C_ReceivableStyle) Due Date (C_DueDate) From Logical ID (C_FromLogicalID) Invoice Count (InvoiceCount) Invoice Currency (C_ReceivableCurrency) Invoice Reference (C_InvoiceReference) Invoiced Amount (C_ReceivedAmount) Invoiced Amt BaseCurrency (C_ReceivedBaseCurrency) Last Payment Date (C_LastPaymentDate) Open Inv Amt BaseCurrency (C_receivableBaseCurrency) Open Invoice Amount (C_ReceivableAmount) Status (C_Status) Total Amount (C_TotalAmount) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX SUM SUM MAX SUM SUM MAX SUM SUM
ASCENDING
223
View:
ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available MessageHeader:AccountingEntityID Unknown Unknown GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available MessageHeader:FromLogicalID GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Parameters:
Account type (C_Accounttype) Accounting Entity (AccountingEntity) Book Type (C_BookType) Classification Code (C_ClassificationCode) Period Start Date (C_PeriodStartDate)
Is Mandatory:
No No No No No
Is Fixed:
Yes No Yes Yes No
Default Value:
BalanceSheet Actual Cash and Cash Equivalents YTD
Fields:
Account type (C_Accounttype) Book Currency (C_BookCurrency) Book Type (C_BookType) C_AccountingEntity (C_AccountingEntity) Classification Code (C_ClassificationCode) Document NID (C_DocumentNID) Financial Calendar ID (C_FinancialCalendarID) From Logical ID (C_FromLogicalID) GL Nominal Account (C_GLNominalAccount) Net Change In Cash (C_NetAmount)
Sorting Type:
Aggregation Type:
MAX MAX MAX COUNT MAX MAX MAX MAX MAX SUM
224
225
View:
ChartOfAccounts/Name Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available Calculated case when C_ClassificationCode in ('Other Operating Expenses','Depreciation and Amortization','Cost of Sales') and C_DebitCreditFlag = 'Debit' then C_NetAmount else 0 end Unknown Calculated case when C_ClassificationCode='Revenue' and C_DebitCreditFlag = 'Credit' then C_NetAmount*(-1) else 0 end FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID
Operating Profit Margin (OperatingMargin) Operating Revenue (OperatingRevenue) PeriodEndDate (C_PeriodEndDate) PeriodID (C_PeriodID) PeriodShortName (C_PeriodShortName) PeriodStartDate (C_PeriodStartDate) ShortName (C_ShortName) Tenant (C_Tenant)
Parameters:
Is Mandatory:
Is Fixed:
August 13, 2009
Default Value:
226
View: Is Fixed:
No Yes Yes No
Is Mandatory:
No No No Yes
Fields:
AccountName (C_AccountName) AccountingBook (C_AccountingBook) AccountingEntity (C_AccountingEntity) Accounttype (C_Accounttype) BookCurrency (C_BookCurrency) BookType (C_BookType) ClassificationCode (C_ClassificationCode) CreditAmount (C_CreditAmount) DebitAmount (C_DebitAmount) DebitCreditFlag (C_DebitCreditFlag) FinancialCalendarID (C_FinancialCalendarID) FinancialYear (C_FinancialYear) GLEntityID (C_GLEntityID) GLNominalAccount (C_GLNominalAccount) NetAmount (C_NetAmount) Operating Expenses (OperatingExpenses) Operating Revenue (OperatingRevenue) PeriodEndDate (C_PeriodEndDate) PeriodID (C_PeriodID) PeriodStartDate (C_PeriodStartDate) ShortName (C_ShortName) Tenant (C_Tenant)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX SUM SUM MAX MAX
ASCENDING MAX MAX SUM SUM SUM MAX ASCENDING MAX MAX MAX
227
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Unknown GLMovement/CreditMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/DebitMovement/FunctionalAmount Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available Calculated case when C_ClassificationCode in ('Other Operating Expenses','Depreciation and Amortization','Cost of Sales') and C_DebitCreditFlag = 'Debit' then C_NetAmount else 0 end Unknown Calculated case when C_ClassificationCode='Revenue' and C_DebitCreditFlag = 'Credit' then C_NetAmount*(-1) else 0 end FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available ChartOfAccounts/ShortName Not Available MessageHeader:TenantID August 13, 2009 228
Operating Profit Margin (OperatingProfitMargin) Operating Revenue (OperatingRevenue) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Short Name (C_PeriodShortName) Period Start Date (C_PeriodStartDate) Short Name (C_ShortName) Tenant (C_Tenant)
View:
Is Mandatory:
No No No No
Is Fixed:
Yes No Yes No
Fields:
Account Name (C_AccountName) Account type (C_Accounttype) Accounting Book (C_AccountingBook) Accounting Entity (C_AccountingEntity) Book Currency (C_BookCurrency) Book Type (C_BookType) Classification Code (C_ClassificationCode) Credit Amount (C_CreditAmount) Debi Credit Flag (C_DebitCreditFlag) Debit Amount (C_DebitAmount) Financial Calendar ID (C_FinancialCalendarID) Financial Year (C_FinancialYear) GL Entity ID (C_GLEntityID) GL Nominal Account (C_GLNominalAccount) Net Amount (C_NetAmount) Operating Expense (OperatingExpense) Operating Revenue (OperatingRevenue) Period End Date (C_PeriodEndDate) Period ID (C_PeriodID) Period Start Date (C_PeriodStartDate) Short Name (C_ShortName) Tenant (C_Tenant)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX SUM MAX SUM MAX
ASCENDING MAX MAX SUM SUM SUM MAX ASCENDING MAX MAX MAX
229
View:
ChartOfAccounts/Name Not Available ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available GLMovement/LedgerSetupBookInstanceReference/DocumentID/ID Not Available MessageHeader:AccountingEntityID Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end Unknown GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available Unknown GLMovement/FinancialCalendarReference/DocumentID/ID Not Available GLMovement/AccountingDate/Year Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available August 13, 2009 230
Classification Code (REP_MDM_COA_C_ClassificCode) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Expenses (OFP_FIN_Expense_Variance_Per) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
View:
Parameters:
Account type (REP_MDM_COA_C_Accounttype) Accounting Entity (AccountingEntity) Book Type (REP_FIN_GL_C_BookType) Financial Year (REP_FIN_GL_C_FinancialYear) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName)
Is Mandatory:
No No No No No
Is Fixed:
Yes No Yes No No
Default Value:
ProfitAndLoss Actual
Fields:
Account Name (REP_MDM_COA_C_AccountName) Account type (REP_MDM_COA_C_Accounttype) Accounting Book (REP_FIN_GL_C_AccountingBook) Accounting Entity (REP_FIN_GL_C_AccountingEntity) Actual Expense (C_Expense_Actual_LedgerAmnt) Actual Revenue (C_Revenue_Actual_LedgerAmount) Book Currency (REP_FIN_GL_C_BookCurrency) Book Type (REP_FIN_GL_C_BookType) Budgeted Expense (C_Expense_Budget_LedgerAmnt) Budgeted Revenue (C_Revenue_Budget_LedgerAmnt) Credit Amount (REP_FIN_GL_C_CreditAmount) Debit Amount (REP_FIN_GL_C_DebitAmount) Debit Credit Flag (REP_MDM_COA_C_DebitCreditFlag) Financial Calendar ID (REP_FIN_GL_C_FinCalendarID) Financial Year (REP_FIN_GL_C_FinancialYear) GL Entity ID (REP_MDM_COA_C_GLEntityID) GLNominal Account (REP_FIN_GL_C_GLNominalAccount) Net Amount (REP_FIN_GL_C_NetAmount) Period End Date (REP_MDM_FinCal_C_PerdEndDate) Period ID (REP_FIN_GL_C_PeriodID) Period Short Name (REP_MDM_FinCal_C_PeriodSrtName) Period Start Date (REP_MDM_FinCal_C_PerdStartDate) Short Name (REP_MDM_COA_C_ShortName) Tenant (REP_FIN_GL_C_Tenant)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX MAX MAX SUM SUM MAX MAX SUM SUM SUM SUM MAX MAX MAX COUNT SUM MAX
DESCENDING
231
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
MessageHeader:AccountingEntityID Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available Invoice/InvoiceLine/ContractReference/DocumentID/ID@accountingEntity Not Available Invoice/InvoiceLine/ContractReference/DocumentID/ID@location Not Available Unknown Invoice/InvoiceLine/ContractReference/DocumentID/ID Not Available Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Unknown Invoice/InvoiceHeader/PaymentTerm/Discount/DueDateTime Not Available Unknown Invoice/InvoiceLine/Item/EPCID Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/RateNumeric Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SetDateTime Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SourceCurrencyCode Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/TargetCurrencyCode Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/ExtendedAmount@currencyID For payables, Payables Invoice Entry, Currency ID For receivables, Receivables Invoice Entry, Currency ID August 13, 2009 232
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
The system translates the currency ID to an ISO code based on your settings in Code Mapping. Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available MessageHeader:FromLogicalID Invoice/InvoiceHeader/ExtendedAmount Not Available Invoice/InvoiceHeader/TotalAmount For payables, Payables Invoice Entry, Total Amount For receivables, Receivables Invoice Entry, Total Amount If invoice is void, then 0. Invoice/InvoiceHeader/TotalAmount@currencyID For payables, Payables Invoice Entry, Currency ID For receivables, Receivables Invoice Entry, Currency ID The system translates the currency ID to an ISO code based on your settings in Code Mapping. Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/PaymentTerm/Term/DueDateTime For receivables and payables, the system adds the net days value from the terms box to the invoice date.
Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Unknown Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown
233
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
Invoice/InvoiceLine/Item/SerialNumber Not Available Last Modify Date Time (C_LastModifyDateTime) Invoice/InvoiceHeader/LastModificationDateTime The system inserts the date and time the BOD was created Line Amount (C_LineAmount) Invoice/InvoiceLine/TotalAmount payable_line.amount For payables, Payables Invoice Entry, Lines, Amount receivable_line.amount For receivables, Receivables Invoice Entry, Lines, Amount If invoice is void, then amount is 0 Line Amount Base Currency (C_LineAmountBaseCurrency) Invoice/InvoiceLine/BaseCurrencyAmount Not Available Open Item Indicator (C_OpenItemIndicator) Invoice/InvoiceLine/OpenItemIndicator Not Available PO Accounting Entity (C_POAccountingEntity) Invoice/InvoiceLine/PurchaseOrderReference/DocumentID/ID@accountingEntity Not Available PO Location (C_POLocation) Invoice/InvoiceLine/PurchaseOrderReference/DocumentID/ID@location Not Available Product Line (C_ProductLine) Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available Pur Loc Country Sub Div Code (C_PurLocCountrySubDivCode) Invoice/InvoiceHeader/CustomerParty/Location/Address/CountrySubDivisionCode application_global.company_state For payables, Application Global Maintenance State customer.state For receivables, Customer Maintenance, State The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Purchase Loc Address Line 1 (C_PurchaseLocAddressLine1) Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Purchase Loc Address Line 2 (C_PurchaseLocAddressLine2) Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Purchase Loc Address Line 3 (C_PurchaseLocAddressLine3) Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Purchase Loc Address Line 4 (C_PurchaseLocAddressLine4) Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Purchase Loc Address Line 5 (C_PurchaseLocAddressLine5) Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Purchase Loc City (C_PurchaseLocCity) Invoice/InvoiceLine/CustomerParty/Location/Address/CityName if payables then application_global.company_city else For payables, Application Global Maintenance, City customer.city For receivables, Customer Maintenance, City The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Purchase Loc City Sub Div Name (C_PurchaseLocCitySubDivName) Invoice/InvoiceLine/CustomerParty/Location/Address/CitySubDivisionName Not Available Purchase Loc Country (C_PurchaseLocCountry) Invoice/InvoiceHeader/CustomerParty/Location/Address/CountryCode application_global.company_country For payables, then Application Global Maintenance, Country customer.country For receivables, then Customer Maintenance, Country. The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Purchase Loc Postal Code (C_PurchaseLocPostalCode) Invoice/InvoiceHeader/CustomerParty/Location/Address/PostalCode application_global.company_zipcode For payables, then Application Global Maintenance, Zip customer.zipcode For receivables, then Customer Maintenance, Zip Purchase Location GID (C_PurchaseLocationGID) Invoice/InvoiceHeader/CustomerParty/Location/ID Not Available August 13, 2009 234
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
Quantity (C_Quantity) receivable_line.line_qty RFID (C_RFID) Remit To Address Line1 (C_RemitToAddressLine1) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3 Remit To Address Line2 (C_RemitToAddressLine2) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3 Remit To Address Line3 (C_RemitToAddressLine3) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3
Invoice/InvoiceHeader/CustomerParty/Location/ID Not Available Invoice/InvoiceHeader/CustomerParty/Location/Name For payables, Application Global Maintenance, Name For receivables, Customer Maintenance, Name Unknown Invoice/InvoiceLine/PurchaseOrderReference/DocumentID/ID For payables, Payables Invoice Entry, Lines, Purchase Order Ln# For receivables, n/a Invoice/InvoiceLine/PurchaseOrderReference/LineNumber For payables, Payables Invoice Entry, Lines, Purchase Order Ln# For receivables, n/a Unknown Invoice/InvoiceLine/PurchaseOrderReference/ScheduleLineNumber Not Available Invoice/InvoiceLine/Quantity@unitCode For payables, N/A For receivables, Receivable Invoice Entry, Lines, U/M. If null, then EA. The system translates the VISUAL UOM code to the ISO code. Invoice/InvoiceLine/Quantity For payables, N/A For receivables, Receivable Invoice Entry, Lines, Qty Invoice/InvoiceLine/Item/RFID Not Available Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
235
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Location/Address/CityName For payables, Vendor Maintenance, Remit to City For receivables, Application Global Maintenance, City Invoice/InvoiceHeader/RemitToParty/Location/Address/CitySubDivisionName Not Available Remit To Cntry Sub Div Code (C_RemitToCntrySubDivCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountrySubDivisionCode vendor.remit_to_state For payables, Vendor Maintenance, Remit To State application_global.company_state For receivables, Application Global Maintenance, State The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Remit To Contact Name (C_RemitToContactName) Invoice/InvoiceHeader/RemitToParty/Contact/Name vendor.contact_first_name+vendor.contact_initial+vendor. For payables, Vendor Maintenance, First Name, Initial and Last Name contact_last_name For receivables, n/a Remit To Country (C_RemitToCountry) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountryCode vendor.remit_to_country For payables, Vendor Maintenance, Remit To Country application_global.company_country For receivables, Application Global Maintenance, Country. The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Remit To Location Name (C_RemitToLocationName) Invoice/InvoiceHeader/RemitToParty/Location/Name vendor.name For payables, Vendor Maintenance, Name application_global.company_name For receivables, Application Global Maintenance, Company Name
236
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
Invoice/InvoiceHeader/RemitToParty/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Invoice/InvoiceHeader/RemitToParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, n/a Invoice/InvoiceHeader/RemitToParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, n/a Unknown Invoice/InvoiceHeader/RemitToParty/Location/Address/PostalCode For payables, Vendor Maintenance, Remit to Zip For receivables, Application Global Maintenance, Zip Invoice/InvoiceLine/Item/ServiceIndicator For payables, if Purchase Order Entry, Lines, Service ID is populated, then servicechargeindicator=Y For receivables, if Customer Order Entry, Lines, Service Charge is populated, then servicechargeindicator=Y Invoice/InvoiceHeader/Status/Description Not Available Invoice/InvoiceHeader/SupplierParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, null Invoice/InvoiceHeader/SupplierParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, null Invoice/InvoiceHeader/SupplierParty/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/CityName For payables, Application Global Maintenance, City For receivables, Customer Maintenance, City Invoice/InvoiceHeader/SupplierParty/Location/Address/CountryCode For payables, Vendor Maintenance, Country For receivables, Application Global Maintenance, Country The system translates the VISUAL code to the ISO country code based on your settings in Code Mapping Maintenance Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name August 13, 2009 237
View:
FIN_PURINVOICELINEGENERIC (PURINVOICELINEGENERIC)
For receivables, Application Global Maintenance, Company Name Invoice/InvoiceHeader/SupplierParty/Location/Address/CountrySubDivisionCode For payables, Vendor Maintenance, State For receivables, Application Global Maintenance, State The system translates the VISUAL code to the ISO country code based on your settings in Code Mapping Maintenance Unknown MessageHeader:TenantID Invoice/InvoiceHeader/PaymentTerm/Term/Description Not Available Invoice/InvoiceHeader/PaymentTerm/Term/ID Not Available Invoice/InvoiceLine/Item/UPCID Not Available Invoice/InvoiceLine/UnitPrice/Amount Not Available Invoice/InvoiceLine/UnitPrice/Amount@currencyID Not Available Invoice/InvoiceLine/UnitPrice/PerQuantity Not Available
238
View:
Financial Calendar ID (Calendar_C_FinancialCalendarID) Financial Year (GLMovement_C_FinancialYear) Net amount (GLMovement_C_NetAmount) Net income (NetIncome)
Period ID (GLMovement_C_PeriodID) Period end date (Calendar_C_PeriodEndDate) Period short name (Calendar_C_PeriodShortName) Period start date (Calendar_C_PeriodStartDate) Revenue (Revenue) Tenant ID (C_Tenant) classification code (Accounts_C_ClassificationCode)
ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available MessageHeader:AccountingEntityID GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available ChartOfAccounts/DebitCreditFlag Not Available Calculated case when C_ClassificationCode ='Revenue' THEN -1*C_NetAmount When C_ClassificationCode in ('Cost of Sales', 'Other Operating Expenses','Other Income') then -1*C_NetAmount else 0 end FinancialCalendar/FinancialCalendarID/ID Not Available GLMovement/AccountingDate/Year Not Available GLMovement/NetMovement/FunctionalAmount Not Available Calculated case when C_ClassificationCode ='Revenue' THEN -1*C_NetAmount When C_ClassificationCode in ('Cost of Sales' ,'Other Operating Expenses', 'Depreciation and Amortization', 'Other Income', 'Interest Expense','Income Taxes' ) then -1*C_NetAmount else 0 end GLMovement/AccountingDate/PeriodID Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/EndDateTime Not Available FinancialCalendar/CalendarYear/Period/ShortName Not Available FinancialCalendar/CalendarYear/Period/EffectiveTimePeriod/StartDateTime Not Available Calculated case when C_ClassificationCode='Revenue'then -1*C_NetAmount else 0 End MessageHeader:TenantID Unknown
Parameters:
Account type (Accounts_C_Accounttype) Accounting Entity (AccountingEntity) Book type (GLMovement_C_BookType) Period start date (Calendar_C_PeriodStartDate)
Is Mandatory:
No No No No
Is Fixed:
Yes No Yes No
Default Value:
ProfitAndLoss Actual QTD
Fields:
Account type (Accounts_C_Accounttype) Accounting Entity (C_AccountingEntity) Book currency (GLMovement_C_BookCurrency) Book type (GLMovement_C_BookType) Debit credit flag (Accounts_C_DebitCreditFlag)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX
239
Export Service: Finance / REVEBIDTAANDNETINCOME (REVENUE EBIDTA AND NET INCOME) Fields:
EBIDTA (EBIDTA) Financial Calendar ID (Calendar_C_FinancialCalendarID) Financial Year (GLMovement_C_FinancialYear) Net amount (GLMovement_C_NetAmount) Net income (NetIncome) Period ID (GLMovement_C_PeriodID) Period end date (Calendar_C_PeriodEndDate) Period short name (Calendar_C_PeriodShortName) Period start date (Calendar_C_PeriodStartDate) Revenue (Revenue) Tenant ID (C_Tenant) classification code (Accounts_C_ClassificationCode)
View:
Sorting Type:
ASCENDING COUNT SUM ASCENDING MAX MAX MAX SUM MAX MAX
240
View:
ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available Accounting Entity (C_AccountingEntity) MessageHeader:AccountingEntityID Book Currency (C_BookCurrency) GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available Book Type (C_BookType) GLMovement/AccountingBookTypeCode Not Available Credit Amount (C_CreditAmount) GLMovement/CreditMovement/FunctionalAmount Not Available Debit Amount (C_DebitAmount) GLMovement/DebitMovement/FunctionalAmount Not Available Debit Credit Flag (C_DebitCreditFlag) ChartOfAccounts/DebitCreditFlag Not Available Expense Actual LedgerAmount (C_Expense_Actual_LedgerAmount) Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Actual' then C_NetAmount else 0 end Expense Budget LedgerAmount Calculated (C_Expense_Budget_LedgerAmount) Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Debit' and C_BookType = 'Budget' then C_NetAmount else 0 end Financial Calendar ID (C_FinancialCalendarID) GLMovement/FinancialCalendarReference/DocumentID/ID Not Available Financial Year (C_FinancialYear) GLMovement/AccountingDate/Year Not Available GL Entity ID (C_GLEntityID) ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GL Nominal Account (C_GLNominalAccount) GLMovement/GLAccount/GLNominalAccount Not Available Net Amount (C_NetAmount) GLMovement/NetMovement/FunctionalAmount Not Available Period ID (C_PeriodID) GLMovement/AccountingDate/PeriodID Not Available Revenue Actual LedgerAmount (C_Revenue_Actual_LedgerAmount) Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end Revenue Budget LedgerAmount Calculated (C_Revenue_Budget_LedgerAmount) Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end Tenant ID (C_Tenant) MessageHeader:TenantID
Parameters:
Financial Year (C_FinancialYear)
Is Mandatory:
No
Is Fixed:
No
Fields:
Account Type (C_Accounttype) Accounting Entity (C_AccountingEntity) Book Currency (C_BookCurrency)
Sorting Type:
241
View:
Sorting Type:
242
View:
CreditAmount (C_CreditAmount) DebitAmount (C_DebitAmount) DebitCreditFlag (C_DebitCreditFlag) Financial Year (C_FinancialYear) FinancialCalendarID (C_FinancialCalendarID) GLEntityID (C_GLEntityID) GLNominalAccount (C_GLNominalAccount) NetAmount (C_NetAmount) PeriodID (C_PeriodID) Tenant (C_Tenant)
MessageHeader:AccountingEntityID ChartOfAccounts/BaseChartOfAccounts/AccountType Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Actual' then (C_NetAmount * -1) else 0 end GLMovement/DebitMovement/FunctionalAmount@currencyID Not Available GLMovement/AccountingBookTypeCode Not Available Calculated Case When REP_MDM_CHARTOFACCOUNTS.C_AccountType = 'ProfitAndLoss' and C_DebitCreditFlag = 'Credit' and C_BookType = 'Budget' then (C_NetAmount * -1) else 0 end GLMovement/CreditMovement/FunctionalAmount Not Available GLMovement/DebitMovement/FunctionalAmount Not Available ChartOfAccounts/DebitCreditFlag Not Available GLMovement/AccountingDate/Year Not Available GLMovement/FinancialCalendarReference/DocumentID/ID Not Available ChartOfAccounts/BaseChartOfAccounts/GLEntityID Not Available GLMovement/GLAccount/GLNominalAccount Not Available GLMovement/NetMovement/FunctionalAmount Not Available GLMovement/AccountingDate/PeriodID Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Financial Year (C_FinancialYear)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
Fields:
AccountingEntity (C_AccountingEntity) Accounttype (C_Accounttype) Actual (C_Revenue_Actual_LedgerAmount) BookCurrency (C_BookCurrency) BookType (C_BookType) Budget (C_Revenue_Budget_LedgerAmount) CreditAmount (C_CreditAmount) DebitAmount (C_DebitAmount) DebitCreditFlag (C_DebitCreditFlag) Financial Year (C_FinancialYear)
Sorting Type:
Aggregation Type:
COUNT COUNT SUM COUNT COUNT SUM COUNT COUNT COUNT
244
View:
getChildrenView (getChildrenView)
Parameters:
HierarchyNodeName (HierarchyNodeName)
Is Mandatory:
Yes
Is Fixed:
No
Default Value:
245
View:
getCodesView (getCodesView)
Parameters:
DimensionName (DimensionName)
Is Mandatory:
No
Is Fixed:
No
Default Value:
246
View:
getDimensionsView (getDimensionsView)
247
View:
getHierarchiesView (getHierarchiesView)
Parameters:
DimensionName (DimensionName)
Is Mandatory:
No
Is Fixed:
No
Default Value:
248
View:
getParentNodeView (getParentNodeView)
Parameters:
CodeName (CodeName)
Is Mandatory:
Yes
Is Fixed:
No
Default Value:
249
View:
MessageHeader:AccountingEntityID Location/Address/AttentionOfName Not Available Location/Address/CitySubDivisionName Not Available Location/Address/CountrySubDivisionCode For type=Site or office Application Global Maintenance, State or Purchase Order Entry, Ship To Address, State For type=Warehouse: Warehouse Maintenance, Warehouse Address, State For type=Customer Customer Maintenance, State or Customer Maintenance, Shipping Addresses, State or For CRM: Account Maintenance, State For type=Vendor Vendor Maintenance, State or Vendor Maintenance, Shipping Addresses, State Location/Address/AddressLine For type=Site or Office Application Global Maintenance, Street Address fields or Purchase Order Entry, Ship to Address, Street Address fields For type=Warehouse: Warehouse Maintenance, Warehouse Address, Street Address fields For type=Customer Customer Maintenance, Sold To Street Address fields or Customer Maintenance, Shipping Addresses, Address fields or For CRM: Account Maintenance, Street Address fields For type=Vendor Vendor Maintenance, Purchase From Address fields or Vendor Maintenance, Shipping Addresses, Address fields
250
View:
Location/Address/AddressLine For type=Site or Office Application Global Maintenance, Street Address fields or Purchase Order Entry, Ship to Address, Street Address fields For type=Warehouse: Warehouse Maintenance, Warehouse Address, Street Address fields For type=Customer Customer Maintenance, Sold To Street Address fields or Customer Maintenance, Shipping Addresses, Address fields or For CRM: Account Maintenance, Street Address fields For type=Vendor Vendor Maintenance, Purchase From Address fields or Vendor Maintenance, Shipping Addresses, Address fields
251
View:
Location/Address/AddressLine For type=Site or Office Application Global Maintenance, Street Address fields or Purchase Order Entry, Ship to Address, Street Address fields For type=Warehouse: Warehouse Maintenance, Warehouse Address, Street Address fields For type=Customer Customer Maintenance, Sold To Street Address fields or Customer Maintenance, Shipping Addresses, Address fields or For CRM: Account Maintenance, Street Address fields For type=Vendor Vendor Maintenance, Purchase From Address fields or Vendor Maintenance, Shipping Addresses, Address fields
Location/Address/AddressLine For type=Site or Office Application Global Maintenance, Street Address fields or Purchase Order Entry, Ship to Address, Street Address fields For type=Warehouse: Warehouse Maintenance, Warehouse Address, Street Address fields For type=Customer Customer Maintenance, Sold To Street Address fields August 13, 2009 252
View:
or Customer Maintenance, Shipping Addresses, Address fields or For CRM: Account Maintenance, Street Address fields For type=Vendor Vendor Maintenance, Purchase From Address fields or Vendor Maintenance, Shipping Addresses, Address fields
Location/Address/AddressLine For type=Site or Office Application Global Maintenance, Street Address fields or Purchase Order Entry, Ship to Address, Street Address fields For type=Warehouse: Warehouse Maintenance, Warehouse Address, Street Address fields For type=Customer Customer Maintenance, Sold To Street Address fields or Customer Maintenance, Shipping Addresses, Address fields or For CRM: Account Maintenance, Street Address fields For type=Vendor Vendor Maintenance, Purchase From Address fields or Vendor Maintenance, Shipping Addresses, Address fields
253
View:
Location/Coordinate/AltitudeMeasure Not Available Location/Coordinate/AltitudeMeasure@unitCode Not Available Location/TimeZone/TimeZoneDaylightStartDate Not Available Location/TimeZone/Description Not Available Location/TimeZone/TimeZoneOffset Not Available Location/Address/CityName For type=Site or Office Application Global Maintenance, City or Purchase Order Entry, Ship To Address, City For type=Warehouse: Warehouse Maintenance, Warehouse Address, City For type=Customer Customer Maintenance, City or Customer Maintenance, Shipping Addresses, City or For CRM: Account Maintenance, City For type=Vendor Vendor Maintenance, City or Vendor Maintenance, Shipping Addresses, City Location/Address/CountryCode For type=Site or office Application Global Maintenance, Country or Purchase Order Entry, Ship To Address, Country August 13, 2009 254
View:
For type=Warehouse: Warehouse Maintenance, Warehouse Address, Country For type=Customer Customer Maintenance, Country or Customer Maintenance, Shipping Addresses, Country or For CRM: Account Maintenance, Country For type=Vendor Vendor Maintenance, Country or Vendor Maintenance, Shipping Addresses, Country Location/Directions Not Available Location/TimeZone/EffectiveTimePeriod/EndDateTime Not Available MessageHeader:FromLogicalID Location/Coordinate/Latitude/DegreeMeasure Not Available Location/Coordinate/Latitude/DegreeMeasure@unitCode Not Available Location/Coordinate/Latitude/DirectionCode Not Available Location/Coordinate/Latitude/MinuteMeasure Not Available Location/Coordinate/Latitude/DegreeMeasure@unitCode Not Available Location/Coordinate/Latitude/SecondMeasure Not Available Location/Coordinate/Latitude/SecondMeasure@unitCode Not Available Location@type Site, Warehouse, Vendor, Customer, Office Location/ID For type=Site or office site ~ Application Global Maintenance, Default Mfg Entity ID site ~ Purchase Order Entry, Ship to Address, Ship To ID ~ Purchase Order Entry, Ship to Address, # site ~ SOA Maintenance, Location ID
For type=Warehouse For type=Warehouse: warehouse.warehouse_ID+warehouse_address.addr_no warehouse ~ Warehouse Maintenance, Warehouse ID ~ 0 warehouse ~ Warehouse Maintenance, Warehouse ID ~ Warehouse Maintenance, Alternate Warehouse Address, # For type=Customer customer.customer_ID+customer_address.addr_no For type=Customer v_account.acct_id+0 customer ~ Customer Maintenance, Customer ID ~ 0 August 13, 2009 255
View:
customer ~ Customer Maintenance, Customer ID ~ Customer Maintenance, Shipping Addresses, # For CRM: customer ~ Account Maintenance, Account ID ~ 0 For type=Vendor vendor ~ Vendor Maintenance, Vendor ID ~ 0 vendor ~ Vendor Maintenance, Vendor ID ~ Vendor Maintenance, Shipping Addresses, # Location/ID For type=Site or office site ~ Application Global Maintenance, Default Mfg Entity ID site ~ Purchase Order Entry, Ship to Address, Ship To ID ~ Purchase Order Entry, Ship to Address, # site ~ SOA Maintenance, Location ID
For type=Warehouse For type=Warehouse: warehouse.warehouse_ID+warehouse_address.addr_no warehouse ~ Warehouse Maintenance, Warehouse ID ~ 0 warehouse ~ Warehouse Maintenance, Warehouse ID ~ Warehouse Maintenance, Alternate Warehouse Address, # For type=Customer customer.customer_ID+customer_address.addr_no For type=Customer v_account.acct_id+0 customer ~ Customer Maintenance, Customer ID ~ 0 customer ~ Customer Maintenance, Customer ID ~ Customer Maintenance, Shipping Addresses, # For type=Vendor vendor.vendor_ID+vendor_address.addr_no For CRM: customer ~ Account Maintenance, Account ID ~ 0 For type=Vendor vendor ~ Vendor Maintenance, Vendor ID ~ 0 vendor ~ Vendor Maintenance, Vendor ID ~ Vendor Maintenance, Shipping Addresses, # Unknown Location/Name For type=Site or office Application Global Maintenance, Company Name or Purchase Order Entry, Ship To Address, Name For type=Warehouse: Warehouse Maintenance, Warehouse Address, Name For type=Customer Customer Maintenance, Name or Customer Maintenance, Shipping Addresses, Name or For CRM: Account Maintenance, Name For type=Vendor Vendor Maintenance, Name or Vendor Maintenance, Shipping Addresses, Name Location/Coordinate/Longitude/DegreeMeasure August 13, 2009 256
LocationNID (C_LocationNID) LocationName (C_LocationName) For type=site or office application_global.company_name or shipto_address.name For type=Warehouse warehouse_address.name For type=Customer customer.name or customer_address.name or v_account.name For type=Vendor vendor.name or vendor_address.name LongDegreeMeasure (C_LongDegreeMeasure)
View:
Not Available Location/Coordinate/Longitude/DegreeMeasure@unitCode Not Available Location/Coordinate/Longitude/DirectionCode Not Available Location/Coordinate/Longitude/MinuteMeasure Not Available Location/Coordinate/Longitude/MinuteMeasure@unitCode Not Available Location/Coordinate/Longitude/SecondMeasure Not Available Location/Coordinate/Longitude/SecondMeasure@unitCode Not Available Location/ParentLocation/ID@accountingEntity Not Available Location/ParentLocation/ID Not Available
257
View:
Location/ParentLocation/ID Not Available Unknown Location/ParentLocation/Name Not Available Location/PickUpIndicator Not Available Location/Address/PostalCode For type=Site or office Application Global Maintenance, Zip or Purchase Order Entry, Ship To Address, Zip For type=Warehouse: Warehouse Maintenance, Warehouse Address, Zip For type=Customer Customer Maintenance, Zip or Customer Maintenance, Shipping Addresses, Zip or For CRM: Account Maintenance, Zip For type=Vendor Vendor Maintenance, Zip or Vendor Maintenance, Shipping Addresses, Zip Location/TimeZone/EffectiveTimePeriod/StartDateTime Not Available MessageHeader:TenantID Location/TimeZone/TimeZoneDaylightEndDate Not Available
258
View:
MessageHeader:AccountingEntityID ItemMaster/ItemMasterHeader/AddOns/ItemID/ID Part Maintenance, Order Management, Cross Sellling Parts ItemMaster/ItemMasterHeader/AddOns/ItemID/ID Part Maintenance, Order Management, Cross Sellling Parts Unknown Unknown ItemMaster/ItemMasterHeader/AddOns/ItemID/RevisionID Not Available Unknown ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/AlternateUOMCode Part Maintenance, Unit of Measure Conversion, To Unit of Measure ItemMaster/ItemMasterHeader/BOMReference/DocumentID/ID Manufacturing Window, Material Card, Part ID for the Engineering Master associated with the part in Part Maintenance, ID. Unknown ItemMaster/ItemMasterHeader/BackFlushedIndicator Part Maintenance, Auto Issue check box ItemMaster/ItemMasterHeader/BaseUOMCode Part Maintenance, Stock UM ItemMaster/ItemMasterHeader/BuyerContractReference/DocumentID/ID@accountingEntity Not Available ItemMaster/ItemMasterHeader/BuyerContractReference/DocumentID/ID Not Available Unknown ItemMaster/ItemMasterHeader/BuyerContractReference/DocumentID/RevisionID Not Available ItemMaster/ItemMasterHeader/BuyerContractReference/DocumentID/VariationID Not Available ItemMaster/ItemMasterHeader/BuyerContractReference/LineNumber August 13, 2009 259
View:
Not Available ItemMaster/ItemMasterHeader/BuyerContractReference/DocumentID/ID@location Not Available BuyerContractRefReleaseNo (C_BuyerContractRefReleaseNo) ItemMaster/ItemMasterHeader/BuyerContractReference/ReleaseNumber Not Available BuyerContractRefSchedLineNo (C_BuyerContractRefSchedLineNo) ItemMaster/ItemMasterHeader/BuyerContractReference/ScheduleLineNumber Not Available BuyerContractRefSubLineNo (C_BuyerContractRefSubLineNo) ItemMaster/ItemMasterHeader/BuyerContractReference/SubLineNumber Not Available CatchWeightIndicator (C_CatchWeightIndicator) ItemMaster/ItemMasterHeader/CatchWeightIndicator Not Available ClassCodeABCCode (C_ClassCodeABCCode) ItemMaster/ItemMasterHeader/Classification/Codes/Code part.ABCCode Part Maintenance, Costing tab, ABC Code part.commodity_code Part Maintenance, Commodity Code part.product_code Part Maintenance, Product Code part.hts_code Part Maintenance, Order Mgt tab, HTS Code part.material_code Part Maintenance, Order Mgt tab, Material Code part.nmfc_code Part Maintenance, Default NMFC Code ID part.tariff_code Part Maintenance, Intrastat tab, Tariff Code part.vat_code Part Maintenance, Intrastat tab, VAT Code part.purchased Part Maintenance, Purchased Check Box part.consumable Part Maintenance, Consumable check box part.primary_whs_id Part Maintenance, Defaults tab, Primary Warehouse ID part.primary_loc_id Part Maintenance, Defaults tab, Primary Location ID part.drawing_id Part Maintenance, Config Mgt tab, Drawing # ClassCodeBuyingGroup (C_ClassCodeBuyingGroup) ItemMaster/ItemMasterHeader/Classification/Codes/Code part.ABCCode Part Maintenance, Costing tab, ABC Code part.commodity_code Part Maintenance, Commodity Code part.product_code Part Maintenance, Product Code part.hts_code Part Maintenance, Order Mgt tab, HTS Code part.material_code Part Maintenance, Order Mgt tab, Material Code part.nmfc_code Part Maintenance, Default NMFC Code ID part.tariff_code Part Maintenance, Intrastat tab, Tariff Code part.vat_code Part Maintenance, Intrastat tab, VAT Code part.purchased Part Maintenance, Purchased Check Box part.consumable Part Maintenance, Consumable check box part.primary_whs_id Part Maintenance, Defaults tab, Primary Warehouse ID part.primary_loc_id Part Maintenance, Defaults tab, Primary Location ID part.drawing_id Part Maintenance, Config Mgt tab, Drawing # ClassCodeColor (C_ClassCodeColor) ItemMaster/ItemMasterHeader/Classification/Codes/Code part.ABCCode part.commodity_code part.product_code part.hts_code part.material_code part.nmfc_code part.tariff_code part.vat_code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code August 13, 2009 260
View:
Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code August 13, 2009 261
View:
Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing #
262
View:
ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code August 13, 2009 263
View:
Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID August 13, 2009 264
View:
Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code August 13, 2009 265
View:
Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box August 13, 2009 266
View:
Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/Classification/Codes/Code Part Maintenance, Costing tab, ABC Code Part Maintenance, Commodity Code Part Maintenance, Product Code Part Maintenance, Order Mgt tab, HTS Code Part Maintenance, Order Mgt tab, Material Code Part Maintenance, Default NMFC Code ID Part Maintenance, Intrastat tab, Tariff Code Part Maintenance, Intrastat tab, VAT Code Part Maintenance, Purchased Check Box Part Maintenance, Consumable check box Part Maintenance, Defaults tab, Primary Warehouse ID Part Maintenance, Defaults tab, Primary Location ID Part Maintenance, Config Mgt tab, Drawing # ItemMaster/ItemMasterHeader/EPCID Not Available ItemMaster/ItemMasterHeader/FixedQuantityIndicator Not Available ItemMaster/ItemMasterHeader/GTIN Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown August 13, 2009 267
View:
268
View:
Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ItemMaster/ItemMasterHeader/Description Part Maintenance, Description ItemMaster/ItemMasterHeader/ItemID/ID Part Maintenance, ID If the part has a manufacturer, Part Maintenance, Defaults tab, Manufacturer Part ID is also used ItemMaster/ItemMasterHeader/ItemID/ID Part Maintenance, ID If the part has a manufacturer, Part Maintenance, Defaults tab, Manufacturer Part ID is also used Unknown ItemMaster/ItemMasterHeader/ItemID/RevisionID Not Available ItemValueCostingMethodCode (C_ItemValueCostingMethodCode) ItemMaster/ItemMasterHeader/ItemValue/CostingMethodCode Not Available ItemValueUnitValueAmount (C_ItemValueUnitValueAmount) ItemMaster/ItemMasterHeader/ItemValue/UnitValue/Amount part.unit_cost Part Maintenance, Costing Tab, Unit Price ItemValueUnitValueAmountCurr (C_ItemValueUnitValueAmountCurr)ItemMaster/ItemMasterHeader/ItemValue/UnitValue/Amount@currencyID Not Available ItemValueUnitValuePerQty (C_ItemValueUnitValuePerQty) ItemMaster/ItemMasterHeader/ItemValue/UnitValue/PerQuantity 1 ItemValueUnitValuePerQtyUnit (C_ItemValueUnitValuePerQtyUnit) ItemMaster/ItemMasterHeader/ItemValue/UnitValue/PerQuantity@unitCode Not Available LastModificationDateTime (C_LastModificationDateTime) ItemMaster/ItemMasterHeader/LastModificationDateTime The system inserts the date and time the BOD was generated. LeadTimeDuration (C_LeadTimeDuration) ItemMaster/ItemMasterHeader/LeadTimeDuration part.planning_leadtime Part Maintenance, Lead Time (in days) LocationID (C_LocationID) MessageHeader:LocationID LogicalID (C_LogicalID) MessageHeader:FromLogicalID LotControlIndicator (C_LotControlIndicator) ItemMaster/ItemMasterHeader/LotControlIndicator Not Available MaximumLotSizeQuantity (C_MaximumLotSizeQuantity) ItemMaster/ItemMasterHeader/MaximumLotSizeQuantity Not Available MaximumLotSizeQuantityUnit (C_MaximumLotSizeQuantityUnit) ItemMaster/ItemMasterHeader/MaximumLotSizeQuantity@unitCode Not Available MinimumLotSizeQuantity (C_MinimumLotSizeQuantity) ItemMaster/ItemMasterHeader/MinimumLotSizeQuantity Not Available August 13, 2009 269
View:
ItemMaster/ItemMasterHeader/MinimumLotSizeQuantity@unitCode Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AddressLine Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AddressLine Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AddressLine Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AddressLine Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AddressLine Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/AttentionOfName Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/CityName Not Available Unknown Unknown Unknown
270
View:
Unknown Unknown ItemMaster/ItemMasterHeader/OwnerParty/PartyIDs/ID Not Available ItemMaster/ItemMasterHeader/OwnerParty/PartyIDs/ID Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/ID Not Available ItemMaster/ItemMasterHeader/OwnerParty/Location/ID Not Available Unknown ItemMaster/ItemMasterHeader/OwnerParty/Location/Name Not Available Unknown ItemMaster/ItemMasterHeader/OwnerParty/Location/Address/PostalCode Not Available Unknown ItemMaster/ItemMasterHeader/ProcurementParameters/EOQQuantity Part Maintenance, Planning tab, Order Point Qty ItemMaster/ItemMasterHeader/ProcurementParameters/EOQQuantity@unitCode Not Available ItemMaster/ItemMasterHeader/ProcurementParameters/LeadTimeDuration Part Maintenance, Planning tab,Lead Time (in days) ItemMaster/ItemMasterHeader/ProcurementParameters/LinePointQuantity Part Maintenance, Planning tab, Order Qty ItemMaster/ItemMasterHeader/ProcurementParameters/LinePointQuantity@unitCode Part Maintenance, Stock UM ItemMaster/ItemMasterHeader/ProcurementParameters/MaxQuantity Part Maintenance, Planning tab, Max Order Qty ItemMaster/ItemMasterHeader/ProcurementParameters/MaxQuantity@unitCode Not Available ItemMaster/ItemMasterHeader/ProcurementParameters/ProcurementMethodCode Manufacturer ItemMaster/ItemMasterHeader/ProcurementParameters/MinQuantity Part Maintenance, Planning tab, Min Order Qty ItemMaster/ItemMasterHeader/ProcurementParameters/MinQuantity@unitCode Not Available ItemMaster/ItemMasterHeader/ProcurementParameters/OrderCycleDuration Part Maintenance, Planning tab, Days of Supply. The system inserts a P before the field value and a D after the field value. ItemMaster/ItemMasterHeader/ProcurementParameters/OrderPointQuantity Part Maintenance, Planning tab, Order Qty ItemMaster/ItemMasterHeader/ProcurementParameters/OrderPointQuantity@unitCode Part Maintenance, Stock UM ItemMaster/ItemMasterHeader/ProcurementParameters/Horizons/HorizonDuration@durationType Not Available ItemMaster/ItemMasterHeader/ProcurementParameters/Horizons/HorizonDuration Part Maintenance, Planning tab, Days of Supply. The system inserts a P before the field value and a D after the field value. August 13, 2009 271
View:
ItemMaster/ItemMasterHeader/ProcurementParameters/PlanningMethodCode Part Maintenance, Planning tab, Order Policy ItemMaster/ItemMasterHeader/ProcurementParameters/SafetyStockDays Not Available ItemMaster/ItemMasterHeader/ProcurementParameters/SafetyStockQuantity Part Maintenance, Planning tab, Safety Stock Qty ItemMaster/ItemMasterHeader/ProcurementParameters/SafetyStockQuantity@unitCode Not Available ItemMaster/ItemMasterHeader/ScrapIndicator Not Available ItemMaster/ItemMasterHeader/SellableIndicator True ItemMaster/ItemMasterHeader/SerialControlIndicator Not Available ItemMaster/ItemMasterHeader/ServiceIndicator False ItemMaster/ItemMasterHeader/ShelfLifeDuration Not Available ItemMaster/ItemMasterHeader/ShippingUOMCode Part Maintenance, Weight UM Unknown Unknown Unknown Unknown
272
View:
Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ItemMaster/ItemMasterHeader/ItemStatus/Code If Part Maintenance, Config Mnt, Obsolete check box is selected, then status is Obsolete. If Part Maintenance, Inv Tx Locked check box is selected, then status is Hold. In all other cases, status is open. ItemMaster/ItemMasterHeader/ItemStatus/EffectiveDateTime Not Available ItemMaster/ItemMasterHeader/ItemStatus/ReasonCode Not Available ItemMaster/ItemMasterHeader/StorageUOMCode Part Maintenance, Stock UM Unknown Unknown Unknown Unknown Unknown August 13, 2009 273
View:
ItemMaster/ItemMasterHeader/SupplierContractReference/DocumentID/ID@location Not Available SupplierContractRefDocID (C_SupplierContractRefDocID) ItemMaster/ItemMasterHeader/SupplierContractReference/DocumentID/ID Not Available SupplierContractRefDocNID (C_SupplierContractRefDocNID) Unknown SupplierContractRefDocRevID (C_SupplierContractRefDocRevID) ItemMaster/ItemMasterHeader/SupplierContractReference/DocumentID/RevisionID Not Available SupplierContractRefLineNo (C_SupplierContractRefLineNo) ItemMaster/ItemMasterHeader/SupplierContractReference/LineNumber Not Available SupplierContractRefReleaseNo (C_SupplierContractRefReleaseNo) ItemMaster/ItemMasterHeader/SupplierContractReference/ReleaseNumber Not Available SupplierContractRefSchedNo (C_SupplierContractRefSchedNo) ItemMaster/ItemMasterHeader/SupplierContractReference/ScheduleLineNumber Not Available SupplierContractRefSubLineNo (C_SupplierContractRefSubLineNo) ItemMaster/ItemMasterHeader/SupplierContractReference/SubLineNumber Not Available TenantID (C_TenantID) MessageHeader:TenantID TrackingIndicator (C_TrackingIndicator) ItemMaster/ItemMasterHeader/TrackingIndicator part.stocked Part Maintenance, Stocked check box Type (C_Type) ItemMaster/ItemMasterHeader/Type Not Available UOMCodeConv1Description (C_UOMCodeConv1Description) Unknown UOMCodeConv1FromUOMCode (C_UOMCodeConv1FromUOMCode)Unknown UOMCodeConv1Rate (C_UOMCodeConv1Rate) Unknown UOMCodeConv1ToUOMCode (C_UOMCodeConv1ToUOMCode) Unknown UOMCodeConv2Description (C_UOMCodeConv2Description) Unknown UOMCodeConv2FromUOMCode (C_UOMCodeConv2FromUOMCode)Unknown UOMCodeConv2Rate (C_UOMCodeConv2Rate) Unknown UOMCodeConv2ToUOMCode (C_UOMCodeConv2ToUOMCode) Unknown UOMCodeConv3Description (C_UOMCodeConv3Description) Unknown UOMCodeConv3FromUOMCode (C_UOMCodeConv3FromUOMCode)Unknown UOMCodeConv3Rate (C_UOMCodeConv3Rate) Unknown UOMCodeConv3ToUOMCode (C_UOMCodeConv3ToUOMCode) Unknown UOMCodeConv4Description (C_UOMCodeConv4Description) Unknown UOMCodeConv4FromUOMCode (C_UOMCodeConv4FromUOMCode)Unknown UOMCodeConv4Rate (C_UOMCodeConv4Rate) Unknown UOMCodeConv4ToUOMCode (C_UOMCodeConv4ToUOMCode) Unknown UOMCodeConv5Description (C_UOMCodeConv5Description) Unknown UOMCodeConv5FromUOMCode (C_UOMCodeConv5FromUOMCode)Unknown UOMCodeConv5Rate (C_UOMCodeConv5Rate) Unknown UOMCodeConv5ToUOMCode (C_UOMCodeConv5ToUOMCode) Unknown UPCID (C_UPCID) ItemMaster/ItemMasterHeader/UPCID August 13, 2009 274
View:
Not Available ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/HeightMeasure Not Available ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/HeightMeasure@unitCode Not Available ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/LengthMeasure Not Available ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/LengthMeasure@unitCode Not Available
275
View:
ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/WidthMeasure Not Available UnitPackDimWidthMeasureUnit (C_UnitPackDimWidthMeasureUnit) ItemMaster/ItemMasterHeader/UnitPackaging/Dimensions/WidthMeasure@unitCode Not Available UnitPackPerPackQuantity (C_UnitPackPerPackQuantity) ItemMaster/ItemMasterHeader/UnitPackaging/PerPackageQuantity Not Available UnitPackType (C_UnitPackType) ItemMaster/ItemMasterHeader/UnitPackaging/Type Not Available UnitPackUPCPackLevelCode (C_UnitPackUPCPackLevelCode) ItemMaster/ItemMasterHeader/UnitPackaging/UPCPackagingLevelCode Not Available
276
View:
MessageHeader:AccountingEntityID Unknown Person/BuyerDefinition/MaxApprovalAmount Not Available BuyerMaxApprovalAmountCurr (C_BuyerMaxApprovalAmountCurr) Person/BuyerDefinition/MaxApprovalAmount@currencyID Not Available BuyerMaxPurchAmount (C_BuyerMaxPurchAmount) BuyerMaxPurchAmountCurr (C_BuyerMaxPurchAmountCurr) C_Territory (C_Territory) ContactAccess (C_ContactAccess) ContactArialDialing (C_ContactArialDialing) ContactCountryDialing (C_ContactCountryDialing) ContactDeptName (C_ContactDeptName) ContactDialNumber (C_ContactDialNumber) ContactExtension (C_ContactExtension) ContactGID (C_ContactGID) sales_rep.vendor_ID ContactHTMLIndicator (C_ContactHTMLIndicator) ContactID (C_ContactID) sales_rep.vendor_ID ContactJobTitle (C_ContactJobTitle) ContactName (C_ContactName) ContactNounID (C_ContactNounID) ContactPartyGID (C_ContactPartyGID) sales_rep.vendor_ID ContactPartyID (C_ContactPartyID) sales_rep.vendor_ID ContactPartyName (C_ContactPartyName) ContactPartyNounID (C_ContactPartyNounID) ContactResp (C_ContactResp) ContactURI (C_ContactURI) ContactUseCode (C_ContactUseCode) Person/BuyerDefinition/MaxPurchaseAmount Not Available Person/BuyerDefinition/MaxPurchaseAmount@currencyID Not Available Person/SalesRepDefinition/TerritoryCode Not Available Person/ContractualPartyContact/Contact/Communication/Access Not Available Person/ContractualPartyContact/Contact/Communication/AreaDialing Not Available Person/ContractualPartyContact/Contact/Communication/CountryDialing Not Available Person/ContractualPartyContact/Contact/DepartmentName Not Available Person/ContractualPartyContact/Contact/Communication/DialNumber Not Available Person/ContractualPartyContact/Contact/Communication/Extension Not Available Person/ContractualPartyContact/PartyIDs/ID Sales Rep Maintenance, Vendor ID Person/ContractualPartyContact/Contact/Communication/HTMLPreferredIndicator Not Available Person/ContractualPartyContact/PartyIDs/ID Sales Rep Maintenance, Vendor ID Person/ContractualPartyContact/Contact/JobTitle Not Available Person/ContractualPartyContact/Contact/Name Not Available Unknown Person/ContractualPartyContact/PartyIDs/ID Sales Rep Maintenance, Vendor ID Person/ContractualPartyContact/PartyIDs/ID Sales Rep Maintenance, Vendor ID Person/ContractualPartyContact/Name Not Available Unknown Person/ContractualPartyContact/Contact/Responsibility Not Available Person/ContractualPartyContact/Contact/Communication/URI Not Available Person/ContractualPartyContact/Contact/Communication/UseCode August 13, 2009 277
View:
Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/ContractualPartyContact/Contact/Communication/UseCode Not Available Person/NationalityCountryCode@listID Not Available Person/SalesRepDefinition/Quota/Amount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency. Person/ContractualPartyContact/Location/Classification/Codes/Code@listID Not Available Person/Description Not Available Person/Description@type Not Available
278
View:
Person/DistinguishedName Not Available Person/SalesRepDefinition/Quota/FinancialPeriod/FinancialCalendarReference/ID SOA Maintenance, Calendar Name MessageHeader:FromLogicalID Person/GenderCode@listID Genders Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available Person/LanguageCode Not Available MessageHeader:LocationID Person/BuyerDefinition/MaxApprovalAmount@currencyID Not Available Person/BuyerDefinition/MaxApprovalAmount Not Available Person/BuyerDefinition/MaxPurchaseAmount@currencyID Not Available Person/BuyerDefinition/MaxPurchaseAmount Not Available Person/Name Sales Reps Maintenance, Name Person/SalesRepDefinition/Quota/FinancialPeriod/PeriodID Sales Quotas, Month (CRM) Person/ID The BOD appends a type to the ID. SalesRep~Sales Reps Maintenance, ID Planner~Manufacturing Window, General tab, Engineered By Planner~Part Maintenance, Planning tab, Planner User ID Planner~Material Planning Window, Warehouse Locations, Planner User ID Buyer~Part Maintenance, Planning, Buyer User ID August 13, 2009 279
View:
Buyer~Material Planning Window, Warehouse Locations, Buyer User ID Employee~Employee Maintenance, Employee ID Person/ID The BOD appends a type to the ID. SalesRep~Sales Reps Maintenance, ID Planner~Manufacturing Window, General tab, Engineered By Planner~Part Maintenance, Planning tab, Planner User ID Planner~Material Planning Window, Warehouse Locations, Planner User ID Buyer~Part Maintenance, Planning, Buyer User ID Buyer~Material Planning Window, Warehouse Locations, Buyer User ID Employee~Employee Maintenance, Employee ID Unknown Person/SalesRepDefinition/Quota/Amount Sales Quotas, Amount (CRM) Unknown Person/PersonnelReference/ID Sales Rep Maintenance, Employee ID Person/PersonnelReference/ID Sales Rep Maintenance, Employee ID Unknown Person/SalesRepDefinition/SalesManagerReference/IDs/ID Not Available Person/SalesRepDefinition/SalesManagerReference/IDs/ID Not Available Unknown Person/SalesRepDefinition/SalesManagerReference/IDs/ID Not Available Person/SalesRepDefinition/TerritoryCode Not Available MessageHeader:TenantID Person/SalesRepDefinition/Quota/FinancialPeriod/Year Sales Quotas, Year (CRM)
280
View:
PRD_BOROPCONSTNDRESGENERIC (BOROperConstrResourceGeneric)
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown BillOfResources/BillOfResourcesHeader/PrimaryIndicator Not Available BillOfResources/BillOfResourcesHeader/DocumentDateTime Not Available MessageHeader:FromLogicalID MessageHeader:LocationID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available BillOfResources/Operations/Description Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/Status/Code Not Available BillOfResources/Operations/Status/EffectiveDateTime Not Available BillOfResources/Operations/Status/Description Not Available MessageHeader:TenantID
281
View:
PRD_BOROPERATIONEQPTGENERIC (BOROperationEquipmentGeneric)
282
View:
PRD_BOROPERATIONPERSONGENERIC (BOROperationPersonGeneric)
283
View:
PRD_BOROPSTEPCONSTRESGENERIC (BOROperStepConstrResGeneric)
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown MessageHeader:FromLogicalID MessageHeader:LocationID BillOfResources/Operations/Step/ConstrainedResourceReference/Quantity@unitCode Not Available
BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available OperStepConst ResourceNounID (C_OpStepConstResourceNounID) Unknown Operation Description (C_OperationDesc) Operation ID (C_OperationID) Operation Status Code (C_OpStatusCode) Operation Status Description (C_OpStatusDesc) Operation Step ConstRes Qty (C_OpStepConstResQty) Operation Step ConstResourceID (C_OpStepConstResourceID) Operation Step Constr ResType (C_OpStepConstResType) Operation Step Description (C_OpStepDesc) Operation Step Sequence (C_OpStepSeq) Operation Step Type (C_OpStepType) Tenant ID (C_TenantID) BillOfResources/Operations/Description Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/Status/Code Not Available BillOfResources/Operations/Status/Description Not Available BillOfResources/Operations/Step/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/Step/Description Not Available BillOfResources/Operations/Step/Sequence Not Available BillOfResources/Operations/Step/Type Not Available MessageHeader:TenantID
284
SupplierPartyMaster/SupplierAccount/CreatedByID Not Available SupplierPartyMaster/SupplierAccount/LastModificationDateTime Not Available SupplierPartyMaster/SupplierAccount/ModifiedByID Not Available SupplierPartyMaster/SupplierAccount/AccountOpenedDateTime Not Available SupplierPartyMaster/SupplierAccount/Number Not Available SupplierPartyMaster/SupplierAccount/Status/Code If Vendor Maintenance, Active check box is selected, then Open. If check box is not selected, then Closed SupplierPartyMaster/SupplierAccount/Status/Code If Vendor Maintenance, Active check box is selected, then Open. If check box is not selected, then Closed SupplierPartyMaster/SupplierAccount/Type Not Available MessageHeader:AccountingEntityID SupplierPartyMaster/Location/Address/AddressLine Vendor Maintenance, Purchase From Street Address fields
SupplierPartyMaster/BuyerPersonReference/IDs/ID Not Available SupplierPartyMaster@category Not Available SupplierPartyMaster/Location/Address/CityName Vendor Maintenance, Purchase From City SupplierPartyMaster/Location/Address/CitySubDivisionName Not Available SupplierPartyMaster/Location/Address/CountryCode August 13, 2009 285
Vendor Maintenance, Purchase From Country. SupplierPartyMaster/Location/Address/CountrySubDivisionCode Vendor Maintenance, Purchase From State. SupplierPartyMaster/SupplierAccount/TotalCreditLimitAmount Not Available Credit Limit Currency (C_CreditLimitCurrency) SupplierPartyMaster/SupplierAccount/TotalCreditLimitAmount@currencyID Not Available Credit Limit in Base Currency (C_CreditLimitinBaseCurrency) Unknown Customer Service Contact ID (C_CustomerServiceContactID) SupplierPartyMaster/CustomerServiceContact/ID Not Available Customer Service Contact Name (C_CustomerServiceContactName) SupplierPartyMaster/CustomerServiceContact/Name Not Available Customer Type (C_CustomerType) SupplierPartyMaster/Classification/Codes/Code Not Available Description (C_Description) From Logical ID (C_FromLogicalID) Internal Supplier Indicator (C_InternalSupplierIndicator) Location GID (C_LocationGID) Location ID (C_LocationID) Location NID (C_LocationNID) Location Name (C_LocationName) Location Type (C_LocationType) Max Aging Duration (C_MaxAgingDuration) Multi Currency Indicator (C_MultiCurrencyIndicator) Name On Account (C_NameOnAccount) Office (C_Office) Order Limit Amount (C_OrderLimitAmount) Order Limit Currency (C_OrderLimitCurrency) SupplierPartyMaster/Description Not Available MessageHeader:FromLogicalID SupplierPartyMaster/InternalSupplierIndicator Not Available SupplierPartyMaster/Location/ID Not Available SupplierPartyMaster/Location/ID Not Available Unknown SupplierPartyMaster/Location/Name Not Available SupplierPartyMaster/Location@type Not Available SupplierPartyMaster/SupplierAccount/MaxAgingDuration Not Available SupplierPartyMaster/MultiCurrencyIndicator Not Available SupplierPartyMaster/SupplierAccount/NameOnAccount Not Available SupplierPartyMaster/Classification/Codes/Code Not Available SupplierPartyMaster/SupplierAccount/OrderLimitAmount Not Available SupplierPartyMaster/SupplierAccount/OrderLimitAmount@currencyID Not Available
286
Unknown SupplierPartyMaster/ParentSupplier/Location/Address/AddressLine Not Available SupplierPartyMaster/ParentSupplier/Location/Address/AddressLine Not Available SupplierPartyMaster/ParentSupplier/Location/Address/AddressLine Not Available SupplierPartyMaster/ParentSupplier/Location/Address/AddressLine Not Available SupplierPartyMaster/ParentSupplier/Location/Address/AddressLine Not Available SupplierPartyMaster/ParentSupplier/Location/Address/CityName Not Available SupplierPartyMaster/ParentSupplier/Location/Address/CountryCode Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/ID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/ID Not Available SupplierPartyMaster/ParentSupplier/Location/Name Not Available Unknown SupplierPartyMaster/ParentSupplier/Name Not Available SupplierPartyMaster/ParentSupplier/Location/Address/PostalCode Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available SupplierPartyMaster/ParentSupplier/PartyIDs/TaxID Not Available August 13, 2009 287
SupplierPartyMaster/SupplierAccount/Term/PaymentBasisCode Not Available SupplierPartyMaster/PaymentMethodCode Not Available SupplierPartyMaster/PaymentTermID Not Available SupplierPartyMaster/Location/Address/PostalCode Vendor Maintenance, Purchase From Zip SupplierPartyMaster@role Supplier SupplierPartyMaster/SalesContact/ID Not Available SupplierPartyMaster/SalesContact/Name Vendor Maintenance, Contact tab, First, Initial, and Last Name fields
SupplierPartyMaster/SalesContact/ID Not Available SupplierPartyMaster/ShippingContact/Name Not Available SupplierPartyMaster/SupplierAccount/StatementPeriodDuration Not Available SupplierPartyMaster/SupplierAccount/Number Not Available SupplierPartyMaster/SupplierAccount/Term/ID Not Available SupplierPartyMaster/PartyIDs/BICID Not Available SupplierPartyMaster/PartyIDs/CAGEID Not Available SupplierPartyMaster/PartyIDs/DODAACID Not Available SupplierPartyMaster/PartyIDs/DUNSID Not Available
288
SupplierPartyMaster/PartyIDs/ID Vendor Maintenance, Vendor ID SupplierPartyMaster/PartyIDs/ID Vendor Maintenance, Vendor ID Unknown SupplierPartyMaster/Name Vendor Maintenance, Name SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/TaxExemptCodes/Code Not Available SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID Vendor Maintenance, Accounting tab, Tax ID Number SupplierPartyMaster/PartyIDs/TaxID August 13, 2009 289
290
View:
MessageHeader:AccountingEntityID Calculated Case When C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0.0 end Calculated Case When C_OpConstrndResTypeCode='Machine' or C_OpConstrndResTypeCode= 'Labour' then C_OpConstrndResQty else 0.0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation Est Time (C_OpConstrndResourceQty) BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Operation Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Operation Site ID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity Operation Site Name (C_OperationSiteName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name application_global.name Application Global Maintenance, Name Operation Site Noun ID (C_OperationSiteNounID) Unknown Period (C_Period) Calculated C_OperationActualEndDate Planner ID (C_PlannerID) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available Planner Noun ID (C_PlannerNounID) Unknown Plannser Description (C_PlannerName) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Rework Indicator (C_ReworkIndicator) Unknown Sequence (C_Sequence) ProductionOrder/ProductionOrderDetail/Sequence 1 Shop Supervisor ID (C_ShopFloorPlannerID) ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID August 13, 2009 291
View:
Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Operation Actual End Date (C_OperationActualEndDate) Planner ID (PlannerID) Rework Indicator (C_ReworkIndicator) Site ID (SiteID) Status (C_StatusCode) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No Yes No Yes Yes No
Default Value:
YTD False Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Capacity Available (C_CapacityAvailable) Capacity Used (C_CapacityUsed) From Logical ID (C_FromLogicalID) Op Constr Res Type Code (C_OpConstrResTypeCode) Op Constrnd Res Type Code (C_OpConstrndResTypeCode) Operation Actual End Date (C_OperationActualEndDate) Operation Actual Start Date (C_OperationActualStartDate) Operation Actual Time (C_OpConstrndResQty) Operation Est Time (C_OpConstrndResourceQty) Operation ID (C_OperationID) Operation Planned End Date (C_OperationPlannedEndDate) Operation Planned Start Date (C_OperationPlannedStartDate) Operation Site ID (C_OperationSiteID) Operation Site Name (C_OperationSiteName) Operation Site Noun ID (C_OperationSiteNounID) Planner ID (C_PlannerID) Planner Noun ID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID)
Sorting Type:
Aggregation Type:
MAX AVERAGE AVERAGE MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX 292
ASCENDING
View:
Sorting Type:
293
View:
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown MessageHeader:FromLogicalID MessageHeader:LocationID BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available BillOfResources/Operations/ConsumedItem/Description Not Available Unknown BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Description Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/DocumentReference@type Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/Duration Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/EndDateTime Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/LineNumber Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/NumberOfDeliveries Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@author Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@entryDateTime Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@status Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Quantity Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Quantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ReasonCode Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/RequiredDeliveryDateTime Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmemtTimeTolerance/OverDuration Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/OverQuantity Not Available August 13, 2009 294
View:
BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/OverQuantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmemtTimeTolerance/UnderDuration Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/UnderQuantity Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/UnderQuantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/StartDateTime Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/NextID Not Available BillOfResources/Operations/Status/Code Not Available MessageHeader:TenantID
295
View:
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available BillOfResources/BillOfResourcesHeader/Note Not Available BillOfResources/BillOfResourcesHeader/Note@authot Not Available BillOfResources/BillOfResourcesHeader/Note@entryDateTime Not Available BillOfResources/BillOfResourcesHeader/Note@status Not Available BillOfResources/BillOfResourcesHeader/Note@type Not Available Unknown BillOfResources/BillOfResourcesHeader/BillOfResourcesOperationReference/DocumentID/ID Not Available BillOfResources/BillOfResourcesHeader/BillOfResourcesOperationReference/DoucmentID/RevisionID Not Available BillOfResources/BillOfResourcesHeader/BillOfResourcesOperationReference/Sequence Not Available BillOfResources/BillOfResourcesHeader/PrimaryIndicator Not Available BillOfResources/BillOfResourcesHeader/DocumentID/RevisionID Not Available BillOfResources/BillOfResourcesHeader/Status/Code Not Available BillOfResources/BillOfResourcesHeader/Status/EffectiveDateTime Not Available BillOfResources/BillOfResourcesHeader/Status/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentDateTime Not Available MessageHeader:FromLogicalID BillOfResources/BillOfResourcesHeader/LastModificationDateTime Not Available MessageHeader:LocationID BillOfResources/Operations/RequiredSkills/PrimaryIndicator Not Available BillOfResources/Operations/BatchDuration Not Available BillOfResources/Operations/BatchSizeQuantity Not Available BillOfResources/Operations/BatchSizeQuantity@unitCode August 13, 2009 296
View:
Not Available BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Charge/Amount Not Available BillOfResources/Operations/Charge/Amount@unitCode Not Available BillOfResources/Operations/Charge/BasisAmount Not Available BillOfResources/Operations/Charge/BasisAmount@currencyID Not Available BillOfResources/Operations/Charge/BasisQuantity Not Available BillOfResources/Operations/Charge/BasisQuantity@unitCode Not Available BillOfResources/Operations/Charge/ReasonCode Not Available BillOfResources/Operations/ConsumedItem/AlternateVersion/DocumentID/ID Not Available BillOfResources/Operations/ConsumedItem/Location/Address/AttentionOfName Not Available BillOfResources/Operations/ConsumedItem/BackFlushedIndicator Not Available BillOfResources/Operations/ConsumedItem/DefaultIndicator Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Description Not Available BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/Duration Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/EPCID Not Available
297
View:
BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/EndDateTime Not Available BillOfResources/ConsumedItem/FixedQuantityIndicator Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/HazardousMaterial/ID Not Available BillOfResources/Operations/ConsumedItem/HazardousMaterial/MFAGID Not Available BillOfResources/Operations/ConsumedItem/HazardousMaterial/TechnicalName Not Available BillOfResources/Operations/ConsumedItem/HazardousMaterial/FlashpointTemperature Not Available BillOfResources/Operations/ConsumedItem/HazardousMaterial/FlashpointTemperature Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available BillOfResources/Operations/ConsumedItem/Location/Address/AddressLine Not Available BillOfResources/Operations/ConsumedItem/Location/Address/AddressLine Not Available BillOfResources/Operations/ConsumedItem/Location/Address/AddressLine Not Available BillOfResources/Operations/ConsumedItem/Location/Address/CityName Not Available BillOfResources/Operations/ConsumedItem/Location/Address/CountrySubDivisionCode Not Available BillOfResources/Operations/ConsumedItem/Location/Address/CountryCode Not Available BillOfResources/Operations/ConsumedItem/Location/Directions Not Available BillOfResources/Operations/ConsumedItem/Location/ID Not Available BillOfResources/Operations/ConsumedItem/Location/ID Not Available BillOfResources/Operations/ConsumedItem/Location/Name Not Available Unknown BillOfResources/Operations/ConsumedItem/Location/Address/PostalCode Not Available BillOfResources/Operations/ConsumedItem/Location/Address/CitySubDivisionName Not Available BillOfResources/Operations/ConsumedItem/ManditoryIndicator Not Available August 13, 2009 298
View:
BillOfResources/Operations/ConsumedItem/Name Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Note Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Note@author Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Note@entryDateTime Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Note@status Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Note@type Not Available Unknown BillOfResources/Operations/ConsumedItem/OriginationItemData/OriginationCountryCode Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/HeightMeasure Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/HeightMeasure@unitCode Not Available BillOfResources/Operations/ConsumedItem/Packaging/ID Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/LengthMeasure Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available BillOfResources/Operations/ConsumedItem/Packaging/UPCPackagingLevelCode Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/WidthMeasure Not Available BillOfResources/Operations/ConsumedItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available BillOfResources/Operations/ConsumedItem/Packaging/PerPackageQuantity Not Available
299
View:
BillOfResources/Operations/ConsumedItem/Packaging/PerPackageQuantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/OriginationItemData/Percentage Not Available BillOfResources/Operations/ConsumedItem/SerializedLot/PreviouseSerialNumber Not Available BillOfResources/Operations/ConsumedItem/Quantity Not Available BillOfResources/Operations/ConsumedItem/Quantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/ScrapFactor Not Available BillOfResources/Operations/ConsumedItem/ScrapQuantity Not Available BillOfResources/Operations/ConsumedItem/ScrapQuantity@unitCode Not Available BillOfResources/Operations/ConsumedItem/SerializedLot/Description Not Available BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/EffectiveTimePeriod/EndDateTime
Not Available BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/LotIDs/ID Not Available OpConsItemSerialLotItemQty (C_OpConsItemSerialLotItemQty) BillOfResources/Operations/ConsumedItem/SerializedLot/ItemQuantity Not Available OpConsItemSerialLotQty (C_OpConsItemSerialLotQty) BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/Quantity Not Available OpConsItemSerialLotQtyUOM (C_OpConsItemSerialLotQtyUOM) BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/Quantity@unitCode Not Available OpConsItemSerialLotRFID (C_OpConsItemSerialLotRFID) BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/RFID Not Available OpConsItemSerialNote (C_OpConsItemSerialNote) BillOfResources/Operations/ConsumedItem/SerializedLot/Note Not Available OpConsItemSerialNumber (C_OpConsItemSerialNumber) BillOfResources/Operations/ConsumedItem/SerializedLot/SerialNumber Not Available OpConsItemSerialSelection (C_OpConsItemSerialSelection) BillOfResources/Operations/ConsumedItem/SerializedLot/LotSelection Not Available OpConsItemSerlLotDisposition (C_OpConsItemSerlLotDisposition) BillOfResources/Operations/ConsumedItem/SerializedLot/Disposition Not Available OpConsItemSerlLotIDDuration (C_OpConsItemSerlLotIDDuration) BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/EffectiveTimePeriod/Duration Not Available OpConsItemSerlLotIDStartDate (C_OpConsItemSerlLotIDStartDate) BillOfResources/Operations/ConsumedItem/SerializedLot/Lot/EffectiveTimePeriod/StartDateTime Not Available OpConsItemSerlLotItemQtyUOM BillOfResources/Operations/ConsumedItem/SerializedLot/ItemQuantity@unitCode (C_OpConsItemSerlLotItemQtyUOM) Not Available August 13, 2009 300
View:
BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/ServiceIndicator Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Specification/Property/Description Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/Specification/Property/NameValue Not Available BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/StartDateTime Not Available BillOfResources/Operations/ConsumedItem/TrackingIndicator Not Available BillOfResources/Operations/ConsumedItem/Type Not Available BillOfResources/Operations/BillOfResources/Operations/ConsumedItem/UPCID Not Available BillOfResources/Operations/ConsumedItem/YieldPercent Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ContainerType Not Available BillOfResources/Operations/ControlPoint/Effectivity Not Available BillOfResources/Operations/Charge/Description Not Available BillOfResources/Operations/DepartmentID Not Available
301
View:
BillOfResources/Operations/DepartmentID Not Available Unknown BillOfResources/Operations/Effectivity Not Available BillOfResources/Operations/EquipmentReference/ResourceID/ID Not Available BillOfResources/Operations/EquipmentReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/EquipmentReference/Quantity Not Available BillOfResources/Operations/EquipmentReference/Quantity@unitCode Not Available BillOfResources/Operations/EquipmentReference/ResourceTypeCode Not Available BillOfResources/Operations/FixedDuration Not Available BillOfResources/Operations/FixedRejectQuantity Not Available BillOfResources/Operations/FixedRejectQuantity@unitCode Not Available BillOfResources/Operations/inQueueLocation/ID Not Available BillOfResources/Operations/inQueueLocation/ID Not Available BillOfResources/Operations/inQueueLocation/Name Not Available Unknown BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available August 13, 2009 302
View:
BillOfResources/Operations/ConsumedItem/Classification/Codes/Code Not Available BillOfResources/Operations/MachineSetupDependencyCodes/Code Not Available BillOfResources/Operations/MaximumParallelTeamsFactor Not Available BillOfResources/Operations/MoveDuration Not Available BillOfResources/Operations/MoveOverlapDuration Not Available BillOfResources/Operations/MultipleRunSaveTimeIndicator Not Available BillOfResources/Operations/OperationPersonReference/Quantity@unitCode Not Available BillOfResources/Operations/OperationPersonReference/Quantity Not Available BillOfResources/Operations/OperationMultiplier Not Available BillOfResources/Operations/PerishedBetweenOperationsQuantity Not Available BillOfResources/Operations/PerishedBetweenOperationsQuantity@unitCode Not Available BillOfResources/Operations/PerishedInOperationQuantity Not Available BillOfResources/Operations/PerishedInOperationQuantity@unitCode Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available Unknown
303
View:
BillOfResources/Operations/OperationPersonReference/ResourceTypeCode Not Available BillOfResources/Operations/ProcessCode Not Available BillOfResources/Operations/QueueDuration Not Available BillOfResources/Operations/QueueOverlapDuration Not Available
BillOfResources/Operations/RejectPercent Not Available OpRejectQty (C_OpRejectQty) BillOfResources/Operations/RejectQuantity Not Available OpRejectQtyUOM (C_OpRejectQtyUOM) BillOfResources/Operations/RejectQunatity@unitCode Not Available OpReqdSkillCode (C_OpReqdSkillCode) BillOfResources/Operations/RequiredSkills/Code Not Available OpReqdSkillCrewSize (C_OpReqdSkillCrewSize) BillOfResources/Operations/RequiredSkills/CrewSize Not Available OpReqdSkillName (C_OpReqdSkillName) BillOfResources/Operations/RequiredSkills/Name Not Available OpRunTime (C_OpRunTime) BillOfResources/Operations/RunTimeDuration Not Available OpScrapQty (C_OpScrapQty) BillOfResources/Operations/ScrapQuantity Not Available OpScrapQtyUOM (C_OpScrapQtyUOM) BillOfResources/Operations/ScrapQuantity@unitCode Not Available OpSetupTime (C_OpSetupTime) BillOfResources/Operations/SetupTimeDuration Not Available OpSiteAddCityName (C_OpSiteAddCityName) BillOfResources/Operations/Site/Address/CityName Not Available OpSiteAddCitySubDivName (C_OpSiteAddCitySubDivName) BillOfResources/Operations/Site/Address/CitySubDivisionName Not Available OpSiteAddCountrySubDivCode (C_OpSiteAddCountrySubDivCode) BillOfResources/Operations/Site/Address/CountrySubDivisionCode Not Available OpSiteAddressLine1 (C_OpSiteAddressLine1) BillOfResources/Operations/Site/Address/AddressLine Not Available OpSiteAddressLine2 (C_OpSiteAddressLine2) BillOfResources/Operations/Site/Address/AddressLine Not Available OpSiteAddressLine3 (C_OpSiteAddressLine3) BillOfResources/Operations/Site/Address/AddressLine Not Available OpSiteAttnOfName (C_OpSiteAttnOfName) BillOfResources/Operations/Site/Address/AttentionOfName Not Available OpSiteCountryCode (C_OpSiteCountryCode) BillOfResources/Operations/Site/Address/CountryCode Not Available OpSiteDirection (C_OpSiteDirection) BillOfResources/Operations/Site/Directions Not Available August 13, 2009 304
View:
BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Site/Name Not Available Unknown BillOfResources/Operations/Site/Address/PostalCode Not Available BillOfResources/Operations/TearDownDuration Not Available BillOfResources/Operations/TerminationIndicator Not Available BillOfResources/Operations/Tools/IDs/ID Not Available BillOfResources/Operations/TrackingIndicator Not Available BillOfResources/Operations/TransferLotQuantity Not Available BillOfResources/Operations/TransferLotQuantity@unitCode Not Available BillOfResources/Operations/WaitTimeDuration Not Available BillOfResources/Operations/WorkCenterID Not Available BillOfResources/Operations/WorkCenterID Not Available Unknown BillOfResources/Operations/YieldPercent Not Available BillOfResources/Operations/Description Not Available BillOfResources/Operations/DocumentReference/DocumentID/ID Not Available
305
View:
BillOfResources/Operations/DocumentReference/DoucmentID/RevisionID Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/NextID Not Available BillOfResources/Operations/Note Not Available BillOfResources/Operations/Note@author Not Available BillOfResources/Operations/Note@entryDateTime Not Available BillOfResources/Operations/Note@status Not Available BillOfResources/Operations/Note@type Not Available BillOfResources/Operations/Status/Code Not Available BillOfResources/Operations/Status/EffectiveDateTime Not Available BillOfResources/Operations/Status/Description Not Available MessageHeader:TenantID MessageHeader:Revision
306
View:
Fields:
Accounting Entity (C_AccountingEntity) BOR ID (C_BORID) BOR Noun ID (C_BORNounID) From Logical ID (C_FromLogicalID) Location ID (C_LocationID) Op Step Desc (C_OpStepDesc) Op Step Op Res Qty (C_OpStepOpResQty) Op Step Op Res Qty UOM (C_OpStepOpResQtyUOM) Op Step Op Res Type (C_OpStepOpResType) Op Step Op Resource GID (C_OpStepOpResourceGID) Op Step Op Resource ID (C_OpStepOpResourceID) Op Step Seq (C_OpStepSeq) Op Step Type (C_OpStepType) Operation Desc (C_OperationDesc) Operation ID (C_OperationID) Operation Status (C_OperationStatus) Operation Status Desc (C_OperationStatusDesc) Step OP Resource Noun ID (C_OpStepOPResourceNounID) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
307
View:
Fields:
Accounting Entity (C_AccountingEntity) BOR Description (C_BORDescription) BOR ID (C_BORID) BOR Noun ID (C_BORNounID) BOR Primary Ind (C_BORPrimaryInd) Document Date (C_DocumentDate) From Logical ID (C_FromLogicalID) Location ID (C_LocationID) Operation Desc (C_OperationDesc) Operation ID (C_OperationID) Operation Status Code (C_OperationStatusCode) Operation Status Date (C_OperationStatusDate) Operation Status Desc (C_OperationStatusDesc) Operation Tool GID (C_OperationToolGID) Operation Tool ID (C_OperationToolID) Operation Tool Noun ID (C_OperationToolNounID) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
308
View:
Fields:
Accounting Entity (C_AccountingEntity) BOR ID (C_BORID) BOR Noun ID (C_BORNounID) From Logical ID (C_FromLogicalID) Location ID (C_LocationID) Op Step Desc (C_OpStepDesc) Op Step Seq (C_OpStepSeq) Op Step Tools GID (C_OpStepToolsGID) Op Step Tools ID (C_OpStepToolsID) Op Step Tools Noun ID (C_OpStepToolsNounID) Operation Desc (C_OperationDesc) Operation ID (C_OperationID) Operation Status (C_OperationStatus) Operation Status Desc (C_OperationStatusDesc) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
309
View:
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown BillOfResources/BillOfResourcesHeader/PrimaryIndicator Not Available BillOfResources/BillOfResourcesHeader/DocumentID/RevisionID Not Available BillOfResources/BillOfResourcesHeader/Status/Code Not Available BillOfResources/BillOfResourcesHeader/Status/EffectiveDateTime Not Available BillOfResources/BillOfResourcesHeader/Status/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentDateTime Not Available MessageHeader:FromLogicalID BillOfResources/Operations/OutputItem/BackFlushedIndicator Not Available BillOfResources/Operations/OutputItem/BatchSizeQuantity Not Available BillOfResources/Operations/OutputItem/BatchSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/Description Not Available BillOfResources/Operations/OutputItem/EPCID Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/Duration Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/EndDateTime Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available BillOfResources/Operations/OutputItem/FixedQuantityIndicator Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature@unitCode Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/ID Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/MFAGID Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/TechnicalName August 13, 2009 310
View:
Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/TechnicalName Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AttentionOfName Not Available BillOfResources/Operations/OutputItem/Location/Address/CityName Not Available BillOfResources/Operations/OutputItem/Location/Address/CitySubDivisionName Not Available BillOfResources/Operations/OutputItem/Location/Address/CountryCode Not Available BillOfResources/Operations/OutputItem/Location/Address/CountrySubDivisionCode Not Available BillOfResources/Operations/OutputItem/Location/Directions Not Available BillOfResources/Operations/OutputItem/Location/ID Not Available BillOfResources/Operations/OutputItem/Location/ID Not Available BillOfResources/Operations/OutputItem/Location/Name Not Available Unknown BillOfResources/Operations/OutputItem/Location/Address/PostalCode Not Available
311
View:
BillOfResources/Operations/OutputItem/LotSizeMultipler Not Available BillOfResources/Operations/OutputItem/MaximumLotSizeQuantity Not Available BillOfResources/Operations/OutputItem/MaximumLotSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/MinimumLotSizeQuantity Not Available BillOfResources/Operations/OutputItem/MinimumLotSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/Note Not Available BillOfResources/Operations/OutputItem/Note@author Not Available BillOfResources/Operations/OutputItem/Note@entryDateTime Not Available BillOfResources/Operations/OutputItem/Note@status Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/HeightMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/Packaging/ID Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/WidthMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/ParentItemID/ID Not Available Unknown BillOfResources/Operations/OutputItem/ParentItemID/RevisionID Not Available BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity Not Available BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/PhantomIndicator Not Available BillOfResources/Operations/OutputItem/Rejection/RejectQuantity Not Available BillOfResources/Operations/OutputItem/Rejection/RejectQuantity@unitCode Not Available August 13, 2009 312
View:
BillOfResources/Operations/OutputItem/Rejection/RejectReasonCode Not Available BillOfResources/Operations/OutputItem/RequiredPercent Not Available BillOfResources/Operations/OutputItem/ScrapIndicator Not Available BillOfResources/Operations/OutputItem/ServiceIndicator Not Available BillOfResources/Operations/OutputItem/SerializedLot/Disposition Not Available BillOfResources/Operations/OutputItem/SerializedLot/ItemQuantity Not Available BillOfResources/Operations/OutputItem/SerializedLot/ItemQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/SerializedLot/Description Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/LotIDs/ID Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity@unitCode Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/RFID Not Available BillOfResources/Operations/OutputItem/SerializedLot/LotSelection Not Available BillOfResources/Operations/OutputItem/SerializedLot/SerialNumber Not Available BillOfResources/Operations/OutputItem/Specification/Property/Description Not Available BillOfResources/Operations/OutputItem/Specification/Property/NameValue Not Available
313
View:
BillOfResources/Operations/OutputItem/TrackingIndicator Not Available BillOfResources/Operations/OutputItem/Type Not Available BillOfResources/Operations/OutputItem/UPCID Not Available BillOfResources/Operations/OutputItem/Packaging/UPCPackagingLevelCode Not Available BillOfResources/Operations/OutputItem/YieldPercent Not Available BillOfResources/BillOfResourcesHeader/LastModificationDateTime Not Available MessageHeader:LocationID BillOfResources/Operations/OperationPersonReference/Quantity@unitCode Not Available BillOfResources/Operations/OperationPersonReference/Quantity Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/OperationPersonReference/ResourceTypeCode Not Available BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Site/Name Not Available Unknown BillOfResources/Operations/WorkCenterID Not Available BillOfResources/Operations/WorkCenterID Not Available Unknown BillOfResources/Operations/Description Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/NextID Not Available BillOfResources/Operations/Status/Code Not Available BillOfResources/Operations/Status/EffectiveDateTime Not Available BillOfResources/Operations/Status/Description August 13, 2009 314
View:
Not Available BillOfResources/Operations/OutputItem/ItemID/ID Not Available BillOfResources/Operations/OutputItem/ItemID/ID Not Available Unknown MessageHeader:TenantID
315
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/Duration Not Available ActualEndDate (C_ActualEndDate) ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ActualStartDate (C_ActualStartDate) ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available Alternate BOR GID (C_AlternateBORGID) ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available Alternate BOR ID (C_AlternateBORID) ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available Alternate BOR Rev ID (C_AlternateBORRevID) ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/RevisionID Not Available AlternateBORNounID (C_AlternateBORNounID) Unknown Doc Date Time (C_DocDateTime) ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available Doc Ref Acc Ent (C_DocRefAccEnt) Unknown Doc Ref ID (C_DocRefID) MessageHeader:AccountingEntityID Doc Ref ID Location (C_DocRefIDLocation) Unknown Doc Ref Noun ID (C_DocRefNounID) Unknown From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Location (C_Location) MessageHeader:LocationID Op Department ID (C_OpDepartmentID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available Op Item Actual Labor Amt (C_OpItemActualLaborAmt) Unknown Op Item Actual Labor Amt Curr (C_OpItemActualLaborAmtCurr) Unknown Op Item Actual Labor Perc (C_OpItemActualLaborPerc) Unknown Op Item Actual Labor Qty (C_OpItemActualLaborQty) Unknown Op Item Actual Labor Qty UOM (C_OpItemActualLaborQtyUOM) Unknown Op Item Actual Labor Time (C_OpItemActualLaborTime) Unknown Op Item Actual Machine Amt (C_OpItemActualMachineAmt) Unknown Op Item Actual Machine AmtCurr (C_OpItemActualMachineAmtCurr) Unknown Op Item Actual Machine Perc (C_OpItemActualMachinePerc) Unknown Op Item Actual Machine Qty (C_OpItemActualMachineQty) Unknown Op Item Actual Machine Qty UOM (C_OpItemActualMachineQtyUOM) Unknown Op Item Actual Machine Time (C_OpItemActualMachineTime) Unknown Op Item Actual Material Amt (C_OpItemActualMaterialAmt) Unknown Op Item Actual Material Perc (C_OpItemActualMaterialPerc) Unknown Op Item Actual Material Qty (C_OpItemActualMaterialQty) Unknown Op Item Actual Material QtyUOM (C_OpItemActualMaterialQtyUOM) Unknown Op Item Actual Material Time (C_OpItemActualMaterialTime) Unknown Op Item Actual MaterialAmtCurr (C_OpItemActualMaterialAmtCurr) Unknown Op Item Back Flush Indicator (C_OpItemBackFlushIndicator) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/BackFlushedIndicator Not Available Op Item Class (C_OpItemClass) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available August 13, 2009 316
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/DefaultIndicator Not Available
317
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/Duration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/FixedQuantityIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Location/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Location/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Location/Name Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/MandatoryIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Name Not Available Unknown August 13, 2009 318
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/OriginationItemData/OriginationCountryCode Not Available Op Item Percentage (C_OpItemPercentage) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/OriginationItemData/Percentage Not Available Op Item Planend Labor Amt (C_OpItemPlanendLaborAmt) Unknown Op Item Planned Labor Amt Curr (C_OpItemPlannedLaborAmtCurr) Unknown Op Item Planned Labor Perc (C_OpItemPlannedLaborPerc) Unknown Op Item Planned Labor Qty (C_OpItemPlannedLaborQty) Unknown Op Item Planned Labor Qty UOM (C_OpItemPlannedLaborQtyUOM) Unknown
319
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapFactor Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/TrackingIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/YieldPercent Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description August 13, 2009 320
Manufacturing Window, Operations Card, Description ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/ID Not Available Operation Doc Rev ID (C_OperationDocRevID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/RevisionID Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Next ID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Process Code (C_OperationProcessCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode operation.service_id Manufacturing Window, Operations Card, Service ID Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Operation Status Desc (C_OperationStatusDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OrderQuantity (C_OrderQuantity) ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available OrderQuantityUOM (C_OrderQuantityUOM) ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available Original BOR GID (C_OriginalBORGID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Original BOR ID (C_OriginalBORID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Original BOR Noun ID (C_BORNounID) Unknown
321
ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/Sequence Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID August 13, 2009 322
323
View:
MessageHeader:AccountingEntityID Calculated C_ActualEndDate ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available MessageHeader:FromLogicalID Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/EndDateTime Not Available Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/EffectiveTimePeriod/StartDateTime Not Available
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Process Code (C_OperationProcessCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode operation.service_id Manufacturing Window, Operations Card, Service ID Period (Period) ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Rework Indicator (C_ReworkIndicator) ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available Sequence (C_Sequence) ProductionOrder/ProductionOrderDetail/Sequence 1 Shop Floor Planner ID (C_ShopFloorPlannerID) ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Shop Floor Planner Name (C_ShopFloorPlannerName) ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Status Code (C_StatusCode) ProductionOrder/ProductionOrderHeader/Status/Code Not Available Total Variance (TotalVariance) Calculated (C_OpItemActualLaborAmt - C_OpItemEstLaborAmt)+(C_OpItemActualMachineAmt - C_OpItemEstMachineAmt)+(C_OpItemActualMaterialAmt C_OpItemEstMaterialAmt) Type Of Order (C_TypeOfOrder) ProductionOrder/ProductionOrderHeader@type August 13, 2009 324
View:
Parameters:
Accounting Entity (AccountingEntity) Actual End Date (ActualEndDate) Item ID (ItemID) Rework Indicator (C_ReworkIndicator) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No
Is Fixed:
No No No Yes Yes Yes No
Default Value:
YTD False Closed,Completed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (ActualEndDate) Actual Start Date (ActualStartDate) From Logical ID (C_FromLogicalID) Op Item Actual Labor Amt (C_OpItemActualLaborAmt) Op Item Actual Machine Amt (C_OpItemActualMachineAmt) Op Item Actual Material Amt (C_OpItemActualMaterialAmt) Op Item End Date (C_OpItemEndDate) Op Item Est Labor Amt (C_OpItemEstLaborAmt) Op Item Est Machine Amt (C_OpItemEstMachineAmt) Op Item Est Material Amt (C_OpItemEstMaterialAmt) Op Item ID (C_OpItemID) Op Item Start Date (C_OpItemStartDate) Op Work Center ID (C_OpWorkCenterID) OpItem ID Desc (C_OpItemIDDesc) Operation Process Code (C_OperationProcessCode) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence) Shop Floor Planner ID (C_ShopFloorPlannerID) Shop Floor Planner Name (C_ShopFloorPlannerName) Status Code (C_StatusCode) Total Variance (TotalVariance) Type Of Order (C_TypeOfOrder) Variance Labor (VarianceLabor) Variance Machine (VarianceMachine) Variance Materials (VarianceMaterials)
Sorting Type:
ASCENDING
Aggregation Type:
COUNT MAX COUNT COUNT SUM SUM SUM COUNT SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT SUM SUM SUM
325
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/OriginalBillOfResourcesReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available MessageHeader:TenantID Calculated Case when datediff(wk,C_ForcastedTimePeriodStartDate,getDate())>=0 then case datediff(wk,C_ForcastedTimePeriodStartDate,getDate()) when 0 then 'Current Week' when 1 then 'Last Week' when 2 then'Two Weeks Ago' when 3 then'Three Weeks Ago' when 4 then'Four Weeks Ago' when 5 then'Five Weeks Ago' when 6 then'Six Weeks Ago' else 'Over Six Weeks' end else 'Before Current Week' end
Parameters:
Accounting Entity (AccountingEntity) Planned Start Date (C_ForcastedTimePeriodStartDate)
Is Mandatory:
No Yes
Is Fixed:
No No August 13, 2009
Default Value:
QTD 326
View:
Is Mandatory:
No No No No
Is Fixed:
No No No Yes
Planned,Firm,Stopped
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (C_ExecutionTimePeriodEndDate) Actual Start Date (C_ExecutionTimePeriodStartDate) Planned End Date (C_ForcastedTimePeriodEndDate) Planned Start Date (C_ForcastedTimePeriodStartDate) Planner ID (C_PlannerPersonRefIDID) Planner Name (C_PlannerPersonRefName) Planner Noun ID (C_PlannerPersonRefNounID) Production Order ID (C_DocumentIDID) Production Order Type (C_ProductionOrderType) Required Date Time (C_RequiredDateTime) Revision ID (C_OrigBillRefDocIDRevID) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (C_ShopFloorPlannerPerRefIDID) Shop Floor Planner NID (C_ShopFloorPlannerPersonRefNID) Shop Floor Planner Name (C_ShopFloorPlannerPerRefName) Site ID (C_SiteID) Site Name (C_SiteName) Site Noun ID (C_SiteNounID) Status Code (C_StatusCode) Status Code Description (C_StatusCodeDesc) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
327
View:
Actual End Date (C_ExecutionTimePeriodEndDate) Actual Start Date (C_ExecutionTimePeriodStartDate) Document ID ID (C_DocumentIDID) Estimated Costs (C_EstimatedCosts)
From Logical ID (C_FromLogicalID) Labor Actual Amount (C_LaborActualAmount) Labor Actual Amount CurID (C_LaborActualAmountCurID) Labor Estimated Amount (C_LaborEstimatedAmount) Labor Estimated Amount CurID (C_LaborEstimatedAmountCurID) Machine Actual Amount (C_MachineActualAmount) Machine Actual Amount CurID (C_MachineActualAmountCurID) Machine Estimated Amount (C_MachineEstimatedAmount) Machine Estimated Amount CurID (C_MachineEstimatedAmountCurID) Material Actual Amount (C_MaterialActualAmount) Material Actual Amount CurID (C_MaterialActualAmountCurID) Material Estimated Amount (C_MaterialEstimatedAmount) Material Estimated Amt CurID (C_MaterialEstimatedAmountCurID) Period (C_Period) Production Order Type (C_ProductionOrderType) Rework Indicator (C_ReworkIndicator) Status Code (C_StatusCode) Tenant ID (C_TenantID) Total Actual Costs (C_TotalActualCosts) Total Estimated Costs (C_TotalEstimatedCosts)
MessageHeader:AccountingEntityID Calculated (case when C_MaterialActualAmount is not null then C_MaterialActualAmount else 0 end) + (case when C_MachineActualAmount is not null then C_MachineActualAmount else 0 end) + (case when C_LaborActualAmount is not null then C_LaborActualAmount else 0 end) ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Calculated (case when C_MaterialEstimatedAmount is not null then C_MaterialEstimatedAmount else 0 end) + (case when C_MachineEstimatedAmount is not null then C_MachineEstimatedAmount else 0 end) + (case when C_LaborEstimatedAmount is not null then C_LaborEstimatedAmount else 0 end) MessageHeader:FromLogicalID Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Calculated C_ExecutionTimePeriodEndDate ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID Calculated C_MaterialActualAmount + C_MachineActualAmount + C_LaborActualAmount Calculated C_MaterialEstimatedAmount + C_MachineEstimatedAmount + C_LaborEstimatedAmount
Parameters:
Accounting Entity (AccountingEntity) Period (C_Period) Status Code (C_StatusCode)
Is Mandatory:
No Yes No
Is Fixed:
No No Yes
Default Value:
QTD Closed,Completed
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
328
View:
Sorting Type:
ASCENDING
329
View:
Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown MessageHeader:FromLogicalID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader@type Not Available
Parameters:
Accounting Entity (AccountingEntity) Actual End Date (Calc_ActEndDate) Rework Indicator (C_ReworkIndicator) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No Yes No No No
Is Fixed:
No No Yes Yes Yes
Default Value:
QTD False Cancelled,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (Calc_ActEndDate) Actual Labour Amount (C_ActualLabourAmt)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX SUM 330
View:
Sorting Type:
331
View:
PRD_ESTVSACTMATERIALCOSTS (EstVsActMaterialCosts)
Unknown ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available Calculated case when BISDATA_4986.C_OpItemActualMaterialQty<>0 then BISDATA_4986.C_OpItemActualMaterialAmt/BISDATA_4986. C_OpItemActualMaterialQty else 0 end ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available Unknown Unknown Unknown Unknown
ActualStartDate (C_ActualStartDate) Estimated Material Amt (C_OpItemEstMaterialAmt) Estimated Material Amt Curr (C_OpItemEstMaterialAmtCurr) Estimated Material Qty (C_OpItemEstMaterialQty) Estimated Material Qty UOM (C_OpItemEstMaterialQtyUOM) EstimatedMaterialCostPerUnit (C_EstMaterialCostPerUnit)
Calculated Case when BISDATA_4986.C_OpItemEstMaterialQty <>0 then BISDATA_4986.C_OpItemEstMaterialAmt/BISDATA_4986.C_OpItemEstMaterialQty else 0 end From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item Due Qty (C_OpItemDueQty) Unknown Item Due Qty UOM (C_OpItemDueQtyUOM) Unknown Item ID (C_OpItemID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available Item NID (C_OpItemNounID) Unknown Item Ord Qty (C_OpItemOrdQty) Unknown Item Ord Qty UOM (C_OpItemOrdQtyUOM) Unknown Item Produced Qty (C_OpItemProducedQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ProducedQuantity work_order.desired_qty - work_order.work_order. Calculated by subtracting the Work Order, Received Qty from the Work Order, Desired Qty, both available on the Manufacturing Window, Work Order received.quantity View panel. The Desired Quantity is also displayed in the Quantity field on Manufacturing Window, Work Order Header Card. Item Produced Qty UOM (C_OpItemProducedQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ProducedQuantity@unitCode Not Available Item Rejected Qty (C_OpItemRejectQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity operation.deviated_qty Manufacturing Window, Labor Tickets, Qty (Deviated) for the operation. Item Rejected Qty UOM (C_OpItemRejectQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity@unitCode Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Output Item ID (C_OpOutputItemID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ItemID/ID work_order.part_id Manufacturing Window, Work Order Header, Part ID August 13, 2009 332
View:
PRD_ESTVSACTMATERIALCOSTS (EstVsActMaterialCosts)
Unknown ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID
333
View:
PRD_ESTVSACTMATERIALCOSTS (EstVsActMaterialCosts)
Parameters:
Accounting Entity (AccountingEntity) ActualEndDate (C_ActualEndDate) End Item (EndItem)
Is Mandatory:
No Yes No
Is Fixed:
No No No
Default Value:
QTD
334
View:
PRD_ESTVSACTMATERIALCOST (EstimatedVsActualMaterialCost)
MessageHeader:AccountingEntityID Calculated CASE WHEN C_OpItemActualMaterialQty <> 0 THEN C_OpItemActualMaterialAmt/C_OpItemActualMaterialQty ELSE 0 END ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available Unknown
Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available Estimated Cost Price per Unit (C_EstCostPricePerUnit) Calculated CASE WHEN C_OpItemEstMaterialQty <> 0 THEN C_OpItemEstMaterialAmt/C_OpItemEstMaterialQty ELSE 0 END Estimated Material Amt (C_OpItemEstMaterialAmt) Unknown Estimated Material Amt Curr (C_OpItemEstMaterialAmtCurr) Unknown Estimated Material Qty (C_OpItemEstMaterialQty) Unknown Estimated Material Qty UOM (C_OpItemEstMaterialQtyUOM) Unknown From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item ID (C_OpItemID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available Item ID Desc (C_OpItemIDDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Order Quantity (C_OrderQuantity) ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available Order Quantity UOM (C_OrderQuantityUOM) ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available Order Type (C_TypeOfOrder) ProductionOrder/ProductionOrderHeader@type Not Available Planned End Date (C_PlannedEndDate) ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available Planned Start Date (C_PlannedStartDate) ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Rework Indicator (C_ReworkIndicator) ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available Shop Floor Planner ID (C_ShopFloorPlannerID) ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available August 13, 2009 335
View:
PRD_ESTVSACTMATERIALCOST (EstimatedVsActualMaterialCost)
ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID
Parameters:
Accounting Entity (AccountingEntity) Actual End Date (C_ActualEndDate) ItemID (ItemID)
Is Mandatory:
No Yes No
Is Fixed:
No No No
Default Value:
QTD
336
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID The system concatenates the following: Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ItemID/ID Manufacturing Window, Work Order Header, Part ID Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID
Parameters:
Accounting Entity (AccountingEntity) Bill Operations ID (C_BillOperationsID) Document ID ID (C_DocumentIDID) Execution End Date Time (C_ExecutionEndDateTime) Item ID (ItemID) Production Order Type (C_ProductionOrderType) Resource Type Code (C_ResourceTypeCode) Site ID (SiteID) Status Code (C_StatusCode)
Is Mandatory:
No No No Yes No No No No No
Is Fixed:
No No No No No Yes Yes No Yes August 13, 2009
Default Value:
Export Service: Production / EstimatedVsActualLaborCost (Estimated Vs Actua lLabor Cost) View: Parameters:
Work Center ID (WorkCenterID)
Is Mandatory:
No
Is Fixed:
No
338
View:
MessageHeader:AccountingEntityID Calculated C_ActualEndDate ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown MessageHeader:FromLogicalID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Classification/Codes/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapFactor Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/YieldPercent Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID BillOfResources/Operations/ConsumedItem/ScrapFactor Not Available BillOfResources/Operations/ConsumedItem/ScrapQuantity Not Available BillOfResources/Operations/ConsumedItem/ScrapQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description Manufacturing Window, Operations Card, Description ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID
work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order August 13, 2009 339
View:
Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available Calculated C_OpConsItemScrapQty-C_OpItemScrapQty ProductionOrder/ProductionOrderDetail/Sequence 1
340
View:
Parameters:
Accounting Entity (AccountingEntity) Actual End Date (Calc_ActualEndDate) Item ID (ItemID) Operation Status (C_OperationStatus) Planner ID (C_PlannerID) Rework Indicator (C_ReworkIndicator) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No Yes No Yes Yes No
Default Value:
QTD Closed,Completed false ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (Calc_ActualEndDate) ActualStartDate (C_ActualStartDate) BORIDID (C_BORIDID) BORNounID (C_BORNounID) From Logical ID (C_FromLogicalID) Op Item Class (C_OpItemClass) Op Item Code (C_OpItemCode) Op Item Cost Method (C_OpItemCostMethod) Op Item Cost Policy (C_OpItemCostPolicy) Op Item ID (C_OpItemID) Op Item Noun ID (C_OpItemNounID) Op Item Qty (C_OpItemQty) Op Item Qty UOM (C_OpItemQtyUOM) Op Item Scrap Factor (C_OpItemScrapFactor) Op Item Scrap Qty (C_OpItemScrapQty) Op Item Scrap Qty UOM (C_OpItemScrapQtyUOM) Op Item Yield Percent (C_OpItemYieldPercent) Op Work Center ID (C_OpWorkCenterID) OpConsItemScrapFactor (C_OpConsItemScrapFactor) OpConsItemScrapQty (C_OpConsItemScrapQty) OpConsItemScrapQtyUOM (C_OpConsItemScrapQtyUOM) Operation Desc (C_OperationDesc) Operation ID (C_OperationID) Operation Process Code (C_OperationProcessCode) Operation Status (C_OperationStatus) Operation Status Desc (C_OperationStatusDesc) OrderQuantity (C_OrderQuantity) OrderQuantityUOM (C_OrderQuantityUOM) Original BOR ID (C_OriginalBORID) Original BOR Noun ID (C_OriginalBORNounID) Planner ID (C_PlannerID)
Sorting Type:
ASCENDING
Aggregation Type:
COUNT MAX MAX COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT SUM SUM COUNT SUM COUNT SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT 341
View:
Sorting Type:
342
View:
Sorting Type:
343
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description Manufacturing Window, Operations Card, Description ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID The system concatenates the following: Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Name Not Available MessageHeader:FromLogicalID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available Calculated C_OrderQuantity * C_ScrapFactor ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Quantity@unitCode Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapFactor Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ScrapQuantity@unitCode August 13, 2009 344
Not Available Calculated BISDATA_6297.C_ScrapQuantity - (C_OrderQuantity * C_ScrapFactor) ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderDetail/Status/Code Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). MessageHeader:TenantID Calculated C_ExecutionEndDateTime ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/YieldPercent Not Available
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Planner ID (PlannerID) Production Order Type (C_ProductionOrderType) Rework Indicator (C_ReworkIndicator) Status Code (C_StatusCode) Week (C_Week) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No Yes No
Is Fixed:
No No No Yes Yes Yes No No
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Actual Start Date (C_ExecutionStartDateTime) Bill Operations Description (C_BillOperationsDescription) Bill Operations ID (C_BillOperationsID) Consumed Item Desc (C_ConsumedItemDesc) Consumed Item Name (C_ConsumedItemName) From Logical ID (C_FromLogicalID) Item ID (C_ItemIDID) Order Quantity (C_OrderQuantity) Order Quantity Unit (C_OrderQuantityUnit) Planned Scrap Quantity (C_PlannedScrapQuantity) Planner ID (C_PlannerPersonRefIDID) Planner Name (C_PlannerPersonRefName) Planner Noun ID (C_PlannerPersonRefNounID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT SUM COUNT COUNT COUNT
345
Export Service: Production / ITEMSCRAPQUANTITYVARIANCE (Item Scrap Qty Variance) View: Fields:
Process Code (C_ProcessCode) Production Order ID (C_DocumentIDID) Production Order Noun ID (C_DocumentNounID) Production Order Type (C_ProductionOrderType) Quantity (C_Quantity) Quantity Unit Code (C_QuantityUnitCode) Rework Indicator (C_ReworkIndicator) Scrap Factor (C_ScrapFactor) Scrap Quantity (C_ScrapQuantity) Scrap Quantity Unit (C_ScrapQuantityUnit) Scrap Variance (C_ScrapVariance) Sequence (C_Sequence) Shop Floor Planner ID (C_ShopFloorPlannerPerRefIDID) Shop Floor Planner NID (C_ShopFloorPlannerPersonRefNID) Shop Floor Planner Name (C_ShopFloorPlannerPerRefName) Status Code (C_StatusCode) Status Description (C_StatusDescription) Tenant ID (C_TenantID) Week (C_Week) Work Center ID (C_WorkCenterID) Yield Percent (C_YieldPercent)
Sorting Type:
ASCENDING
346
View:
MessageHeader:AccountingEntityID Calculated C_ActualEndDate ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/RevisionID Not Available MessageHeader:FromLogicalID Unknown Calculated case when ( C_StatusCode='Completed' or C_StatusCode='Closed') and (C_ActualEndDate<=C_PlannedEndDate) then 1 else 0 end Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available MessageHeader:TenantID Calculated case when C_StatusCode='Completed' or C_StatusCode='Closed' then 1 else 0 end ProductionOrder/ProductionOrderHeader@type August 13, 2009 347
View:
Parameters:
Accounting Entity (AccountingEntity) Actual End Date (ActualEndDate) Planner ID (PlannerID) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (ShopFloorPlannerID) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No No No No
Is Fixed:
No No No Yes No Yes Yes
Default Value:
QTD false Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (ActualEndDate) Actual Start Date (C_ActualStartDate) Document Revision ID (C_DocRevisionID) From Logical ID (C_FromLogicalID) On Time Completion Orders (NumberOnTimeCompletion) Output Item Description (C_OutputItemDescription) Output Item ID (C_OutputItemID) Output Item Noun ID (C_OutputItemNounID) Planned End Date (C_PlannedEndDate) Planned Start Date (C_PlannedStartDate) Planner ID (C_PlannerID) Planner Name (C_PlannerName) Planner Noun ID (C_PlannerNounID) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (C_ShopFloorPlannerID) Shop Floor Planner Name (C_ShopFloorPlannerName) Shop Floor Planner Noun ID (C_ShopFloorPlannerNounID) Status Code (C_StatusCode) Status Date (C_StatusDate) Status Description (C_StatusDesc) Tenant ID (C_TenantID) Total Orders (TotalOrders) Type Of Order (C_TypeOfOrder)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX MAX MAX MAX MAX MAX MAX SUM MAX
348
View:
Planned Due Date (C_PlannedDueDate) Planned End Date (C_ForecastedEndDate) Planner ID (C_PlannerPersonRefIDID) Planner Name (C_PlannerPersonRefName) Planner Noun ID (C_PlannerPersonRefNounID) Production Order ID (C_DocumentIDID) Production Order Type (C_ProductionOrderType) Required Date Time (C_RequiredDateTime) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (C_ShopFloorPlannerPerRefIDID) Shop Floor Planner NID (C_ShopFloorPlannerPersonRefNID) Shop Floor Planner Name (C_ShopFloorPlannerPerRefName) Site ID (C_SiteID) Site Name (C_SiteName) Status Code (C_StatusCode) Status Code Desc (C_StatusCodeDesc) Tenant ID (C_TenantID)
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available MessageHeader:FromLogicalID Calculated Case when C_StatusCode = 'Active' then (case when C_ExecutionTimePeriodEndDate<=C_RequiredDateTime then 'OnTime' else 'Late' end) else (case when C_PlannedDueDate <= C_RequiredDateTime then 'OnTime' else 'Late' end) end ProductionOrder/ProductionOrderHeader/PlannedDueDate Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Planned End Date (C_ForecastedEndDate) Production Order Type (C_ProductionOrderType) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (ShopFloorPlannerID) Site ID (SiteID) Status Code (C_StatusCode)
Is Mandatory:
No Yes No No No No No
Is Fixed:
No No Yes Yes No No Yes August 13, 2009
Default Value:
QTD ShopFloor Order,Production Order False
Planned,Firm,Released,Active 349
ASCENDING
350
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/RevisionID Not Available MessageHeader:FromLogicalID Calculated Case when C_StatusCode = 'Active' then (case when C_ActualEndDate<=C_RequiredDateTime then 'OnTime' else 'Late' end) else (case when C_PlannedEndDate <= C_RequiredDateTime then 'OnTime' else 'Late' end) end ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available
Planned End Date (C_PlannedEndDate) Planned Start Date (C_PlannedStartDate) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Required Date Time (C_RequiredDateTime) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (C_ShopFloorPlannerID) Shop Floor Planner Name (C_ShopFloorPlannerName) Shop Floor Planner Noun ID (C_ShopFloorPlannerNounID) Site ID (C_SiteID) Site Name (C_SiteName) Site Noun ID (C_SiteNounID) Status Code (C_StatusCode) Status Desc (C_StatusDesc) Tenant ID (C_TenantID) Type Of Order (C_TypeOfOrder)
Parameters:
Accounting Entity (AccountingEntity) Required Date Time (C_RequiredDateTime) Rework Indicator (C_ReworkIndicator) Shop Supervisor ID (ShopSupervisorID) Site ID (SiteID) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No No No No
Is Fixed:
No No Yes No No Yes Yes
Default Value:
QTD False
351
352
View:
MessageHeader:AccountingEntityID Calculated Case when C_OpConstrResTypeCode='Labor' then C_OpConstrndResQty else 0 end BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown Unknown MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available Calculated C_OperationActualEndDate ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description Manufacturing Window, Operations Card, Description ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID The system concatenates the following: Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime Manufacturing Window, Operation View Panel, Sched Finish Date ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime Manufacturing Window, Operation View Panel, Sched Start Date ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code August 13, 2009 353
View:
Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Calculated Case when C_OpConstrndResTypeCode='Labor' then C_OpConstrndResourceQty else 0 end ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available
354
View:
ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available
355
View:
Calculated cast (DateDiff(dd,C_OperationActualStartDate,C_OperationActualEndDate) as Decimal) Deviation Total Lead Time (DeviationTotalLeadTime) Calculated cast ((DATEDIFF(dd,C_OperationPlannedStartDate,C_OperationPlannedEndDate))-((DATEDIFF(dd,C_OperationActualStartDate, C_OperationActualEndDate))) as Decimal) Estimated Machine Time (C_OperationEstMachineTime) Unknown From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item Description (C_OperationOutputItemDesc) Unknown Item ID (C_OperationOutputItemID) Unknown Item NID (C_OperationOutputItemNounID) Unknown Lead Time (DevTotLeadTimePercent) Calculated 0.0 Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Operation Status Desc (C_OperationStatusDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Order Quantity (C_OrderQuantity) Unknown Period (Period) Calculated C_OperationActualEndDate Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Planned Machine Time (C_OperationPlannedMachineTime) Unknown Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Planner ID (C_PlannerID) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available Planner NID (C_PlannerNounID) Unknown Planner Name (C_PlannerName) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order NID (C_ProductionOrderNounID) Unknown Reject Qty (C_OperationRejectQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RejectedQuantity Not Available Rework Indicator (C_ReworkIndicator) Unknown August 13, 2009 356
View:
ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Calculated cast (DateDiff(dd,C_OperationPlannedStartDate,C_OperationPlannedEndDate) as Decimal) ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Actual Start Date (C_OperationActualStartDate) Operation Status (C_OperationStatus) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No
Is Fixed:
No No Yes Yes
Default Value:
QTD Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Actual Machine Time (C_OperationActualMachineTime) Actual Start Date (C_OperationActualStartDate) Actual Total Lead Time (ActualTotalLeadTime) Deviation Total Lead Time (DeviationTotalLeadTime) Estimated Machine Time (C_OperationEstMachineTime) From Logical ID (C_FromLogicalID) Item Description (C_OperationOutputItemDesc) Item ID (C_OperationOutputItemID) Item NID (C_OperationOutputItemNounID) Lead Time (DevTotLeadTimePercent) Operation ID (C_OperationID) Operation Status (C_OperationStatus) Operation Status Desc (C_OperationStatusDesc) Order Quantity (C_OrderQuantity) Period (Period) Planned End Date (C_OperationPlannedEndDate) Planned Machine Time (C_OperationPlannedMachineTime) Planned Start Date (C_OperationPlannedStartDate)
Sorting Type:
Aggregation Type:
COUNT SUM COUNT SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT SUM COUNT 357
ASCENDING
358
View:
PRD_OVERTIME (OverTime)
MessageHeader:AccountingEntityID Calculated C_OperationActualEndDate BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
OperationActualStartDate (C_OperationActualStartDate) labor_ticket.start_date OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationPlannedEndDate (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date OperationPlannedStartDate (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date OperationStatus (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OperationStatusDesc (C_OperationStatusDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OperationWorkCenterID (C_OperationWorkCenterID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID operation.resource_id Manufacturing Window, Operations Card, Resource ID OperationWorkcenterNounID (C_OperationWorkcenterNounID) Unknown Original BOR ID (C_OriginalBORID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Original BOR Noun ID (C_OriginalBORNounID) Unknown OverTime (OverTime) Calculated August 13, 2009 359
View:
PRD_OVERTIME (OverTime)
PlannerID (C_PlannerID) PlannerName (C_PlannerName) PlannerNounID (C_PlannerNounID) ProductionOrderID (C_ProductionOrderID) ProductionOrderNounID (C_ProductionOrderNounID) Sequence (C_Sequence) TenantID (C_TenantID) TypeOfOrder (C_TypeOfOrder) VariationID (C_VariationID)
Case when C_OpConstrndResTypeCode='Labor' and C_OpConstrResTypeCode='Labor' and C_OpConstrndResourceQty < C_OpConstrndResQty then C_OpConstrndResourceQty - C_OpConstrndResourceQty else 0 end ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/Sequence 1 MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available
Parameters:
Accounting Entity (AccountingEntity) ActualEndDate (ActualEndDate) OperationStatus (C_OperationStatus) OverTime (OverTime) PlannerID (PlannerID) TypeOfOrder (C_TypeOfOrder) WorkCenterID (WorkCenterID)
Is Mandatory:
No No No No No No No
Is Fixed:
No No Yes Yes No Yes No
Default Value:
QTD Closed,Completed 0.0 ProductionOrder,ShopFloor Order
Fields:
AccountingEntity (C_AccountingEntity) ActualEndDate (ActualEndDate) BOR ID (C_BORID) BOR Noun ID (C_BORNounID) FromLogicalID (C_FromLogicalID) OpConstrResTypeCode (C_OpConstrResTypeCode) OpConstrndResQty (C_OpConstrndResQty) OpConstrndResQtyUOM (C_OpConstrndResQtyUOM) OpConstrndResTypeCode (C_OpConstrndResTypeCode) OpConstrndResourceID (C_OpConstrndResourceID) OpConstrndResourceQty (C_OpConstrndResourceQty) OpConstrndResourceQtyUOM (C_OpConstrndResourceQtyUOM) OperationActualStartDate (C_OperationActualStartDate) OperationID (C_OperationID) OperationPlannedEndDate (C_OperationPlannedEndDate) OperationPlannedStartDate (C_OperationPlannedStartDate) OperationStatus (C_OperationStatus) OperationStatusDesc (C_OperationStatusDesc) OperationWorkCenterID (C_OperationWorkCenterID) OperationWorkcenterNounID (C_OperationWorkcenterNounID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
360
361
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown BillOfResources/BillOfResourcesHeader/PrimaryIndicator Not Available BillOfResources/BillOfResourcesHeader/DocumentID/RevisionID Not Available BillOfResources/BillOfResourcesHeader/Status/Code Not Available BillOfResources/BillOfResourcesHeader/Status/EffectiveDateTime Not Available BillOfResources/BillOfResourcesHeader/Status/Description Not Available BillOfResources/BillOfResourcesHeader/DocumentDateTime Not Available MessageHeader:FromLogicalID BillOfResources/Operations/OutputItem/BackFlushedIndicator Not Available BillOfResources/Operations/OutputItem/BatchSizeQuantity Not Available BillOfResources/Operations/OutputItem/BatchSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/Description Not Available BillOfResources/Operations/OutputItem/EPCID Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/Duration Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/EndDateTime Not Available BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available BillOfResources/Operations/OutputItem/FixedQuantityIndicator Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature@unitCode Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/ID Not Available BillOfResources/Operations/OutputItem/HazardousMaterial/MFAGID Not Available August 13, 2009 362
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
BillOfResources/Operations/OutputItem/HazardousMaterial/TechnicalName Not Available BillOfResources/Operations/OutputItem/LeadTimeDuration Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available BillOfResources/Operations/OutputItem/Location/Address/AttentionOfName Not Available BillOfResources/Operations/OutputItem/Location/Address/CityName Not Available BillOfResources/Operations/OutputItem/Location/Address/CitySubDivisionName Not Available BillOfResources/Operations/OutputItem/Location/Address/CountryCode Not Available BillOfResources/Operations/OutputItem/Location/Address/CountrySubDivisionCode Not Available BillOfResources/Operations/OutputItem/Location/Directions Not Available BillOfResources/Operations/OutputItem/Location/ID Not Available BillOfResources/Operations/OutputItem/Location/ID Not Available BillOfResources/Operations/OutputItem/Location/Name Not Available Unknown BillOfResources/Operations/OutputItem/Location/Address/PostalCode Not Available
363
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
BillOfResources/Operations/OutputItem/LotSizeMultipler Not Available BillOfResources/Operations/OutputItem/MaximumLotSizeQuantity Not Available BillOfResources/Operations/OutputItem/MaximumLotSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/MinimumLotSizeQuantity Not Available BillOfResources/Operations/OutputItem/MinimumLotSizeQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/Note Not Available BillOfResources/Operations/OutputItem/Note@author Not Available BillOfResources/Operations/OutputItem/Note@entryDateTime Not Available BillOfResources/Operations/OutputItem/Note@status Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/HeightMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/Packaging/ID Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/WidthMeasure Not Available BillOfResources/Operations/OutputItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available BillOfResources/Operations/OutputItem/ParentItemID/ID Not Available Unknown BillOfResources/Operations/OutputItem/ParentItemID/RevisionID Not Available BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity Not Available BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity@unitCode Not Available BillOfResources/Operations/OutputItem/PhantomIndicator Not Available BillOfResources/Operations/OutputItem/Rejection/RejectQuantity Not Available BillOfResources/Operations/OutputItem/Rejection/RejectQuantity@unitCode August 13, 2009 364
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
Not Available BillOfResources/Operations/OutputItem/Rejection/RejectReasonCode Not Available BillOfResources/Operations/OutputItem/RequiredPercent Not Available BillOfResources/Operations/OutputItem/ScrapIndicator Not Available BillOfResources/Operations/OutputItem/ServiceIndicator Not Available BillOfResources/Operations/OutputItem/SerializedLot/Disposition Not Available BillOfResources/Operations/OutputItem/SerializedLot/ItemQuantity Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity@unitCode Not Available BillOfResources/Operations/OutputItem/SerializedLot/Description Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/LotIDs/ID Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity@unitCode Not Available BillOfResources/Operations/OutputItem/SerializedLot/Lot/RFID Not Available BillOfResources/Operations/OutputItem/SerializedLot/LotSelection Not Available BillOfResources/Operations/OutputItem/SerializedLot/SerialNumber Not Available BillOfResources/Operations/OutputItem/Specification/Property/Description Not Available BillOfResources/Operations/OutputItem/Specification/Property/NameValue Not Available
365
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
BillOfResources/Operations/OutputItem/TrackingIndicator Not Available BillOfResources/Operations/OutputItem/Type Not Available BillOfResources/Operations/OutputItem/UPCID Not Available BillOfResources/Operations/OutputItem/Packaging/UPCPackagingLevelCode Not Available BillOfResources/Operations/OutputItem/YieldPercent Not Available BillOfResources/BillOfResourcesHeader/LastModificationDateTime Not Available MessageHeader:LocationID BillOfResources/Operations/OperationPersonReference/Quantity@unitCode Not Available BillOfResources/Operations/OperationPersonReference/Quantity Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available BillOfResources/Operations/OperationPersonReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/OperationPersonReference/ResourceTypeCode Not Available BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Site/ID Not Available BillOfResources/Operations/Site/Name Not Available Unknown BillOfResources/Operations/WorkCenterID Not Available BillOfResources/Operations/WorkCenterID Not Available Unknown BillOfResources/Operations/Description Not Available BillOfResources/Operations/ID Not Available BillOfResources/Operations/NextID Not Available BillOfResources/Operations/Status/Code Not Available BillOfResources/Operations/Status/EffectiveDateTime August 13, 2009 366
View:
PRD_BILRESOUOUTPUTITEMSCHEDGEN (BillOfResourceOutputItemsGen)
Not Available BillOfResources/Operations/Status/Description Not Available BillOfResources/Operations/OutputItem/ItemID/ID Not Available BillOfResources/Operations/OutputItem/ItemID/ID Not Available Unknown MessageHeader:TenantID
367
View:
PRD_BILLOFRESOURCEOPERSTEPGEN (BillOfResourceOperationStepGen)
MessageHeader:AccountingEntityID BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Unknown MessageHeader:FromLogicalID MessageHeader:LocationID Unknown BillOfResources/Operations/Step/OperationPersonReference/ResourceTypeCode Not Available BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available BillOfResources/Operations/Step/DepartmentID Not Available BillOfResources/Operations/Step/DepartmentID Not Available Unknown BillOfResources/Operations/Step/Description Not Available BillOfResources/Operations/Step/DocumentReference Not Available BillOfResources/Operations/Step/EquipmentReference/ResourceID/ID Not Available BillOfResources/Operations/Step/EquipmentReference/ResourceID/ID Not Available Unknown BillOfResources/Operations/Step/EquipmentReference/Quantity Not Available BillOfResources/Operations/Step/EquipmentReference/Quantity@unitCode Not Available BillOfResources/Operations/Step/EquipmentReference/ResourceTypeCode Not Available BillOfResources/Operations/Step/Instructions@type Not Available BillOfResources/Operations/Step/Instructions Not Available BillOfResources/Operations/Step/Note Not Available BillOfResources/Operations/Step/Note@author Not Available BillOfResources/Operations/Step/Note@entryDateTime Not Available BillOfResources/Operations/Step/Note@status Not Available August 13, 2009 368
View:
PRD_BILLOFRESOURCEOPERSTEPGEN (BillOfResourceOperationStepGen)
BillOfResources/Operations/Step/OperationPersonReference/Quantity Not Available BillOfResources/Operations/Step/OperationPersonReference/Quantity@unitCode Not Available Unknown Unknown BillOfResources/Operations/Step/Site/ID Not Available BillOfResources/Operations/Step/Site/Name Not Available Unknown Unknown BillOfResources/Operations/Step/Type Not Available BillOfResources/Operations/Description Not Available Unknown BillOfResources/Operations/NextID Not Available Unknown BillOfResources/Operations/Status/Description Not Available
369
View:
PRD_BILLOFRESOURCEOPERSTEPGEN (BillOfResourceOperationStepGen)
370
Fields:
Accounting Entity (C_AccountingEntity) BOR ID (C_BORID) BOR Noun ID (C_BORNounID) From Logical ID (C_FromLogicalID) Location ID (C_LocationID) Op Step Desc (C_OpStepDesc) Op Step Equip GID (C_OpStepEquipGID) Op Step Equip ID (C_OpStepEquipID) Op Step Equip Noun ID (C_OpStepEquipNounID) Op Step Equip Qty (C_OpStepEquipQty) Op Step Equip Qty UOM (C_OpStepEquipQtyUOM) Op Step Equip Type (C_OpStepEquipType) Op Step Seq (C_OpStepSeq) Operation Desc (C_OperationDesc) Operation ID (C_OperationID) Operation Status (C_OperationStatus) Operation Status Desc (C_OperationStatusDesc) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
371
372
View:
373
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DoucmentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available ProductionOrder/ProductionOrderDetail/DocumentReference/DocumentID/ID Not Available MessageHeader:FromLogicalID MessageHeader:LocationID Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ExecutionTimePeriod/Duration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ExecutionTimePeriod/StartDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown August 13, 2009 374
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/BackFlushedIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/BatchSizeQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/BatchSizeQuantity@unitCode Not Available
375
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Classification/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Classification/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/CostAllocationPercent Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Classification/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Classification/Code@listID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EPCID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/Duration Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/FixedQuantityIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/HazardousMaterial/MFAGID August 13, 2009 376
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/HazardousMaterial/TechnicalName Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/HazardousMaterial/FlashpointTemperature Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/InWarehouseQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/InWarehouseQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/LeadTimeDuration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/AddressLine Not Available
377
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/AttentionOfName Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/CityName Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/CitySubDivisionName Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/CountrySubDivisionCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/CountryCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Name Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Location/Address/PostalCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Note Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Note@author Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Note@entryDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Note@status Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Packaging/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ParentItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ParentItemID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ParentItemID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Packaging/PerPackageQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/PhantomIndicator Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown August 13, 2009 378
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
OpItemPlannedMaterialAmtCurr (C_OpItemPlannedMaterialAmtCurr) Unknown OpItemPlannedMaterialPerc (C_OpItemPlannedMaterialPerc) Unknown OpItemPlannedMaterialQty (C_OpItemPlannedMaterialQty) Unknown OpItemPlannedMaterialQtyUOM (C_OpItemPlannedMaterialQtyUOM) Unknown OpItemPlannedMaterialTime (C_OpItemPlannedMaterialTime) OpItemProducedQty (C_OpItemProducedQty) work_order.desired_qty - work_order.work_order. received.quantity OpItemProducedQtyUOM (C_OpItemProducedQtyUOM) OpItemRejectQty (C_OpItemRejectQty) operation.deviated_qty Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ProducedQuantity Calculated by subtracting the Work Order, Received Qty from the Work Order, Desired Qty, both available on the Manufacturing Window, Work Order View panel. The Desired Quantity is also displayed in the Quantity field on Manufacturing Window, Work Order Header Card. ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ProducedQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity Manufacturing Window, Labor Tickets, Qty (Deviated) for the operation.
379
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectReasonCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/RequiredPercent Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ScrapIndicator Not Available
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/Lot/LotIDs Not Available OpItemSerialLotItemQty (C_OpItemSerialLotItemQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/ItemQuantity Not Available OpItemSerialLotItemQtyUOM (C_OpItemSerialLotItemQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity@unitCode Not Available OpItemSerialLotQty (C_OpItemSerialLotQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity Not Available OpItemSerialLotQtyUOM (C_OpItemSerialLotQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/Lot/Quantity@unitCode Not Available OpItemSerialLotRFID (C_OpItemSerialLotRFID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/SerializedLot/Lot/RFID Not Available OpItemServiceInd (C_OpItemServiceInd) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ServiceIndicator Not Available OpItemSpecDesc (C_OpItemSpecDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Specification/Property/Description Not Available OperationDesc (C_OperationDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OperationDocRefID (C_OperationDocRefID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/ID Not Available OperationDocRevID (C_OperationDocRevID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DoucmentID/RevisionID Not Available OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationNextID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationProcessCode (C_OperationProcessCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode operation.service_id Manufacturing Window, Operations Card, Service ID OperationStatus (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OperationStatusDesc (C_OperationStatusDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release August 13, 2009 380
View:
PRD_PRODOUTPUTITEMSGENERIC (ProductionOutputItemsGeneric)
date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/DoucmentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/Sequence Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/EffectiveDateTime MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProdcutionOrderHeaderDocumentID@variationID Not Available
381
382
Export Service: Production / PRODCONSUMEDITEMSCHGENERIC (Prod Consumed Item View: Sch Generic)
Field: Table/Column: Accounting Entity (C_AccountingEntity) From Logical ID (C_FromLogicalID) Location (C_Location) Op Item GID (C_OpItemGID) Op Item ID (C_OpItemID) Op Item ID Desc (C_OpItemIDDesc) Op Item Noun ID (C_OpItemNounID) Op Item Sch Description (C_OpItemSchDescription) Op Item Sch Doc Ref Type (C_OpItemSchDocRefType) Op Item Sch Duration (C_OpItemSchDuration) Op Item Sch End Date (C_OpItemSchEndDate) Xpath: Notes:
Unknown MessageHeader:FromLogicalID MessageHeader:LocationID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/DocumentReference@type Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/Duration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/ EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/LineNumber Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/NumberOfDeliveries Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@author Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@status Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ReasonCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/RequiredDeliveryDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmemtTimeTolerance/ OverDuration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/ OverQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/ UnderQuantity Not Available August 13, 2009 383
Op Item Sch Line Number (C_OpItemSchLineNumber) Op Item Sch No Of Deliveries (C_OpItemSchNoOfDeliveries) Op Item Sch Note (C_OpItemSchNote) Op Item Sch Note Author (C_OpItemSchNoteAuthor) Op Item Sch Note Status (C_OpItemSchNoteStatus) Op Item Sch Qty (C_OpItemSchQty) Op Item Sch Qty UOM (C_OpItemSchQtyUOM) Op Item Sch Reason Code (C_OpItemSchReasonCode) Op Item Sch Reqd Del Date (C_OpItemSchReqdDelDate) Op Item Sch Ship Over Duration (C_OpItemSchShipOverDuration)
Export Service: Production / PRODCONSUMEDITEMSCHGENERIC (Prod Consumed Item View: Sch Generic)
Field: Table/Column: Op Item Sch Start Date (C_OpItemSchStartDate) Xpath: Notes:
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ScheduleTimePeriod/ StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/Note@entryDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmemtTimeTolerance/ UnderDuration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/ OverQuantity@unitCode Not Available
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ConsumedItemSchedule/ShipmentQuantityTolerence/ UnderQuantity@unitCode Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Next ID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Original BOR GID (C_OriginalBORGID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Original BOR ID (C_OriginalBORID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Original BOR Noun ID (C_OriginalBORNounID) Unknown Original BOR Rev ID (C_OriginalBORRevID) ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/RevisionID Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Seq Desc (C_SeqDesc) ProductionOrder/ProductionOrderDetail/Description Not Available Sequence (C_Sequence) ProductionOrder/ProductionOrderDetail/Sequence 1 Tenant ID (C_TenantID) MessageHeader:TenantID
384
Export Service: Production / PRODCONSUMEDITEMSCHGENERIC (Prod Consumed Item View: Sch Generic)
Field: Table/Column: Type Of Order (C_TypeOfOrder) Variation ID (C_VariationID) Xpath: Notes:
385
View:
386
View:
MessageHeader:AccountingEntityID MessageHeader:FromLogicalID MessageHeader:LocationID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ItemID/ID Manufacturing Window, Work Order Header, Part ID
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ItemID/ID Manufacturing Window, Work Order Header, Part ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Description Not Available Op Item Noun ID (C_OpItemNounID) Unknown Op Item Sch Description (C_OpItemSchDescription) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Description Not Available Op Item Sch Document Ref Type (C_OpItemSchDocumentRefType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/DocumentReference@type Not Available Op Item Sch Duration (C_OpItemSchDuration) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ScheduleTimePeriod/Duration Not Available Op Item Sch Line Number (C_OpItemSchLineNumber) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/LineNumber Not Available Op Item Sch No Of Deliveries (C_OpItemSchNoOfDeliveries) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/NumberOfDeliveries Not Available Op Item Sch Note (C_OpItemSchNote) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Note Not Available Op Item Sch Note Author (C_OpItemSchNoteAuthor) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Note@author Not Available Op Item Sch Note Status (C_OpItemSchNoteStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Note@status Not Available Op Item Sch Qty (C_OpItemSchQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Quantity Not Available Op Item Sch Qty Unit Code (C_OpItemSchQtyUnitCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Quantity@unitCode Not Available Op Item Sch Reason Code (C_OpItemSchReasonCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ReasonCode Not Available Op Item Sch Reqd Del Date (C_OpItemSchReqdDelDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/RequiredDeliveryDateTime Not Available Op Item Sch Ship Over Duration (C_OpItemSchShipOverDuration) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ShipmemtTimeTolerance/OverDuration Not Available Op Item Sch ShipOverQuantity (C_OpItemSchShipOverQuantity) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ShipmentQuantityTolerence/OverQuantity Not Available Op Item SchNoteEntryDateTime (C_OpItemSchNoteEntryDateTime) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/Note@entryDateTime Not Available Op ItemSchShipOverQtyUOM (C_OpItemSchShipOverQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ShipmentQuantityTolerence/OverQuantity @unitCode Not Available Op ItemSchShipUnderDuration (C_OpItemSchShipUnderDuration) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ShipmemtTimeTolerance/UnderDuration Not Available August 13, 2009 387
View:
OpItemSchShipUnderQuantity (C_OpItemSchShipUnderQuantity)
OpItemSchStartDate (C_OpItemSchStartDate)
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ScheduleTimePeriod/StartDateTime Not Available OpItemSchTimeEndDate (C_OpItemSchTimeEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/OutputItemSchedule/ScheduleTimePeriod/EndDateTime Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Next ID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Status (C_OperationStatus) requirement.status OriginalBORGID (C_OriginalBORGID) OriginalBORID (C_OriginalBORID) OriginalBORNounID (C_OriginalBORNounID) OriginalBORRevID (C_OriginalBORRevID) ProductionOrderID (C_ProductionOrderID) ProductionOrderNounID (C_ProductionOrderNounID) SeqDesc (C_SeqDesc) Sequence (C_Sequence) TenantID (C_TenantID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 MessageHeader:TenantID
388
View:
389
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/AvailableDateTime Not Available ProductionOrder/ProductionOrderHeader/BackFlushedIndicator Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available ProductionOrder/ProductionOrderHeader/DestinationCountryCode Not Available ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available ProductionOrder/ProductionOrderHeader/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/DueDateTime Not Available ProductionOrder/ProductionOrderHeader/DueQuantity Not Available ProductionOrder/ProductionOrderHeader/DueQuantity@unitCode Not Available ProductionOrder/ProductionOrderHeader/EarliestStartDateTime Not Available Unknown August 13, 2009 390
391
Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ForwardScheduleIndicator Not Available MessageHeader:FromLogicalID ProductionOrder/ProductionOrderHeader/KanbanNumber Not Available MessageHeader:LocationID ProductionOrder/ProductionOrderHeader/NeedDeliveryDate Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available ProductionOrder/ProductionOrderHeader/OriginalBillOfResourcesReference/DocumentID Not Available ProductionOrder/ProductionOrderHeader/OriginalBillOfResourcesReference/DocumentID Not Available Unknown ProductionOrder/ProductionOrderHeader/OriginationCountryCode Not Available Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown August 13, 2009 392
393
Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannedDueDate Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PriorityCode Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/ReasonCode Not Available ProductionOrder/ProductionOrderHeader/RequestedDeliveryDate Not Available ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/RunTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/SetupTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/RunTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/DocumentReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderHeader/DocumentReference/DocumentID/ID@accountingEntity Not Available ProductionOrder/ProductionOrderHeader/DocumentReference/DocumentID/ID@location Not Available Unknown ProductionOrder/ProductionOrderHeader/SetupTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/SetupTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/SetupTimePeriod/StartDateTime Not Available August 13, 2009 394
ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/TearDownTimePeriod/Duration Not Available ProductionOrder/ProductionOrderHeader/TearDownTimePeriod/EndDateTime Not Available
395
ProductionOrder/ProductionOrderHeader/TearDownTimePeriod/StartDateTime Not Available MessageHeader:TenantID Unknown Unknown Unknown ProductionOrder/ProductionOrderHeader@type Not Available
396
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/AlternateBillOfResourcesReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available ProductionOrder/ProductionOrderDetail/DocumentReference/DocumentID/ID Not Available MessageHeader:FromLogicalID MessageHeader:LocationID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/ResourceTypeCode Not Available OpeMaxParallelTeamsFactor (C_OpeMaxParallelTeamsFactor) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/MaximumParallelTeamsFactor Not Available OpeMultiRunSaveTimeIndicator (C_OpeMultiRunSaveTimeIndicator) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/MultipleRunSaveTimeIndicator Not Available OpePerishedBetweenOpQty (C_OpePerishedBetweenOpQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/PerishedBetweenOperationsQuantity Not Available OpePerishedBetweenOpQtyUOM ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/PerishedBetweenOperationsQuantity@unitCode (C_OpePerishedBetweenOpQtyUOM) Not Available OpeReqSkillPrimaryIndicator (C_OpeReqSkillPrimaryIndicator) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RequiredSkills/PrimaryIndicator Not Available OpeSiteCitySubDivisionCode (C_OpeSiteCitySubDivisionCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/CityName application_global.city Application Global Maintenance, City OpeSiteCitySubDivisionName (C_OpeSiteCitySubDivisionName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/CitySubDivisionName Not Available Operation Equipment GID (C_OperationEquipmentGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/ResourceID/ID@location Not Available Operation Equipment Noun ID (C_OperationEquipmentNounID) Unknown Operation In Q Loc GID (C_OperationInQLocGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/InQueueLocation/ID Not Available Operation In Q Loc Noun ID (C_OperationInQLocNounID) Unknown Operation Output Item Noun ID (C_OperationOutputItemNounID) Unknown Operation Person GID (C_OperationPersonGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceID/ID labor_ticket.employee_id Labor Ticket Entry, Employee ID for the labor ticket associated with the work order. Can also review in Manufacturing Window, Labor Tickets. Operation Person Noun ID (C_OperationPersonNounID) Unknown Operation Run Start Date (C_OperationRunStartDate) Unknown Operation Set up Start Date (C_OperationSetupStartDate) Unknown August 13, 2009 397
View:
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
398
View:
Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/BatchDuration If Manufacturing Window, Operations Card, Service ID is populated, then Setup/Run tab, Transit Days multiplied by 24
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/BatchSizeQuantity Manufacturing Window, Operations Card, Scrap/Yield tab, End Qty ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/BatchSizeQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/BasisAmount Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/BasisAmount@currencyID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/BasisAmount Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/Amount@currencyID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/BasisQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/BasisQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Charge/ReasonCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ContainerType Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ControlPoint/Effectivity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description August 13, 2009 399
View:
Manufacturing Window, Operations Card, Description Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Effectivity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/EquipmentReference/Quantity@unitCode Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
400
View:
Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/FixedDuration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/FixedRejectQuantity Manufactuirng Window, Operations Card, Scrap/Yield tab, Fixed Scrap ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/FixedRejectQuantity@unitCode Not Available
OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationInQLocID (C_OperationInQLocID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/InQueueLocation/ID Not Available OperationInQLocName (C_OperationInQLocName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/InQueueLocation/Name Not Available OperationMachineSetupDepCode ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/MachineSetupDependencyCodes/Code (C_OperationMachineSetupDepCode) Not Available OperationMoveDuration (C_OperationMoveDuration) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/MoveDuration Not Available OperationMoveOverlapDuration (C_OperationMoveOverlapDuration) Unknown OperationMultiplier (C_OperationMultiplier) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationMultiplier Not Available OperationNextID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationOutputItemDescription (C_OperationOutputItemDesc) Unknown OperationOutputItemID (C_OperationOutputItemID) Unknown OperationOutputItemType (C_OperationOutputItemType) Unknown OperationPerishedInOpQty (C_OperationPerishedInOpQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/PerishedInOperationQuantity Not Available OperationPerishedInOpQtyUOM (C_OperationPerishedInOpQtyUOM)ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/PerishedInOperationQuantity@unitCode Not Available OperationPersonID (C_OperationPersonID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceID/ID labor_ticket.employee_id Labor Ticket Entry, Employee ID for the labor ticket associated with the work order. Can also review in Manufacturing Window, Labor Tickets. OperationPersonQty (C_OperationPersonQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/Quantity August 13, 2009 401
View:
Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceTypeCode Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime Manufacturing Window, Operation View Panel, Sched Finish Date Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
402
View:
OperationPlannedMachineQtyUOM (C_OpePlannedMachineQtyUOM)Unknown OperationPlannedMachineTime (C_OperationPlannedMachineTime) Unknown OperationPlannedMatAmtCurr (C_OperationPlannedMatAmtCurr) Unknown OperationPlannedMatQtyUOM (C_OperationPlannedMatQtyUOM) Unknown OperationPlannedMaterialAmt (C_OperationPlannedMaterialAmt) OperationPlannedMaterialPerc (C_OperationPlannedMaterialPerc) OperationPlannedMaterialQty (C_OperationPlannedMaterialQty) OperationPlannedMaterialTime (C_OperationPlannedMaterialTime) OperationPlannedStartDate (C_OperationPlannedStartDate) operation.sched_start_date OperationProcessCode (C_OperationProcessCode) operation.service_id OperationQueueDuration (C_OperationQueueDuration) OperationQueueOverlapDuration (C_OpeQueueOverlapDuration) OperationRejectPerc (C_OperationRejectPerc) operation.scrap_yield_pct OperationRejectQty (C_OperationRejectQty) OperationRejectQtyUOM (C_OperationRejectQtyUOM) OperationRequiredSkillCode (C_OperationRequiredSkillCode) operation.scrap_yield_pct OperationRequiredSkillCrewSize (C_OpeRequiredSkillCrewSize) OperationRequiredSkillName (C_OperationRequiredSkillName) OperationRunTime (C_OperationRunTime) operation.run_hrs operation.run_type, operation.run, operation. calc_end_qty, operation.load_size_qty OperationScrapQty (C_OperationScrapQty) operation.fixed_scrap_units OperationScrapQtyUOM (C_OperationScrapQtyUOM) Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime Manufacturing Window, Operation View Panel, Sched Start Date ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/QueueDuration Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RejectPercent If Manufacturing Window, Operations Card, Scrap option is selected, then 100 minus the value in Scrap/Yield% If Yield option is selected, then Scrap/Yield% ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RejectedQuantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RejectedQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RejectPercent If Manufacturing Window, Operations Card, Scrap option is selected, then 100 minus the value in Scrap/Yield% If Yield option is selected, then Scrap/Yield% ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RequiredSkills/CrewSize Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RequiredSkills/Name Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/RunTimeDuration Manufacturing Window, Operations Card, Setup/Run tab, Run
OperationSetupEndDate (C_OperationSetupEndDate) OperationSetupTime (C_OperationSetupTime) operation.setup_hrs OperationSiteAdressLine (C_OperationSiteAdressLine) application_global.addr_1 application_global.addr_2 application_global.addr_3 OperationSiteAttentionOfName (C_OperationSiteAttentionOfName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/AttentionOfName August 13, 2009 403
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ScrapQuantity Manufactuirng Window, Operations Card, Scrap/Yield tab, Fixed Scrap ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ScrapQuantity@unitCode Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/SetupTimeDuration Manufacturing Window, Operations Card, Setup/Run, Setup Hrs ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/AddressLine Application Global Maintenance, Address fields
View:
Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/CityName Application Global Maintenance, City ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/CountryCode Application Global Maintenance, Country ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Directions Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Address/PostalCode Application Global Maintenance, Zip ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/TearDownDuration Not Available Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/TerminationIndicator Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Tools/ResourceID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/TrackingIndicator Not Available
404
View:
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/TransferLotQuantity Manufacturing Window, Operations Card, Setup/Run, Min Move Qty ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/TransferLotQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WaitTimeDuration The value in Manufacturing Window, Operations Card, Other tab, Max gap from previous op divided by 60. ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/YieldPercent If Manufacturing Window, Operations Card, Scrap option is selected, then Scrap/Yield% If Yield option is selected, then 100 minus the value in Scrap/Yield% Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderDetail/ParentBillOperationReference/Sequence Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Unknown ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID August 13, 2009 405
View:
Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
406
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available DocRefID (C_DocRefID) ProductionOrder/ProductionOrderDetail/DocumentReference/DocumentID/ID Not Available FromLogicalID (C_FromLogicalID) MessageHeader:FromLogicalID Location (C_Location) MessageHeader:LocationID Op Step Const Resource GID (C_OpStepConstResourceGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available Op Step Const Resource NounID (C_OpStepConstResourceNounID) Unknown Op Step Equip GID (C_OpStepEquipGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/EquipmentReference/ResourceID/ID Not Available Op Step Equip NounID (C_OpStepEquipNounID) Unknown Op Step Site GID (C_OpStepSiteGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Site/ID Not Available Op Step Site NounID (C_OpStepSiteNounID) Unknown OpStepConstResType (C_OpStepConstResType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/OperationPersonReference/ResourceTypeCode Not Available OpStepConstResourceID (C_OpStepConstResourceID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available OpStepDeptID (C_OpStepDeptID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/DepartmentID Not Available OpStepDesc (C_OpStepDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Description Not Available OpStepDocRef (C_OpStepDocRef) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/DocumentReference Not Available OpStepEquipID (C_OpStepEquipID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/EquipmentReference/ResourceID/ID Not Available OpStepEquipQty (C_OpStepEquipQty) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/EquipmentReference/Quantity Not Available OpStepEquipQtyUOM (C_OpStepEquipQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/EquipmentReference/Quantity@unitCode Not Available OpStepEquipType (C_OpStepEquipType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/EquipmentReference/ResourceTypeCode Not Available OpStepInstrType (C_OpStepInstrType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Instructions@type Not Available OpStepInstructions (C_OpStepInstructions) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Instructions Not Available OpStepNote (C_OpStepNote) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Note Not Available OpStepNoteAuthor (C_OpStepNoteAuthor) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Note@author Not Available OpStepNoteDate (C_OpStepNoteDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Note@entryDateTime Not Available OpStepNoteStatus (C_OpStepNoteStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Note@status August 13, 2009 407
View:
Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/OperationPersonReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/OperationPersonReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Sequence Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Site/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Site/Name Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Type Not Available
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description Manufacturing Window, Operations Card, Description ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/ID Not Available OperationDocRevID (C_OperationDocRevID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DocumentReference/DocumentID/RevisionID Not Available OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationNextID (C_OperationNextID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/NextID work_order.type+work_order.base_id+work_order.lot_id+ The system uses the next operation in the work order and concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationStatus (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). OperationStatusDesc (C_OperationStatusDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date).
408
View:
ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/ID Not Available ProductionOrder/ProductionOrderDetail/OriginalBillOfResourcesReference/DocumentID/RevisionID Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
409
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available Actual Start Date (C_ActualStartDate) ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/StartDateTime Not Available Due Quantity (C_DueQuantity) ProductionOrder/ProductionOrderHeader/DueQuantity Not Available Due Quantity UOM (C_DueQuantityUOM) ProductionOrder/ProductionOrderHeader/DueQuantity@unitCode Not Available From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Op Item Actual Labor Amt (C_OpItemActualLaborAmt) Unknown Op Item Actual Labor Amt Curr (C_OpItemActualLaborAmtCurr) Unknown Op Item Actual Machine Amt (C_OpItemActualMachineAmt) Unknown Op Item Actual Machine AmtCurr (C_OpItemActualMachineAmtCurr) Unknown Op Item Actual Material Amt (C_OpItemActualMaterialAmt) Unknown Op Item Actual MaterialAmtCurr (C_OpItemActualMaterialAmtCurr) Unknown Op Item Est Labor Amt (C_OpItemEstLaborAmt) Op Item Est Labor Amt Curr (C_OpItemEstLaborAmtCurr) Op Item Est Machine Amt (C_OpItemEstMachineAmt) Op Item Est Machine Amt Curr (C_OpItemEstMachineAmtCurr) Op Item Est Material Amt (C_OpItemEstMaterialAmt) Op Item Est Material Amt Curr (C_OpItemEstMaterialAmtCurr) Op Item ID (C_OpItemID) Op Item ID Desc (C_OpItemIDDesc) Op Item Track Indicator (C_OpItemTrackIndicator) Order Quantity (C_OrderQuantity) Order Quantity UOM (C_OrderQuantityUOM) Planned End Date (C_PlannedEndDate) Planned Start Date (C_PlannedStartDate) Planner ID (C_PlannerID) Planner Name (C_PlannerName) Produced Quantity (C_ProducedQuantity) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/ItemID/ID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConsumedItem/TrackingIndicator Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity Not Available ProductionOrder/ProductionOrderHeader/OrderQuantity@unitCode Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Calculated (BISDATA_4899.C_orderQuantity-C_DueQuantity) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown August 13, 2009 410
View:
ProductionOrder/ProductionOrderHeader/RequestedDeliveryDate Not Available ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available Unknown
411
View:
ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID Calculated (C_OpItemActualMachineAmt+C_OpItemActualMaterialAmt+C_OpItemActualLaborAmt) Calculated (C_OpItemEstMachineAmt+C_OpItemEstMaterialAmt+C_OpItemEstLaborAmt) ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/VariationID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Requested Delivery Date (C_RequestedDeliveryDate) Rework Indicator (C_ReworkIndicator) Site ID (SiteID) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No No No
Is Fixed:
No No No Yes No Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Actual End Date (C_ActualEndDate) Actual Start Date (C_ActualStartDate) Due Quantity (C_DueQuantity) Due Quantity UOM (C_DueQuantityUOM) From Logical ID (C_FromLogicalID) Op Item Actual Labor Amt (C_OpItemActualLaborAmt) Op Item Actual Labor Amt Curr (C_OpItemActualLaborAmtCurr) Op Item Actual Machine Amt (C_OpItemActualMachineAmt) Op Item Actual Machine AmtCurr (C_OpItemActualMachineAmtCurr) Op Item Actual Material Amt (C_OpItemActualMaterialAmt) Op Item Actual MaterialAmtCurr (C_OpItemActualMaterialAmtCurr) Op Item Est Labor Amt (C_OpItemEstLaborAmt) Op Item Est Labor Amt Curr (C_OpItemEstLaborAmtCurr) Op Item Est Machine Amt (C_OpItemEstMachineAmt) Op Item Est Machine Amt Curr (C_OpItemEstMachineAmtCurr) Op Item Est Material Amt (C_OpItemEstMaterialAmt) Op Item Est Material Amt Curr (C_OpItemEstMaterialAmtCurr) Op Item ID Desc (C_OpItemIDDesc) Op Item Track Indicator (C_OpItemTrackIndicator) Order Quantity (C_OrderQuantity) Order Quantity UOM (C_OrderQuantityUOM) Planned End Date (C_PlannedEndDate)
Sorting Type:
Aggregation Type:
MAX MAX MAX SUM MAX MAX SUM MAX SUM MAX SUM MAX SUM MAX SUM MAX SUM MAX MAX COUNT SUM MAX MAX
412
View:
Sorting Type:
ASCENDING
413
View:
Sorting Type:
414
View:
MessageHeader:AccountingEntityID ProductionReceiver/ProductionReceiverHeader/ActualDeliveryDateTime Not Available ProductionReceiver/ProductionReceiverHeader/ActualShipDateTime Not Available Unknown Unknown ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/AddressLine Not Available ProductionReceiver/ProductionReceiverItem/Packaging/CapacityPerPackageQuantity Not Available ProductionReceiver/ProductionReceiverItem/Packaging/CapacityPerPackageQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverHeader/CarrierParty/Contact/Name Not Available ProductionReceiver/ProductionReceiverHeader/CarrierParty/PartyIDs/ID Not Available ProductionReceiver/ProductionReceiverHeader/CarrierParty/PartyIDs/ID Not Available ProductionReceiver/ProductionReceiverHeader/CarrierParty/Location/Name Not Available ProductionReceiver/ProductionReceiverHeader/CarrierParty/Name Not Available Unknown ProductionReceiver/ProductionReceiverHeader/CarrierParty/Location/Classification/Description Not Available ProductionReceiver/ProductionReceiverHeader/ShipUnitQuantity Not Available ProductionReceiver/ProductionReceiverHeader/ShipUnitQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverItem/CountryOfOriginCode Not Available ProductionReceiver/ProductionReceiverHeader/Description Not Available ProductionReceiver/ProductionReceiverHeader/DocumentReference/DocumentID/ID Not Available ProductionReceiver/ProductionReceiverHeader/DocumentDateTime Not Available ProductionReceiver/ProductionReceiverHeader/EstimatedWeightMeasure Not Available ProductionReceiver/ProductionReceiverItem/EstimatedWeightMeasure@unitCode Not Available ProductionReceiver/ProductionReceiverHeader/EstimatedWeightMeasure Not Available ProductionReceiver/ProductionReceiverHeader/EstimatedWeightMeasure@unitCode August 13, 2009 415
View:
Not Available ProductionReceiver/ProductionReceiverHeader/GrossWeightMeasure Not Available ProductionReceiver/ProductionReceiverHeader/GrossWeightMeasure@unitCode Not Available ProductionReceiver/ProductionReceiverHeader/HazardousMaterialCodes/Code Not Available Unknown Unknown Unknown ProductionReceiver/ProductionReceiverItem/HazardousMaterial/ID Not Available ProductionReceiver/ProductionReceiverItem/HazardousMaterial/MFAGID Not Available ProductionReceiver/ProductionReceiverItem/HazardousMaterial/PlacardEndorsement Not Available
ProductionReceiver/ProductionReceiverItem/HazardousMaterial/PlacardNotation Not Available Haz Mat Primary Entry Route (C_HazMatPrimaryEntryRoute) ProductionReceiver/ProductionReceiverItem/HazardousMaterial/PrimaryEntryRoute Not Available Haz Mat Tech Name (C_HazMatTechName) ProductionReceiver/ProductionReceiverItem/HazardousMaterial/TechnicalName Not Available HazMatMarinePollutionLevCode (C_HazMatMarinePollutionLevCode)ProductionReceiver/ProductionReceiverItem/HazardousMaterial/MarinePollutionLevelCode Not Available Hazdous Mat Temp (C_HazdousMatTemp) Unknown Hazdous Mat Temp UOM (C_HazdousMatTempUOM) Unknown
416
View:
ProductionReceiver/ProductionReceiverItem/ImportLicenseRequiredIndicator Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/EPCID Not Available ProductionReceiver/ProductionReceiverItem/ItemID/ID Not Available ProductionReceiver/ProductionReceiverItem/Classification/Codes/Code@listID Not Available ProductionReceiver/ProductionReceiverItem/ItemID/ID Not Available Unknown Unknown Unknown Unknown ProductionReceiver/ProductionReceiverItem/ShippedQuantity Not Available ProductionReceiver/ProductionReceiverItem/ShippedQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverItem/UPCID Not Available Unknown ProductionReceiver/ProductionReceiverItem/LoadingWeightMeasure Not Available ProductionReceiver/ProductionReceiverItem/LoadingWeightMeasure@unitCode Not Available Unknown Unknown MessageHeader:LocationID MessageHeader:LocationID Unknown Unknown Unknown ProductionReceiver/ProductionReceiverHeader/Note Not Available ProductionReceiver/ProductionReceiverHeader/Note@author August 13, 2009 417
View:
Not Available ProductionReceiver/ProductionReceiverHeader/Note@entryDateTime Not Available ProductionReceiver/ProductionReceiverHeader/Note@status Not Available ProductionReceiver/ProductionReceiverHeader/Note@type Not Available Unknown Unknown ProductionReceiver/ProductionReceiverItem/Packaging/Description Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/HeightMeasure Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/HeightMeasure@unitCode Not Available ProductionReceiver/ProductionReceiverItem/Packaging/ID Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/LengthMeasure Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available
418
View:
ProductionReceiver/ProductionReceiverItem/Packaging/UPCPackagingLevelCode Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/WidthMeasure Not Available ProductionReceiver/ProductionReceiverItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available ProductionReceiver/ProductionReceiverItem/Packaging/PerPackageQuantity Not Available ProductionReceiver/ProductionReceiverItem/Packaging/PerPackageQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/DocumentID/ID@accountingEntity Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/DocumentID/ID Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/Description Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/DocumentID/ID Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/DocumentID/ID@location Not Available Unknown Unknown ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/DocumentID/RevisionID Not Available ProductionReceiver/ProductionReceiverItem/ProductionOrderReference/Status/Code Not Available ProductionReceiver/ProductionReceiverHeader/DocumentID/ID Not Available Unknown ProductionReceiver/ProductionReceiverItem/SalesOrderReference/LineNumber Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/DocumentID/ID@accountingEntity Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/DocumentDateTime Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/Description Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/DocumentID/RevisionID Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/DocumentID/ID@location Not Available Unknown ProductionReceiver/ProductionReceiverItem/SalesOrderReference/ReleaseNumber Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/DocumentID/RevisionID August 13, 2009 419
View:
Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/Status/Code Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/ScheduleLineNumber Not Available ProductionReceiver/ProductionReceiverItem/SalesOrderReference/SubLineNumber Not Available ProductionReceiver/ProductionReceiverHeader/ScheduledDeliveryDateTime Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/Quantity Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/ItemQuantity Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/ItemQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/EffectiveTimePeriod/Duration Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/EffectiveTimePeriod/EndDateTime Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/EffectiveTimePeriod/StartDateTime Not Available Unknown ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/LotIDs/ID Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/ItemQuantity@unitCode Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/RFID Not Available ProductionReceiver/ProductionReceiverItem/SerializedLot/LotSelection Not Available
420
View:
ProductionReceiver/ProductionReceiverItem/SerializedLot/Lot/SerialNumber Not Available ProductionReceiver/ProductionReceiverHeader/Status/Code Not Available ProductionReceiver/ProductionReceiverHeader/TareWeightMeasure Not Available ProductionReceiver/ProductionReceiverHeader/TareWeightMeasure@unitCode Not Available MessageHeader:TenantID ProductionReceiver/ProductionReceiverHeader/TotalVolumeMeasure Not Available
ProductionReceiver/ProductionReceiverHeader/TotalVolumeMeasure@unitCode Not Available Variation ID (C_VariationID) ProductionReceiver/ProductionReceiverHeader/DocumentID/ID@variationID Not Available Warehouse Loc Add Line1 (C_WarehouseLocAddLine1) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/AddressLine Not Available Warehouse Loc Add Line3 (C_WarehouseLocAddLine3) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/AddressLine Not Available Warehouse Loc Address (C_WarehouseLocAddress) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address Not Available Warehouse Loc Attn Of Name (C_WarehouseLocAttnOfName) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/AttentionOfName Not Available Warehouse Loc City Name (C_WarehouseLocCityName) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/CityName Not Available Warehouse Loc City Sub Div (C_WarehouseLocCitySubDiv) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/CitySubDivisionName Not Available Warehouse Loc Country (C_WarehouseLocCountry) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/CountryCode Not Available Warehouse Loc Country Sub Div (C_WarehouseLocCountrySubDiv) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/CountrySubDivisionCode Not Available Warehouse Loc Dire (C_WarehouseLocDire) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Directions Not Available Warehouse Loc GID (C_WarehouseLocGID) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/ID Not Available Warehouse Loc ID (C_WarehouseLocID) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/ID Not Available Warehouse Loc Name (C_WarehouseLocName) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Name Not Available Warehouse Loc Noun ID (C_WarehouseLocNounID) Unknown Warehouse Loc Postal Code (C_WarehouseLocPostalCode) ProductionReceiver/ProductionReceiverHeader/WarehouseLocation/Address/PostalCode Not Available
421
View:
422
View:
Accounting Entity (C_AccountingEntity) Unknown Address Line 1 (C_AddressLine1) Unknown Attn of Name (C_AttnofName) Unknown Back Flushed Indicator (C_BackFlushedIndicator) Unknown Bill Operations ID (C_BillOperationsID) Unknown Burden Actual Amount (C_BurdenActualAmount) Unknown Burden Actual Amount CurID (C_BurdenActualAmountCurID) Unknown Burden Estimated Amount (C_BurdenEstimatedAmount) Unknown Burden Estimated Amount CurID (C_BurdenEstimatedAmountCurID) Unknown Burden Planned Amount (C_BurdenPlannedAmount) Unknown Burden Planned Amount CurID (C_BurdenPlannedAmountCurID) Unknown City Name (C_CityName) Unknown City Sub Div Name (C_CitySubDivName) Unknown Commodity Classification (C_ClassCommodity) Unknown Consumed Item Desc (C_ConsumedItemDesc) Unknown Consumed Item Name (C_ConsumedItemName) Unknown Consumed Item Type (C_ConsumedItemType) Unknown Contractor Actual Amount (C_ContractorActualAmount) Contractor Actual Amount CurID (C_ContractorActualAmountCurID) Contractor Estimated Amount (C_ContractorEstimatedAmount) Contractor Estimated Amt CurID (C_ContractorEstimatedAmCurID) Contractor Planned Amount (C_ContractorPlannedAmount) Contractor Planned Amt CurID (C_ContractorPlannedAmountCurID) Country Code (C_CountryCode) Country Sub Div Code (C_CountrySubDivCode) Default Indicator (C_DefaultIndicator) Description (C_Description) Directions (C_Directions) Disposition (C_Disposition) Document ID ID (C_DocumentIDID) Document Noun ID (C_DocumentNounID) Duration (C_Duration) EPCID (C_EPCID) Effective Duration (C_EffectiveDuration) Effective End Date Time (C_EffectiveEndDateTime) Effective Start Date Time (C_EffectiveStartDateTime) End Date Time (C_EndDateTime) Fixed Quantity Indicator (C_FixedQuantityIndicator) Flashpoint Temp (C_FlashpointTemp) Flashpoint Temp Unit (C_FlashpointTempUnit) Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
423
View:
424
View:
425
View:
426
View:
427
View:
428
View:
429
View:
430
View:
431
View:
Accounting Entity (C_AccountingEntity) Unknown Address Line (C_AddressLine1) Unknown Attn Of Name (C_AttnOfName) Unknown Back Flushed Indicator (C_BackFlushedIndicator) Unknown Batch Size Quantity (C_BatchSizeQuantity) Unknown Batch Size Quantity Unit (C_BatchSizeQuantityUnit) Unknown Bill Operations ID (C_BillOperationsID) Unknown Burden Actual Amount (C_BurdenActualAmount) Unknown Burden Actual Amount CurID (C_BurdenActualAmountCurID) Unknown Burden Estimated Amount (C_BurdenEstimatedAmount) Unknown Burden Estimated Amount CurID (C_BurdenEstimatedAmountCurID) Unknown Burden Planned Amount (C_BurdenPlannedAmount) Unknown Burden Planned Amount CurID (C_BurdenPlannedAmountCurID) Unknown City Name (C_CityName) Unknown City Sub Div Name (C_CitySubDivName) Unknown Commodity Classification (C_ClassCommodity) Unknown Contractor Actual Amount (C_ContractorActualAmount) Unknown Contractor Actual Amount CurID (C_ContractorActualAmountCurID) Contractor Estimated Amount (C_ContractorEstimatedAmount) Contractor Estimated Amt CurID (C_ContractorEstimatedAmtCurID) Contractor Planned Amount (C_ContractorPlannedAmount) Contractor Planned Amt CurID (C_ContractorPlannedAmountCurID) Cost Allocation Percent (C_CostAllocationPercent) Cost Allocation Percent Type (C_CostAllocationPercentType) Country Code (C_CountryCode) Country Sub Div Code (C_CountrySubDivCode) Description (C_Description) Directions (C_Directions) Disposition (C_Disposition) Document ID ID (C_DocumentIDID) Document Noun ID (C_DocumentNounID) Duration (C_Duration) EPCID (C_EPCID) End Date Time (C_EndDateTime) Execution Duration (C_ExecutionDuration) Execution End Date Time (C_ExecutionEndDateTime) Execution Start Date Time (C_ExecutionStartDateTime) Fixed Quantity Indicator (C_FixedQuantityIndicator) Flashpoint Temp (C_FlashpointTemp) Flashpoint Temp Unit (C_FlashpointTempUnit) Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
432
View:
433
View:
434
View:
435
View:
436
View:
437
View:
Burden Estimated Amount (C_BurdenEstimatedAmount) Unknown Burden Estimated Amount CurID (C_BurdenEstimatedAmountCurID) Unknown Burden Planned Amount (C_BurdenPlannedAmount) Unknown Burden Planned Amount CurID (C_BurdenPlannedAmountCurID) Unknown Charge Amount (C_ChargeAmount) Unknown Charge Amt Currency Code (C_ChargeAmtCurrencyCode) Unknown Charge Description (C_ChargeDescription) Unknown Charge Reason Code (C_ChargeReasonCode) Unknown City Name (C_CityName) Unknown City Sub Div Name (C_CitySubDivName) Unknown Code (C_Code) Unknown Container Type (C_ContainerType) Unknown Contractor Actual Amount (C_ContractorActualAmount) Unknown Contractor Actual Amount CurID (C_ContractorActualAmountCurID) Unknown Contractor Estimated Amount (C_ContractorEstimatedAmount) Unknown Contractor Estimated Amt CurID (C_ContractorEstimatedAmtCurID) Unknown Contractor Planned Amount (C_ContractorPlannedAmount) Unknown Contractor Planned Amt CurID (C_ContractorPlannedAmountCurID) Unknown Control Point Effectivity (C_ControlPointEffectivity) Unknown Country Code (C_CountryCode) Unknown Country Sub Div Code (C_CountrySubDivCode) Unknown Department Global ID (C_DepartmentGID) Unknown Department ID (C_DepartmentID) Unknown
438
View:
439
View:
440
View:
441
View:
442
View:
Accounting Entity (C_AccountingEntity) Unknown Address Line (C_AddressLine1) Unknown Attn Of Name (C_AttnOfName) Unknown Available Date Time (C_AvailableDateTime) Unknown Back Flushed Indicator (C_BackFlushedIndicator) Unknown Burden Actual Amount (C_BurdenActualAmount) Unknown Burden Actual Amount CurID (C_BurdenActualAmountCurID) Unknown Burden Estimated Amount (C_BurdenEstimatedAmount) Unknown Burden Estimated Amount CurID (C_BurdenEstimatedAmountCurID) Unknown Burden Planned Amount (C_BurdenPlannedAmount) Unknown Burden Planned Amount CurID (C_BurdenPlannedAmountCurID) Unknown City Name (C_CityName) Unknown City Sub Div Code (C_CitySubDivCode) Unknown Contractor Actual Amount (C_ContractorActualAmount) Unknown Contractor Actual Amount CurID (C_ContractorActualAmountCurID) Unknown Contractor Estimated Amount (C_ContractorEstimatedAmount) Unknown Contractor Estimated Amt CurID (C_ContractorEstimatedAmtCurID) Unknown Contractor Planned Amount (C_ContractorPlannedAmount) Contractor Planned Amt CurID (C_ContractorPlannedAmountCurID) Country Code (C_CountryCode) Country Sub Div Code (C_CountrySubDivCode) Description (C_Description) Destination CountryCode (C_DestinationCountryCode) Document Date Time (C_DocumentDateTime) Document ID ID (C_DocumentIDID) Document ID ID AE (C_DocumentIDID_AE) Document ID ID Lid (C_DocumentIDID_Lid) Document ID ID Loc (C_DocumentIDID_Loc) Document Noun ID (C_DocumentNounID) Due Date Time (C_DueDateTime) Due Quantity (C_DueQuantity) Due Quantity Unit (C_DueQuantityUnit) Earliest Start Date Time (C_EarliestStartDateTime) Execution Time Period End (C_ExecutionTimePeriodEndDate) Execution Time Period Start (C_ExecutionTimePeriodStartDate) Forcasted Time Period End (C_ForcastedTimePeriodEndDate) Forcasted Time Period Start (C_ForcastedTimePeriodStartDate) Forward Schedule Indicator (C_ForwardScheduleIndicator) From Logical ID (C_FromLogicalID) Kanban Number (C_KanbanNumber) Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
443
View:
444
View:
Rework Indicator (C_ReworkIndicator) Unknown Run Time Period End Date (C_RunTimePeriodEndDate) Unknown Run Time Period Start Date (C_RunTimePeriodStartDate) Unknown Sales Order (C_SalesOrderID) Unknown Sales Order AE (C_SalesOrder_AE) Unknown Sales Order Loc (C_SalesOrder_Loc) Unknown Sales Order Noun ID (C_SalesOrderNounID) Unknown Setup Time Period End Date (C_SetupTimePeriodEndDate) Unknown Setup Time Period Start Date (C_SetupTimePeriodStartDate) Unknown Shop Floor Planner Person GID (C_ShopFloorPlannerPersonRefGID) Unknown Shop Floor Planner Person NID (C_ShopFloorPlannerPersonRefNID) Unknown Shop Floor Planner Ref ID AE (C_ShopFloorPlannerPerRefID_AE) Unknown Shop Floor Planner Ref ID ID (C_ShopFloorPlannerPerRefIDID) Unknown Shop Floor Planner Ref ID Lid (C_ShopFloorPlannerPerRefD_Lid) Unknown Shop Floor Planner Ref ID Loc (C_ShopFloorPlanPersonRefID_Loc) Unknown Shop Floor Planner Ref Name (C_ShopFloorPlannerPerRefName) Unknown Shop Floor Planner RefID VarID (C_ShopFloorPlanPerRefID_VarID) Unknown Site Directions (C_SiteDirections) Site Global ID (C_SiteGID) Site ID (C_SiteID) Site ID AE (C_SiteID_AE) Site ID Loc (C_SiteID_Loc) Site Name (C_SiteName) Site Noun ID (C_SiteNounID) Site Type (C_SiteType) Status Code (C_StatusCode) Status Code Desc (C_StatusCodeDesc) Status Effective Date Time (C_StatusEffectiveDateTime) Tear Down Time Period End (C_TearDownTimePeriodEndDate) Tear Down Time Period Start (C_TearDownTimePeriodStartDate) Tenant ID (C_TenantID) Total Actual Amount (C_TotalActualAmount) Total Actual Amount CurID (C_TotalActualAmountCurID) Total Estimated Amount (C_TotalEstimatedAmount) Total Estimated Amount CurID (C_TotalEstimatedAmountCurID) Total Planned Amount (C_TotalPlannedAmount) Total Planned Amount CurID (C_TotalPlannedAmountCurID) Transfer (C_TransferID) Transfer AE (C_Transfer_AE) Transfer Loc (C_Transfer_Loc) Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown
445
View:
446
View:
447
View:
Pro_ProductionOrdersByStatus (ProductionOrdersByStatus)
MessageHeader:AccountingEntityID Calculated Case when C_StatusCode in ('Planned', 'Active', 'Firm') then 'Work In Progress' else C_StatusCode end ProductionOrder/ProductionOrderHeader/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/ForecastedTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/RequiredDateTime Not Available ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/Site/ID Not Available ProductionOrder/ProductionOrderHeader/Site/Name Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available
Parameters:
Accounting Entity (AccountingEntity) Execution Time Period End (C_ExecutionTimePeriodEndDate) Planner ID (PlannerID) Production Order Type (C_ProductionOrderType) Rework Indicator (C_ReworkIndicator) Shop Floor Planner ID (ShopFloorPlannerID) Site ID (SiteID) Status Code (C_StatusCode)
Is Mandatory:
No Yes No No No No No No
Is Fixed:
No No No Yes Yes No No No
Default Value:
QTD ShopFloor Orders,ShopFloor Order,ShopFloorOrder False
Fields:
Accounting Entity (C_AccountingEntity) Execution Time Period End (C_ExecutionTimePeriodEndDate) Forcasted Time Period End (C_ForcastedTimePeriodEndDate)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT
448
View:
Sorting Type:
449
View:
PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID Unknown ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code Calculated CASE WHEN datediff(d,CASE WHEN C_PurchaseScheduleLine !=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END, C_ReceiptDateTime)=0 THEN 1 ELSE 0 END PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown August 13, 2009 450
Planned Receipt Date (C_LinePlannedReceiptDate) purc_order_line.desired_recv_date purchase_order.desired_recv_date Production Order ID (C_ProductionOrderID) Production Order NID (C_ProductionOrderNounID) Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name Purchase Order (C_DocumentID) purchase_order.id Purchase Order Line (C_PurchaseOrderLine) purc_order_line.line_no Purchase Order NID (C_DocumentNounID)
View:
PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/LineNumber Purchase Order Entry, Delivery Schedule table, Ln# Calculated C_ReceiptDateTime Receipt DateTime (C_ReceiptDateTime) ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime for type=receiver For type=Receiver receiver.received_date Purchase Receipt Entry, Act Recv Date for type=shipper For type=Shipper shipper.create_date Shipper Create Date is available on the Packlist ID browse table for type=woreceipt, woissrtn For type=WOReceipt, WOIssRtn inventory_transaction.transaction_date Inventorty Transaction Entry, Transaction Date for type=ibtreceiver For type=ibtreceiver ibt_receiver.received_date Inter Branch Transfer Receipt Entry, Actual Received Date for type=cnsnreceiver For type=CNSNReceiver consign_receiver.receive_date Consignment Receiving, Receive Date Receipt ID (C_ReceiptID) ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID for type=receiver For type=Receiver: receiver.id+receiver_line.line_no Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# for type=shipper For type=Shipper shipper.packlist_id+shipper_line.line_no Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# for type=woreceipt, woissrtn For type=WOReceipt, WOIssRtn inventory_transaction.transcation_id WOReceipt~Inventory Transaction, Transaction ID~0 for type=ibtreceiver For type=IBTReceiver ibt_receiver.id+ibt_receiver_line.line_no IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# for type=cnsnreceiver For type=CNSNReceiver consign_receiver.id+consign_rcvr_line.line_no CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Receipt NID (C_ReceiptNounID) Unknown Rework Indicator (C_ReworkIndicator) ProductionOrder/ProductionOrderHeader/ReworkIndicator Not Available SchedLine Planned ReceiptDate (C_ScheduleLinePlanReceiptDate) PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/RequiredDeliveryDateTime purc_line_del.desired_recv_date Purchase Order Entry, Delivery Schedule table, Desired Recv Date Supplier ID (C_OrderSupplierID) PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID purchase_order.vendor_ID Purchase Order Entry, Vendor ID Supplier NID (C_OrderSupplierNounID) Unknown Supplier Name (C_OrderSupplierName) PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name vendor.name Vendor Maintenance, Name Too Early (Calc_TooEarly) Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine!=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)>0 THEN 1 ELSE 0 END Too Late (Calc_TooLate) Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine !='' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)<0 THEN 1 ELSE 0 END Type Of Order (C_TypeOfOrder) ProductionOrder/ProductionOrderHeader@type Not Available Warehouse (C_Warehouse) ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID for type=receiver For type=Receiver August 13, 2009 451
View:
Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Purchase Location ID (PurchaseLocationID) Receipt Date (Calc_ReceiptDate) Rework Indicator (C_ReworkIndicator) Supplier ID (SupplierID) Type Of Order (C_TypeOfOrder) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No Yes No No No No
Is Fixed:
No No No No No Yes No Yes No
Default Value:
Fields:
Buyer ID (C_OrderBuyerID) Item Class (C_LineItemClass) Item ID (C_ItemID) Item NID (C_ItemNounID) Item Name (C_ItemName) Item Type (C_LineItemType) On Time (Calc_OnTime) Planned Receipt Date (C_LinePlannedReceiptDate) Production Order ID (C_ProductionOrderID) Production Order NID (C_ProductionOrderNounID) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) Purchase Order (C_DocumentID) Purchase Order Line (C_PurchaseOrderLine) Purchase Order NID (C_DocumentNounID) Purchase Schedule Line (C_PurchaseScheduleLine) Receipt Date (Calc_ReceiptDate) Receipt ID (C_ReceiptID) Receipt NID (C_ReceiptNounID) Rework Indicator (C_ReworkIndicator) SchedLine Planned ReceiptDate (C_ScheduleLinePlanReceiptDate) Supplier ID (C_OrderSupplierID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX MAX 452
ASCENDING
View:
Sorting Type:
453
View:
PRD_REJECTPERCENTAGE (RejectPercentage)
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ExecutionTimePeriod/Duration Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/ExecutionTimePeriod/StartDateTime Not Available Calculated C_OpItemActualEndDate ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/StartDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/EffectiveTimePeriod/Duration Not Available MessageHeader:FromLogicalID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Classification/Code@listID Not Available Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID The system concatenates the following: Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity Manufacturing Window, Labor Tickets, Qty (Deviated) for the operation. ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectQuantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OutputItem/Rejection/RejectReasonCode Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/EffectiveDateTime MessageHeader:TenantID August 13, 2009 454
View:
PRD_REJECTPERCENTAGE (RejectPercentage)
Parameters:
Accounting Entity (AccountingEntity) Actual End Date Short (Cal_OpItemActualEndDateShort) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No
Is Fixed:
No No Yes Yes
Default Value:
Y Completed,Closed ShopFloor
Fields:
Accounting Entity (C_AccountingEntity) Actual Duration (C_OpItemActualDuration) Actual End Date Short (Cal_OpItemActualEndDateShort) Actual Start Date (C_OpItemActualStartDate) Effective Duration (C_OpItemEffDuration) Effective End Date (C_OpItemEffEndDate) Effective Start Date (C_OpItemEffStartDate) From Logical ID (C_FromLogicalID) Item Code (C_OpItemCode) Op Item Ord Qty (C_OpItemOrdQty) Op Item Ord Qty UOM (C_OpItemOrdQtyUOM) Operation ID (C_OperationID) Production Order DID (C_ProductionOrderNounID) Production Order ID (C_ProductionOrderID) Reject Qty (C_OpItemRejectQty) Reject Qty UOM (C_OpItemRejectQtyUOM) Reject Reason Code (C_OpItemRejectReasonCode) Sequence (C_Sequence) Sequence Desc (C_SeqDesc) Status Code (C_StatusCode) Status Desc (C_StatusDesc) Status Effective Date (C_StatusEffectiveDate) Tenant ID (C_TenantID) Type Of Order (C_TypeOfOrder) Variation ID (C_VariationID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
ASCENDING
455
View:
MessageHeader:AccountingEntityID ProductionOrder/ProductionOrderHeader/DocumentDateTime Not Available MessageHeader:FromLogicalID MessageHeader:LocationID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/EffectiveDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/Quantity Not Available Op Step Const Res Qty UOM (C_OpStepConstResQtyUOM) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/Quantity@unitCode Not Available Op Step Const Res Type (C_OpStepConstResType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/OperationPersonReference/ResourceTypeCode Not Available Op Step Const Resource GID (C_OpStepConstResourceGID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available Op Step Const Resource ID (C_OpStepConstResourceID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/ConstrainedResourceReference/ResourceID Not Available Op Step Const Resource NounID (C_OpStepConstResourceNounID) Unknown Op Step Desc (C_OpStepDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Description Not Available Op Step Seq (C_OpStepSeq) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Sequence Not Available Op Step Type (C_OpStepType) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Step/Type Not Available Operation Desc (C_OperationDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description requirement.long_description Manufacturing Window, Operations Card, Description Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Seq Desc (C_SeqDesc) ProductionOrder/ProductionOrderDetail/Description Not Available Sequence (C_Sequence) ProductionOrder/ProductionOrderDetail/Sequence 1 Tenant ID (C_TenantID) MessageHeader:TenantID Type Of Order (C_TypeOfOrder) ProductionOrder/ProductionOrderHeader@type Not Available August 13, 2009 456
View:
457
458
View:
MessageHeader:AccountingEntityID Calculated Case When C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0.0 end Calculated Case When C_OpConstrndResTypeCode='Machine' or C_OpConstrndResTypeCode= 'Labour' then C_OpConstrndResQty else 0.0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation Est Time (C_OpConstrndResourceQty) BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Operation Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Operation Site ID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity Operation Site Name (C_OperationSiteName) application_global.name Operation Site Noun ID (C_OperationSiteNounID) Period (C_Period) PlannerID (C_PlannerID) PlannerNounID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence) Shop Supervisor ID (C_ShopFloorPlannerID) Shop Supervisor Noun ID (C_ShopFloorPlannerNounID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown Calculated C_OperationActualEndDate ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Unknown ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown August 13, 2009 459
View:
ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Operation Actual End Date (C_OperationActualEndDate) Planner ID (PlannerID) Rework Indicator (C_ReworkIndicator) Site ID (SiteID) Status (C_StatusCode) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No Yes No Yes Yes No
Default Value:
YTD False Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Capacity Available (C_CapacityAvailable) Capacity Used (C_CapacityUsed) From Logical ID (C_FromLogicalID) Op Constr Res Type Code (C_OpConstrResTypeCode) Op Constrnd Res Type Code (C_OpConstrndResTypeCode) Operation Actual End Date (C_OperationActualEndDate) Operation Actual Start Date (C_OperationActualStartDate) Operation Actual Time (C_OpConstrndResQty) Operation Est Time (C_OpConstrndResourceQty) Operation ID (C_OperationID) Operation Planned End Date (C_OperationPlannedEndDate) Operation Planned Start Date (C_OperationPlannedStartDate) Operation Site ID (C_OperationSiteID) Operation Site Name (C_OperationSiteName) Operation Site Noun ID (C_OperationSiteNounID) PlannerID (C_PlannerID) PlannerNounID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence) Shop Supervisor ID (C_ShopFloorPlannerID)
Sorting Type:
Aggregation Type:
MAX SUM SUM MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX MAX 460
ASCENDING
461
Operation Actual Start Date (C_OperationActualStartDate) labor_ticket.start_date Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Operation Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Operation Site ID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity Operation Site Name (C_OperationSiteName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name application_global.name Application Global Maintenance, Name Operation Site Noun ID (C_OperationSiteNounID) Unknown Period (C_Period) Calculated C_OperationActualEndDate PlannerID (C_PlannerID) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available PlannerNounID (C_PlannerNounID) Unknown Plannser Description (C_PlannerName) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Production Order ID (C_ProductionOrderID) ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Production Order Noun ID (C_ProductionOrderNounID) Unknown Rework Indicator (C_ReworkIndicator) Unknown Sequence (C_Sequence) ProductionOrder/ProductionOrderDetail/Sequence 1 Shop Supervisor ID (C_ShopFloorPlannerID) ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Shop Supervisor Noun ID (C_ShopFloorPlannerNounID) Unknown Status (C_StatusCode) ProductionOrder/ProductionOrderHeader/Status/Code Not Available Task (C_OperationProcessCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode operation.service_id Manufacturing Window, Operations Card, Service ID August 13, 2009 462
MessageHeader:AccountingEntityID Calculated Case When C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode= 'Labour' then C_OpConstrndResourceQty else 0.0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Operation Actual End Date (C_OperationActualEndDate) Planner ID (PlannerID) Rework Indicator (C_ReworkIndicator) Site ID (SiteID) Status (C_StatusCode) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No Yes No Yes Yes No
Default Value:
YTD False Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Capacity Estimated (C_CapacityEstimated) From Logical ID (C_FromLogicalID) Op Constr Res Type Code (C_OpConstrResTypeCode) Op Constrnd Resource Qty (C_OpConstrndResourceQty) Operation Actual End Date (C_OperationActualEndDate) Operation Actual Start Date (C_OperationActualStartDate) Operation ID (C_OperationID) Operation Planned End Date (C_OperationPlannedEndDate) Operation Planned Start Date (C_OperationPlannedStartDate) Operation Site ID (C_OperationSiteID) Operation Site Name (C_OperationSiteName) Operation Site Noun ID (C_OperationSiteNounID) PlannerID (C_PlannerID) PlannerNounID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence) Shop Supervisor ID (C_ShopFloorPlannerID) Shop Supervisor Noun ID (C_ShopFloorPlannerNounID) Status (C_StatusCode) Task (C_OperationProcessCode) Tenant ID (C_TenantID) Type Of Order (C_TypeOfOrder) Variation ID (C_VariationID)
Sorting Type:
Aggregation Type:
MAX SUM MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX MAX MAX MAX MAX MAX MAX MAX 463
ASCENDING
Export Service: Production / WORKCENTERPLANNEDLOAD (WORK CENTER PLANNED View: LOAD) Fields:
Work Center (C_OperationWorkCenterID) Work center Noun ID (C_OperationWorkcenterNounID)
Sorting Type:
464
MessageHeader:AccountingEntityID Calculated Case When C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0.0 end Calculated Case When C_OpConstrndResTypeCode='Machine' or C_OpConstrndResTypeCode= 'Labour' then C_OpConstrndResQty else 0.0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation Est Time (C_OpConstrndResourceQty) BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Operation Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Operation Site ID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity Operation Site Name (C_OperationSiteName) application_global.name Operation Site Noun ID (C_OperationSiteNounID) Period (C_Period) PlannerID (C_PlannerID) PlannerNounID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence) Shop Supervisor ID (C_ShopFloorPlannerID) Shop Supervisor Noun ID (C_ShopFloorPlannerNounID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown Calculated C_OperationActualEndDate ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Unknown ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown August 13, 2009 465
ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode Manufacturing Window, Operations Card, Service ID MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID@variationID Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Operation Actual End Date (C_OperationActualEndDate) Planner ID (PlannerID) Rework Indicator (C_ReworkIndicator) Site ID (SiteID) Status (C_StatusCode) Type Of Order (C_TypeOfOrder) Work Center ID (WorkCenterID)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No Yes No Yes Yes No
Default Value:
YTD False Completed,Closed ShopFloor Order
Fields:
Accounting Entity (C_AccountingEntity) Capacity Available (C_CapacityAvailable) Capacity Used (C_CapacityUsed) From Logical ID (C_FromLogicalID) Op Constr Res Type Code (C_OpConstrResTypeCode) Op Constrnd Res Type Code (C_OpConstrndResTypeCode) Operation Actual End Date (C_OperationActualEndDate) Operation Actual Start Date (C_OperationActualStartDate) Operation Actual Time (C_OpConstrndResQty) Operation Est Time (C_OpConstrndResourceQty) Operation ID (C_OperationID) Operation Planned End Date (C_OperationPlannedEndDate) Operation Planned Start Date (C_OperationPlannedStartDate) Operation Site ID (C_OperationSiteID) Operation Site Name (C_OperationSiteName) Operation Site Noun ID (C_OperationSiteNounID) PlannerID (C_PlannerID) PlannerNounID (C_PlannerNounID) Plannser Description (C_PlannerName) Production Order ID (C_ProductionOrderID) Production Order Noun ID (C_ProductionOrderNounID) Rework Indicator (C_ReworkIndicator) Sequence (C_Sequence)
Sorting Type:
Aggregation Type:
MAX SUM SUM MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX 466
ASCENDING
Sorting Type:
467
View:
MessageHeader:AccountingEntityID Calculated C_OperationPlannedLaborTime + C_OperationPlannedMachineTime Calculated (C_OperationPlannedMachineTime + C_OperationPlannedLaborTime ) - (C_OperationEstMachineTime + C_OperationEstLaborTime ) MessageHeader:FromLogicalID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available Operation Desc (C_OperationDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description requirement.long_description Manufacturing Window, Operations Card, Description Operation Output Item Noun ID (C_OperationOutputItemNounID) Unknown OperationActualLaborAmtCurr (C_OperationActualLaborAmtCurr) Unknown OperationActualLaborQtyUOM (C_OperationActualLaborQtyUOM) Unknown OperationDocID (C_OperationDocID) Unknown OperationEstLaborAmt (C_OperationEstLaborAmt) Unknown OperationEstLaborAmtCurr (C_OperationEstLaborAmtCurr) Unknown OperationEstLaborPerc (C_OperationEstLaborPerc) Unknown OperationEstLaborQty (C_OperationEstLaborQty) Unknown OperationEstLaborQtyUOM (C_OperationEstLaborQtyUOM) Unknown OperationEstLaborTime (C_OperationEstLaborTime) Unknown OperationEstMachineAmt (C_OperationEstMachineAmt) Unknown OperationEstMachineAmtCurr (C_OperationEstMachineAmtCurr) Unknown OperationEstMachinePerc (C_OperationEstMachinePerc) Unknown OperationEstMachineQty (C_OperationEstMachineQty) Unknown OperationEstMachineQtyUOM (C_OperationEstMachineQtyUOM) Unknown OperationEstMachineTime (C_OperationEstMachineTime) Unknown OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationOutputItemID (C_OperationOutputItemID) Unknown August 13, 2009 468
View:
Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceID/ID Labor Ticket Entry, Employee ID for the labor ticket associated with the work order. Can also review in Manufacturing Window, Labor Tickets. Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime Manufacturing Window, Operation View Panel, Sched Finish Date Unknown
469
View:
OperationPlannedMachineAmt (C_OperationPlannedMachineAmt) Unknown OperationPlannedMachinePerc (C_OperationPlannedMachinePerc) Unknown OperationPlannedMachineQty (C_OperationPlannedMachineQty) OperationPlannedMachineTime (C_OperationPlannedMachineTime) OperationPlannedStartDate (C_OperationPlannedStartDate) operation.sched_start_date OperationSiteID (C_OperationSiteID) application_global.enitity_id OperationSiteName (C_OperationSiteName) application_global.name OperationSiteNounID (C_OperationSiteNounID) OperationStatus (C_OperationStatus) requirement.status OperationStatusDesc (C_OperationStatusDesc) requirement.status OperationWorkCenterID (C_OperationWorkCenterID) operation.resource_id OperationWorkcenterNounID (C_OperationWorkcenterNounID) PlannerID (C_PlannerID) PlannerName (C_PlannerName) PlannerNounID (C_PlannerNounID) ProductionOrderID (C_ProductionOrderID) ProductionOrderNounID (C_ProductionOrderNounID) RequiredCapacity (RequiredCapacity) Rework Indicator (C_ReworkIndicator) SFCCapacityTobeUsed (SFCCapacityTobeUsed) SFCCapacityUsed (SFCCapacityUsed) SeqDesc (C_SeqDesc) Sequence (C_Sequence) ShopFloorPlannerID (C_ShopFloorPlannerID) Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime Manufacturing Window, Operation View Panel, Sched Start Date ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Calculated C_OperationEstLaborTime + C_OperationEstMachineTime Unknown Calculated case when C_StatusCode = 'Planned' then C_OperationEstMachineTime + C_OperationEstLaborTime else 0.0 end Calculated case when C_StatusCode ='Completed' or C_StatusCode ='Closed' then C_OperationActualMachineTime + C_OperationActualLaborTime else 0.0 end ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID August 13, 2009 470
View:
Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
Parameters:
Accounitng Entity (AccounitngEntity) OperationPlannedStartDate (C_OperationPlannedStartDate) OperationSiteNounID (C_OperationSiteNounID) StatusCode (C_StatusCode) TypeOfOrder (C_TypeOfOrder) Work Center Utilization (WorkCenterUtilization)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No Yes Yes Yes No
Default Value:
YTD True Planned,Completed,Closed ShopFloor Order,ShopFloor Orders
Fields:
Accounting Entity (C_AccountingEntity) Avaliable Capacity (AvaliableCapacity) Free Capacity (FreeCapacity) From Logical ID (C_FromLogicalID) Operation Actual End Date (C_OperationActualEndDate) Operation Actual Labor Amt (C_OperationActualLaborAmt) Operation Actual Labor Perc (C_OperationActualLaborPerc) Operation Actual Labor Qty (C_OperationActualLaborQty) Operation Actual Labor Time (C_OperationActualLaborTime) Operation Actual Machine Amt (C_OperationActualMachineAmt) Operation Actual Machine Perc (C_OperationActualMachinePerc) Operation Actual Machine Qty (C_OperationActualMachineQty) Operation Actual Machine Time (C_OperationActualMachineTime) Operation ActualMachineQtyUOM (C_OperationActualMachineQtyUOM) Operation ActualS tart Date (C_OperationActualStartDate) Operation Department ID (C_OperationDepartmentID) Operation Desc (C_OperationDesc) Operation Output Item Noun ID (C_OperationOutputItemNounID) OperationActualLaborAmtCurr (C_OperationActualLaborAmtCurr) OperationActualLaborQtyUOM (C_OperationActualLaborQtyUOM) OperationDocID (C_OperationDocID) OperationEstLaborAmt (C_OperationEstLaborAmt)
Sorting Type:
Aggregation Type:
COUNT SUM SUM COUNT COUNT SUM SUM SUM SUM SUM SUM SUM SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM
471
View:
Sorting Type:
472
View:
Sorting Type:
473
View:
MessageHeader:AccountingEntityID Calculated C_OperationPlannedLaborTime + C_OperationPlannedMachineTime Calculated (C_OperationPlannedMachineTime + C_OperationPlannedLaborTime ) - (C_OperationEstMachineTime + C_OperationEstLaborTime ) MessageHeader:FromLogicalID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/DepartmentID Not Available Operation Desc (C_OperationDesc) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Description requirement.long_description Manufacturing Window, Operations Card, Description Operation Output Item Noun ID (C_OperationOutputItemNounID) Unknown OperationActualLaborAmtCurr (C_OperationActualLaborAmtCurr) Unknown OperationActualLaborQtyUOM (C_OperationActualLaborQtyUOM) Unknown OperationDocID (C_OperationDocID) Unknown OperationEstLaborAmt (C_OperationEstLaborAmt) Unknown OperationEstLaborAmtCurr (C_OperationEstLaborAmtCurr) Unknown OperationEstLaborPerc (C_OperationEstLaborPerc) Unknown OperationEstLaborQty (C_OperationEstLaborQty) Unknown OperationEstLaborQtyUOM (C_OperationEstLaborQtyUOM) Unknown OperationEstLaborTime (C_OperationEstLaborTime) Unknown OperationEstMachineAmt (C_OperationEstMachineAmt) Unknown OperationEstMachineAmtCurr (C_OperationEstMachineAmtCurr) Unknown OperationEstMachinePerc (C_OperationEstMachinePerc) Unknown OperationEstMachineQty (C_OperationEstMachineQty) Unknown OperationEstMachineQtyUOM (C_OperationEstMachineQtyUOM) Unknown OperationEstMachineTime (C_OperationEstMachineTime) Unknown OperationID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationOutputItemID (C_OperationOutputItemID) Unknown August 13, 2009 474
View:
Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceID/ID Labor Ticket Entry, Employee ID for the labor ticket associated with the work order. Can also review in Manufacturing Window, Labor Tickets. Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime Manufacturing Window, Operation View Panel, Sched Finish Date Unknown
475
View:
OperationPlannedMachineAmt (C_OperationPlannedMachineAmt) Unknown OperationPlannedMachinePerc (C_OperationPlannedMachinePerc) Unknown OperationPlannedMachineQty (C_OperationPlannedMachineQty) OperationPlannedMachineTime (C_OperationPlannedMachineTime) OperationPlannedStartDate (C_OperationPlannedStartDate) operation.sched_start_date OperationSiteID (C_OperationSiteID) application_global.enitity_id OperationSiteName (C_OperationSiteName) application_global.name OperationSiteNounID (C_OperationSiteNounID) OperationStatus (C_OperationStatus) requirement.status OperationStatusDesc (C_OperationStatusDesc) requirement.status OperationWorkCenterID (C_OperationWorkCenterID) operation.resource_id OperationWorkcenterNounID (C_OperationWorkcenterNounID) PlannerID (C_PlannerID) PlannerName (C_PlannerName) PlannerNounID (C_PlannerNounID) ProductionOrderID (C_ProductionOrderID) ProductionOrderNounID (C_ProductionOrderNounID) RequiredCapacity (RequiredCapacity) Rework Indicator (C_ReworkIndicator) SFCCapacityTobeUsed (SFCCapacityTobeUsed) SFCCapacityUsed (SFCCapacityUsed) SeqDesc (C_SeqDesc) Sequence (C_Sequence) ShopFloorPlannerID (C_ShopFloorPlannerID) Unknown Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime Manufacturing Window, Operation View Panel, Sched Start Date ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID Site~Application Global Maintenance, Default Mfg Entity ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name Application Global Maintenance, Name Unknown ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Description Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID Manufacturing Window, Operations Card, Resource ID Unknown ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Calculated C_OperationEstLaborTime + C_OperationEstMachineTime Unknown Calculated case when C_StatusCode = 'Planned' then C_OperationEstMachineTime + C_OperationEstLaborTime else 0.0 end Calculated case when C_StatusCode ='Completed' or C_StatusCode ='Closed' then C_OperationActualMachineTime + C_OperationActualLaborTime else 0.0 end ProductionOrder/ProductionOrderDetail/Description Not Available ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID August 13, 2009 476
View:
Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available ProductionOrder/ProductionOrderHeader/Status/Description Not Available ProductionOrder/ProductionOrderHeader/Status/EffectiveDateTime Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
Parameters:
Accounting Entity (C_AccountingEntity) OperationPlannedStartDate (C_OperationPlannedStartDate) OperationSiteID (C_OperationSiteID) OperationWorkCenterID (C_OperationWorkCenterID) ProductionOrderID (C_ProductionOrderID) Rework Indicator (C_ReworkIndicator) StatusCode (C_StatusCode) TypeOfOrder (C_TypeOfOrder)
Is Mandatory:
No Yes No No No No No No
Is Fixed:
No No No No No Yes Yes Yes
Default Value:
QTD
477
View:
MessageHeader:AccountingEntityID Calculated case when C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available
BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available Operation Act Labor Time (Calc_OperationActLaborTime) Calculated case when C_OpConstrResTypeCode='Labour' then C_OpConstrndResQty else 0 end Operation Act Machine Time (Calc_OperationActMachineTime) Calculated case when C_OpConstrResTypeCode='Machine' then C_OpConstrndResQty else 0 end Operation Est Labor Time (Calc_OperationEstLaborTime) Calculated case when C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0 end Operation Est Machine Time (Calc_OperationEstMachineTime) Calculated case when C_OpConstrResTypeCode='Machine' then C_OpConstrndResourceQty else 0 end OperationID (C_ProductionOperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationOutputItemDescription (C_OperationOutputItemDesc) Unknown OperationOutputItemID (C_OperationOutputItemID) Unknown OperationPlannedEndDate (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date OperationPlannedStartDate (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date OperationSiteID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity OperationSiteName (C_OperationSiteName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name application_global.name Application Global Maintenance, Name OperationSiteNounID (C_OperationSiteNounID) Unknown OperationWorkCenterID (C_OperationWorkCenterID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID operation.resource_id Manufacturing Window, Operations Card, Resource ID OperationWorkcenterNounID (C_OperationWorkcenterNounID) Unknown PlannerID (C_PlannerID) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available PlannerName (C_PlannerName) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name August 13, 2009 478
View:
Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Unknown Calculated case when C_Status = 'Planned' and (C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour') then (C_OpConstrndResourceQty) else 0.0 end Calculated case when C_Status = 'Completed' or C_Status = 'Closed' and (C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour') then C_OpConstrndResQty else 0.0 end ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
Sequence (C_Sequence) ShopFloorPlannerID (C_ShopFloorPlannerID) ShopFloorPlannerNounID (C_ShopFloorPlannerNounID) StatusCode (C_StatusCode) TenantID (C_TenantID) TypeOfOrder (C_TypeOfOrder) VariationID (C_VariationID)
Parameters:
AccountingEntity (C_AccountingEntity) OperationPlannedStartDate (C_OperationPlannedStartDate) OperationSiteID (C_OperationSiteID) OperationWorkCenterID (C_OperationWorkCenterID) PlannerID (C_PlannerID) ProductionOrderID (C_ProductionOrderID) Reworking Indicator (C_ReworkingIndicator) ShopFloorPlannerID (C_ShopFloorPlannerID) StatusCode (C_StatusCode) TypeOfOrder (C_TypeOfOrder)
Is Mandatory:
No No No No No No No No No No
Is Fixed:
No No No No No No Yes No Yes Yes
Default Value:
QTD
Fields:
AccountingEntity (C_AccountingEntity) Avaliable Capacity (Calc_AvaliableCapacity) FromLogicalID (C_FromLogicalID) OpConstrResTypeCode (C_OpConstrResTypeCode) OpConstrndResQty (C_OpConstrndResQty) OpConstrndResQtyUOM (C_OpConstrndResQtyUOM) OpConstrndResTypeCode (C_OpConstrndResTypeCode) OpConstrndResourceQty (C_OpConstrndResourceQty) OpConstrndResourceQtyUOM (C_OpConstrndResourceQtyUOM)
Sorting Type:
Aggregation Type:
MAX SUM MAX MAX SUM MAX MAX SUM MAX
479
View:
Sorting Type:
480
View:
MessageHeader:AccountingEntityID Calculated case when C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0 end MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available
BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available Operation Act Labor Time (Calc_OperationActLaborTime) Calculated case when C_OpConstrResTypeCode='Labour' then C_OpConstrndResQty else 0 end Operation Act Machine Time (Calc_OperationActMachineTime) Calculated case when C_OpConstrResTypeCode='Machine' then C_OpConstrndResQty else 0 end Operation Est Labor Time (Calc_OperationEstLaborTime) Calculated case when C_OpConstrResTypeCode='Labour' then C_OpConstrndResourceQty else 0 end Operation Est Machine Time (Calc_OperationEstMachineTime) Calculated case when C_OpConstrResTypeCode='Machine' then C_OpConstrndResourceQty else 0 end OperationID (C_ProductionOperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # OperationOutputItemDescription (C_OperationOutputItemDesc) Unknown OperationOutputItemID (C_OperationOutputItemID) Unknown OperationPlannedEndDate (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date OperationPlannedStartDate (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date OperationSiteID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity OperationSiteName (C_OperationSiteName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name application_global.name Application Global Maintenance, Name OperationSiteNounID (C_OperationSiteNounID) Unknown OperationWorkCenterID (C_OperationWorkCenterID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID operation.resource_id Manufacturing Window, Operations Card, Resource ID OperationWorkcenterNounID (C_OperationWorkcenterNounID) Unknown PlannerID (C_PlannerID) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available PlannerName (C_PlannerName) ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name August 13, 2009 481
View:
Not Available Unknown ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown Unknown Calculated case when C_Status = 'Planned' and (C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour') then (C_OpConstrndResourceQty) else 0.0 end Calculated case when C_Status = 'Completed' or C_Status = 'Closed' and (C_OpConstrResTypeCode='Machine' or C_OpConstrResTypeCode='Labour') then C_OpConstrndResQty else 0.0 end ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available Unknown ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID@variationID Not Available
Sequence (C_Sequence) ShopFloorPlannerID (C_ShopFloorPlannerID) ShopFloorPlannerNounID (C_ShopFloorPlannerNounID) StatusCode (C_StatusCode) TenantID (C_TenantID) TypeOfOrder (C_TypeOfOrder) VariationID (C_VariationID)
Parameters:
AccountingEntity (C_AccountingEntity) OperationPlannedStartDate (C_OperationPlannedStartDate) OperationSiteID (C_OperationSiteID) OperationWorkCenterID (C_OperationWorkCenterID) PlannerID (C_PlannerID) Reworking Indicator (C_ReworkingIndicator) ShopFloorPlannerID (C_ShopFloorPlannerID) StatusCode (C_StatusCode) TypeOfOrder (C_TypeOfOrder)
Is Mandatory:
No No No No No No No No No
Is Fixed:
No No No No No No No Yes Yes
Default Value:
QTD
482
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/ExtendedAmount The system adds the sum as follows: Purchase Order Line, Unit Price multiplied by ((1 minus (Purchase Order Line, Disc % divided by 100)) multiplied by Purchase Order Line, Quantity)
PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderLine/ReceivedQuantity Purchase Order Entry, Lines, Stock UM Rec'd Qty PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
Line Status Date (C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Line Total Amount (REP_PUR_PO_C_LineTotalAmount) calculation: (purchase_order_line.unit_price*purchase_order_line. user_order_quantity)*(1-purchase_order_line. trade_disc_percent/100)+purchase_order_line. fixed_charge purchase_order_line.minimum_charge Line Total Base Amount (REP_PUR_PO_C_LineTotalBaseAmt)
View:
PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Order Buyer Name (REP_PUR_PO_C_OrderBuyerName) PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Order Currency (REP_PUR_PO_C_OrderCurrency) PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID purchase_order.currency_ID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. Order Date (REP_PUR_PO_C_OrderDate) PurchaseOrder/PurchaseOrderHeader/OrderDateTime purchase_order.order_date Purchase Order Entry, Order Date Order Date Calculation (CAL_OrderDate) Calculated C_OrderDate Order Status Code (REP_PUR_PO_C_OrderStatusCode) PurchaseOrder/PurchaseOrderHeader/Status/Code purchase_order.status Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled Order Status Description (REP_PUR_PO_C_OrderStatusDesc) PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled Order Status Reason Code (REP_PUR_PO_C_OrdStatReasonCode) PurchaseOrder/PurchaseOrderHeader/Status/ReasonCode Not Available Order Supplier ID (REP_PUR_PO_C_OrderSupplierID) PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID purchase_order.vendor_ID Purchase Order Entry, Vendor ID Order Supplier Name (REP_PUR_PO_C_OrderSupplierName) PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name vendor.name Vendor Maintenance, Name Order Supplier Noun ID (REP_PUR_PO_C_OrderSupplierNID) Unknown Ordered Quantity In Base Unit (REP_PUR_PO_C_OrderedQtyInBU) PurchaseOrder/PurchaseOrderLine/Quantity purc_order_line.user_order_qty Purchase Order Entry, purchase order line table, Quantity Purchase Office ID (REP_PUR_PO_C_OrderPurOfficeID) PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Site ~' application_global.entity_id Application Global Maintenance, Default Mfg Entity ID or or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Ship To Addresses, Shipto ID and # Purchase Office Name (REP_PUR_PO_C_OrdPurOfficeName) PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name application_global.company_name Application Global Maintenance, Name or or shipto_addr.name Ship To Addresses, Name Purchase Office Noun ID (REP_PUR_PO_C_OrderPurOfficeNID) Unknown Purchase Order Line (REP_PUR_PO_C_PurchaseOrderLine) PurchaseOrder/PurchaseOrderLine/LineNumber purc_order_line.line_no Purchase Order Entry, purchase order line table, Line # Purchase Order Number (REP_PUR_PO_C_DocumentID) PurchaseOrder/PurchaseOrderHeader/DocumentID/ID August 13, 2009 484
View:
Parameters:
AccountingEntity (AccountingEntity) Line Status Code (C_LineStatusCode) Order Date Calculation (CAL_OrderDate) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No
Is Fixed:
No Yes No No
Default Value:
Planned,Open,Ordered,Pending,Closed YTD
Fields:
Accounting Entity (REP_PUR_PO_C_AccountingEntity) Amount (REP_PUR_PO_C_LineExtdBaseAmt) Base Currency (REP_PUR_PO_C_BaseCurrency) From Logical ID (REP_PUR_PO_C_FromLogicalID) Line Extended Amount (REP_PUR_PO_C_LineExtendedAmt) Line Item Description (REP_PUR_PO_C_LineItemDesc) Line Item ID (REP_PUR_PO_C_LineItemID) Line Item Noun ID (REP_PUR_PO_C_LineItemNounID) Line Order Quantity (REP_PUR_PO_C_LineOrderQuantity) Line Planned Receipt Date (REP_PUR_PO_C_LPlanReceiptDate) Line Received Quantity (REP_PUR_PO_C_LineReceivedQty) Line Status Code (C_LineStatusCode) Line Status Date (C_LineStatusDate) Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Line Total Amount (REP_PUR_PO_C_LineTotalAmount) Line Total Base Amount (REP_PUR_PO_C_LineTotalBaseAmt) Line Unit Of Measure (REP_PUR_PO_C_LineUOM) Line Unit Price (REP_PUR_PO_C_LineUnitPrice) Order Buyer ID (REP_PUR_PO_C_OrderBuyerID) Order Buyer Name (REP_PUR_PO_C_OrderBuyerName) Order Currency (REP_PUR_PO_C_OrderCurrency) Order Date Calculation (CAL_OrderDate) Order Status Code (REP_PUR_PO_C_OrderStatusCode) Order Status Description (REP_PUR_PO_C_OrderStatusDesc) Order Status Reason Code (REP_PUR_PO_C_OrdStatReasonCode) Order Supplier Name (REP_PUR_PO_C_OrderSupplierName) Order Supplier Noun ID (REP_PUR_PO_C_OrderSupplierNID) Ordered Quantity In Base Unit (REP_PUR_PO_C_OrderedQtyInBU) Purchase Office ID (REP_PUR_PO_C_OrderPurOfficeID) Purchase Office Name (REP_PUR_PO_C_OrdPurOfficeName) Purchase Office Noun ID (REP_PUR_PO_C_OrderPurOfficeNID) Purchase Order Line (REP_PUR_PO_C_PurchaseOrderLine) Purchase Order Number (REP_PUR_PO_C_DocumentID)
Sorting Type:
Aggregation Type:
COUNT SUM MIN MAX SUM MIN MIN COUNT SUM COUNT SUM COUNT COUNT COUNT COUNT COUNT SUM SUM MIN SUM MIN MIN MIN MAX COUNT MIN MIN MIN COUNT SUM MIN MIN COUNT COUNT COUNT 485
ASCENDING
View:
Sorting Type:
486
View:
FIN_AVGPURPRICEOFITEM (AveragePurchasePriceofItem)
MessageHeader:AccountingEntityID Calculated CASE WHEN C_Quantity <> 0.0 THEN C_ExtendedAmount/C_Quantity ELSE 0.0 END Calculated C_DocDateTime PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionLine/ExtendedAmount Payables Invoice Entry, Lines table, Amount. If total is not in system currency, the system converts the amount to the system currency using the current exchange rate in Currency Exchange Rate Maintenance. If the invoice has been voided, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionLine/Item/ItemID/ID Purchase Order Entry, Lines, Part ID Unknown PayableTransaction/PayableTransactionLine/LineNumber Payables Invoice Entry, Lines table, Ln# PayableTransaction/PayableTransactionLine/TotalAmount@currencyID Payables Invoice Entry, Currency ID. The system translates the code into an ISO code based on your settings in Code Mapping Maintenance. PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionLine/Quantity Payables Invoice Entry, Lines table, Qty PayableTransaction/PayableTransactionLine/Quantity@unitCode Purchase Order Entry, Lines, UM PayableTransaction/PayableTransactionLine/Status/Code Payables Invoice Entry, Status. If Payables Invoice Entry, General Tab, Status = Void, then status = Closed. Otherwise, status=Open PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID Unknown MessageHeader:TenantID PayableTransaction/PayableTransactionLine/TotalAmount Payables Invoice Entry, Lines table, Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Parameters:
AccountingEntity (AccountingEntity) CALC_DOCDATETIME (CALC_DOCDATETIME)
Is Mandatory:
No Yes
Is Fixed:
No No August 13, 2009
Default Value:
QTD 487
View: Is Fixed:
No Yes No
Is Mandatory:
No No No
Fields:
Accounting Entity (C_AccountingEntity) Average Purchase Price (CALC_UNITPRICE) CALC_DOCDATETIME (CALC_DOCDATETIME) Document ID (C_DocumentID) Document Noun ID (C_DocumentNounID) Due Date (C_DueDate) Extended Amount (C_ExtendedAmount) From Logical ID (C_FromLogicalID) Item ID (C_ItemID) Item Noun ID (C_ItemNounID) Line Number (C_LineNumber) Payable Currency (C_PayableCurrency) Payable Style (C_PayableStyle) Quantity (C_Quantity) Quantity Unit (C_QuantityUnit) Status Code (C_StatusCode) Status Date (C_StatusDate) Supplier ID (C_SupplierID) Supplier Noun ID (C_SupplierNounID) Tenant (C_TenantID) Total Amount (C_TotalAmount)
Sorting Type:
Aggregation Type:
MAX AVERAGE MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX COUNT MAX
ASCENDING
488
View:
MessageHeader:AccountingEntityID RFQ/RFQHeader/CustomerParty/BuyerContact/Name Vendor RFQ Entry, Buyer Unknown RFQ/RFQHeader/CustomerParty/BuyerContact/ID Not Available RFQ/RFQHeader/DocumentDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. RFQ/RFQLine/RequiredDeliveryDateTime Not Available RFQ/RFQHeader/ExtendedAmount Not Available RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description RFQ/RFQLine/Item/ItemID/ID Vendor RFQ Entry, Lines, Part ID Vendor RFQ Entry, Lines, Service ID Unknown RFQ/RFQLine/UnitPrice/Amount Vendor RFQ Entry, Vendor Quote, Default Unit Price. If the default unit price is not in the system currency, the system converts the currency amount to the system currency based on the exchange rate in effect on the date of the vendor quote. RFQ/RFQLine/Quantity 1 RFQ/RFQHeader/TotalAmount Not Available RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQHeader/CustomerParty/Location/ID Not Available RFQ/RFQHeader/CustomerParty/Location/Name Application Global Maintenance, Name Unknown RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQHeader/TotalAmount@currencyID Not Available RFQ/RFQHeader/EffectiveTimePeriod/EndDateTime RFQ/RFQLine/LineNumber Vendor RFQ Entry, Lines, Ln# Unknown RFQ/RFQHeader/DocumentID/ID August 13, 2009 489
View:
Vendor RFQ Entry, Request ID ~ Vendor RFQ Entry, Vendor Quote, Vendor ID RFQ/RFQHeader/Status/Code Vendor RFQ Entry, Status If VISUAL status = Cancelled/Void, then status = Lost If VISUAL Status = Closed and Vendor RFQ Entry, Vendor Quote, Status = Accepted, then status = Processed. Otherwise, Status = Lost. In all other cases, status = Open RFQ/RFQHeader/StatusDescription Not Available RFQ/RFQHeader/Status/EffectiveDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. RFQ/RFQHeader/SupplierParty/PartyIDs/ID Vendor RFQ Entry, Vendor Quote, Vendor ID RFQ/RFQHeader/SupplierParty/Name Vendor Maintenance, Name Unknown MessageHeader:TenantID RFQ/RFQLine/Quantity@unitCode Not Available
Status Description (REP_PUR_RFQ_C_StatusDesc) Status Effective Date (REP_PUR_RFQ_C_StatusEffDate) request_for_quote.status_eff_date Supplier ID (REP_PUR_RFQ_C_SupplierID) rfq_vendor.vendor_id Supplier Name (REP_PUR_RFQ_C_SupplierName) vendor.name Supplier Noun ID (REP_PUR_RFQ_C_SupplierNounID) Tenant (REP_PUR_RFQ_C_TenantID) Unit (REP_PUR_RFQ_C_LineUnit)
Parameters:
Accounting Entity (AccountingEntity) Buyer ID (BuyerID) Creation Date (REP_PUR_RFQ_C_CreationDate) Item ID (ItemID) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No No No
Default Value:
YTD
Fields:
Line Item ID (REP_PUR_RFQ_C_LineItemID) RFQ Line (REP_PUR_RFQ_C_RFQLine) RFQ Number (REP_PUR_RFQ_C_DocumentID)
Sorting Type:
ASCENDING ASCENDING ASCENDING
Aggregation Type:
490
View:
MessageHeader:AccountingEntityID Contract/ContractSchedule/ContractPrice/TargetQuantity Not Available Contract/ContractHeader/CustomerParty/BuyerContact/ID Not Available Unknown Contract/ContractHeader/CustomerParty/BuyerContact/Name Not Available Calculated case when C_ContractLineBaseAmount > 0 then 'Contract' end Contract/ContractSchedule/ContractPrice/BaseCurrencyAmount Not Available Unknown Contract/ContractHeader/DocumentID/ID Not Available Contract/ContractSchedule@sequence Not Available Contract/ContractSchedule/ContractPrice/ContractAmount Not Available Unknown Contract/ContractSchedule/EffectiveTimePeriod/StartDateTime Not Available Contract/ContractSchedule/EffectiveTimePeriod/EndDateTime Not Available Calculated case when C_ExtendedAmount is null then 0.0 else C_ExtendedAmount end Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount Invoice/InvoiceLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID Calculated case when C_ExtendedAmountBaseCurrency > 0 then 'Cum Invoice' end Calculated case when C_ExtendedAmountBaseCurrency is null then 0.0 else C_ExtendedAmountBaseCurrency end Calculated case when C_InvoiceID is null or C_InvoiceID= ' ' then '0' else C_InvoiceID end Calculated case when C_InvoiceLine is null or C_InvoiceLine=' ' then '0' else C_InvoiceLine end Calculated case when C_InvoiceNounID is null or C_InvoiceNounID= ' ' then '0' else C_InvoiceNounID end Calculated case when C_InvoiceStatus is null or C_InvoiceStatus = ' ' then 'Inv Not Raised' else C_InvoiceStatus end Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id August 13, 2009 491
View:
For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceLine/Quantity For payables, N/A For receivables, Receivable Invoice Entry, Lines, Qty Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code Calculated case when C_LineAmount is null then 0.0 else C_LineAmount end Calculated case when C_LineAmountBaseCurrency is null then 0.0 else C_LineAmountBaseCurrency end PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code Invoice/InvoiceLine/TotalAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount If invoice is void, then amount is 0 Invoice/InvoiceLine/BaseCurrencyAmount Not Available
492
View:
Contract/ContractHeader/CustomerParty/Location/Name Not Available Contract/ContractHeader/CustomerParty/Location/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown Calculated case when C_Quantity is null then 0.0 else C_Quantity end Contract/ContractHeader/Status/Description Not Available Contract/ContractHeader/Status/EffectiveDateTime Not Available Contract/ContractHeader/Status/Code Not Available Contract/ContractHeader/SupplierParty/PartyIDs/ID Not Available Unknown Contract/ContractHeader/SupplierParty/Name Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Effective Date (C_EffectiveDatePC)
Is Mandatory:
No Yes
Is Fixed:
No No
Default Value:
QTD
Fields:
Accounting Entity (C_AccountingEntityPC) Agreed Quantity (C_AgreedQuantityPC) Buyer ID (C_BuyerIDPC) Buyer NID (C_BuyerNounIDPC) Buyer Name (C_BuyerNamePC) Contract (Calc_Contract) Contract Amount (C_ContractLineBaseAmountPC) Contract Creation Date (C_ContractCreationDatePC) Contract Line (C_ContractLinePC) Contract Line Amount (C_ContractLineAmountPC) Contract NID (C_DocumentNounIDPC) Effective Date (C_EffectiveDatePC) Effective Expiry Date (C_EffectiveExpiryDatePC) Extended Amount (ExtendedAmount) ExtendedAmount (C_ExtendedAmountPI) ExtendedAmountBaseCurrency (C_ExtendedAmountBaseCurrencyPI) From Logical ID (C_FromLogicalIDPO) Invoice (Calc_Invoice)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
493
494
495
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/ContractApplicableIndicator If Purchase Order Entry, EDI tab, Contract ID is populated, then True. If Contract ID is blank, then False PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID PurchaseOrder/PurchaseOrderLine/ContractReference/LineNumber Not Available Calculated case when ( C_LineContrApplicableIndicator=1 and (C_LineContractID is not null and C_LineContractID<>'')) then C_LineExtendedBaseAmount else 0 end Calculated case when ( C_LineContrApplicableIndicator=0 and (C_LineContractID is null or C_LineContractID='')) then C_LineExtendedBaseAmount else 0 end Calculated case when ( C_LineContrApplicableIndicator=1 and (C_LineContractID is null or C_LineContractID='')) then C_LineExtendedBaseAmount else 0 end MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code Unknown PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderHeader/OrderDateTime August 13, 2009 496
Contract Unavailable (ContractUnavailable) Contract Unlinked (ContractUnlinked) From Logical ID (C_FromLogicalID) Item Class (C_LineItemClass) part.commodity_code part.product_code Item Description (C_LineItemDescription) part.description service.description Item ID (C_LineItemID) purc_order_line.part_id purc_order_line.service_id Item Line (C_LineItemLine) Item Type (C_LineItemType) part.commodity_code part.product_code Line Item NID (C_LineItemNounID) Line Status Date (C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Order Date (C_OrderDate)
View:
Purchase Order Entry, Order Date Calculated C_OrderDate PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Total Amount (C_LineTotalAmount) calculation: (purchase_order_line.unit_price*purchase_order_line. user_order_quantity)*(1-purchase_order_line. trade_disc_percent/100)+purchase_order_line. fixed_charge purchase_order_line.minimum_charge Total Amount in Base Curr (C_LineTotalBaseAmount) Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse
PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: August 13, 2009 497
View:
'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, #
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Contract ID (C_LineContractID) OrderDate Param (C_OdrDate) Status (C_LineStatusCode) Supplier ID (SupplierID)
Is Mandatory:
No No No Yes No No
Is Fixed:
No No No No Yes No
Default Value:
QTD Cancelled
Fields:
Accounting Entity (C_AccountingEntity) Buyer ID (C_OrderBuyerID) Buyer NID (C_OrderBuyerNounID) Buyer Name (C_OrderBuyerName) Commodity Code (C_LineCommodityCode) Contract Applicable Indicator (C_LineContrApplicableIndicator) Contract ID (C_LineContractID) Contract Line (C_LineContractLineID) Contract Linked (ContractLinked) Contract Unavailable (ContractUnavailable) Contract Unlinked (ContractUnlinked) From Logical ID (C_FromLogicalID) Item Class (C_LineItemClass) Item Description (C_LineItemDescription) Item ID (C_LineItemID) Item Line (C_LineItemLine) Item Type (C_LineItemType) Line Item NID (C_LineItemNounID) Line Status Date (C_LineStatusDate) Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) OrderDate Param (C_OdrDate) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) Purchase Order Line (C_PurchaseOrderLine) Purchase Order NID (C_DocumentNounID) Purchase Order Number (C_DocumentID) Status (C_LineStatusCode)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX COUNT MAX MAX SUM SUM SUM MAX MAX MAX MAX MAX MAX MAX COUNT COUNT COUNT COUNT MAX MAX MAX MAX MAX MAX MAX COUNT 498
ASCENDING
499
View:
MessageHeader:AccountingEntityID Person/ContractualPartyContact/Location/Classification/Codes/Code@listID Not Available Requisition/RequisitionHeader/Approvers/SequencedApprover/ApproverPersonReference/IDs/ID Not Available Unknown Person/Name Sales Reps Maintenance, Name Requisition/RequisitionHeader/ExtendedAmount@currencyID Purchase Requistion Entry, Currency ID. The system translates the currency ID to an ISO code using Code Mapping Maintenance. Requisition/RequisitionHeader/CustomerParty/BuyerContact/ID Not Available Unknown Requisition/RequisitionHeader/CustomerParty/BuyerContact/Name Purchase Requisition Entry, Buyer Requisition/RequisitionHeader/DocumentDateTime Purchase Requisition Entry, Requisition Date Requisition/RequisitionLine/Item/ItemID/ID Not Available Unknown Requisition/RequisitionHeader/PurchaseOrderReference/DocumentID/ID Not Available Calculated case when C_PORefID is not null then C_PORefID else C_RFQRefID end Person/ID The BOD appends a type to the ID. SalesRep~Sales Reps Maintenance, ID Planner~Manufacturing Window, General tab, Engineered By Planner~Part Maintenance, Planning tab, Planner User ID Planner~Material Planning Window, Warehouse Locations, Planner User ID Buyer~Part Maintenance, Planning, Buyer User ID Buyer~Material Planning Window, Warehouse Locations, Buyer User ID Employee~Employee Maintenance, Employee ID Unknown Requisition/RequisitionLine/RFQReference/DocumentID/ID Not Available Unknown Requisition/RequisitionLine/RequesterParty/PartyIDs/ID Not Available Requisition/RequisitionHeader/RequesterParty/Contact/ID Not Available Requisition/RequisitionHeader/RequesterParty/Contact/Name Employee Maintenance, First/Mi/Last
Requisition/RequisitionHeader/ExtendedAmount@currencyID Purchase Requistion Entry, Currency ID. The system translates the currency ID to an ISO code using Code Mapping Maintenance. August 13, 2009 500
View:
Status Effective Date (C_StatusEffectiveDate) purc_requisition.status_eff_date Supplier ID (C_LineSupplierID) Supplier NID (C_LineSupplierNID) Tenant (C_TenantID)
Requisition/RequisitionHeader/DocumentID/ID Purchase Requisition Entry, Requisition ID Unknown Requisition/RequisitionHeader/Status/Code Purchase Requisition Entry, Status. The system translates VISUAL codes as follows: If VISUAL status=Draft, then status=Open If VISUAL status=Ordered, then status=Converted If VISUAL status=In Process, then status=Open If VISUAL status=Approved, then status=Approved If VISUAL status=Cancelled/Void, then status=Canceled If VISUAL status=Closed, then status=Rejected Requisition/RequisitionHeader/Status/EffectiveDateTime Not in Purchase Requistion Entry window. You can display the information in the Requisition ID browse. If you deleted the requistion, then the effecitve date is the date and time the system created the BOD. Requisition/RequisitionLine/SupplierParty/PartyIDs/ID Not Available Unknown MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Approver Department (C_Department) Approver ID (ApproverID) Buyer ID (BuyerID) Creation Date (C_CreationDate) Item ID (ItemID) Requisition ID (C_DocumentID) Requisition Status (C_Status) Supplier ID (SupplierID)
Is Mandatory:
No No No No Yes No No No No
Is Fixed:
No No No No No No No Yes No
Default Value:
QTD
Converted
501
View:
MessageHeader:AccountingEntityID Contract/ContractSchedule/ContractPrice/TargetQuantity Not Available Contract/ContractHeader/CustomerParty/BuyerContact/ID Not Available Contract/ContractHeader/CustomerParty/BuyerContact/Name Not Available Unknown Contract/ContractSchedule@sequence Not Available Contract/ContractHeader/DocumentID/ID Not Available Unknown Contract/ContractSchedule/EffectiveTimePeriod/StartDateTime Not Available Contract/ContractSchedule/EffectiveTimePeriod/EndDateTime Not Available Contract/ContractSchedule/ContractPrice/Item/Description Not Available Contract/ContractSchedule/ContractPrice/Item/ItemID/ID Not Available PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity Contract/ContractHeader/CustomerParty/Location/Name Not Available Contract/ContractHeader/CustomerParty/Location/ID Not Available Unknown Contract/ContractHeader/SupplierParty/PartyIDs/ID Not Available Contract/ContractHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID Calculated case when GETDATE() < C_EffectiveExpiryDate then (case when datediff(d,C_EffectiveExpiryDate,C_EffectiveDate) <> 0 then cast(datediff(d,GETDATE (),C_EffectiveDate) as decimal(6,2))/ cast(datediff(d,C_EffectiveExpiryDate,C_EffectiveDate) as decimal(6,2)) else 0 end) else 0 end Contract/ContractSchedule/TargetQuantity@unitCode Not Available
Unit (C_Unit)
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Document ID (C_DocumentID) Effective Date (C_EffectiveDate) Purchase Office (PurchaseOfficeID) Supplier ID (SupplierID)
Is Mandatory:
No No No Yes No No
Is Fixed:
No No No No No No August 13, 2009
Default Value:
502
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown Unknown Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount MessageHeader:FromLogicalID Calculated C_InvoiceDate Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Unknown Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount August 13, 2009 503
View:
Supplier ID (OrderSupplierID) purchase_order.vendor_ID Supplier Name (OrderSupplierName) vendor.name Supplier Noun ID (OrderSupplierNounID) Tenant ID (TenantID) Variance Amount (VarianceAmount)
Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Invoice/InvoiceLine/Quantity For payables, N/A For receivables, Receivable Invoice Entry, Lines, Qty Calculated C_LineUnitPrice * C_Quantity PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown MessageHeader:TenantID Calculated ( C_Quantity * C_LineUnitPrice ) - C_ExtendedAmountBaseCurrency
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) InvDate (InvDate) Purchase Location ID (PurchaseLocationID) Status (OrderStatusCode) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No No No
Is Fixed:
No No No No Yes No
Default Value:
QTD Cancel
Fields:
Accounting Entity (AccountingEntity) Base Currency (BaseCurrency)
Sorting Type:
Aggregation Type:
COUNT COUNT
504
ASCENDING
505
View:
MessageHeader:AccountingEntityID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description Unknown ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code August 13, 2009 506
View:
OrderBuyerID (C_OrderBuyerID) OrderBuyerName (C_OrderBuyerName) OrderBuyerNounID (C_OrderBuyerNounID) OrderPurchaseOfficeID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo OrderPurchaseOfficeName (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name OrderPurchaseOfficeNounID (C_OrderPurchaseOfficeNounID) OrderSupplierName (OrderSupplierName) vendor.name OrderSupplierNounID (SupplierNounID) Period (ReceiptDateTime) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.received_date for type=cnsnreceiver consign_receiver.receive_date PurchaseOrderLine (PurchaseOrderLine) purc_order_line.line_no PurchaseScheduleLine (C_PurchaseScheduleLine) purc_line_del.del_sched_line_no ReceiptDate (ReceiptDate) RevisionID (RevisionID) ScheduleLinePlannedReceiptDate (ScheduleLinePlanReceiptDate) purc_line_del.desired_recv_date SupplierID (OrderSupplierID)
If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date Calculated CASE WHEN datediff(d,CASE WHEN C_PurchaseScheduleLine !=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END, C_ReceiptDateTime)=0 THEN 1 ELSE 0 END PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/LineNumber Purchase Order Entry, Delivery Schedule table, Ln# Calculated C_ReceiptDateTime PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/RequiredDeliveryDateTime Purchase Order Entry, Delivery Schedule table, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID August 13, 2009 507
View:
TooLate (TooLate)
Purchase Order Entry, Vendor ID MessageHeader:TenantID Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine!=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)>0 THEN 1 ELSE 0 END Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine !='' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)<0 THEN 1 ELSE 0 END ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Purchase Location ID (PurchaseLocationID) ReceiptDate (ReceiptDate) Supplier ID (SupplierID) TooLate (TooLate) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No Yes No Yes No
Is Fixed:
No No No No No No Yes No
Default Value:
QTD 1
Fields:
AccountingEntity (AccountingEntity) C_ItemID (ItemID) C_ItemName (ItemName) C_ItemNounID (ItemNounID) C_ReceiptID (ReceiptID) C_ReceiptNounID (C_ReceiptNounID) C_Warehouse (Warehouse) DocumentID (DocumentID) DocumentNounID (C_DocumentNounID) FromLogicalID (FromLogicalID) LineItemClass (LineItemClass) LineItemType (LineItemType) LinePlannedReceiptDate (LinePlannedReceiptDate) OnTime (OnTime) OrderBuyerID (C_OrderBuyerID) OrderBuyerName (C_OrderBuyerName) OrderBuyerNounID (C_OrderBuyerNounID) OrderPurchaseOfficeID (C_OrderPurchaseOfficeID) OrderPurchaseOfficeName (C_OrderPurchaseOfficeName) OrderPurchaseOfficeNounID (C_OrderPurchaseOfficeNounID) OrderSupplierName (OrderSupplierName) OrderSupplierNounID (SupplierNounID) PurchaseOrderLine (PurchaseOrderLine) PurchaseScheduleLine (C_PurchaseScheduleLine) ReceiptDate (ReceiptDate) RevisionID (RevisionID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT 508
ASCENDING
509
View:
Line Status Date (C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Number of Suppliers (OFP_PUR_NumberofSuppliers) Order Buyer ID (OFP_PUR_C_OrderBuyerID) Order Buyer Name (OFP_PUR_C_OrderBuyerName) Order Buyer Noun ID (OFP_PUR_C_OrderBuyerNounID) Order Status Code (OFP_PUR_C_OrderStatusCode) purchase_order.status
MessageHeader:AccountingEntityID MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available Calculated DISTINCT C_OrderSupplierID PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or August 13, 2009 510
Order Supplier ID (OFP_PUR_C_OrderSupplierID) purchase_order.vendor_ID Order Supplier Name (OFP_PUR_C_OrderSupplierName) vendor.name Order Supplier Noun ID (OFP_PUR_C_OrderSupplierNounID) Purchase Office ID (OFP_PUR_C_PurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office Name (OFP_PUR_C_PurchaseOfficeName) application_global.company_name or
View:
Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # MessageHeader:TenantID
Parameters:
AccountingEntity (AccountingEntity) ItemID (ItemID) SupplierID (SupplierID)
Is Mandatory:
No No No
Is Fixed:
No No No
Default Value:
Fields:
Accounting Entity (OFP_PUR_C_AccountingEntity) From Logical ID (C_FromLogicalID) Line Item Description (OFP_PUR_C_LineItemDescription) Line Item Noun ID (OFP_PUR_C_LineItemNounID) Line Status Code (C_LineStatusCode) Line Status Date (C_LineStatusDate) Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Number of Suppliers (OFP_PUR_NumberofSuppliers) Order Buyer ID (OFP_PUR_C_OrderBuyerID) Order Buyer Name (OFP_PUR_C_OrderBuyerName) Order Buyer Noun ID (OFP_PUR_C_OrderBuyerNounID) Order Status Code (OFP_PUR_C_OrderStatusCode) Order Supplier ID (OFP_PUR_C_OrderSupplierID) Order Supplier Name (OFP_PUR_C_OrderSupplierName) Order Supplier Noun ID (OFP_PUR_C_OrderSupplierNounID) Purchase Office ID (OFP_PUR_C_PurchaseOfficeID) Purchase Office Name (OFP_PUR_C_PurchaseOfficeName) Purchase Office Noun ID (OFP_PUR_C_PurchaseOfficeNounID) Purchase Order Number (OFP_PUR_C_DocumentID) Purchase Order Number NID (OFP_PUR_C_DocumentNounID) PurchaseOrderLine (OFP_PUR_C_PurchaseOrderLine) Tenant ID (OFP_PUR_C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX COUNT COUNT COUNT COUNT COUNT COUNT MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX
DESCENDING
511
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available Base Currency (C_BaseCurrency) PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available Buyer ID (C_OrderBuyerID) PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Buyer NID (C_OrderBuyerNounID) Unknown Buyer Name (C_OrderBuyerName) PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Extended Amount (C_LineExtendedAmount) PurchaseOrder/PurchaseOrderLine/ExtendedAmount calculation: The system adds the sum as follows: (purchase_order_line.unit_price*(1-purchase_order_line. Purchase Order Line, Unit Price multiplied by ((1 minus (Purchase Order Line, Disc % divided by 100)) multiplied by Purchase Order Line, Quantity) trade_disc_percent/100))*purchase_order_line. user_order_quantity From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item Description (C_LineItemDescription) PurchaseOrder/PurchaseOrderLine/Item/Description part.description If the line item is a part, then Part Maintenance, Description service.description If the line item is a service, then Outside Service Maintenance, Description Item ID (C_LineItemID) PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID purc_order_line.part_id If the item is a part, then Purchase Order Entry, purchase order line table, Part ID purc_order_line.service_id If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Order Currency (C_OrderCurrency) PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID purchase_order.currency_ID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. Order Date (Calc_OrderDate) Calculated C_OrderDate Order Quantity (C_LineOrderQuantity) PurchaseOrder/PurchaseOrderLine/Quantity purc_order_line.user_order_qty Purchase Order Entry, purchase order line table, Quantity Period (C_OrderDate) PurchaseOrder/PurchaseOrderHeader/OrderDateTime purchase_order.order_date Purchase Order Entry, Order Date Purchase Office ID (C_OrderPurchaseOfficeID) PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Site ~' application_global.entity_id Application Global Maintenance, Default Mfg Entity ID or or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Ship To Addresses, Shipto ID and # Purchase Office NID (C_OrderPurchaseOfficeNounID) Unknown Purchase Office Name (C_OrderPurchaseOfficeName) PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name application_global.company_name Application Global Maintenance, Name or or shipto_addr.name Ship To Addresses, Name Purchase Order (C_DocumentID) PurchaseOrder/PurchaseOrderHeader/DocumentID/ID purchase_order.id Purchase Order Entry, Our Order ID Purchase Order Line (C_PurchaseOrderLine) PurchaseOrder/PurchaseOrderLine/LineNumber purc_order_line.line_no Purchase Order Entry, purchase order line table, Line # Purchase Order NID (C_DocumentNounID) Unknown Revision ID (C_RevisionID) PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available Status Code (C_OrderStatusCode) PurchaseOrder/PurchaseOrderHeader/Status/Code August 13, 2009 512
View:
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Total Amount (C_LineTotalAmount) calculation: (purchase_order_line.unit_price*purchase_order_line. user_order_quantity)*(1-purchase_order_line. trade_disc_percent/100)+purchase_order_line. fixed_charge purchase_order_line.minimum_charge Total Base Amount (C_LineTotalBaseAmount) Unit Of Measure (C_LineUnitOfMeasure) purc_order_line.purchase_um Unit Price (C_LineUnitPrice) purc_order_line.unit_price Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no
Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, #
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Order Date (Calc_OrderDate) Purchase Location ID (PurchaseOfficeID) Status Code (C_OrderStatusCode) Supplier ID (SupplierID)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No No No No No Yes No
Default Value:
QTD Cancelled,Closed,Canceled,Deleted,Unapproved
513
View:
Sorting Type:
ASCENDING
514
Export Service: Purchase / OPENPURORDERAMOUNTSUBSERV1 (Open Purchase Order View: Amount Sv1)
Field: Table/Column: Xpath: Notes:
Parameters:
AccountingEntity (AccountingEntity) PurchaseOrderID (C_PurchaseOrderID) PurchaseOrderLine (C_PurchaseOrderLine)
Is Mandatory:
No No No
Is Fixed:
No No No
Default Value:
Fields:
ExtendedAmountBaseCurrency (C_ExtendedAmountBaseCurrency)
Sorting Type:
Aggregation Type:
SUM
515
Export Service: Purchase / OPENPURORDERAMOUNTV1 (Open Purchase Order Amount View: v1)
Field: Table/Column: Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Xpath: Notes:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available Buyer ID (C_OrderBuyerID) PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Buyer Name (C_OrderBuyerName) PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Extended Amount (C_LineExtendedAmount) PurchaseOrder/PurchaseOrderLine/ExtendedAmount calculation: The system adds the sum as follows: (purchase_order_line.unit_price*(1-purchase_order_line. Purchase Order Line, Unit Price multiplied by ((1 minus (Purchase Order Line, Disc % divided by 100)) multiplied by Purchase Order Line, Quantity) trade_disc_percent/100))*purchase_order_line. user_order_quantity Extended Amount Curr (C_LineExtendedAmountCurID) PurchaseOrder/PurchaseOrderLine/ExtendedAmount@currencyID purchase_order.currency_ID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. Extended Base Amount (C_LineExtendedBaseAmount) From Logical ID (C_FromLogicalID) Invoiced Amount (Calc_InvoicedAmount) Item Description (C_LineItemDescription) part.description service.description Item ID (C_LineItemID) purc_order_line.part_id purc_order_line.service_id Line Unit Of Measure (C_LineUnitOfMeasure) purc_order_line.purchase_um Order Currency (C_OrderCurrency) purchase_order.currency_ID Order Date (Calc_OrderDate) Order Quantity (C_LineOrderQuantity) purc_order_line.user_order_qty Period (C_OrderDate) purchase_order.order_date Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Order (C_DocumentID) purchase_order.id Purchase Order Line (C_PurchaseOrderLine) purc_order_line.line_no Purchase OrderNID (C_DocumentNounID) Status Code (C_OrderStatusCode) purchase_order.status PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID Unknown PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. Calculated C_OrderDate PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open August 13, 2009 516
Export Service: Purchase / OPENPURORDERAMOUNTV1 (Open Purchase Order Amount View: v1)
Field: Table/Column: Xpath: Notes:
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Total Amount (C_LineTotalAmount) calculation: (purchase_order_line.unit_price*purchase_order_line. user_order_quantity)*(1-purchase_order_line. trade_disc_percent/100)+purchase_order_line. fixed_charge purchase_order_line.minimum_charge Total Base Amount (C_LineTotalBaseAmount) Total Base Amount Curr (C_LineTotalBaseAmountCurID) Unit Price (C_LineUnitPrice) purc_order_line.unit_price Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no
Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, #
Parameters:
Accounting Entity (C_AccountingEntity) Invoiced Amount (Calc_InvoicedAmount) Invoiced Amount (Calc_InvoicedAmount)
Is Mandatory:
No No No
Is Fixed:
No No No
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Buyer ID (C_OrderBuyerID) Buyer Name (C_OrderBuyerName) Extended Amount (C_LineExtendedAmount)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX SUM
517
Export Service: Purchase / OPENPURORDERAMOUNTV1 (Open Purchase Order Amount View: v1) Fields:
Extended Amount Curr (C_LineExtendedAmountCurID) Extended Base Amount (C_LineExtendedBaseAmount) From Logical ID (C_FromLogicalID) Item Description (C_LineItemDescription) Item ID (C_LineItemID) Line Unit Of Measure (C_LineUnitOfMeasure) Order Currency (C_OrderCurrency) Order Date (Calc_OrderDate) Order Quantity (C_LineOrderQuantity) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Order (C_DocumentID) Purchase Order Line (C_PurchaseOrderLine) Purchase OrderNID (C_DocumentNounID) Status Code (C_OrderStatusCode) Supplier ID (C_OrderSupplierID) Supplier Name (C_OrderSupplierName) Tenant (C_TenantID) Total Amount (C_LineTotalAmount) Total Base Amount (C_LineTotalBaseAmount) Total Base Amount Curr (C_LineTotalBaseAmountCurID) Unit Price (C_LineUnitPrice) Warehouse ID (C_LineWarehouseID)
Sorting Type:
ASCENDING
518
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BackOrderedQuantity Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/OpenQuantity The system subtracts the amount in Purchase Order Entry, Lines, Stock UM Rec'd Qty from Purchase Order Entry, Lines, Quantity
Line Status Date (C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Open Quantity (C_LineOpenQuantity) calculation: purc_order_line.user_order_qty-purc_order_line. total_received_qty Open and Back Quantity (Calc_OpenBackQuantity) Order Date (C_OrderDate) purchase_order.order_date Order Document Date (C_OrderDocDateTime) purchase_order.order_date Planned Receipt Date (C_LinePlannedReceiptDate) purc_order_line.desired_recv_date purchase_order.desired_recv_date Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_OrderPurchaseOfficeNounID)
Calculated case when C_LineOpenQuantity >0 or C_LineBackOrderQuantity >0 then 1.0 else 0.0 end PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/DocumentDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown August 13, 2009 519
View:
PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received Invoice/InvoiceLine/Quantity For payables, N/A For receivables, Receivable Invoice Entry, Lines, Qty PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # August 13, 2009 520
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Unit Price (C_LineUnitPrice) purc_order_line.unit_price Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no
View:
PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Line Status Code (C_LineStatusCode) Open and Back Quantity (Calc_OpenBackQuantity) Planned Receipt Date (C_LinePlannedReceiptDate) Purchase Office ID (PurchaseOfficeID) Supplier ID (SupplierID) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No No No No No No
Is Fixed:
No No No Yes Yes No No No No
Default Value:
Unapproved,Cancelled,Closed,Pending 1 M
521
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/AllocatedQuantity Purchase Order Entry, Lines, Allocate Qty PurchaseOrder/PurchaseOrderLine/AllowSubstitutionIndicator True PurchaseOrder/PurchaseOrderLine/Allowance/Amount Not Available PurchaseOrder/PurchaseOrderLine/Allowance/BasisAmount Not Available PurchaseOrder/PurchaseOrderLine/Allowance/BasisQuantity Not Available PurchaseOrder/PurchaseOrderLine/BackOrderedQuantity Not Available PurchaseOrder/PurchaseOrderLine/Charge/BasisQuantity Not Available Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/ContractReference/LineNumber Not Available PurchaseOrder/PurchaseOrderLine/ContractApplicableIndicator If Purchase Order Entry, EDI tab, Contract ID is populated, then True. If Contract ID is blank, then False PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID Unknown PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID August 13, 2009 522
Line Status Date (PO_C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (PO_C_LineStatusDescription) Line Status Reason (PO_C_LineStatusReason) Line Status Reason Code (PO_C_LineStatusReasonCode) LineAllocatedQuantity (PO_C_LineAllocatedQuantity) purc_order_line.allocated_qty LineAllowSubstitutionIndicator (PO_C_LineAllowSubstIndicator) LineAllowanceAmount (PO_C_LineAllowanceAmount) LineAllowanceBasisAmount (PO_C_LineAllowanceBasisAmt) LineAllowanceBasisQuantity (PO_C_LineAllowanceBasisQty) LineBackOrderQuantity (PO_C_LineBackOrderQty) LineChargeBasisQuantity (PO_C_LineChargeBasisQty) LineClassificationCode (PO_C_LineClassificationCode) LineCommodityCode (PO_C_LineCommodityCode) part.commodity_code part.product_code LineContactLineD (PO_C_LineContactLineID) LineContrApplicableIndicator (PO_C_LineContrApplicableInd) purchase_order.contract_ID LineContractID (PO_C_LineContractID) purchase_order.contract_ID LineContractNounID (PO_C_LineContractNounID) LineContractRefID (PO_C_LineContractRefID) purchase_order.contract_ID
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/DropShipmentAllowedIndicator Not Available LineEarlyShipAllowIndicator (PO_C_LineEarlyShipAllowInd) PurchaseOrder/PurchaseOrderLine/EarlyShipmentAllowedIndicator Not Available LineExpensableItemIndicator (PO_C_LineExpensableItemInd) PurchaseOrder/PurchaseOrderLine/ExpensableItemIndicator Not Available LineExtendedAmount (PO_C_LineExtendedAmount) PurchaseOrder/PurchaseOrderLine/ExtendedAmount calculation: The system adds the sum as follows: (purchase_order_line.unit_price*(1-purchase_order_line. Purchase Order Line, Unit Price multiplied by ((1 minus (Purchase Order Line, Disc % divided by 100)) multiplied by Purchase Order Line, Quantity) trade_disc_percent/100))*purchase_order_line. user_order_quantity LineExtendedBaseAmount (PO_C_LineExtendedBaseAmt) PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available LineFixedPriceItemIndicator (PO_C_LineFixedPriceItemInd) PurchaseOrder/PurchaseOrderLine/FixedPriceItemIndicator Not Available LineFreightCode (PO_C_LineFreightCode) Unknown LineItemClass (PO_C_LineItemClass) PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code part.commodity_code If type=Commodity Code, then Part Maintenance, Commodity Code part.product_code If type=ProductLine, then Part Maintenance, Product Code LineItemDescription (PO_C_LineItemDescription) PurchaseOrder/PurchaseOrderLine/Item/Description part.description If the line item is a part, then Part Maintenance, Description service.description If the line item is a service, then Outside Service Maintenance, Description LineItemID (PO_C_LineItemID) PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID purc_order_line.part_id If the item is a part, then Purchase Order Entry, purchase order line table, Part ID purc_order_line.service_id If the item is a service, then Purchase Order Entry, purchase order line table, Service ID LineItemLine (PO_C_LineItemLine) Unknown LineItemNounID (PO_C_LineItemNounID) Unknown LineItemType (PO_C_LineItemType) PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code part.commodity_code If type=Commodity Code, then Part Maintenance, Commodity Code part.product_code If type=ProductLine, then Part Maintenance, Product Code LineLicenseIndicator (PO_C_LineLicenseInd) PurchaseOrder/PurchaseOrderLine/LicenseIndicator Not Available LineOpenQuantity (PO_C_LineOpenQuantity) PurchaseOrder/PurchaseOrderLine/OpenQuantity calculation: The system subtracts the amount in Purchase Order Entry, Lines, Stock UM Rec'd Qty from Purchase Order Entry, Lines, Quantity purc_order_line.user_order_qty-purc_order_line. total_received_qty LineOrderQuantity (PO_C_LineOrderQuantity) PurchaseOrder/PurchaseOrderLine/Quantity purc_order_line.user_order_qty Purchase Order Entry, purchase order line table, Quantity
523
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/PartialShipmentAllowedIndicator Not Available PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderLine/PriceOverrideIndicator False PurchaseOrder/PurchaseOrderLine/PromisedDeliveryDateTime Purchase Order Entry, Lines, Promise Delivery Date. If field is blank, then Purchase Order, Promise Delivery Date PurchaseOrder/PurchaseOrderLine/PromisedShipDateTime Purchase Order Entry, Lines, Promise Ship Date. If field is blank, then Purchase Order Entry, Promise Ship Date PurchaseOrder/PurchaseOrderLine/RFQReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/RFQReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/ReceivedQuantity Purchase Order Entry, Lines, Stock UM Rec'd Qty PurchaseOrder/PurchaseOrderLine/RequisitionReference/DocumentID/ID Purchase Requisition Entry, Ln # for the requisition ID that corresponds to the purchase order. Unknown PurchaseOrder/PurchaseOrderLine/ShipToParty/PartyIDs/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/SpecialPriceAuthorizationCode Not Available PurchaseOrder/PurchaseOrderLine/PurchaseOrderSubLine/Item/ItemID/ID Not Available PurchaseOrder/PurchaseOrderLine/SubstituteItemIndicator Not Available PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/TransportationTerm/IncotermsCode Not Available PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price August 13, 2009 524
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/UnitQuantityConversionFactor Not Available PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderHeader/AcceptByDateTime Not Available PurchaseOrder/PurchaseOrderHeader/AlternateDocumentID/ID Purchase Order Entry, Other tab, Sales Order ID PurchaseOrder/PurchaseOrderHeader/AlternateDocumentID/RevisionID Not Available PurchaseOrder/PurchaseOrderHeader/BillToParty/PartyIDs/ID Site~Purchase Order Entry, Other tab, Entity ID Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CarrierParty/PartyIDs/ID Not Available Unknown Unknown PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID August 13, 2009 525
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. PurchaseOrder/PurchaseOrderHeader/CustomerParty/PartyIDs/ID Purchase Order Entry, Other tab, Entity ID PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/DocumentDateTime Purchase Order Entry, Order Date
526
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderHeader/EarliestShipDateTime Not Available PurchaseOrder/PurchaseOrderHeader/LastModificationDateTime The system inserts the date and time that the BOD was generated PurchaseOrder/PurchaseOrderHeader/PaymentMethodCode Vendor Maintenance, Payment tab, Payment Method PurchaseOrder/PurchaseOrderHeader/PaymentTerm/Term/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/QuoteReference/DocumentID/ID Unknown PurchaseOrder/PurchaseOrderHeader/ReleaseNumber Not Available PurchaseOrder/PurchaseOrderHeader/RequestedShipDateTime Not Available PurchaseOrder/PurchaseOrderHeader/SalesOrderReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderHeader/SalesOrderReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/SpecialPriceAuthorizationCode Purchase Order Entry, purchase order lines, Special Price Authorization PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/Reason August 13, 2009 527
OrderStatusDesc (PO_C_OrderStatusDesc)
OrderStatusReason (PO_C_OrderStatusReason)
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
Not Available PurchaseOrder/PurchaseOrderHeader/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/VariationID Not Available PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available MessageHeader:TenantID
Parameters:
AccountingEntity (AccountingEntity) BuyerID (BuyerID) ItemID (ItemID) Line Status Code (PO_C_LineStatusCode) OrderDate (PO_C_OrderDate) SupplierID (SupplierID)
Is Mandatory:
No No No No Yes No
Is Fixed:
No No No Yes No No
Default Value:
Open,Pending,Planned,Ordered M
Fields:
DocumentID (PO_C_DocumentID)
Sorting Type:
ASCENDING
Aggregation Type:
528
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BackOrderedQuantity Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Calculated case when DATEDIFF(DD,C_LinePlannedReceiptDate,getDate())>0 then CASE DATEDIFF(DD,C_LinePlannedReceiptDate,getDate()) WHEN 1 THEN '1 Day Ago' WHEN 2 THEN '2 Days Ago' WHEN 3 THEN '3 Days Ago' WHEN 4 THEN '4 Days Ago' WHEN 5 THEN '5 Days Ago' WHEN 6 THEN '6 Days Ago' WHEN 7 THEN '7 Days Ago' ELSE 'Above 8 Days' END else 'befcurweek' end MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown Unknown PurchaseOrder/PurchaseOrderLine/OpenQuantity The system subtracts the amount in Purchase Order Entry, Lines, Stock UM Rec'd Qty from Purchase Order Entry, Lines, Quantity
From Logica lID (C_FromLogicalID) Item ID (C_LineItemID) purc_order_line.part_id purc_order_line.service_id Item Line (C_LineItemLine) Item NID (C_LineItemNounID) Open Quantity (C_LineOpenQuantity) calculation: purc_order_line.user_order_qty-purc_order_line. total_received_qty Overdue Receipts (C_LineOrderQuantity) purc_order_line.user_order_qty Planned Receipt Date (C_LinePlannedReceiptDate) purc_order_line.desired_recv_date purchase_order.desired_recv_date Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name Purchase Order ID (C_DocumentID) purchase_order.id Purchase Order Line (C_PurchaseOrderLine) purc_order_line.line_no Purchase Order NID (C_DocumentNounID) Receipts (Calc_ReceiptsCount)
PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown Calculated case when C_LineBackOrderQuantity is not null and C_LineBackOrderQuantity <> 0 then C_LineBackOrderQuantity when C_LineOpenQuantity is not null and C_LineOpenQuantity <> 0 then C_LineOpenQuantity else 0.0 end PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open August 13, 2009 529
View:
Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID)
Parameters:
AccountingEntity (AccountingEntity) Days (Calc_Days) Item ID (ItemID) Planned Receipt Date (C_LinePlannedReceiptDate) Receipts (Calc_ReceiptsCount) Status (C_OrderStatusCode) Supplier ID (SupplierID)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No Yes No No Yes Yes No
Default Value:
befcurweek QTD 0.0 Planned,Open,Pending,Ordered
Fields:
Accounting Entity (C_AccountingEntity) Back Order Quantity (C_LineBackOrderQuantity) Buyer ID (C_OrderBuyerID) Buyer NID (C_OrderBuyerNounID) Buyer Name (C_OrderBuyerName) From Logica lID (C_FromLogicalID) Item ID (C_LineItemID) Item Line (C_LineItemLine) Item NID (C_LineItemNounID) Open Quantity (C_LineOpenQuantity) Overdue Receipts (C_LineOrderQuantity) Planned Receipt Date (C_LinePlannedReceiptDate) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) Purchase Order ID (C_DocumentID) Purchase Order Line (C_PurchaseOrderLine) Purchase Order NID (C_DocumentNounID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT COUNT COUNT 530
DESCENDING
531
View:
PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown Unknown PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/BackOrderedQuantity Not Available PurchaseOrder/PurchaseOrderLine/OpenQuantity The system subtracts the amount in Purchase Order Entry, Lines, Stock UM Rec'd Qty from Purchase Order Entry, Lines, Quantity
Line Status Date (C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) LineBackOrderQuantity (C_LineBackOrderQuantity) Open Quantity (C_LineOpenQuantity) calculation: purc_order_line.user_order_qty-purc_order_line. total_received_qty Order Date (C_OrderDate) purchase_order.order_date Order Quantity (C_LineOrderQuantity) purc_order_line.user_order_qty Order Status (C_OrderStatusCode) purchase_order.status
PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/DocumentDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID August 13, 2009 532
View:
or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderLine/ReceivedQuantity Purchase Order Entry, Lines, Stock UM Rec'd Qty PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site August 13, 2009 533
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Unit Of Measure (C_LineUnitOfMeasure) purc_order_line.purchase_um Unit Price (C_LineUnitPrice) purc_order_line.unit_price Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse Name (C_LineWarehouseName) For type=site
View:
PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Line Status Code (C_LineStatusCode) Purchase Office ID (PurchaseOfficeID) Required Date (C_LinePlannedReceiptDate) Supplier ID (SupplierID) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No No Yes No No
Is Fixed:
No No No Yes No No No No
Default Value:
Unapproved,Cancelled,Closed,Pending M
Fields:
Required Date (C_LinePlannedReceiptDate)
Sorting Type:
ASCENDING
Aggregation Type:
534
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/BaseCurrencyAmount Not Available Unknown Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available PurchaseOrder/PurchaseOrderHeader/ExtendedAmount The system adds the sum for each line in the Purchase Order as follows: Purchase Order Entry, Lines, Purchase Price multiplied by Purchase Order Entry, Lines, Quantity) PurchaseOrder/PurchaseOrderHeader/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled Calculated C_StatusDate PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID August 13, 2009 535
Purchase Office ID (C_PurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_PurchaseOfficeNounID) Purchase Office Name (C_PurchaseOfficeName) application_global.company_name or shipto_addr.name Purchase Order (C_DocumentID) purchase_order.id Purchase Order NID (C_DocumentNounID) Status Code (C_StatusCode) purchase_order.status
Supplier ID (C_SupplierID)
View:
Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Purchase Location ID (PurchaseOfficeID) Status Code (C_StatusCode) Status Date (Calc_StatusDate) Supplier ID (SupplierID)
Is Mandatory:
No No No No Yes No
Is Fixed:
No No No Yes No No
Default Value:
Closed QTD
Fields:
Accounting Entity (C_AccountingEntity) Base Currency (C_BaseCurrency) Buyer ID (C_BuyerID) Buyer NID (C_BuyerNounID) Buyer Name (C_BuyerName) Extended Amount (C_ExtendedAmount) Extended Amount In Base Curr (C_ExtendedAmountInBaseCurr) From Logical ID (C_FromLogicalID) Order Currency (C_OrderCurrency) Purchase Office ID (C_PurchaseOfficeID) Purchase Office NID (C_PurchaseOfficeNounID) Purchase Office Name (C_PurchaseOfficeName) Purchase Order (C_DocumentID) Purchase Order NID (C_DocumentNounID) Status Code (C_StatusCode) Status Date (Calc_StatusDate) Status Description (C_StatusDesc) Supplier ID (C_SupplierID) Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX SUM SUM MAX MAX MAX MAX MAX COUNT MAX MAX MAX MAX MAX MAX MAX MAX
ASCENDING
536
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. Calculated C_LineStatusDate PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderLine/ReceivedQuantity Purchase Order Entry, Lines, Stock UM Rec'd Qty August 13, 2009 537
Line Status Date (LinStatusDate) Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Order Quantity (C_LineOrderQuantity) purc_order_line.user_order_qty Order Status Date (C_OrderStatusDate) purchase_order.status_eff_date
Period (C_LineStatusDate) purc_order_line.ln_status_eff_date Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name Purchase Order (C_DocumentID) purchase_order.id Purchase Order Line (C_PurchaseOrderLine) purc_order_line.line_no Purchase Order NID (C_DocumentNounID) Received Quantity (C_LineReceivedQuantity) purc_order_line.total_received_qty
View:
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse ID (C_LineWarehouseID) For type=site site ~ application_global.manufacturing_entity_ID For type=Warehouse warehouse ~ purchase_order.warehouse_ID ~ warehouse_address.addr_no Warehouse Name (C_LineWarehouseName) For type=site application_global.company_name For type=Warehouse warehouse_address.warehouse_name Warehouse Name (C_LineWarehouseName) For type=site application_global.company_name For type=Warehouse warehouse_address.warehouse_name
PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID)
Is Mandatory:
No No
Is Fixed:
No No August 13, 2009
Default Value:
538
View:
Is Mandatory:
No No Yes No No No
Is Fixed:
No Yes No No No No
Fields:
Accounting Entity (C_AccountingEntity) Buyer ID (C_OrderBuyerID) Buyer NID (C_OrderBuyerNounID) Buyer Name (C_OrderBuyerName) From Logical ID (C_FromLogicalID) Item ID (C_LineItemID) Line Status Code (C_LineStatusCode) Line Status Date (LinStatusDate) Line Status Description (C_LineStatusDescription) Line Status Reason (C_LineStatusReason) Line Status Reason Code (C_LineStatusReasonCode) Order Quantity (C_LineOrderQuantity) Order Status Date (C_OrderStatusDate) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) Purchase Order (C_DocumentID) Purchase Order Line (C_PurchaseOrderLine) Purchase Order NID (C_DocumentNounID) Received Quantity (C_LineReceivedQuantity) Status Code (C_OrderStatusCode) Status Description (C_OrderStatusDesc) Supplier ID (C_OrderSupplierID) Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) Tenant (C_TenantID) Warehouse ID (C_LineWarehouseID) Warehouse Name (C_LineWarehouseName)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX COUNT MAX COUNT COUNT COUNT SUM MAX MAX MAX MAX MAX COUNT MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX
ASCENDING
539
View:
MessageHeader:AccountingEntityID Requisition/RequisitionHeader/Approvers/SequencedApprover/ApproverPersonReference/IDs/ID Not Available Unknown Unknown Requisition/RequisitionHeader/CustomerParty/BuyerContact/Name Purchase Requisition Entry, Buyer Requisition/RequisitionHeader/CustomerParty/BuyerContact/ID Not Available MessageHeader:FromLogicalID Calculated CASE WHEN C_Status = 'Cancelled' or C_Status = 'Canceled' THEN C_Status END Calculated CASE WHEN C_Status = 'Converted' THEN C_Status END Requisition/RequisitionHeader/Status/EffectiveDateTime Not in Purchase Requistion Entry window. You can display the information in the Requisition ID browse. If you deleted the requistion, then the effecitve date is the date and time the system created the BOD. Requisition/RequisitionHeader/CustomerParty/Location/ID Purchase Requisition Entry, Shipto ID. If field is null, then Site~SOA Maintenance, SOA Location Unknown Requisition/RequisitionHeader/CustomerParty/Location/Name Application Global, Name Purchase Order Entry, Ship to Address, Name Requisition/RequisitionHeader/DocumentDateTime Purchase Requisition Entry, Requisition Date Requisition/RequisitionHeader/DocumentID/ID Purchase Requisition Entry, Requisition ID Unknown Requisition/RequisitionHeader/Status/Code Purchase Requisition Entry, Status. The system translates VISUAL codes as follows: If VISUAL status=Draft, then status=Open If VISUAL status=Ordered, then status=Converted If VISUAL status=In Process, then status=Open If VISUAL status=Approved, then status=Approved If VISUAL status=Cancelled/Void, then status=Canceled If VISUAL status=Closed, then status=Rejected Calculated C_StatusEffectiveDate MessageHeader:TenantID
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Purchase Location ID (PurchaseLocationID) Requisition Status (C_Status) Status Effective Date (Calc_StatusDate)
Is Mandatory:
No No No No Yes
Is Fixed:
No No No Yes No
Default Value:
Converted,Cancelled,Canceled Y-1
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
540
ASCENDING
541
View:
MessageHeader:AccountingEntityID Contract/ContractSchedule/ContractPrice/TargetQuantity Not Available Contract/ContractSchedule/ContractPrice/BaseCurrencyAmount Not Available Contract/ContractHeader/CustomerParty/BuyerContact/ID Not Available Unknown Contract/ContractHeader/CustomerParty/BuyerContact/Name Not Available Unknown Contract/ContractSchedule/ContractPrice/ContractAmount@currencyID Not Available Contract/ContractSchedule@sequence Not Available Contract/ContractSchedule/ContractPrice/ContractAmount Not Available Contract/ContractSchedule/ContractPrice/BaseCurrencyAmount Not Available Contract/ContractHeader/DocumentID/ID Not Available Unknown Contract/ContractSchedule/EffectiveTimePeriod/StartDateTime Not Available Contract/ContractSchedule/EffectiveTimePeriod/EndDateTime Not Available MessageHeader:FromLogicalID Contract/ContractSchedule/ContractPrice/Item/ItemID/ID Not Available Contract/ContractSchedule/ContractPrice/Item/Description Not Available Unknown Contract/ContractHeader/CustomerParty/Location/Name Not Available Contract/ContractHeader/CustomerParty/Location/ID Not Available Unknown Contract/ContractHeader/Status/Description Not Available Contract/ContractHeader/Status/EffectiveDateTime Not Available Contract/ContractHeader/Status/Code Not Available Contract/ContractHeader/SupplierParty/PartyIDs/ID Not Available Unknown August 13, 2009 542
View:
543
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Status/Code The system translates Line Status Codes as follows: If the line status is closed, then the status=closed In all other cases, line status equals purchase_order.status. PurchaseOrder/PurchaseOrderLine/Status/EffectiveDateTime If the line status is closed, then the Purchase Order Line Status Effective Date equals the date items from the line were last received (purc_order_lin. last_received_date). In all other cases, the Purchase Order Line Status Effective Date equals the Purchase Order Status Effective Date. PurchaseOrder/PurchaseOrderLine/Status/Description Not Available PurchaseOrder/PurchaseOrderLine/Status/Reason Not Available PurchaseOrder/PurchaseOrderLine/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderLine/AllocatedQuantity Purchase Order Entry, Lines, Allocate Qty PurchaseOrder/PurchaseOrderLine/AllowSubstitutionIndicator True PurchaseOrder/PurchaseOrderLine/Allowance/Amount Not Available PurchaseOrder/PurchaseOrderLine/Allowance/BasisAmount Not Available PurchaseOrder/PurchaseOrderLine/Allowance/BasisQuantity Not Available PurchaseOrder/PurchaseOrderLine/BackOrderedQuantity Not Available PurchaseOrder/PurchaseOrderLine/Charge/BasisQuantity Not Available Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/ContractReference/LineNumber Not Available PurchaseOrder/PurchaseOrderLine/ContractApplicableIndicator If Purchase Order Entry, EDI tab, Contract ID is populated, then True. If Contract ID is blank, then False PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID Unknown PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID August 13, 2009 544
Line Status Date (PO_C_LineStatusDate) purc_order_line.ln_status_eff_date Line Status Description (PO_C_LineStatusDescription) Line Status Reason (PO_C_LineStatusReason) Line Status Reason Code (PO_C_LineStatusReasonCode) LineAllocatedQuantity (PO_C_LineAllocatedQuantity) purc_order_line.allocated_qty LineAllowSubstitutionIndicator (PO_C_LineAllowSubstIndicator) LineAllowanceAmount (PO_C_LineAllowanceAmount) LineAllowanceBasisAmount (PO_C_LineAllowanceBasisAmt) LineAllowanceBasisQuantity (PO_C_LineAllowanceBasisQty) LineBackOrderQuantity (PO_C_LineBackOrderQty) LineChargeBasisQuantity (PO_C_LineChargeBasisQty) LineClassificationCode (PO_C_LineClassificationCode) LineCommodityCode (PO_C_LineCommodityCode) part.commodity_code part.product_code LineContactLineD (PO_C_LineContactLineID) LineContrApplicableIndicator (PO_C_LineContrApplicableInd) purchase_order.contract_ID LineContractID (PO_C_LineContractID) purchase_order.contract_ID LineContractNounID (PO_C_LineContractNounID) LineContractRefID (PO_C_LineContractRefID) purchase_order.contract_ID
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/DropShipmentAllowedIndicator Not Available LineEarlyShipAllowIndicator (PO_C_LineEarlyShipAllowInd) PurchaseOrder/PurchaseOrderLine/EarlyShipmentAllowedIndicator Not Available LineExpensableItemIndicator (PO_C_LineExpensableItemInd) PurchaseOrder/PurchaseOrderLine/ExpensableItemIndicator Not Available LineExtendedAmount (PO_C_LineExtendedAmount) PurchaseOrder/PurchaseOrderLine/ExtendedAmount calculation: The system adds the sum as follows: (purchase_order_line.unit_price*(1-purchase_order_line. Purchase Order Line, Unit Price multiplied by ((1 minus (Purchase Order Line, Disc % divided by 100)) multiplied by Purchase Order Line, Quantity) trade_disc_percent/100))*purchase_order_line. user_order_quantity LineExtendedBaseAmount (PO_C_LineExtendedBaseAmt) PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available LineFixedPriceItemIndicator (PO_C_LineFixedPriceItemInd) PurchaseOrder/PurchaseOrderLine/FixedPriceItemIndicator Not Available LineFreightCode (PO_C_LineFreightCode) Unknown LineItemClass (PO_C_LineItemClass) PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code part.commodity_code If type=Commodity Code, then Part Maintenance, Commodity Code part.product_code If type=ProductLine, then Part Maintenance, Product Code LineItemDescription (PO_C_LineItemDescription) PurchaseOrder/PurchaseOrderLine/Item/Description part.description If the line item is a part, then Part Maintenance, Description service.description If the line item is a service, then Outside Service Maintenance, Description LineItemID (PO_C_LineItemID) PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID purc_order_line.part_id If the item is a part, then Purchase Order Entry, purchase order line table, Part ID purc_order_line.service_id If the item is a service, then Purchase Order Entry, purchase order line table, Service ID LineItemLine (PO_C_LineItemLine) Unknown LineItemNounID (PO_C_LineItemNounID) Unknown LineItemType (PO_C_LineItemType) PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code part.commodity_code If type=Commodity Code, then Part Maintenance, Commodity Code part.product_code If type=ProductLine, then Part Maintenance, Product Code LineLicenseIndicator (PO_C_LineLicenseInd) PurchaseOrder/PurchaseOrderLine/LicenseIndicator Not Available LineOpenQuantity (PO_C_LineOpenQuantity) PurchaseOrder/PurchaseOrderLine/OpenQuantity calculation: The system subtracts the amount in Purchase Order Entry, Lines, Stock UM Rec'd Qty from Purchase Order Entry, Lines, Quantity purc_order_line.user_order_qty-purc_order_line. total_received_qty LineOrderQuantity (PO_C_LineOrderQuantity) PurchaseOrder/PurchaseOrderLine/Quantity purc_order_line.user_order_qty Purchase Order Entry, purchase order line table, Quantity
545
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/PartialShipmentAllowedIndicator Not Available PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderLine/PriceOverrideIndicator False PurchaseOrder/PurchaseOrderLine/PromisedDeliveryDateTime Purchase Order Entry, Lines, Promise Delivery Date. If field is blank, then Purchase Order, Promise Delivery Date PurchaseOrder/PurchaseOrderLine/PromisedShipDateTime Purchase Order Entry, Lines, Promise Ship Date. If field is blank, then Purchase Order Entry, Promise Ship Date PurchaseOrder/PurchaseOrderLine/RFQReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/RFQReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/ReceivedQuantity Purchase Order Entry, Lines, Stock UM Rec'd Qty PurchaseOrder/PurchaseOrderLine/RequisitionReference/DocumentID/ID Purchase Requisition Entry, Ln # for the requisition ID that corresponds to the purchase order. Unknown PurchaseOrder/PurchaseOrderLine/ShipToParty/PartyIDs/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/SpecialPriceAuthorizationCode Not Available PurchaseOrder/PurchaseOrderLine/PurchaseOrderSubLine/Item/ItemID/ID Not Available PurchaseOrder/PurchaseOrderLine/SubstituteItemIndicator Not Available PurchaseOrder/PurchaseOrderLine/TotalAmount The system adds the sum as follows: (Purchase Order Line, Unit Price multiplied by Purchase Order Line, Quantity) multiplied by (1 minus Purchase Order Line, Disc % divided by 100) plus Purchase Order Line, Fixed Charge If line item is a service and the extended amount is less than the Purchase Order Lines, Minimum Charge, then the system uses the minimum charge.
PurchaseOrder/PurchaseOrderLine/BaseCurrencyAmount Not Available PurchaseOrder/PurchaseOrderLine/TransportationTerm/IncotermsCode Not Available PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price August 13, 2009 546
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderLine/UnitQuantityConversionFactor Not Available PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderHeader/AcceptByDateTime Not Available PurchaseOrder/PurchaseOrderHeader/AlternateDocumentID/ID Purchase Order Entry, Other tab, Sales Order ID PurchaseOrder/PurchaseOrderHeader/AlternateDocumentID/RevisionID Not Available PurchaseOrder/PurchaseOrderHeader/BillToParty/PartyIDs/ID Site~Purchase Order Entry, Other tab, Entity ID Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CarrierParty/PartyIDs/ID Not Available Unknown Unknown PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID August 13, 2009 547
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. PurchaseOrder/PurchaseOrderHeader/CustomerParty/PartyIDs/ID Purchase Order Entry, Other tab, Entity ID PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/DocumentDateTime Purchase Order Entry, Order Date
548
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
PurchaseOrder/PurchaseOrderHeader/EarliestShipDateTime Not Available PurchaseOrder/PurchaseOrderHeader/LastModificationDateTime The system inserts the date and time that the BOD was generated PurchaseOrder/PurchaseOrderHeader/PaymentMethodCode Vendor Maintenance, Payment tab, Payment Method PurchaseOrder/PurchaseOrderHeader/PaymentTerm/Term/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/QuoteReference/DocumentID/ID Unknown PurchaseOrder/PurchaseOrderHeader/ReleaseNumber Not Available PurchaseOrder/PurchaseOrderHeader/RequestedShipDateTime Not Available PurchaseOrder/PurchaseOrderHeader/SalesOrderReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderHeader/SalesOrderReference/DocumentID/ID Not Available PurchaseOrder/PurchaseOrderLine/SpecialPriceAuthorizationCode Purchase Order Entry, purchase order lines, Special Price Authorization PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/Status/Reason August 13, 2009 549
OrderStatusDesc (PO_C_OrderStatusDesc)
OrderStatusReason (PO_C_OrderStatusReason)
View:
PUR_PURCHASEORDERGENERIC (PurchaseOrderGeneric)
Not Available PurchaseOrder/PurchaseOrderHeader/Status/ReasonCode Not Available PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/VariationID Not Available PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available MessageHeader:TenantID
550
View:
PUR_PURCHASESCHEDULEGEN (PurchaseScheduleGenericView)
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/BaseCurrencyAmount/Amount@currencyID Currency Maintenance, ID marked as system currency. PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/ContractReference/LineNumber Not Available PurchaseOrder/PurchaseOrderLine/ContractReference/DocumentID/ID Purchase Order Entry, EDI tab, Contract ID Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown Unknown PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/TotalAmount@currencyID Purchase Order Entry, Currency ID. The system translates the Currency ID to the SOA code based on your settings in Code Mapping Maintenance. PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID August 13, 2009 551
View:
PUR_PURCHASESCHEDULEGEN (PurchaseScheduleGenericView)
or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name
Unknown PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled OrderStatusDate (C_OrderStatusDate) PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime purchase_order.status_eff_date If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). OrderStatusDesc (C_OrderStatusDesc) PurchaseOrder/PurchaseOrderHeader/Status/Description Order codes are translated as follows: Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Firmed, then status=Planned Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled OrderStatusReason (C_OrderStatusReason) PurchaseOrder/PurchaseOrderHeader/Status/Reason Not Available OrderStatusReasonCode (C_OrderStatusReasonCode) PurchaseOrder/PurchaseOrderHeader/Status/ReasonCode Not Available OrderSupplierID (C_OrderSupplierID) PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID purchase_order.vendor_ID Purchase Order Entry, Vendor ID OrderSupplierName (C_OrderSupplierName) PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name vendor.name Vendor Maintenance, Name OrderSupplierNounID (C_OrderSupplierNounID) Unknown PurchaseOrderLine (C_PurchaseOrderLine) PurchaseOrder/PurchaseOrderLine/LineNumber purc_order_line.line_no Purchase Order Entry, purchase order line table, Line # PurchaseScheduleLine (C_PurchaseScheduleLine) PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/LineNumber purc_line_del.del_sched_line_no Purchase Order Entry, Delivery Schedule table, Ln# PurchaseScheduleLineExpDate (C_PurchaseScheduleLineExpDate) PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/RequiredDeliveryDateTime purc_line_del.desired_recv_date Purchase Order Entry, Delivery Schedule table, Desired Recv Date PurchaseScheduleLineQuantity (C_PurchaseScheduleLineQuantity) PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/Quantity purc_line_del.user_order_qty Purchase Order Entry, purchase order line table, Qty PurchaseScheduleLineUOM (C_PurchaseScheduleLineUOM) PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/Quantity@unitCode purc_order_line.purchase_um Purchase Order Entry, Lines, U/M RevisionID (C_RevisionID) PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available
552
View:
PUR_PURCHASESCHEDULEGEN (PurchaseScheduleGenericView)
PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/RequiredDeliveryDateTime Purchase Order Entry, Delivery Schedule table, Desired Recv Date MessageHeader:TenantID
553
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Calculated <SQLSERVER>datediff(dd,C_OrderDate,C_OrderStatusDate)</SQLSERVER><ORACLE>TO_DATE(C_OrderDate, MM/DD/YYYY) - TO_DATE (C_OrderStatusDate, MM/DD/YYYY) </ORACLE> MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderHeader/OrderDateTime Purchase Order Entry, Order Date PurchaseOrder/PurchaseOrderHeader/Status/EffectiveDateTime If status equals Closed or Cancelled/Void, then status effective date is the Last Received Date (PURCHASE_ORDER .LAST_RECEIPT_DATE). If the Last Receipt Date is blank and in all other cases, then the status effective date is the date the purchase order was created (PURCHASE_ORDER. CREATE_DATE). PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID PurchaseOrder/PurchaseOrderHeader/Status/Code Purchase Order codes are translated as follows: Purchase Order Entry, Status=Firmed, then status=Open Purchase Order Entry, Status=Released, then status=Ordered Purchase Order Entry, Status=Closed, then status=Closed Purchase Order Entry, Status=Cancelled/Void, then status=Cancelled PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID Calculated C_OrderStatusDate
Planned Receipt Date (C_LinePlannedReceiptDate) purc_order_line.desired_recv_date purchase_order.desired_recv_date Purchase Office ID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name Purchase Order NID (C_DocumentNounID) Purchase Order Number (C_DocumentID) purchase_order.id Status (C_OrderStatusCode) purchase_order.status
Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) vendor.name Tenant (C_TenantID) Week (CALC_statusdate)
Parameters:
Is Mandatory:
Is Fixed:
August 13, 2009
Default Value:
554
View:
Is Mandatory:
No No No Yes
Is Fixed:
No No Yes No
Closed QTD
Fields:
Accounting Entity (C_AccountingEntity) Buyer ID (C_OrderBuyerID) Buyer NID (C_OrderBuyerNounID) Buyer Name (C_OrderBuyerName) LeadTime (LeadTime) Logical ID (C_FromLogicalID) Order Date (C_OrderDate) Planned Receipt Date (C_LinePlannedReceiptDate) Purchase Office ID (C_OrderPurchaseOfficeID) Purchase Office NID (C_OrderPurchaseOfficeNounID) Purchase Office Name (C_OrderPurchaseOfficeName) Purchase Order NID (C_DocumentNounID) Purchase Order Number (C_DocumentID) Status (C_OrderStatusCode) Supplier ID (C_OrderSupplierID) Supplier NID (C_OrderSupplierNounID) Supplier Name (C_OrderSupplierName) Tenant (C_TenantID) Week (CALC_statusdate)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT AVERAGE MAX COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT MAX COUNT COUNT COUNT MAX
ASCENDING
555
View:
MessageHeader:AccountingEntityID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description Unknown ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Unknown MessageHeader:FromLogicalID PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/Item/Classification/Codes/Code August 13, 2009 556
View:
OrderBuyerID (C_OrderBuyerID) OrderBuyerName (C_OrderBuyerName) OrderBuyerNounID (C_OrderBuyerNounID) OrderPurchaseOfficeID (C_OrderPurchaseOfficeID) Site ~' application_global.entity_id or 'Site ~' shipto_addr.shipto_ID':'shipto_AddrNo OrderPurchaseOfficeName (C_OrderPurchaseOfficeName) application_global.company_name or shipto_addr.name OrderPurchaseOfficeNounID (C_OrderPurchaseOfficeNounID) OrderSupplierName (OrderSupplierName) vendor.name OrderSupplierNounID (SupplierNounID) Period (ReceiptDateTime) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.received_date for type=cnsnreceiver consign_receiver.receive_date PurchaseOrderLine (PurchaseOrderLine) purc_order_line.line_no PurchaseScheduleLine (C_PurchaseScheduleLine) purc_line_del.del_sched_line_no ReceiptDate (ReceiptDate) RevisionID (RevisionID) ScheduleLinePlannedReceiptDate (ScheduleLinePlanReceiptDate) purc_line_del.desired_recv_date SupplierID (OrderSupplierID)
If type=Commodity Code, then Part Maintenance, Commodity Code If type=ProductLine, then Part Maintenance, Product Code PurchaseOrder/PurchaseOrderLine/RequiredDeliveryDateTime Purchase Order Entry, purchase order line table, Recv Date field. If field is empty, then Purchase Order Entry, Desired Recv Date Calculated CASE WHEN datediff(d,CASE WHEN C_PurchaseScheduleLine !=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END, C_ReceiptDateTime)=0 THEN 1 ELSE 0 END PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/LineNumber Purchase Order Entry, Delivery Schedule table, Ln# Calculated C_ReceiptDateTime PurchaseOrder/PurchaseOrderHeader/DocumentID/RevisionID Not Available PurchaseOrder/PurchaseOrderLine/PurchaseOrderSchedule/RequiredDeliveryDateTime Purchase Order Entry, Delivery Schedule table, Desired Recv Date PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID August 13, 2009 557
View:
TooLate (TooLate)
Purchase Order Entry, Vendor ID MessageHeader:TenantID Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine!=' ' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)>0 THEN 1 ELSE 0 END Calculated CASE WHEN datediff(d, C_ReceiptDateTime,CASE WHEN C_PurchaseScheduleLine !='' or C_PurchaseScheduleLine <> null THEN C_ScheduleLinePlanReceiptDate ELSE BISDATA_1188.C_LinePlannedReceiptDate END)<0 THEN 1 ELSE 0 END ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) Item ID (ItemID) Purchase Location ID (PurchaseLocationID) ReceiptDate (ReceiptDate) Supplier ID (SupplierID) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No Yes No No
Is Fixed:
No No No No No No No
Default Value:
QTD
Fields:
AccountingEntity (AccountingEntity) C_ItemID (ItemID) C_ItemName (ItemName) C_ItemNounID (ItemNounID) C_ReceiptID (ReceiptID) C_ReceiptNounID (C_ReceiptNounID) C_Warehouse (Warehouse) DocumentID (DocumentID) DocumentNounID (C_DocumentNounID) FromLogicalID (FromLogicalID) LineItemClass (LineItemClass) LineItemType (LineItemType) LinePlannedReceiptDate (LinePlannedReceiptDate) OnTime (OnTime) OrderBuyerID (C_OrderBuyerID) OrderBuyerName (C_OrderBuyerName) OrderBuyerNounID (C_OrderBuyerNounID) OrderPurchaseOfficeID (C_OrderPurchaseOfficeID) OrderPurchaseOfficeName (C_OrderPurchaseOfficeName) OrderPurchaseOfficeNounID (C_OrderPurchaseOfficeNounID) OrderSupplierName (OrderSupplierName) OrderSupplierNounID (SupplierNounID) PurchaseOrderLine (PurchaseOrderLine) PurchaseScheduleLine (C_PurchaseScheduleLine) ReceiptDate (ReceiptDate) RevisionID (RevisionID) ScheduleLinePlannedReceiptDate (ScheduleLinePlanReceiptDate)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT COUNT 558
ASCENDING
View:
Sorting Type:
559
View:
MessageHeader:AccountingEntityID PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/ID Not Available Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/BuyerContact/Name Not Available Calculated case when C_InvoiceID is not null then C_InvoiceID else '0' end Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Unknown PurchaseOrder/PurchaseOrderLine/Item/Description If the line item is a part, then Part Maintenance, Description If the line item is a service, then Outside Service Maintenance, Description PurchaseOrder/PurchaseOrderLine/Item/ItemID/ID If the item is a part, then Purchase Order Entry, purchase order line table, Part ID If the item is a service, then Purchase Order Entry, purchase order line table, Service ID Unknown PurchaseOrder/PurchaseOrderLine/Quantity Purchase Order Entry, purchase order line table, Quantity PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/ID Application Global Maintenance, Default Mfg Entity ID or Ship To Addresses, Shipto ID and # Unknown PurchaseOrder/PurchaseOrderHeader/CustomerParty/Location/Name Application Global Maintenance, Name or Ship To Addresses, Name PurchaseOrder/PurchaseOrderLine/LineNumber Purchase Order Entry, purchase order line table, Line # Unknown PurchaseOrder/PurchaseOrderHeader/DocumentID/ID Purchase Order Entry, Our Order ID Calculated C_LineUnitPrice*C_ReceivedQuantity ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver August 13, 2009 560
View:
Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # Calculated C_LineExtendedBaseAmount/C_LineOrderQuantity*C_ReceivedQuantity PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID PurchaseOrder/PurchaseOrderLine/Quantity@unitCode Purchase Order Entry, purchase order line table, U/M PurchaseOrder/PurchaseOrderLine/UnitPrice/Amount Purchase Order Entry, purchase order line table, Unit Price August 13, 2009 561
View:
Calculated C_LineExtendedBaseAmount/C_LineOrderQuantity PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/ID For type=Site 'site ~' Application Global Maintenance, Default Mfg Entity ID For type=Warehouse: 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' '0' 'warehouse ~' Warehouse Maintenance, Warehouse ID '~' Warehouse Maintenance, Alternate Warehouse Address, # PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name PurchaseOrder/PurchaseOrderLine/ShipToParty/Location/Name For type=Site Application Global Maintenance, Name For type=Warehouse: Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Buyer ID (BuyerID) Invoice Exists Param (Calc_InvoiceExists) Item ID (ItemID) Purchase Office ID (PurchaseOfficeID) Receipt Date (C_ReceiptDateTime) Supplier ID (SupplierID) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No No Yes No No
Is Fixed:
No No Yes No No No No No
Default Value:
562
View:
Buyer ID (C_BuyerID) Buyer NID (C_BuyerNounID) Buyer Name (C_BuyerName) purc_requisition.buyer Creation Date (C_CreationDate) purc_requisition.requisition_date Document ID (C_DocumentID) purc_requisition.id Document NID (C_DocumentNounID) Final Approver ID (C_FinalApproverID) Final Approver NID (C_FinalApproverNounID) From Logical ID (C_FromLogicalID) Maximum Approval Time (MaximumApprovalTime)
Period (Period) Process Date (C_ProcessDate) Purchase Office ID (C_PurchaseOfficeID) purc_requisition.purc_req_addr_no Purchase Office NID (C_PurchaseOfficeNounID) Purchase Office Name (C_PurchaseOfficeName) application_global.name shipto_address.name Status (C_Status) purc_requisition.status
MessageHeader:AccountingEntityID Calculated CASE when DATEDIFF(dd,C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(dd,C_CreationDate,C_ProcessDate) WHEN DATEDIFF(hh, C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(hh,C_CreationDate,C_ProcessDate)/24.00 else 0.0 end Requisition/RequisitionHeader/CustomerParty/BuyerContact/ID Not Available Unknown Requisition/RequisitionHeader/CustomerParty/BuyerContact/Name Purchase Requisition Entry, Buyer Requisition/RequisitionHeader/DocumentDateTime Purchase Requisition Entry, Requisition Date Requisition/RequisitionHeader/DocumentID/ID Purchase Requisition Entry, Requisition ID Unknown Requisition/RequisitionHeader/Approvers/SequencedApprover/ApproverPersonReference/IDs/ID Not Available Unknown MessageHeader:FromLogicalID Calculated CASE when DATEDIFF(dd,C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(dd,C_CreationDate,C_ProcessDate) WHEN DATEDIFF(hh, C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(hh,C_CreationDate,C_ProcessDate)/24.00 else 0.0 end Calculated CASE when DATEDIFF(dd,C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(dd,C_CreationDate,C_ProcessDate) WHEN DATEDIFF(hh, C_CreationDate,C_ProcessDate) > 0 then DATEDIFF(hh,C_CreationDate,C_ProcessDate)/24.00 else 0.0 end Calculated C_ProcessDate Unknown Requisition/RequisitionHeader/CustomerParty/Location/ID Purchase Requisition Entry, Shipto ID. If field is null, then Site~SOA Maintenance, SOA Location Unknown Requisition/RequisitionHeader/CustomerParty/Location/Name Application Global, Name Purchase Order Entry, Ship to Address, Name Requisition/RequisitionHeader/Status/Code Purchase Requisition Entry, Status. The system translates VISUAL codes as follows: If VISUAL status=Draft, then status=Open If VISUAL status=Ordered, then status=Converted If VISUAL status=In Process, then status=Open If VISUAL status=Approved, then status=Approved If VISUAL status=Cancelled/Void, then status=Canceled If VISUAL status=Closed, then status=Rejected Requisition/RequisitionHeader/Status/EffectiveDateTime Not in Purchase Requistion Entry window. You can display the information in the Requisition ID browse. If you deleted the requistion, then the effecitve date is the date and time the system created the BOD. MessageHeader:TenantID
Parameters:
Is Mandatory:
Is Fixed:
August 13, 2009
Default Value:
563
View:
Is Mandatory:
No Yes No
Is Fixed:
No No Yes
Fields:
Accounting Entity (C_AccountingEntity) Average Approval Time (AverageApprovalTime) Buyer ID (C_BuyerID) Buyer NID (C_BuyerNounID) Buyer Name (C_BuyerName) Creation Date (C_CreationDate) Document ID (C_DocumentID) Document NID (C_DocumentNounID) Final Approver ID (C_FinalApproverID) Final Approver NID (C_FinalApproverNounID) From Logical ID (C_FromLogicalID) Maximum Approval Time (MaximumApprovalTime) Minimum Approval Time (MinimumApprovalTime) Period (Period) Purchase Office ID (C_PurchaseOfficeID) Purchase Office NID (C_PurchaseOfficeNounID) Purchase Office Name (C_PurchaseOfficeName) Status (C_Status) Status Effective Date (C_StatusEffectiveDate) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT AVERAGE COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX MAX MIN MAX COUNT COUNT COUNT COUNT COUNT COUNT
ASCENDING
564
View:
PUR_REQUISITIONGENERIC (RequisitionGeneric)
MessageHeader:AccountingEntityID Requisition/RequisitionLine/AllocatedQuantity Not Available Requisition/RequisitionLine/AllowSubstitutionIndicator Not Available Requisition/RequisitionLine/Allowance/Amount Not Available Requisition/RequisitionLine/Allowance/Amount@currencyID Not Available Requisition/RequisitionLine/Allowance/BasisAmount Not Available Requisition/RequisitionLine/Allowance/BasisAmount@currencyID Not Available Requisition/RequisitionLine/Allowance/BasisQuantity Not Available Requisition/RequisitionLine/AllocatedQuantity@unitCode Not Available Requisition/RequisitionLine/Allowance/Description Not Available Requisition/RequisitionLine/Allowance/ReasonCode Not Available Requisition/RequisitionLine/AllocatedQuantity@unitCode Not Available Requisition/RequisitionHeader/ExtendedAmount@currencyID Purchase Requistion Entry, Currency ID. The system translates the currency ID to an ISO code using Code Mapping Maintenance. Requisition/RequisitionHeader/CustomerParty/BuyerContact/ID Not Available Unknown Requisition/RequisitionHeader/CustomerParty/BuyerContact/Name Purchase Requisition Entry, Buyer Requisition/RequisitionHeader/CatalogReference/ID Not Available Requisition/RequisitionLine/Charge/Amount Not Available Requisition/RequisitionLine/Charge/Amount@currencyID Not Available Requisition/RequisitionLine/Charge/BasisAmount Not Available Requisition/RequisitionLine/Charge/BasisAmount@currencyID Not Available Requisition/RequisitionLine/Charge/BasisQuantity Not Available Requisition/RequisitionLine/Allowance/BasisQuantity@unitCode Not Available Requisition/RequisitionLine/Charge/Description Not Available Requisition/RequisitionLine/Charge/ReasonCode August 13, 2009 565
View:
PUR_REQUISITIONGENERIC (RequisitionGeneric)
Not Available Requisition/RequisitionLine/ClassificationCode Not Available Requisition/RequisitionHeader/DocumentDateTime Purchase Requisition Entry, Requisition Date Requisition/RequisitionHeader/CustomerParty/PartyIDs/ID Company Requisition/RequisitionLine/DocumentReference/DocumentID/ID Not Available Requisition/RequisitionHeader/DocumentID/ID Purchase Requisition Entry, Requisition ID Unknown Requisition/RequisitionHeader/EnterpriseUnit/CostCenterID Not Available Requisition/RequisitionHeader/EnterpriseUnit/GLElement/Element@sequence Not Available Requisition/RequisitionHeader/EnterpriseUnit/GLElement/Element@sequenceName Not Available Requisition/RequisitionHeader/EnterpriseUnit/GLEntityID Not Available Requisition/RequisitionHeader/EnterpriseUnit/ProfitCenterID Not Available Requisition/RequisitionLine/ExpensableItemIndicator Not Available Requisition/RequisitionHeader/Approvers/SequencedApprover/ApproverPersonReference/IDs/ID Not Available Requisition/RequisitionHeader/Approvers/SequencedApprover/ApproverPersonReference/IDs/ID Not Available Requisition/RequisitionLine/FixedPriceItemIndicator False
566
View:
PUR_REQUISITIONGENERIC (RequisitionGeneric)
Requisition/RequisitionHeader/LastModificationDateTime The system uses the date and time it created the BOD. Requisition/RequisitionLine/Item/ItemID/ID Not Available Requisition/RequisitionLine/Quantity Purchase Requistion Entry, Lines, Quantity Requisition/RequisitionLine/ShipToParty/PartyIDs/ID Not Available Requisition/RequisitionLine/SupplierParty/PartyIDs/ID Not Available Requisition/RequisitionLine/Quantity@unitCode Purchase Requisition Entry, Lines, U/M Requisition/RequisitionHeader/PurchaseOrderReference/DocumentID/ID Not Available Requisition/RequisitionHeader/PlannerContact/DepartmentName Not Available Requisition/RequisitionHeader/PlannerContact/ID Not Available Requisition/RequisitionHeader/PlannerContact/DepartmentName Not Available Requisition/RequisitionHeader/CustomerParty/Location/ID Purchase Requisition Entry, Shipto ID. If field is null, then Site~SOA Maintenance, SOA Location Unknown Requisition/RequisitionHeader/CustomerParty/Location/Name Application Global, Name Purchase Order Entry, Ship to Address, Name Requisition/RequisitionLine/RFQReference/DocumentID/ID Not Available Requisition/RequisitionHeader/AlternateDocumentID/ID Not Available Requisition/RequisitionHeader/DocumentID/RevisionID Not Available Requisition/RequisitionHeader/DocumentID/RevisionID Not Available Requisition/RequisitionLine/RequisitionSubLine/LineNumber Not Available Requisition/RequisitionLine/RequisitionSubLine/DocumentReference/ID Not Available Requisition/RequisitionLine/RequesterParty/PartyIDs/ID Not Available Requisition/RequisitionHeader/RequesterParty/Contact/ID Not Available Requisition/RequisitionHeader/RequesterParty/Contact/Name Employee Maintenance, First/Mi/Last
View:
PUR_REQUISITIONGENERIC (RequisitionGeneric)
Status Description (C_StatusDescription) Status Effective Date (C_StatusEffectiveDate) purc_requisition.status_eff_date Tenant (C_TenantID) Unit Price Amount (C_UnitPriceAmount) purc_req_line.unit_price Unit Price Amount Currency (C_UnitPriceAmountCurrency) purchase_req.currency_id Unit Price Per Qty (C_UnitPricePerQty) Unit Price Unit (C_UnitPriceUnit) pur_req_line.purchase_um Unit Qty Conv Factor (C_UnitQtyConvFactor) Urgent Request Indicator (C_UrgentRequestIndicator)
Purchase Requisition Entry, Lines, Desired Recv Date If field is null, Purchase Requisition Entry, Desired Recv Date Requisition/RequisitionHeader/ExtendedAmount@currencyID Purchase Requistion Entry, Currency ID. The system translates the currency ID to an ISO code using Code Mapping Maintenance. Requisition/RequisitionHeader/Status/Code Purchase Requisition Entry, Status. The system translates VISUAL codes as follows: If VISUAL status=Draft, then status=Open If VISUAL status=Ordered, then status=Converted If VISUAL status=In Process, then status=Open If VISUAL status=Approved, then status=Approved If VISUAL status=Cancelled/Void, then status=Canceled If VISUAL status=Closed, then status=Rejected Requisition/RequisitionHeader/StatusDescription Not Available Requisition/RequisitionHeader/Status/EffectiveDateTime Not in Purchase Requistion Entry window. You can display the information in the Requisition ID browse. If you deleted the requistion, then the effecitve date is the date and time the system created the BOD. MessageHeader:TenantID Requisition/RequisitionLine/UnitPrice/Amount Purchase Requisition, Entry, Lines, Unit Price Requisition/RequisitionLine/UnitPrice/Amount@currencyID Purchase Requistion Entry, Currency ID. The system translates the currency ID to an ISO code using Code Mapping Maintenance. Requisition/RequisitionLine/UnitPrice/PerQuantity 1 Requisition/RequisitionLine/UnitPrice/PerQuantity@unitCode Purchase Requisition Entry, Lines, U/M Requisition/RequisitionLine/UnitQuantityConversionFactor Not Available Requisition/RequisitionLine/UrgentRequestIndicator Not Available
568
View:
MessageHeader:AccountingEntityID RFQ/RFQHeader/CustomerParty/BuyerContact/ID Not Available RFQ/RFQHeader/CustomerParty/BuyerContact/Name Vendor RFQ Entry, Buyer Unknown Calculated case when C_StatusCode = 'Converted' and (C_BuyerID <> ' ' or C_PurchaseOfficeID <> ' ') then 1 else 0 end RFQ/RFQHeader/DocumentDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. MessageHeader:FromLogicalID RFQ/RFQLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description RFQ/RFQLine/Item/ItemID/ID Vendor RFQ Entry, Lines, Part ID Vendor RFQ Entry, Lines, Service ID Unknown RFQ/RFQHeader/CustomerParty/Location/ID Not Available RFQ/RFQHeader/CustomerParty/Location/Name Application Global Maintenance, Name Unknown RFQ/RFQLine/LineNumber Vendor RFQ Entry, Lines, Ln# Unknown RFQ/RFQHeader/DocumentID/ID Vendor RFQ Entry, Request ID ~ Vendor RFQ Entry, Vendor Quote, Vendor ID Calculated case when C_StatusCode = 'Rejected' and (C_BuyerID <> ' ' or C_PurchaseOfficeID <> ' ') then 1 else 0 end RFQ/RFQHeader/Status/Code Vendor RFQ Entry, Status If VISUAL status = Cancelled/Void, then status = Lost If VISUAL Status = Closed and Vendor RFQ Entry, Vendor Quote, Status = Accepted, then status = Processed. Otherwise, Status = Lost. In all other cases, status = Open RFQ/RFQHeader/StatusDescription Not Available RFQ/RFQHeader/Status/EffectiveDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. Calculated C_StatusEffectiveDate RFQ/RFQHeader/SupplierParty/PartyIDs/ID Vendor RFQ Entry, Vendor Quote, Vendor ID RFQ/RFQHeader/SupplierParty/Name Vendor Maintenance, Name Unknown August 13, 2009 569
Status Description (REP_PUR_RFQ_C_StatusDesc) Status Effective Date (REP_PUR_RFQ_C_StatusEffDate) request_for_quote.status_eff_date Status Effective Date Calc (CAL_StatusEffectiveDate) Supplier ID (REP_PUR_RFQ_C_SupplierID) rfq_vendor.vendor_id Supplier Name (REP_PUR_RFQ_C_SupplierName) vendor.name Supplier Noun ID (REP_PUR_RFQ_C_SupplierNounID)
View:
MessageHeader:TenantID Calculated case when C_StatusCode = 'Working' and (C_BuyerID <> ' ' or C_PurchaseOfficeID <> ' ') then 1 else 0 end
Parameters:
AccountingEntity (AccountingEntity) Status Code (REP_PUR_RFQ_C_StatusCode) Status Effective Date Calc (CAL_StatusEffectiveDate) Supplier ID (SupplierID)
Is Mandatory:
No No Yes No
Is Fixed:
No Yes No No
Default Value:
Working,Rejected,Converted QTD
Fields:
Accounting Entity (REP_PUR_RFQ_C_AccountingEntity) Buyer ID (REP_PUR_RFQ_C_BuyerID) Buyer Name (REP_PUR_RFQ_C_BuyerName) Buyer Noun ID (REP_PUR_RFQ_C_BuyerNounID) Converted (ProcessedStatus) Creation Date (REP_PUR_RFQ_C_CreationDate) From Logical ID (C_FromLogicalID) Line Item Description (REP_PUR_RFQ_C_LineItemDesc) Line Item ID (REP_PUR_RFQ_C_LineItemID) Line Item Noun ID (REP_PUR_RFQ_C_LtemNounID) Purchase Office ID (REP_PUR_RFQ_C_PurOfficeID) Purchase Office Name (REP_PUR_RFQ_C_PurOfficeName) Purchase Office Noun ID (REP_PUR_RFQ_C_PurOfficeNounID) RFQ Line (REP_PUR_RFQ_C_RFQLine) RFQ Noun ID (REP_PUR_RFQ_C_DocNounID) RFQ Number (REP_PUR_RFQ_C_DocumentID) Rejected (CancelledStatus) Status Code (REP_PUR_RFQ_C_StatusCode) Status Description (REP_PUR_RFQ_C_StatusDesc) Status Effective Date Calc (CAL_StatusEffectiveDate) Supplier ID (REP_PUR_RFQ_C_SupplierID) Supplier Name (REP_PUR_RFQ_C_SupplierName) Supplier Noun ID (REP_PUR_RFQ_C_SupplierNounID) Tenant (REP_PUR_RFQ_C_TenantID) Working (WorkingStatus)
Sorting Type:
Aggregation Type:
COUNT MIN MIN COUNT SUM COUNT MAX MIN COUNT COUNT MIN MIN COUNT COUNT COUNT COUNT SUM COUNT COUNT MAX MIN MIN MIN MIN SUM
ASCENDING
570
View:
PUR_RFQGENERIC (RFQGenericView)
MessageHeader:AccountingEntityID RFQ/RFQHeader/CustomerParty/BuyerContact/ID Not Available Unknown RFQ/RFQHeader/CustomerParty/BuyerContact/Name Vendor RFQ Entry, Buyer RFQ/RFQHeader/DocumentDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. RFQ/RFQHeader/DocumentID/ID Vendor RFQ Entry, Request ID ~ Vendor RFQ Entry, Vendor Quote, Vendor ID Unknown MessageHeader:FromLogicalID RFQ/RFQLine/RequiredDeliveryDateTime Not Available RFQ/RFQHeader/ExtendedAmount Not Available RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description RFQ/RFQLine/Item/ItemID/ID Vendor RFQ Entry, Lines, Part ID Vendor RFQ Entry, Lines, Service ID Unknown RFQ/RFQLine/UnitPrice/Amount Vendor RFQ Entry, Vendor Quote, Default Unit Price. If the default unit price is not in the system currency, the system converts the currency amount to the system currency based on the exchange rate in effect on the date of the vendor quote. RFQ/RFQLine/Quantity 1 RFQ/RFQHeader/TotalAmount Not Available RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQLine/Quantity@unitCode Not Available RFQ/RFQHeader/CustomerParty/Location/ID Not Available Unknown RFQ/RFQHeader/CustomerParty/Location/Name Application Global Maintenance, Name RFQ/RFQLine/BaseCurrencyAmount Not Available RFQ/RFQHeader/TotalAmount@currencyID August 13, 2009 571
View:
PUR_RFQGENERIC (RFQGenericView)
Not Available RFQ/RFQHeader/EffectiveTimePeriod/EndDateTime RFQ/RFQLine/LineNumber Vendor RFQ Entry, Lines, Ln# RFQ/RFQHeader/DocumentID/RevisionID Not Available RFQ/RFQHeader/Status/Code Vendor RFQ Entry, Status If VISUAL status = Cancelled/Void, then status = Lost If VISUAL Status = Closed and Vendor RFQ Entry, Vendor Quote, Status = Accepted, then status = Processed. Otherwise, Status = Lost. In all other cases, status = Open RFQ/RFQHeader/StatusDescription Not Available RFQ/RFQHeader/Status/EffectiveDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. RFQ/RFQHeader/SupplierParty/PartyIDs/ID Vendor RFQ Entry, Vendor Quote, Vendor ID Unknown RFQ/RFQHeader/SupplierParty/Name Vendor Maintenance, Name MessageHeader:TenantID
Status Description (C_StatusDescription) Status Effective Date (C_StatusEffectiveDate) request_for_quote.status_eff_date Supplier ID (C_SupplierID) rfq_vendor.vendor_id Supplier NID (C_SupplierNounID) Supplier Name (C_SupplierName) vendor.name Tenant ID (C_TenantID)
572
View:
MessageHeader:AccountingEntityID RFQ/RFQHeader/CustomerParty/BuyerContact/ID Not Available RFQ/RFQHeader/CustomerParty/BuyerContact/Name Vendor RFQ Entry, Buyer Unknown RFQ/RFQHeader/DocumentID/RevisionID Not Available Calculated Case when C_LineStatusCode='Converted' then 1 else 0 end RFQ/RFQHeader/DocumentDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. RFQ/RFQHeader/DocumentID/ID Vendor RFQ Entry, Request ID ~ Vendor RFQ Entry, Vendor Quote, Vendor ID MessageHeader:FromLogicalID RFQ/RFQLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description RFQ/RFQLine/Item/ItemID/ID Vendor RFQ Entry, Lines, Part ID Vendor RFQ Entry, Lines, Service ID Unknown RFQ/RFQLine/Status/Code Vendor RFQ Entry, Vendor Quote, Status The system translates VISUAL codes as follows: If Vendor RFQ Entry, Status is Active and Vendor RFQ Entry, Vendor Quote, Status is Printed, then status=Working. If Vendor RFQ Entry, Status is Active and Vendor RFQ Entry, Vendor Quote, Status not printed, then status=Unapproved. If Vendor RFQ Entry, Status is Closed and Vendor RFQ Entry, Vendor Quote, Status is Approved, then status=Converted. If Vendor RFQ Entry, Status is Closed and Vendor RFQ Entry, Vendor Quote, Status is not Approved, then status=Rejected. If Vendor RFQ Entry, Status is Cancelled, then status=Rejected. Calculated Case when ( C_LineStatusCode='Open') then 1 else 0 end Calculated Case when ( C_LineStatusCode='Pending') then 1 else 0 end RFQ/RFQHeader/CustomerParty/Location/ID Not Available RFQ/RFQHeader/CustomerParty/Location/Name Application Global Maintenance, Name Unknown Unknown RFQ/RFQLine/LineNumber Vendor RFQ Entry, Lines, Ln# Calculated Case when ( C_LineStatusCode='Rejected') then 1 else 0 end RFQ/RFQHeader/Status/EffectiveDateTime Does not appear in the Vendor RFQ Entry window. Available in Request ID browse. August 13, 2009 573
Open (OpenStatus) Pending (Pending) PurchaseOfficeID (C_PurchaseOfficeID) PurchaseOfficeName (C_PurchaseOfficeName) application_global.company_name PurchaseOfficeNounID (C_PurchaseOfficeNounID) RFQ NID (C_DocumentNounID) RFQLine (C_RFQLine) rfq_line.line_no Rejected (Cancelled) StatusEffectiveDate (C_StatusEffectiveDate) request_for_quote.status_eff_date
View:
Calculated C_StatusEffectiveDate RFQ/RFQHeader/SupplierParty/PartyIDs/ID Vendor RFQ Entry, Vendor Quote, Vendor ID RFQ/RFQHeader/SupplierParty/Name Vendor Maintenance, Name Unknown MessageHeader:TenantID Calculated Case when ( C_LineStatusCode='Unapproved') then 1 else 0 end Calculated Case when C_LineStatusCode='Working' then 1 else 0 end
Parameters:
AccountingEntity (AccountingEntity) Buyer ID (BuyerID) LineStatusCode (C_LineStatusCode) StatusEffectiveDatecalc (StatusEffectiveDate) Supplier ID (SupplierID)
Is Mandatory:
No No No No No
Is Fixed:
No No No No No
Default Value:
Converted,Open,Pending,Rejected,Unapproved,Working YTD
Fields:
AccountingEntity (C_AccountingEntity) BuyerID (C_BuyerID) BuyerName (C_BuyerName) BuyerNounID (C_BuyerNounID) C_RevisionID (C_RevisionID) Converted (Processed) CreationDate (C_CreationDate) DocumentID (C_DocumentID) From Logical ID (C_FromLogicalID) LineItemDescription (C_LineItemDescription) LineItemID (C_LineItemID) LineItemNounID (C_LineItemNounID) LineStatusCode (C_LineStatusCode) Open (OpenStatus) Pending (Pending) PurchaseOfficeID (C_PurchaseOfficeID) PurchaseOfficeName (C_PurchaseOfficeName) PurchaseOfficeNounID (C_PurchaseOfficeNounID) RFQ NID (C_DocumentNounID) RFQLine (C_RFQLine) Rejected (Cancelled) StatusEffectiveDatecalc (StatusEffectiveDate) SupplierID (C_SupplierID) SupplierName (C_SupplierName) SupplierNounID (C_SupplierNounID) TenantID (C_TenantID) Unapproved (Unapproved)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT MAX COUNT COUNT COUNT COUNT SUM SUM COUNT COUNT COUNT MAX COUNT SUM MAX COUNT COUNT COUNT COUNT SUM 574
ASCENDING
575
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/DocumentDateTime Is not displayed on Payables Invoice Entry window. Available in the Voucher ID browse table. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/PaymentTerm/Term/DueDateTime Calculation: Payables Invoice Entry, Invoice Date plus Payables Invoice Entry, Terms, Net Days If payments are made in installments, then Invoice Entry, Installments, Due Date of last installment PayableTransaction/PayableTransactionLine/ExtendedAmount Payables Invoice Entry, Lines table, Amount. If total is not in system currency, the system converts the amount to the system currency using the current exchange rate in Currency Exchange Rate Maintenance. If the invoice has been voided, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionLine/Item/ItemID/ID Purchase Order Entry, Lines, Part ID PayableTransaction/PayableTransactionLine/LineNumber Payables Invoice Entry, Lines table, Ln# PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionLine/Quantity Payables Invoice Entry, Lines table, Qty PayableTransaction/PayableTransactionLine/Quantity@unitCode Purchase Order Entry, Lines, UM PayableTransaction/PayableTransactionLine/Status/Code Payables Invoice Entry, Status. If Payables Invoice Entry, General Tab, Status = Void, then status = Closed. Otherwise, status=Open PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionLine/Status/Reason Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionLine/TotalAmount Payables Invoice Entry, Lines table, Amount. The system converts the amount to the system currency. If the status is Void, then the amount is 0.
Parameters:
AccountingEntity (AccountingEntity) DocDateTime (C_DocDateTime)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
QTD
Fields:
AccountingEntity (C_AccountingEntity) DocDateTime (C_DocDateTime) DocumentID (C_DocumentID) DocumentNounID (C_DocumentNounID) DueDate (C_DueDate) Extended Amount (C_ExtendedAmount)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX SUM 576
577
View:
MessageHeader:AccountingEntityID PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. PayableTransaction/PayableTransactionHeader/DocumentID/ID Payables Invoice Entry, Voucher ID Unknown PayableTransaction/PayableTransactionHeader/ExtendedAmount Payables Invoice Entry, Invoice Total. The system converts the amount to system currency. If the invoice is void, then the amount is 0. MessageHeader:FromLogicalID PayableTransaction/PayableTransactionHeader/InvoiceReference/DocumentID/ID Payable Invoice Entry, Invoice ID PayableTransaction/PayableTransactionHeader/PayableStyle Payables Invoice Entry, Type. If type is Invoice, then payablestyle=invoice. If type is Memo or Unapplied Case, then payablestyle=CreditMemo PayableTransaction/PayableTransactionHeader/CustomerParty/Location/ID Not Available PayableTransaction/PayableTransactionHeader/CustomerParty/Location/Name Not Available Unknown PayableTransaction/PayableTransactionHeader/Status/Code If Payables Invoice Entry, General Tab, Status = Log, then status = Unapproved If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = 0, then status = Open If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date is greater than zero but not equal to Invoice Total, then status = PartialPaid If Payables Invoice Entry, General Tab, Status = Pay and Paid to Date = Invoice Total, then status = Paid In all other cases when Payables Invoice Entry, General Tab, Status = Pay, status = Vouchered If Payables Invoice Entry, General Tab, Status = Hold, then status = Hold If Payables Invoice Entry, General Tab, Status = Void, then status = Closed If there is unapplied cash (PAY_STATUS = U is not displayed in Payables Invoice Entry), then status = UnappliedCash PayableTransaction/PayableTransactionHeader/Status/EffectiveDateTime If status=Paid, then payable.zero_date. Is not displayed in Payables Invoice Entry. Available in Voucher ID browse. For all other statuses, payable.create_date. Available in Voucher ID broswe PayableTransaction/PayableTransactionHeader/Status/Description Not Available PayableTransaction/PayableTransactionHeader/SupplierParty/PartyIDs/ID Payables Invoice Entry, Vendor ID PayableTransaction/PayableTransactionHeader/SupplierParty/Name Not Available Unknown MessageHeader:TenantID
Status Date (C_StatusDate) payable.zero_date payable.create_date Status Desc (C_StatusDesc) Supplier ID (C_SupplierID) payable.vendor_id Supplier Name (C_SupplierName) Supplier Noun ID (C_SupplierNounID) Tenant ID (C_TenantID)
Parameters:
AccountingEntity (AccountingEntity) Purchase Location ID (PurchaseLocationID) Status Date (C_StatusDate)
Is Mandatory:
No No Yes
Is Fixed:
No No No
Default Value:
QTD
Fields:
Accounting Entity (C_AccountingEntity) Amount (C_ExtendedAmountBaseCurrency) Document ID (C_DocumentID)
Sorting Type:
DESCENDING August 13, 2009
Aggregation Type:
COUNT SUM COUNT 578
View:
Sorting Type:
579
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown Calculated C_InvoiceDate Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 MessageHeader:FromLogicalID Calculated C_ExtendedAmountBaseCurr-C_ExtendedCostBaseCurr Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Unknown Invoice/InvoiceHeader/Status/Description August 13, 2009 580
View:
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Date (Date) Invoice Status (C_InvoiceStatus) Item ID (ItemID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No Yes No
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Customer Noun ID (C_CustomerNounID) Date (Date) Extended Amount Base Curr (C_ExtendedAmountBaseCurr) Extended Cost Base Curr (C_ExtendedCostBaseCurr) From Logical ID (C_FromLogicalID) Gross Profit Amount (GrossProfit) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Item Desc (C_ItemDesc) Item ID (C_ItemID) Item Noun ID (C_ItemNounID) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Executive Noun ID (C_SalesExecutiveNounID) Status Desc (C_StatusDesc) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT MAX COUNT MAX SUM SUM MAX SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX MAX COUNT COUNT MAX
ASCENDING
581
View:
MessageHeader:AccountingEntityID Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 MessageHeader:FromLogicalID Invoice/InvoiceHeader/TotalAmount@currencyID For payables, Payables Invoice Entry, Currency ID For receivables, Receivables Invoice Entry, Currency ID The system translates the currency ID to an ISO code based on your settings in Code Mapping. Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a August 13, 2009 582
View:
For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Unknown Invoice/InvoiceLine/SalesOrderReference/DocumentID/ID For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID Invoice/InvoiceLine/SalesOrderReference/LineNumber For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID Ln # Unknown Invoice/InvoiceLine/SalesOrderReference/ScheduleLineNumber Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Invoice Date (C_InvoiceDate) Sales Order ID (C_SalesOrderID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No Yes
Default Value:
MTD $Empty,null
583
View:
MessageHeader:AccountingEntityID Unknown Unknown Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons MessageHeader:FromLogicalID Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Document Purpose (C_DocumentPurpose)
Is Mandatory:
No No
Is Fixed:
No Yes
Default Value:
SalesLead
Fields:
Accounting Entity (C_AccountingEntity) Campaign ID (C_CampaignID) Campaign Noun ID (C_CampaignNounID) Customer ID (C_CustomerID) Document Noun ID (C_DocumentNounID) Document Purpose (C_DocumentPurpose) From Logical ID (C_FromLogicalID) Number Of Leads (C_DocumentID) Sales Executive ID (C_SalesExecutiveID) Status Code (C_StatusCode) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT MAX COUNT MAX MAX COUNT MAX COUNT COUNT
584
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons MessageHeader:FromLogicalID Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Unknown Opportunity/OpportunityHeader/SalesPersonAssignDateTime Not Available Unknown Unknown Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) DocumentPurpose (C_DocumentPurpose) SalesLeadDateAssigned (C_SalesLeadDateAssigned)
Is Mandatory:
No No Yes
Is Fixed:
No Yes No
Default Value:
SalesLead M-3
585
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityDetail/Amount Not Available Opportunity/OpportunityDetail/Amount@currencyID Not Available Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Opportunity/OpportunityHeader/DocumentDateTime Opportunity, General tab, Open Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Calculated 'Opportunity' MessageHeader:FromLogicalID Opportunity/OpportunityDetail/LineNumber Not Available Calculated C_Amount Calculated 0.00 Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Calculated 0.00 Opportunity/OpportunityDetail/Status/Code Not Available Opportunity/OpportunityDetail/Status/Reason Not Available Opportunity/OpportunityDetail/Status/ReasonCode Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Document Date Time (C_DocDateTime) Document Purpose (C_DocumentPurpose) Status Code (C_StatusCode)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No Yes Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Amount (C_Amount)
Sorting Type:
Aggregation Type:
COUNT SUM
586
587
View:
MessageHeader:AccountingEntityID SalesOrder/SalesOrderLine/ActualShipDateTime Customer Order Entry, Lines, Ship Date SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Name Not Available Calculated BISDATA_5473.C_DocumentDateTime SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/DocumentDateTime Not displayed in Customer Order Entry window. Available in Order ID browse table. SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID SalesOrder/SalesOrderHeader/Status/Code Customer Order Entry, Status. SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID MessageHeader:LocationID SalesOrder/SalesOrderLine/Quantity Customer Order Entry, Lines, Quantity SalesOrder/SalesOrderLine/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/PromisedDeliveryDateTime Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/Description Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# SalesOrder/SalesOrderLine/Status/Code August 13, 2009 588
View:
Tenant ID (C_TenantID) Total Amount Base Curr (C_L_TotalAmountBaseCurr) Total Amount In Base Curr (C_L_TotalAmountInBaseCurr) Unit Price Amount (C_L_UnitPriceAmount) cust_order_line.unit_price Unit Price Per Quantity (C_L_UnitPricePerQuantity) Unit Price Unit (C_L_UnitPriceUnit) cust_order_line.selling_um
Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. MessageHeader:TenantID SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/UnitPrice/Amount Customer Order Entry, Lines, Unit Price SalesOrder/SalesOrderLine/UnitPrice/PerQuantity 1 SalesOrder/SalesOrderLine/UnitPrice/PerQuantity@unitCode Customer Order Entry, Lines, UM
Parameters:
Accounting Entity (AccountingEntity) ActualShipDate (C_L_ActualShipDate) Customer ID (CustomerID) Item ID (ItemID) Location (Location) Promised Delivery Date (C_L_PromisedDelDate) Sales Executive ID (SalesExecutiveID) Status (C_L_LineStatus)
Is Mandatory:
No No No No No No No No
Is Fixed:
No No No No No No No Yes
Default Value:
Cancelled,Canceled
589
View:
MessageHeader:AccountingEntityID SalesOrder/SalesOrderLine/ActualShipDateTime Customer Order Entry, Lines, Ship Date SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Name Not Available Calculated BISDATA_5473.C_DocumentDateTime SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/DocumentDateTime Not displayed in Customer Order Entry window. Available in Order ID browse table. SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID SalesOrder/SalesOrderHeader/Status/Code Customer Order Entry, Status. SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID MessageHeader:LocationID SalesOrder/SalesOrderLine/Quantity Customer Order Entry, Lines, Quantity SalesOrder/SalesOrderLine/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/PromisedDeliveryDateTime Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/Description Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# SalesOrder/SalesOrderLine/Status/Code August 13, 2009 590
View:
Tenant ID (C_TenantID) Total Amount Base Curr (C_L_TotalAmountBaseCurr) Total Amount In Base Curr (C_L_TotalAmountInBaseCurr) Unit Price Amount (C_L_UnitPriceAmount) cust_order_line.unit_price Unit Price Per Quantity (C_L_UnitPricePerQuantity) Unit Price Unit (C_L_UnitPriceUnit) cust_order_line.selling_um
Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. MessageHeader:TenantID SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/UnitPrice/Amount Customer Order Entry, Lines, Unit Price SalesOrder/SalesOrderLine/UnitPrice/PerQuantity 1 SalesOrder/SalesOrderLine/UnitPrice/PerQuantity@unitCode Customer Order Entry, Lines, UM
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Item ID (ItemID) Promised Delivery Date (C_L_PromisedDelDate)
Is Mandatory:
No No No No
Is Fixed:
No No No No
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) ActualShipDate (C_L_ActualShipDate) Bill To Party ID (C_L_BillToPartyID) Bill To Party Name (C_L_BillToPartyName) CreationDate (C_CreationDate) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Extended Pretax Base Amt (C_L_ExtendedPretaxBaseAmt) ExtendedPretaxBaseAmtCurr (C_L_ExtendedPretaxBaseAmtCurr) From Logical ID (C_FromLogicalID) Header Status (C_Status) Item ID (C_L_ItemID) ItemDescription (C_L_ItemDescription) Line Warehouse ID (C_L_WarehouseID) Location ID (C_Location) Ordered Quantity (C_L_OrderedQty) Ordered Quantity Unit (C_L_OrderedQuantityUnit) Promised Delivery Date (C_L_PromisedDelDate) Sales Executive ID (C_L_SalesExecutiveID) Sales Executive Name (C_L_SalesExecutiveName) Sales Order Description (C_H_SalesOrderDescription) Sales Order ID (C_H_SalesOrderID) Sales Order Line (C_L_SalesOrderLine) Status (C_L_LineStatus)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX 591
ASCENDING
View:
Sorting Type:
592
View:
SLS_NUMBEROFORDERLINESREPORT (NUMBEROFORDERLINESREPORT)
MessageHeader:AccountingEntityID SalesOrder/SalesOrderLine/ActualShipDateTime Customer Order Entry, Lines, Ship Date Unknown SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Name Not Available SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID Unknown SalesOrder/SalesOrderHeader/DocumentDateTime Not displayed in Customer Order Entry window. Available in Order ID browse table. SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available
Extended Pretax Base Amt Curr (C_L_ExtendedPretaxBaseAmtCurr) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available FromLogicalID (C_FromLogicalID) MessageHeader:FromLogicalID ItemDescription (C_L_ItemDescription) SalesOrder/SalesOrderLine/Item/Description part.description Part Maintenance, Description service.description Outside Service Maintenance, Description ItemID (C_L_ItemID) SalesOrder/SalesOrderLine/Item/ItemID/ID cust_order_line.part_id If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). ItemNounID (C_L_ItemNounID) Unknown Line Status (C_L_LineStatus) SalesOrder/SalesOrderLine/Status/Code cust_order_line.line_satus Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. LocationID (C_Location) MessageHeader:LocationID OrderQuantityUnit (C_L_OrderQuantityUnit) SalesOrder/SalesOrderLine/Quantity@unitCode cust_order_line.selling_um Customer Order Entry, Lines, UM OrderedQty (C_L_OrderedQty) SalesOrder/SalesOrderLine/Quantity cust_order_line.user_order_qty Customer Order Entry, Lines, Quantity PromisedDelDate (C_L_PromisedDelDate) SalesOrder/SalesOrderLine/PromisedDeliveryDateTime Not Available SalesExecutiveID (C_L_SalesExecutiveID) SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesExecutiveName (C_L_SalesExecutiveName) SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available SalesExecutiveNounID (C_L_SalesExecutiveNounID) Unknown SalesOrderDescription (C_H_SalesOrderDescription) SalesOrder/SalesOrderHeader/Description Not Available August 13, 2009 593
View:
SLS_NUMBEROFORDERLINESREPORT (NUMBEROFORDERLINESREPORT)
SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# Unknown SalesOrder/SalesOrderHeader/Status/Code Customer Order Entry, Status. MessageHeader:TenantID SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/UnitPrice/Amount Customer Order Entry, Lines, Unit Price SalesOrder/SalesOrderLine/UnitPrice/PerQuantity 1 SalesOrder/SalesOrderLine/UnitPrice/PerQuantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID Unknown
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Item ID (ItemID) PromisedDelDate (C_L_PromisedDelDate)
Is Mandatory:
No No No No
Is Fixed:
No No No No
Default Value:
YTD
594
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close MessageHeader:FromLogicalID Opportunity/OpportunityHeader/TotalAmount@currencyID Opportunity, Details tab, Currency Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/WinningProbabilityPercent Not Available Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/TotalAmount Opportunity, General tab, Amount Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Stage ID (C_StageID) Status (C_Status)
Is Mandatory:
No No Yes No No
Is Fixed:
No Yes No No No
Default Value:
Opportunity M-3
595
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Calculated C_EstimatedCloseDate Opportunity/OpportunityHeader/ForecastIndicator Opportunity, Details tab, Forecast check box. If selected, then indicator=true. If cleared, then indicator=false MessageHeader:FromLogicalID Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) DocumentPurpose (C_DocumentPurpose) EstimatedCloseDate (C_EstimatedCloseDate) ForeCastIndicator (C_ForeCastIndicator) Status (C_Status)
Is Mandatory:
No No Yes No Yes
Is Fixed:
No Yes No Yes Yes
Default Value:
Opportunity M-3 True Open
Fields:
AccountingEntity (C_AccountingEntity) Description (C_Description) DocumentID (C_DocumentID) DocumentNounID (C_DocumentNounID) DocumentPurpose (C_DocumentPurpose) EstimatedCloseDate (C_EstimatedCloseDate) ForeCastIndicator (C_ForeCastIndicator) FromLogicalID (C_FromLogicalID) SalesExecutiveID (C_SalesExecutiveID) SalesExecutiveName (C_SalesExecutiveName) StageID (C_StageID) Status (C_Status)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT COUNT COUNT
596
597
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Unknown Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close MessageHeader:FromLogicalID Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Unknown Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (Customer) DocumentPurpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Sales Executive ID (SalesExecutive) Status (C_Status)
Is Mandatory:
No No No Yes No No
Is Fixed:
No No Yes No No Yes
Default Value:
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Customer Noun ID (C_CustomerNounID) Document ID (C_DocumentID) Document Noun ID (C_DocumentNounID) Estimated Close Date (C_EstimatedCloseDate) From Logical ID (C_FromLogicalID) Opportunity Description (C_Description) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Executive Noun ID (C_SalesExecutiveNounID) Tenant ID (C_TenantID) Total Amount (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX COUNT COUNT COUNT COUNT COUNT SUM
598
View:
MessageHeader:AccountingEntityID Calculated CASE WHEN C_Status='Lost' THEN C_TotalAmountBaseCurrency ELSE 0 END Calculated CASE WHEN C_Status='Won' THEN C_TotalAmountBaseCurrency ELSE 0 END Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons MessageHeader:FromLogicalID Opportunity/OpportunityHeader/TotalAmount@currencyID Opportunity, Details tab, Currency Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status Opportunity/OpportunityHeader/Status/EffectiveDateTime The system inserts the date and time that the BOD was generated. MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Document Purpose (C_DocumentPurpose) Status (C_Status) Status Date (C_StatusDate) Total Amount Base Currency (C_TotalAmountBaseCurrency)
Is Mandatory:
No No No Yes No
Is Fixed:
No Yes Yes No No
Default Value:
Opportunity Won,Lost M-3 0.0
Fields:
Document ID (C_DocumentID)
Sorting Type:
ASCENDING
Aggregation Type:
599
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Unknown Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close MessageHeader:FromLogicalID Opportunity/OpportunityHeader/TotalAmount@currencyID Opportunity, Details tab, Currency Opportunity/OpportunityHeader/WinningProbabilityPercent Not Available Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Unknown Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Calculated C_TotalAmountBaseCurrency * C_Probability
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Sales Executive ID (SalesExecutiveID) Stage ID (C_StageID) Status (C_Status)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No No Yes No No No No
Default Value:
Opportunity M-3
600
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) DocumentPurpose (C_DocumentPurpose) Estimated Close Date (EstimatedCloseDate) Stage ID (Stage)
Is Mandatory:
No No Yes No
Is Fixed:
No Yes No No
Default Value:
Opportunity M-3
Fields:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Customer Name (CustomerName) Document ID (DocumentID) Document Noun ID (DocumentNounID) Estimated Close Date (EstimatedCloseDate) Opportunity Description (Description) Sales Executive ID (SalesExecutiveID) Sales Executive Name (SalesExecutiveName) Status (Status) Tenant ID (TenantID) Total Amount (TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM
601
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Unknown Unknown Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Unknown Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/DocumentDateTime Opportunity, General tab, Open Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close Opportunity/OpportunityHeader/ForecastIndicator Opportunity, Details tab, Forecast check box. If selected, then indicator=true. If cleared, then indicator=false MessageHeader:FromLogicalID Opportunity/OpportunityHeader/TotalAmount@currencyID Opportunity, Details tab, Currency Opportunity/OpportunityHeader/WinningProbabilityPercent Not Available Opportunity/OpportunityHeader/Classification/Codes/Code Not Available Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Unknown Opportunity/OpportunityHeader/SalesPersonAssignDateTime Not Available Unknown Unknown Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Unknown Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status Opportunity/OpportunityHeader/Status/EffectiveDateTime August 13, 2009 602
View:
The system inserts the date and time that the BOD was generated. Opportunity/OpportunityHeader/Status/Description Not Available Unknown MessageHeader:TenantID Opportunity/OpportunityHeader/TotalAmount Opportunity, General tab, Amount Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Product Group (C_ProductGroup) Stage ID (C_StageID) Status (C_Status)
Is Mandatory:
No No No Yes No No No
Is Fixed:
No No Yes No No No No
Default Value:
Opportunity M-3
603
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close MessageHeader:FromLogicalID Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Sales Executive ID (SalesExecutiveID) Stage ID (C_StageID) Status (C_Status)
Is Mandatory:
No No Yes No Yes No
Is Fixed:
No Yes No No No Yes
Default Value:
Opportunity M-3 Prospecting,Qualification,Proposal,Negotiation,Closed Open
Fields:
Accounting Entity (C_AccountingEntity) Document ID (C_DocumentID) Document Noun ID (C_DocumentNounID) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) From Logical ID (C_FromLogicalID) Opportunity Description (C_Description) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Status (C_Status) Tenant ID (C_TenantID) Total Amount (C_TotalAmountBaseCurrency)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM
604
View:
MessageHeader:AccountingEntityID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available Opportunity/OpportunityHeader/CustomerParty/PartyIDs/ID Account, Account ID Opportunity/OpportunityHeader/CustomerParty/Name Customer Maintenance, Name Opportunity/OpportunityHeader/DocumentID/ID Opportunity, Opportunity ID Unknown Opportunity/OpportunityHeader/DocumentPurpose Opportunity, General tab, Sales Lead/Opportunity option buttons Opportunity/OpportunityHeader/DecisionDateTime Opportunity, General tab, Est Close MessageHeader:FromLogicalID Opportunity/OpportunityHeader/TotalAmount@currencyID Opportunity, Details tab, Currency Opportunity/OpportunityHeader/Description Opportunity, Description Opportunity/OpportunityHeader/WinningProbabilityPercent Not Available Opportunity/OpportunityHeader/SalesPersonReference/IDs/ID Sales_Rep~Opportunity, General tab, Sales Rep Opportunity/OpportunityHeader/SalesPersonReference/Name Not Available Opportunity/OpportunityHeader/SalesStageCode Sales Plan, Sales Stage, SOA Code for the sales stage in Opportunity, General tab, Current Stage. Opportunity/OpportunityHeader/Status/Code Opportunity, General tab, Status MessageHeader:TenantID Opportunity/OpportunityHeader/BaseCurrencyAmount Not Available
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Document Purpose (C_DocumentPurpose) Estimated Close Date (C_EstimatedCloseDate) Stage ID (C_StageID) Status (C_Status)
Is Mandatory:
No No No Yes No No
Is Fixed:
No No Yes No No No
Default Value:
Opportunity M-3
605
View:
From Logical ID (C_FromLogicalID) Item ID (C_ItemID) for type=receiver, cnsnreceiver purc_order_line.part_id for type=receiver purc_order_line.service_id for type=shipper cust_order_line.part_id for type=woreceipt, woissrtn inventory_transaction.part_id for type=ibtreceiver ibt_line.part_id Item Name (C_ItemName) part.description service.description Line Number (C_LineNumber) receiver_line.line_no Purchase Order (C_PurchaseOrder) for type=receiver receiver_line.purc_order_id for type=cnsnreceiver consign_receiver.purc_order_id Purchase Order Line (C_PurchaseOrderLine) for type=receiver receiver_line.purc_order_line_no for type=cnsnreceiver consign_rcvr_line.purc_order_line_no Purchase Order Sched Line (C_PurchaseOrdSchedLine) For type=receiver purc_line_del.del_sched_line_no Receipt Date Time (C_ReceiptDateTime) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.received_date for type=cnsnreceiver consign_receiver.receive_date Receipt ID (C_ReceiptID)
MessageHeader:AccountingEntityID Calculated bisdata_1197.batch_status Calculated <SQLSERVER>case when (C_ShippedQuantity = C_ReceivedQuantity) and convert(varchar(10),C_ReceiptDateTime,120) = convert(varchar(10), C_ScheduleDateTime,120) then 0.0 else 100.0 end</SQLSERVER> MessageHeader:FromLogicalID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/LineNumber
ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ScheduleLineNumber For type=Receiver Purchase Order Entry, Delivery Schedule, Ln# ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID August 13, 2009 606
View:
For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date Calculated datename(hh,C_ReceiptDateTime) ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity For type=ibtreceiver Inter Branch Transfer Shipping Entry, Lines, Ship Qty MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver August 13, 2009 607
View:
Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Schedule Date Time (ScheduleDateTime) Shift (Shift) Warehouse ID (WarehouseID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No No No
Default Value:
D-6
Fields:
Accounting Entity (C_AccountingEntity) Discrepancy Percentage (ReceiptDiscrepancyPercentage) From Logical ID (C_FromLogicalID) Item ID (C_ItemID) Item Name (C_ItemName) Line Number (C_LineNumber) Purchase Order (C_PurchaseOrder) Purchase Order Line (C_PurchaseOrderLine) Purchase Order Sched Line (C_PurchaseOrdSchedLine) Receipt Date Time (C_ReceiptDateTime) Receipt ID (C_ReceiptID) Received Quantity (C_ReceivedQuantity) Schedule Date Time (C_ScheduleDateTime) Shift (Shift) Shipped Quantity (C_ShippedQuantity) Tenant ID (C_TenantID) Warehouse ID (C_Warehouse) Warehouse Name (C_WarehouseName)
Sorting Type:
Aggregation Type:
MAX AVERAGE MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX SUM MAX MAX MAX
608
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown MessageHeader:FromLogicalID Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Unknown Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceLine/SalesOrderReference/DocumentID/ID August 13, 2009 609
For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID Invoice/InvoiceLine/SalesOrderReference/LineNumber For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID Ln # Unknown Invoice/InvoiceLine/SalesOrderReference/ScheduleLineNumber Not Available Invoice/InvoiceLine/TotalAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount If invoice is void, then amount is 0
Parameters:
Accounting Entity (AccountingEntity) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus)
Is Mandatory:
No Yes No
Is Fixed:
No No Yes
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Customer Noun ID (C_CustomerNounID) Extended Amount (C_ExtendedAmount) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Item Desc (C_ItemDesc) Item ID (C_ItemID) Item Noun ID (C_ItemNounID) Logical ID (C_FromLogicalID) Revenue (C_ExtendedAmountBaseCurr) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Location Noun ID (C_SalesLocationNounID) Sales Order ID (C_SalesOrderID) Sales Order Line (C_SalesOrderLine) Sales Order Noun ID (C_SalesOrderNounID) Sales Order Schedule Line (C_SalesOrderScheduleLine) Total Amount (C_TotalAmount)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT MAX AVERAGE COUNT COUNT COUNT COUNT COUNT COUNT COUNT COUNT
610
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
MessageHeader:AccountingEntityID Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceHeader/RemitToParty/Contact/Communication/Access Not Available Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/CityName For payables, Application Global Maintenance, City For receivables, Customer Maintenance, City Invoice/InvoiceHeader/CustomerParty/Location/Address/CitySubDivisionName Not Available Invoice/InvoiceHeader/CustomerParty/Location/Address/CountrySubDivisionCode For payables, Application Global Maintenance State For receivables, Customer Maintenance, State The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Invoice/InvoiceHeader/CustomerParty/Location/Address/CountryCode For payables, then Application Global Maintenance, Country For receivables, then Customer Maintenance, Country. The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Location/Name For payables, Application Global Maintenance, Name For receivables, Customer Maintenance, Name Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown Invoice/InvoiceHeader/CustomerParty/Location/Address/PostalCode For payables, then Application Global Maintenance, Zip For receivables, then Customer Maintenance, Zip Invoice/InvoiceHeader/PaymentTerm/Discount/DueDateTime August 13, 2009 611
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
Freight (C_Freight) FromLogicalID (C_FromLogicalID) InvoiceCurrency (C_InvoiceCurrency) payable.currency_id receivable.currency_id InvoiceDate (C_InvoiceDate) payable.create_date receivable.create_date InvoiceDueDate (C_InvoiceDueDate)
Not Available Invoice/InvoiceHeader/PaymentTerm/Discount/DiscountPercent Not Available Invoice/InvoiceLine/Item/UPCID Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SetDateTime Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SourceCurrencyCode Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/SourceUnitBaseNumeric Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/TargetCurrencyCode Not Available Invoice/InvoiceLine/ExtendedCost/CurrencyExchangeRate/TargetUnitBaseNumeric Not Available Invoice/InvoiceLine/ExtendedAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceLine/ExtendedCost/Amount@currencyID For payables, n/a For receivables, Receivables Invoice Entry, Currency ID The system translates the currency ID to an ISO code based on your settings in Code Mapping. Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available MessageHeader:FromLogicalID Invoice/InvoiceHeader/TotalAmount@currencyID For payables, Payables Invoice Entry, Currency ID For receivables, Receivables Invoice Entry, Currency ID The system translates the currency ID to an ISO code based on your settings in Code Mapping. Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/PaymentTerm/Term/DueDateTime August 13, 2009 612
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
For receivables and payables, the system adds the net days value from the terms box to the invoice date.
Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number
613
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice@type Not Available Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown Invoice/InvoiceLine/Item/SerialNumber Not Available Invoice/InvoiceHeader/LastModificationDateTime The system inserts the date and time the BOD was created Invoice/InvoiceLine/Item/Classification/Codes/Code Not Available Invoice/InvoiceLine/Quantity@unitCode For payables, N/A For receivables, Receivable Invoice Entry, Lines, U/M. If null, then EA. The system translates the VISUAL UOM code to the ISO code. Invoice/InvoiceLine/Quantity For payables, N/A For receivables, Receivable Invoice Entry, Lines, Qty Invoice/InvoiceLine/Item/RFID Not Available Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Quantity (C_Quantity) receivable_line.line_qty RFID (C_RFID) RemitToPartyAddressLine1 (C_RemitToPartyAddressLine1) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3 RemitToPartyAddressLine2 (C_RemitToPartyAddressLine2) vendor.remit_to_addr_1 vendor.remit_to_addr_2 vendor.remit_to_addr_3 application_global.company_addr_1 application_global.company_addr_2 application_global.company_addr_3 RemitToPartyAddressLine3 (C_RemitToPartyAddressLine3) vendor.remit_to_addr_1 vendor.remit_to_addr_2
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3 August 13, 2009 614
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/RemitToParty/Contact/Communication/AreaDialing Not Available RemitToPartyCityName (C_RemitToPartyCityName) Invoice/InvoiceHeader/RemitToParty/Location/Address/CityName vendor.remit_to_city For payables, Vendor Maintenance, Remit to City application_global.company_city For receivables, Application Global Maintenance, City RemitToPartyCitySubDivCode (C_RemitToPartyCitySubDivCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/CitySubDivisionName Not Available RemitToPartyCntrySubDivCode (C_RemitToPartyCntrySubDivCode) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountrySubDivisionCode vendor.remit_to_state For payables, Vendor Maintenance, Remit To State application_global.company_state For receivables, Application Global Maintenance, State The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. RemitToPartyContactName (C_RemitToPartyContactName) Invoice/InvoiceHeader/RemitToParty/Contact/Name vendor.contact_first_name+vendor.contact_initial+vendor. For payables, Vendor Maintenance, First Name, Initial and Last Name contact_last_name For receivables, n/a RemitToPartyCountryDialing (C_RemitToPartyCountryDialing) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/CountryDialing Not Available RemitToPartyCountryName (C_RemitToPartyCountryName) Invoice/InvoiceHeader/RemitToParty/Location/Address/CountryCode vendor.remit_to_country For payables, Vendor Maintenance, Remit To Country application_global.company_country For receivables, Application Global Maintenance, Country. The system translates the VISUAL code to the ISO code based on your settings in Code Mapping Maintenance. RemitToPartyDialNumber (C_RemitToPartyDialNumber) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/DialNumber vendor.contact_phone For payables vendor.contact_mobile Vendor Maintenance, Contact tab, Phone vendor.contact_fax Vendor Maintenance, Contact tab, Mobile Phone Vendor Maintenance, Contact tab, FAX For receivables, n/a RemitToPartyExtension (C_RemitToPartyExtension) Invoice/InvoiceHeader/RemitToParty/Contact/Communication/Extension August 13, 2009 615
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
SOAccountingEntity (C_SOAccountingEntity) SOLocation (C_SOLocation) SalesExecutiveGID (C_SalesExecutiveGID) SalesExecutiveID (C_SalesExecutiveID) SalesExecutiveName (C_SalesExecutiveName) salesrep.name SalesExecutiveNounID (C_SalesExecutiveNounID) SalesLocationAddressLine1 (C_SalesLocationAddressLine1)
Not Available Invoice/InvoiceHeader/RemitToParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, n/a Invoice/InvoiceHeader/RemitToParty/PartyIDs/ID For payables, Payable Invoice Entry, Vendor ID For receivables, n/a Invoice/InvoiceHeader/RemitToParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Invoice/InvoiceHeader/RemitToParty/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceHeader/RemitToParty/Location/Address/PostalCode For payables, Vendor Maintenance, Remit to Zip For receivables, Application Global Maintenance, Zip Invoice/InvoiceHeader/RemitToParty/Contact/Communication/UseCode For payables: For Vendor Maintenance, Contact tab, Phone, UseCode="phone" For Vendor Maintenance, Contact tab, Mobile Phone, UseCode="phone" For Vendor Maintenance, Contact tab, FAX, UseCode="Fax" For Vendor Maintenance, Contact tab, E-mail Address, UseCode="email" For receivables, n/a Invoice/InvoiceLine/SalesOrderReference/DocumentID/ID@accountingEntity Not Available Invoice/InvoiceLine/SalesOrderReference/DocumentID/ID@location Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Unknown Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available
616
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/SupplierParty/Location/Address/AddressLine Not Available Invoice/InvoiceHeader/RemitToParty/Location/Address/AddressLine For payables, Vendor Maintenance, Remit to Address 1, Address 2, Address 3 For receivables, Application Global Mainteance, Company Address 1, Company Address 2, Company Address 3
Invoice/InvoiceHeader/SupplierParty/Location/Address/CityName For payables, Vendor Maintenance, City For receivables, Application Global Maintenance, City Invoice/InvoiceHeader/SupplierParty/Location/Address/CitySubDivisionName Not Available SalesLocationCntySubDivCode (C_SalesLocationCntySubDivCode) Invoice/InvoiceHeader/SupplierParty/Location/Address/CountrySubDivisionCode vendor.state For payables, Vendor Maintenance, State application_global.company_state For receivables, Application Global Maintenance, State The system translates the VISUAL code to the ISO country code based on your settings in Code Mapping Maintenance SalesLocationCountryCode (C_SalesLocationCountryCode) Invoice/InvoiceHeader/SupplierParty/Location/Address/CountryCode vendor.country For payables, Vendor Maintenance, Country application_global.company_country For receivables, Application Global Maintenance, Country The system translates the VISUAL code to the ISO country code based on your settings in Code Mapping Maintenance SalesLocationGID (C_SalesLocationGID) Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available SalesLocationID (C_SalesLocationID) Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available SalesLocationName (C_SalesLocationName) Invoice/InvoiceHeader/SupplierParty/Location/Name vendor.name For payables, Vendor Maintenance, Name application_global.company_name For receivables, Application Global Maintenance, Company Name SalesLocationNounID (C_SalesLocationNounID) Unknown SalesLocationPostalCode (C_SalesLocationPostalCode) Invoice/InvoiceHeader/SupplierParty/Location/Address/PostalCode vendor.zipcode For payables, Vendor Maintenance, Zip application_global.company_zipcode For receivables, Application Global Maintenance, Zip SalesOrderID (C_SalesOrderID) Invoice/InvoiceLine/SalesOrderReference/DocumentID/ID receivable_line.order_id For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID SalesOrderLine (C_SalesOrderLine) Invoice/InvoiceLine/SalesOrderReference/LineNumber receivable_line.cust_order_line_no For payables n/a For receivables, Receivable Invoice Entry, Lines, Order ID Ln # SalesOrderNounID (C_SalesOrderNounID) Unknown SalesOrderScheduleLine (C_SalesOrderScheduleLine) Invoice/InvoiceLine/SalesOrderReference/ScheduleLineNumber Not Available August 13, 2009 617
View:
FIN_SALESINVOICELINEGENERIC (SalesInvoiceLineGenericView)
Invoice/InvoiceLine/Item/ServiceIndicator For payables, if Purchase Order Entry, Lines, Service ID is populated, then servicechargeindicator=Y For receivables, if Customer Order Entry, Lines, Service Charge is populated, then servicechargeindicator=Y Invoice/InvoiceHeader/Status/Description Not Available Invoice/InvoiceHeader/PaymentTerm/Penalty/SurchargePercent Not Available MessageHeader:TenantID Invoice/InvoiceHeader/PaymentTerm/Term/Description Not Available Invoice/InvoiceHeader/PaymentTerm/Term/ID Not Available Invoice/InvoiceLine/TotalAmount For payables, Payables Invoice Entry, Lines, Amount For receivables, Receivables Invoice Entry, Lines, Amount If invoice is void, then amount is 0 Invoice/InvoiceLine/BaseCurrencyAmount Not Available Invoice/InvoiceLine/Item/UPCID Not Available Invoice/InvoiceLine/UnitPrice/Amount Not Available Unknown Invoice/InvoiceLine/UnitPrice/Amount@currencyID Not Available Invoice/InvoiceLine/UnitPrice/PerQuantity Not Available
618
View:
MessageHeader:AccountingEntityID SalesOrder/SalesOrderHeader/AlternateDocumentID/ID Not Available SalesOrder/SalesOrderHeader/BackOrderIndicator If Customer Order Entry, Other tab, Is separate Back order is selected, then indicator=true. Otherwise, indicator=false SalesOrder/SalesOrderHeader/BillToParty/Location/Address/CityName Customer Maintenance, Bill To City If Bill To City field is null, then Customer Maintenance, City Unknown SalesOrder/SalesOrderHeader/BillToParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/BillToParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/BillToParty/Location/Address/CountryCode Customer Maintenance, Bill To Country If Bill To Country field is null, then Customer Maintenance, Country Unknown SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
619
View:
SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/BillToParty/Location/Address/ID Not Available SalesOrder/SalesOrderHeader/BillToParty/Location/Address/AttentionOfName Not Available Unknown SalesOrder/SalesOrderHeader/BillToParty/Location/ID Not Available SalesOrder/SalesOrderHeader/BillToParty/Location/Name Customer Maintenance, Bill To Name If null, then Customer Maintenance, Sold To Name SalesOrder/SalesOrderHeader/BillToParty/Name Not Available Unknown SalesOrder/SalesOrderHeader/BillToParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip If Bill To City field is null, then Customer Maintenance, City SalesOrder/SalesOrderHeader/BillToParty/Location/Address/FormatCode Not Available SalesOrder/SalesOrderHeader/BillToParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Location/ID Not Available Unknown Unknown SalesOrder/SalesOrderHeader/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/CarrierParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/CarrierParty/PartyIDs/ID Customer Order Entry, Carrier ID Unknown SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/ID Not Available August 13, 2009 620
View:
SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Address fields based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Address fields based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Address fields based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Address fields based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Address fields based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/AttentionOfName Not Available
621
View:
SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/CityName Application Global Maintenance, Carriers, City based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/CountryCode Application Global Maintenance, Carriers, Country based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/FormatCode Not Available SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/PostalCode Application Global Maintenance, Carriers, Zip based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID Unknown SalesOrder/SalesOrderHeader/CarrierParty/Location/ID Not Available SalesOrder/SalesOrderHeader/CarrierParty/Location/Name Application Global Maintenance, Carriers, Name based on the Carrier ID selected in Customer Order Entry, Carrier ID or, if null, Customer Maintenance, Shipping Tab, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Name Not Available SalesOrder/SalesOrderHeader/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/CarrierParty/PartyIDs/ID Customer Order Entry, Carrier ID SalesOrder/SalesOrderHeader/CarrierParty/Location/Address/ID Not Available SalesOrder/SalesOrderHeader/CarrierParty/Location/ID Not Available SalesOrder/SalesOrderHeader/CatalogReference/ID Not Available Unknown Unknown Unknown SalesOrder/SalesOrderHeader/ContractReference/DocumentID/ID
Not Available SalesOrder/SalesOrderHeader/ContractReference/DocumentID/ID@accountingEntity Not Available ContractLocationID (C_ContractLocationID) SalesOrder/SalesOrderHeader/ContractReference/DocumentID/ID@location Not Available Cust Party Address City Name (C_CustomerPartyAddressCityName) SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/CityName customer.bill_to_city Customer Maintenance, Bill To City customer.city Cust Party Req Contact Name (C_CustPartyReqContactName) Cust Party Req or Contact ID (C_CustPartyRequestorContactID) If Bill To City field is null, then Customer Maintenance, City SalesOrder/SalesOrderHeader/CustomerParty/RequesterContact/Name Not Available SalesOrder/SalesOrderHeader/CustomerParty/RequesterContact/ID August 13, 2009 622
View:
Not Available Cust Receiving Contact Name (C_CustomerReceivingContactName) SalesOrder/SalesOrderHeader/CustomerParty/ReceivingContact/Name Not Available CustParty Requestor ContactDID Unknown (C_CustPartyRequestorContactDID) CustPartyRequestorContactGID (C_CustPartyRequestorContactGID) SalesOrder/SalesOrderHeader/CustomerParty/RequesterContact/ID Not Available Customer Account ID (C_CustomerAccountID) SalesOrder/SalesOrderHeader/CustomerParty/CustomerAccountID Not Available Customer Buyer Contact DID (C_CustomerBuyerContactDID) Unknown Customer Buyer Contact ID (C_CustomerBuyerContactID) SalesOrder/SalesOrderHeader/CustomerParty/BuyerContact/ID Not Available Customer Buyer Contact Name (C_CustomerBuyerContactName) SalesOrder/SalesOrderHeader/CustomerParty/BuyerContact/Name Not Available Customer Contact 1 ID (C_CustomerContact1ID) Customer Contact 1 Name (C_CustomerContact1Name) Customer Contact 10 ID (C_CustomerContact10ID) Customer Contact 10 Name (C_CustomerContact10Name) Customer Contact 2 ID (C_CustomerContact2ID) Customer Contact 2 Name (C_CustomerContact2Name) Customer Contact 3 ID (C_CustomerContact3ID) Customer Contact 3 Name (C_CustomerContact3Name) Customer Contact 4 ID (C_CustomerContact4ID) Customer Contact 4 Name (C_CustomerContact4Name) Customer Contact 5 ID (C_CustomerContact5ID) SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available
623
View:
SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/Contact Not Available SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID Unknown SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
624
View:
SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AddressLine Customer Maintenance, Bill To Address fields If Bill To Address fields are null, then Customer Maintenance, Address fields
SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/AttentionOfName Not Available SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/CountryCode Customer Maintenance, Bill To Country If Bill To Country field is null, then Customer Maintenance, Country SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/FormatCode Not Available SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/ID Not Available Unknown SalesOrder/SalesOrderHeader/CustomerParty/Location/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Location/Name Not Available SalesOrder/SalesOrderHeader/CustomerParty/Location/Address/PostalCode Customer Maintenance, Bill To Zip
If Bill To City field is null, then Customer Maintenance, City SalesOrder/SalesOrderHeader/CustomerParty/PlannerContact/ID Not Available Customer Planner Contact Name (C_CustomerPlannerContactName) SalesOrder/SalesOrderHeader/CustomerParty/PlannerContact/Name Not Available Customer Receiving Contact DID (C_CustomerReceivingContactDID)Unknown Customer Receiving Contact ID (C_CustomerReceivingContactID) SalesOrder/SalesOrderHeader/CustomerParty/ReceivingContact/ID Not Available CustomerBuyerContactGID (C_CustomerBuyerContactGID) SalesOrder/SalesOrderHeader/CustomerParty/BuyerContact/ID Not Available CustomerGID (C_CustomerGID) SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID August 13, 2009 625
View:
Not Available SalesOrder/SalesOrderHeader/CustomerParty/Location/ID Not Available CustomerReceivingContactGID (C_CustomerReceivingContactGID) SalesOrder/SalesOrderHeader/CustomerParty/ReceivingContact/ID Not Available Distribution Center Code (C_DistributionCenterCode) SalesOrder/SalesOrderHeader/DistributionCenterCode Not Available Document Date Time (C_DocumentDateTime) SalesOrder/SalesOrderHeader/DocumentDateTime customer_order.create_date Not displayed in Customer Order Entry window. Available in Order ID browse table. Document Revision ID (C_DocumentRevisionID) SalesOrder/SalesOrderHeader/DocumentID/RevisionID customer_order.revision_id Not displayed in Customer Order Entry window. Available in Order ID browse table. Document Usage (C_DocumentUsage) Drop Shipment Allowed (C_DropShipmentAllowed) Earliest Ship Date (C_EarliestShipDate) Early Shipment Allowed (C_EarlyShipmentAllowed) customer_order.accept_early SalesOrder/SalesOrderHeader/DocumentUsage Not Available SalesOrder/SalesOrderHeader/DropShipmentAllowedIndicator Not Available SalesOrder/SalesOrderHeader/EarliestShipDateTime Not Available SalesOrder/SalesOrderHeader/EarlyShipmentAllowedIndicator Customer Order Entry, Other tab, Accept Early. If selected, then EarlyShipmentAllowedIndicator="True". All else="False"
626
View:
SalesOrder/SalesOrderHeader/ExtendedAmount The system adds the Extended Amounts for each line in the Customer Order. The system displays the total under the lines table. SalesOrder/SalesOrderHeader/BaseCurrencyAmount Not Available SalesOrder/SalesOrderHeader/BaseCurrencyAmount Not Available SalesOrder/SalesOrderHeader/ExtendedAmount@currencyID Customer Order Entry, Monetary tab, Currency ID. The system translates this code to the ISO code based on your settings in Code Mapping Maintenance.
SalesOrder/SalesOrderHeader/ExtendedPretaxAmount The system subtracts total of the tax amount for all lines from the total of extended amounts for all lines. Extended Pre Tax Amt Base Curr (C_ExtendedPreTaxAmtBaseCurr) SalesOrder/SalesOrderHeader/BaseCurrencyAmount Not Available Extended Pre Tax Amt Currency SalesOrder/SalesOrderHeader/ExtendedPretaxAmount@currencyID (C_ExtendedPreTaxAmountCurrency) currency.currency_id Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency Extended PreTaxAmt In BaseCurr SalesOrder/SalesOrderHeader/BaseCurrencyAmount (C_ExtendedPreTaxAmtInBaseCurr) Not Available FromLogicalID (C_FromLogicalID) MessageHeader:FromLogicalID Inco Terms Code (C_IncoTermsCode) SalesOrder/SalesOrderHeader/TransportationTerm/IncotermsCode Not Available Last Modification Time (C_LastModificationTime) SalesOrder/SalesOrderHeader/LastModificationDateTime The system uses the date that it created the BOD License Indicator (C_LicenseIndicator) SalesOrder/SalesOrderHeader/LicenseIndicator Not Available LocationID (C_LocationID) MessageHeader:LocationID Ownership Transfer Loc Addr ID (C_OwnershipTransferLocAddrID) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/ID Not Available Ownership Transfer Loc AddrDID Unknown (C_OwnershipTransferLocAddrDID) Ownership Transfer Loc DID (C_OwnershipTransferLocationDID) Unknown Ownership Transfer Loc Name (C_OwnershipTransferLocName) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Name Not Available Ownership Transfer Location ID (C_OwnershipTransferLocationID) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/ID Not Available Ownership Trfr Loc Addr Line 1 (C_OwnershipTrfrLocAddressLine1) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Ownership Trfr Loc Addr Line 2 (C_OwnershipTrfrLocAddressLine2) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Ownership Trfr Loc Addr Line 3 (C_OwnershipTrfrLocAddressLine3) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Ownership Trfr Loc Addr Line 4 (C_OwnershipTrfrLocAddressLine4) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Ownership Trfr Loc Addr Line 5 (C_OwnershipTrfrLocAddressLine5) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available August 13, 2009 627
View:
SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CityName Not Available Ownership Trfr Loc Format Code (C_OwnershipTrfrLocFormatCode) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/FormatCode Not Available Ownership Trfr Loc Postal Code (C_OwnershipTrfrLocPostalCode) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/PostalCode Not Available Ownership TrfrLoc Attn Of Name (C_OwnershipTrfrLocAttnOfName) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AttentionOfName Not Available Ownership TrfrLoc Country Code (C_OwnershipTrfrLocCountryCode) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CountryCode
Not Available OwnershipTransferLocAddrGID (C_OwnershipTransferLocAddrGID) Unknown OwnershipTransferLocationGID (C_OwnershipTransferLocationGID) SalesOrder/SalesOrderHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/ID Not Available POAccountingEntityID (C_POAccountingEntityID) SalesOrder/SalesOrderHeader/PurchaseOrderReference/DocumentID/ID@accountingEntity Not Available Partial Shipment Allowed (C_PartialShipmentAllowed) SalesOrder/SalesOrderHeader/PartialShipmentAllowedIndicator Not Available Pay From Party Contact ID (C_PayFromPartyContactID) SalesOrder/SalesOrderHeader/PayFromParty/Contact/ID Not Available Pay From Party Contact Name (C_PayFromPartyContactName) SalesOrder/SalesOrderHeader/PayFromParty/Contact/Name Not Available Pay From Party DID (C_PayFromPartyDID) Unknown Pay From Party ID (C_PayFromPartyID) SalesOrder/SalesOrderHeader/PayFromParty/PartyIDs/ID Not Available Pay From Party Loc Addr Line 1 (C_PayFromPartyLocAddressLine1) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AddressLine Not Available Pay From Party Loc Addr Line 2 (C_PayFromPartyLocAddressLine2) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AddressLine Not Available Pay From Party Loc Addr Line 3 (C_PayFromPartyLocAddressLine3) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AddressLine Not Available Pay From Party Loc Addr Line 4 (C_PayFromPartyLocAddressLine4) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AddressLine Not Available
628
View:
Pay From Party Loc Addr Line 5 (C_PayFromPartyLocAddressLine5) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AddressLine Not Available Pay From Party Loc Address ID (C_PayFromPartyLocAddressID) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/ID Not Available Pay From Party Loc Attn OfName (C_PayFromPartyLocAttnOfName) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/AttentionOfName Not Available Pay From Party Loc City Name (C_PayFromPartyLocationCityName) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/CityName Not Available Pay From Party Loc CountryCode (C_PayFromPartyLocCountryCode) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/CountryCode
Not Available Pay From Party Loc Format Code (C_PayFromPartyLocFormatCode) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/FormatCode Not Available Pay From Party Loc Postal Code (C_PayFromPartyLocPostalCode) SalesOrder/SalesOrderHeader/PayFromParty/Location/Address/PostalCode Not Available Pay From Party Location DID (C_PayFromPartyLocationDID) Unknown Pay From Party Location ID (C_PayFromPartyLocationID) SalesOrder/SalesOrderHeader/PayFromParty/Location/ID Not Available Pay From Party Location Name (C_PayFromPartyLocationName) SalesOrder/SalesOrderHeader/PayFromParty/Location/Name Not Available Pay From Party Name (C_PayFromPartyName) SalesOrder/SalesOrderHeader/PayFromParty/Name Not Available PayFromPartyGID (C_PayFromPartyGID) SalesOrder/SalesOrderHeader/PayFromParty/PartyIDs/ID Not Available PayFromPartyLocationGID (C_PayFromPartyLocationGID) SalesOrder/SalesOrderHeader/PayFromParty/Location/ID Not Available Payment Method (C_PaymentMethod) SalesOrder/SalesOrderHeader/PaymentMethodCode Not Available Payment Term Description (C_PaymentTermDescription) SalesOrder/SalesOrderHeader/PaymentTerm/Term/Description Not Available Payment Term Discount Percent (C_PaymentTermDiscountPercent) SalesOrder/SalesOrderHeader/PaymentTerm/Term/DiscountPercent Not Available Payment Term Due Date Time (C_PaymentTermDueDateTime) SalesOrder/SalesOrderHeader/PaymentTerm/Term/DueDateTime Not Available Payment Term Eff Date Time (C_PaymentTermEffDateTime) SalesOrder/SalesOrderHeader/PaymentTerm/Term/EffectiveDateTime Not Available Payment Term ID (C_PaymentTermID) SalesOrder/SalesOrderHeader/PaymentTerm/Term/ID Not Available Payment Term Surcharge Percent SalesOrder/SalesOrderHeader/PaymentTerm/Term/SurchargePercent (C_PaymentTermSurchargePercent) Not Available Payment TermTerm Amount (C_PaymentTermTermAmount) SalesOrder/SalesOrderHeader/PaymentTerm/Term/Amount Not Available PaymentTermTermAmtCurrency SalesOrder/SalesOrderHeader/PaymentTerm/Term/Amount@currencyID (C_PaymentTermTermAmtCurrency) Not Available August 13, 2009 629
View:
SalesOrder/SalesOrderHeader/PrepaidIndicator Not Available SalesOrder/SalesOrderHeader/ProgressBillingIndicator Not Available SalesOrder/SalesOrderHeader/PromisedDeliveryDateTime Not Available SalesOrder/SalesOrderHeader/PromisedShipDateTime Customer Order Entry, Promised Ship Date SalesOrder/SalesOrderHeader/PurchaseOrderReference/DocumentID/RevisionID Not Available Unknown
SalesOrder/SalesOrderHeader/PurchaseOrderReference/DocumentID/ID Customer Order Entry, Customer PO SalesOrder/SalesOrderHeader/PurchaseOrderReference/DocumentID/ID@location Not Available Receivable Noun ID (C_ReceivableNounID) Unknown Receivable Reference Doc ID (C_ReceivableReferenceDocID) SalesOrder/SalesOrderHeader/ReceivableReference/DocumentID/ID Not Available Receivable Reference Doc RevID (C_ReceivableReferenceDocRevID)SalesOrder/SalesOrderHeader/ReceivableOrderReference/DocumentID/RevisionID Not Available ReceivableAccountingEntityID (C_ReceivableAccountingEntityID) SalesOrder/SalesOrderHeader/ReceivableReference/DocumentID/ID@accountingEntity Not Available ReceivableLocationID (C_ReceivableLocationID) SalesOrder/SalesOrderHeader/ReceivableReference/DocumentID/ID@location Not Available Requested Ship Date (C_RequestedShipDate) SalesOrder/SalesOrderHeader/RequestedShipDateTime customer_order.desired_ship_date Customer Order Entry, Desired Ship Date Rush Indicator (C_RushIndicator) SalesOrder/SalesOrderHeader/RushIndicator Not Available Sales Orde rNoun ID (C_SalesOrderNounID) Unknown Sales Order Description (C_SalesOrderDescription) SalesOrder/SalesOrderHeader/Description Not Available Sales Order ID (C_SalesOrderID) SalesOrder/SalesOrderHeader/DocumentID/ID customer_order.id Customer Order Entry, Our Order ID
630
View:
Unknown SalesOrder/SalesOrderHeader/SalesOrganizationIDs/ID Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available August 13, 2009 631
View:
Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available Unknown SalesOrder/SalesOrderHeader/SalesPersonReference Not Available
632
View:
SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesPersonReference Not Available SalesOrder/SalesOrderHeader/SalesOrganizationIDs/ID Not Available SalesOrder/SalesOrderHeader/SelfBillingIndicator Not Available Unknown SalesOrder/SalesOrderHeader/ShipToParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/ShipToParty/Contact/Name Not Available Unknown
SalesOrder/SalesOrderHeader/ShipToParty/PartyIDs/ID Not Available Ship To Party Loc Address ID (C_ShipToPartyLocationAddressID) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/ID Not Available Ship To Party Loc AddressLine1 (C_ShipToPartyLocAddressLine1) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AddressLine 1: customer_address.addr_1 Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID 2: customer_address.addr_2 3: customer_address.addr_3 Ship To Party Loc AddressLine2 (C_ShipToPartyLocAddressLine2) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AddressLine 1: customer_address.addr_1 Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID 2: customer_address.addr_2 3: customer_address.addr_3 Ship To Party Loc AddressLine3 (C_ShipToPartyLocAddressLine3) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AddressLine 1: customer_address.addr_1 Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID 2: customer_address.addr_2 3: customer_address.addr_3 Ship To Party Loc AddressLine4 (C_ShipToPartyLocAddressLine4) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AddressLine 1: customer_address.addr_1 Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID 2: customer_address.addr_2 3: customer_address.addr_3 Ship To Party Loc AddressLine5 (C_ShipToPartyLocAddressLine5) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AddressLine 1: customer_address.addr_1 Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID 2: customer_address.addr_2 3: customer_address.addr_3 Ship To Party Loc Attn Of Name (C_ShipToPartyLocAttnOfName) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/AttentionOfName Not Available Ship To Party Loc City Name (C_ShipToPartyLocCityName) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/CityName customer_address.city Customer Order Entry, Shipping Address, City for the corresponding Ship To ID Ship To Party Loc Country Code (C_ShipToPartyLocCountryCode) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/CountryCode customer_address.country Customer Order Entry, Shipping Address, Country for the corresponding Ship To ID Ship To Party Loc Postal Code (C_ShipToPartyLocPostalCode) SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/PostalCode customer_address.zipcode Customer Order Entry, Shipping Address, Zip for the corresponding Ship To ID August 13, 2009 633
View:
Unknown SalesOrder/SalesOrderHeader/ShipToParty/Location/ID Not Available SalesOrder/SalesOrderHeader/ShipToParty/Location/Name Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/ShipToParty/Name Not Available SalesOrder/SalesOrderHeader/ShipToParty/Location/Address/FormatCode
Not Available SalesOrder/SalesOrderHeader/ShipToParty/Contact/ID Not Available ShipToPartyGID (C_ShipToPartyGID) SalesOrder/SalesOrderHeader/ShipToParty/PartyIDs/ID Not Available ShipToPartyLocationGID (C_ShipToPartyLocationGID) SalesOrder/SalesOrderHeader/ShipToParty/Location/ID Not Available Special Price Auth Code (C_SpecialPriceAuthCode) SalesOrder/SalesOrderHeader/SpecialPriceAuthorizationCode Not Available Status (C_Status) SalesOrder/SalesOrderHeader/Status/Code customer_order.status Customer Order Entry, Status. Status Description (C_StatusDescription) SalesOrder/SalesOrderHeader/Status/Description Not Available Status Effective Date Time (C_StatusEffectiveDateTime) SalesOrder/SalesOrderHeader/Status/EffectiveDateTime customer_order.status_eff_date Not displayed in Customer Order Entry window. Available in Order ID browse table. Status Reason (C_StatusReason) SalesOrder/SalesOrderHeader/Status/Reason Not Available Status Reason Code (C_StatusReasonCode) SalesOrder/SalesOrderHeader/Status/ReasonCode Not Available Sub Total Amount (C_SubTotalAmount) SalesOrder/SalesOrderHeader/SubTotalAmount The system subtracts total of the tax amount for all lines from the total of extended amounts for all lines. Sub Total Amount Currency (C_SubTotalAmountCurrency) SalesOrder/SalesOrderHeader/SubTotalAmount@currencyID currency.currency_id Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system currency Sup Party Cust Service Cont ID (C_SupPartyCustServiceContactID) SalesOrder/SalesOrderHeader/SupplierParty/CustomerServiceContact/ID Not Available SupPartyCustServiceContName (C_SupPartyCustServiceContName) SalesOrder/SalesOrderHeader/SupplierParty/CustomerServiceContact/Name Not Available SupPartyCustServiceContactDID (C_SupPartyCustServContactDID) Unknown Supp Party Sales Contact DID (C_SupplierPartySalesContactDID) Unknown Supp Party Sales Contact Name (C_SuppPartySalesContactName) SalesOrder/SalesOrderHeader/SupplierParty/SalesContact/Name sales_rep.name Sales Reps, Name
634
View:
Unknown SalesOrder/SalesOrderHeader/SupplierParty/ShippingContact/Name
Not Available SalesOrder/SalesOrderHeader/SupplierParty/ShippingContact/ID Not Available SuppPartyShippingContactGID (C_SuppPartyShippingContactGID) SalesOrder/SalesOrderHeader/SupplierParty/ShippingContact/ID Not Available Supplier Location Address ID (C_SupplierLocationAddressID) Supplier Location DID (C_SupplierLocationDID) Supplier Location ID (C_SupplierLocationID) Supplier Location Name (C_SupplierLocationName) application_global.name Supplier Party Contact ID (C_SupplierPartyContactID) Supplier Party Contact Name (C_SupplierPartyContactName) Supplier Party DID (C_SupplierPartyDID) Supplier Party ID (C_SupplierPartyID) Supplier Party Name (C_SupplierPartyName) Supplier Party Sales ContactID (C_SupplierPartySalesContactID) SupplierLocationGID (C_SupplierLocationGID) SupplierPartyGID (C_SupplierPartyGID) SupplierPartySalesContactGID (C_SupplierPartySalesContactGID) Tax Exempted (C_TaxExempted) TenantID (C_TenantID) Total AMount Base (C_TotalAMountBase) Total Amount (C_TotalAmount) SalesOrder/SalesOrderHeader/SupplierParty/Location/Address/ID Not Available Unknown SalesOrder/SalesOrderHeader/SupplierParty/Location/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/Location/Name Application Global, Name SalesOrder/SalesOrderHeader/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/Contact/Name Not Available Unknown SalesOrder/SalesOrderHeader/SupplierParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/Name Not Available SalesOrder/SalesOrderHeader/SupplierParty/SalesContact/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/Location/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/SupplierParty/SalesContact/ID Not Available SalesOrder/SalesOrderHeader/TaxExemptIndicator Not Available MessageHeader:TenantID SalesOrder/SalesOrderHeader/BaseCurrencyAmount Not Available SalesOrder/SalesOrderHeader/TotalAmount The system adds the extension, freight, and tax amounts for all lines in Customer Order Entry and subtracts the discounts for all lines. The system displays the total as the Grand Total (under the Lines table) SalesOrder/SalesOrderHeader/BaseCurrencyAmount Not Available SalesOrder/SalesOrderHeader/TotalAmount@currencyID Customer Order Entry, Monetary tab, Currency ID. The system translates this code to the ISO code based on your settings in Code Mapping Maintenance. SalesOrder/SalesOrderHeader/TransportationTerm/FreightTermCode August 13, 2009 635
Total Amount Base Currency (C_TotalAmountBaseCurrency) Total Amount Currency (C_TotalAmountCurrency) customer_order.currency_id Transport Term FreightTermCode (C_TransportTermFreightTermCode)
View:
636
View:
MessageHeader:AccountingEntityID SalesOrder/SalesOrderLine/ActualDeliveryDateTime Not Available SalesOrder/SalesOrderLine/ActualShipDateTime Customer Order Entry, Lines, Ship Date SalesOrder/SalesOrderLine/AllocatedQuantity Customer Order Entry, Lines, Allocate Qty SalesOrder/SalesOrderLine/AllocatedQuantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/BackOrderIndicator Not Available SalesOrder/SalesOrderLine/BookAmount/Amount Not Available SalesOrder/SalesOrderLine/BookAmount/Amount@currencyID Not Available SalesOrder/SalesOrderLine/CarrierParty/PartyIDs/ID Not Available Unknown SalesOrder/SalesOrderLine/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/ID Not Available Unknown SalesOrder/SalesOrderLine/CarrierParty/PartyIDs/ID Not Available Unknown SalesOrder/SalesOrderLine/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/CarrierParty/Contact/Name Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/ID Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/AttentionOfName Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/CityName Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/CountryCode August 13, 2009 637
View:
Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/ID Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Name Not Available SalesOrder/SalesOrderLine/CarrierParty/Location/Address/PostalCode Not Available SalesOrder/SalesOrderLine/CarrierParty/Name Not Available SalesOrder/SalesOrderLine/Classification/Codes/Code Not Available SalesOrder/SalesOrderLine/ContractReference/DocumentID/ID@accountingEntity Not Available SalesOrder/SalesOrderLine/ContractReference/DocumentID/ID@location Not Available SalesOrder/SalesOrderLine/ContractReference/DocumentID/ID Not Available SalesOrder/SalesOrderLine/ContractReference/LineNumber Not Available Unknown SalesOrder/SalesOrderLine/ContractReference/Description Not Available SalesOrder/SalesOrderLine/ContractReference/DocumentDateTime Not Available SalesOrder/SalesOrderLine/ContractReference/ReleaseNumber Not Available SalesOrder/SalesOrderLine/Description Not Available
638
View:
SalesOrder/SalesOrderLine/DistributedCharge/BasisAmount Not Available SalesOrder/SalesOrderLine/DistributedCharge/ReasonCode Not Available SalesOrder/SalesOrderLine/DistributedCharge/BasisQuantity Not Available SalesOrder/SalesOrderLine/DistributedCharge/Description Not Available SalesOrder/SalesOrderLine/DistributedCharge/BasisAmount Not Available SalesOrder/SalesOrderLine/DistributedCharge/Amount Not Available SalesOrder/SalesOrderLine/DistributedCharge/Amount@currencyID Not Available SalesOrder/SalesOrderLine/DropShipmentAllowedIndicator Not Available SalesOrder/SalesOrderLine/DistributedCharge/BasisQuantity@unitCode Not Available SalesOrder/SalesOrderLine/EarlyShipmentAllowedIndicator Customer Order Entry, Lines, Accept Early. If null, then Customer Order Entry, Accept Early
SalesOrder/SalesOrderLine/ExtendedAmount The system calculates as follows: Customer Order Entry, Lines, Qty multiplied by Customer Order Entry, Lines, Unit Price multiplied by (1 minus Customer Order Entry, Lines, Disc%/100) SalesOrder/SalesOrderLine/ExtendedAmount@currencyID Customer Order Entry, Currency ID
SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available Extended Pretax Base Amt Curr (C_L_ExtendedPretaxBaseAmtCurr) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available ExtendedAmount (C_L_ExtendedAmount) SalesOrder/SalesOrderLine/ExtendedAmount cust_order_line.user_order_qty The system calculates as follows: cust_order_line.unit_price Customer Order Entry, Lines, Qty multiplied by Customer Order Entry, Lines, Unit Price multiplied by (1 minus Customer Order Entry, Lines, Disc%/100) cust_order_line.trade_disc_percent ExtendedAmountBaseCurrency SalesOrder/SalesOrderLine/BaseCurrencyAmount (C_L_ExtendedAmountBaseCurrency) Not Available ExtendedAmountCurrency (C_L_ExtendedAmountCurrency) SalesOrder/SalesOrderLine/ExtendedAmount@currencyID customer_order.currency_id Customer Order Entry, Currency ID ExtendedAmountInBaseCurr (C_L_ExtendedAmountInBaseCurr) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available FixedPriceItemYesNO (C_L_FixedPriceItemYesNO) SalesOrder/SalesOrderLine/FixedPriceItemIndicator Not Available August 13, 2009 639
View:
SalesOrder/SalesOrderLine/TransportationTerm/FreightTermCode Not Available MessageHeader:FromLogicalID SalesOrder/SalesOrderLine/TransportationTerm/IncotermsCode Not Available SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). SalesOrder/SalesOrderLine/Item/Classification/Codes Not Available SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/Item/EPCID Not Available SalesOrder/SalesOrderLine/Item/HazardousMaterial/ID Not Available SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). Unknown Unknown SalesOrder/SalesOrderLine/Item/Packaging/ID Not Available SalesOrder/SalesOrderLine/Item/ServiceIndicator Customer Order Entry, Lines, Service Charge ID. If populated, then ServiceIndicator=True. If null, then ServiceIndicator=False SalesOrder/SalesOrderLine/Item/UPCID Not Available SalesOrder/SalesOrderLine/LicenseIndicator Not Available SalesOrder/SalesOrderLine/LicenseIndicator@name Not Available MessageHeader:LocationID SalesOrder/SalesOrderLine/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/Quantity Customer Order Entry, Lines, Quantity SalesOrder/SalesOrderLine/PurchaseOrderReference/DocumentID/ID@accountingEntity Not Available SalesOrder/SalesOrderLine/PartialShipmentAllowedIndicator Not Available
640
View:
SalesOrder/SalesOrderLine/PaymentTerm/Description Not Available SalesOrder/SalesOrderLine/PaymentTerm/Term/ID Not Available SalesOrder/SalesOrderLine/ProgressBillingIndicator Not Available SalesOrder/SalesOrderLine/PromisedDeliveryDateTime Not Available SalesOrder/SalesOrderLine/PromisedShipDateTime Customer Order Entry, Lines, Promise Ship Date. If null, then Customer Order, Promise Ship Date
SalesOrder/SalesOrderLine/PurchaseOrderReference/DocumentID/ID Not Available SalesOrder/SalesOrderLine/PurchaseOrderReference/LineNumber Not Available SalesOrder/SalesOrderLine/PurchaseOrderReference/DocumentID/ID@location Not Available Unknown SalesOrder/SalesOrderLine/PurchaseOrderReference/ReleaseNumber
Not Available SalesOrder/SalesOrderLine/PurchaseOrderReference/ScheduleLineNumber Not Available ReqdDeliveryDate (C_L_ReqdDeliveryDate) SalesOrder/SalesOrderLine/RequiredDeliveryDateTime cust_line_del.desired_ship_date Customer Order Entry, Delivery Schedule, Desired Ship Date Requisition Ref Doc DID (C_L_RequisitionRefDocDID) Unknown RequisitionAccEntityID (C_L_RequisitionAccEntityID) SalesOrder/SalesOrderLine/RequisitionReference/DocumentID/ID@accountingEntity Not Available RequisitionLocationID (C_L_RequisitionLocationID) SalesOrder/SalesOrderLine/RequisitionReference/DocumentID/ID@location Not Available RequisitionRefDocID (C_L_RequisitionRefDocID) SalesOrder/SalesOrderLine/RequisitionReference/DocumentID/ID Not Available RequisitionRefDocLineNo (C_L_RequisitionRefDocLineNo) SalesOrder/SalesOrderLine/RequisitionReference/LineNumber Not Available RequisitionRefDocReleaseNo (C_L_RequisitionRefDocReleaseNo) SalesOrder/SalesOrderLine/RequisitionReference/ReleaseNumber Not Available RequisitionRefDocSchedNo (C_L_RequisitionRefDocSchedNo) SalesOrder/SalesOrderLine/RequisitionReference/ScheduleLineNumber Not Available RequisitionRefDocSubLineNo (C_L_RequisitionRefDocSubLineNo) SalesOrder/SalesOrderLine/RequisitionReference/SubLineNumber Not Available RushIndicator (C_L_RushIndicator) SalesOrder/SalesOrderLine/RushIndicator Not Available Sales Executive GID (C_L_SalesExecutiveGID) SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available August 13, 2009 641
View:
SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available Unknown MessageHeader:AccountingEntityID SalesOrder/SalesOrderHeader/Description Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# MessageHeader:LocationID Unknown SalesOrder/SalesOrderLine/ScheduledDeliveryDateTime Not Available SalesOrder/SalesOrderLine/SelfBillingIndicator Not Available Unknown SalesOrder/SalesOrderLine/ShipToParty/Contact/ID Not Available Unknown SalesOrder/SalesOrderLine/ShipFromParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID Unknown
642
View:
SalesOrder/SalesOrderLine/ShipToParty/Location/ID Not Available Unknown SalesOrder/SalesOrderLine/ShipToParty/Contact/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/Contact/Name Not Available SalesOrder/SalesOrderLine/ShipFromParty/Contact/ID Not Available SalesOrder/SalesOrderLine/ShipFromParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/ID Not Available SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/AddressLine Warehouse Maintenance, Warehouse Address, Street Addres fields
SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/AttentionOfName Not Available SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/CityName Warehouse Maintenance, Warehouse Address, City SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/CountryCode Warehouse Maintenance, Warehouse Address, Country SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID SalesOrder/SalesOrderLine/ShipFromParty/Location/Name SalesOrder/SalesOrderLine/ShipFromParty/Location/Address/PostalCode August 13, 2009 643
View:
Warehouse Maintenance, Warehouse Address, Zip SalesOrder/SalesOrderLine/ShipFromParty/Name Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/Name Customer Order Entry, Shipping Address, Name for the corresponding Ship To ID. If Ship To ID on Customer Order Entry, Lines is null, then use Shipto ID on header. SalesOrder/SalesOrderLine/ShipToParty/Contact/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/Contact/Name Not Available SalesOrder/SalesOrderLine/ShipToParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/Address/FormatCode Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AddressLine Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID
SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AddressLine Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID
SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AddressLine Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID
SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AddressLine Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID
SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AddressLine Customer Order Entry, Shipping Address, Address fields for the corresponding Ship To ID
SalesOrder/SalesOrderLine/ShipToParty/Location/Address/ID Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/Address/AttentionOfName Not Available SalesOrder/SalesOrderLine/ShipToParty/Location/Address/CityName Customer Order Entry, Shipping Address, City for the corresponding Ship To ID SalesOrder/SalesOrderLine/ShipToParty/Location/Address/CountryCode Customer Order Entry, Shipping Address, Country for the corresponding Ship To ID SalesOrder/SalesOrderLine/ShipToParty/Location/Address/PostalCode Customer Order Entry, Shipping Address, Zip for the corresponding Ship To ID August 13, 2009 644
View:
SalesOrder/SalesOrderLine/ShipToParty/Name Not Available Unknown SalesOrder/SalesOrderLine/SpecialPriceAuthorizationCode Not Available SalesOrder/SalesOrderLine/Status/Code Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced.
645
View:
SalesOrder/SalesOrderLine/Status/Description Not Available StatusEffectiveDateTime (C_L_StatusEffectiveDateTime) SalesOrder/SalesOrderLine/Status/EffectiveDateTime If the Line Closed Short check box is selected, use the Actual Ship Date (CUST_ORDER_LINE.ACTUAL_SHIP_DATE) where the Last Shipped Date (CUSTOMER_ORDER_LINE.LAST_SHIPPED_DATE) is not null. StatusReason (C_L_StatusReason) SalesOrder/SalesOrderLine/Status/Reason Not Available StatusReasonCode (C_L_StatusReasonCode) SalesOrder/SalesOrderLine/Status/ReasonCode Not Available SubstituteItemYesNo (C_L_SubstituteItemYesNo) SalesOrder/SalesOrderLine/SubstituteItemIndicator Not Available SubstitutionAllowed (C_L_SubstitutionAllowed) SalesOrder/SalesOrderLine/AllowSubstitutionIndicator Not Available SuppPartyCustServContName (C_L_SuppPartyCustServContName) SalesOrder/SalesOrderLine/SupplierParty/CustomerServiceContact/Name Not Available SuppPartyShippingContactDID (C_L_SuppPartyShipContactDID) SalesOrder/SalesOrderLine/SupplierParty/ShippingContact/ID Not Available SuppPartyShippingContactGID (C_L_SuppPartyShippContactGID) SalesOrder/SalesOrderLine/SupplierParty/ShippingContact/ID Not Available Supplier Location DID (C_L_SupplierLocationDID) Unknown Supplier Location GID (C_L_SupplierLocationGID) SalesOrder/SalesOrderLine/SupplierParty/Location/ID Not Available Supplier Party DID (C_L_SupplierPartyDID) Unknown Supplier Party GID (C_L_SupplierPartyGID) SalesOrder/SalesOrderLine/SupplierParty/PartyIDs/ID Not Available SupplierLocationAddressID (C_L_SupplierLocationAddressID) SalesOrder/SalesOrderLine/SupplierParty/Location/Address/ID Not Available SupplierLocationID (C_L_SupplierLocationID) SalesOrder/SalesOrderLine/SupplierParty/Location/ID Not Available SupplierLocationName (C_L_SupplierLocationName) SalesOrder/SalesOrderLine/SupplierParty/Location/Name Not Available SupplierPartyCustServContID (C_L_SuppPartyCustServContID) SalesOrder/SalesOrderLine/SupplierParty/CustomerServiceContact/ID Not Available SupplierPartyID (C_L_SupplierPartyID) SalesOrder/SalesOrderLine/SupplierParty/PartyIDs/ID Not Available SupplierPartyName (C_L_SupplierPartyName) SalesOrder/SalesOrderLine/SupplierParty/Name Not Available SupplierPartySalesContactID (C_L_SupplierPartySalesContID) SalesOrder/SalesOrderLine/SupplierParty/SalesContact/ID Not Available SupplierPartySalesContactName SalesOrder/SalesOrderLine/SupplierParty/SalesContact/Name (C_L_SupplierPartySalesContName) Not Available SupplierPartyShippingContName SalesOrder/SalesOrderLine/SupplierParty/ShippingContact/Name (C_L_SupplierPartyShipContName) Not Available SupplierPartyShippingContactID (C_L_SupplierPartyShipContID) SalesOrder/SalesOrderLine/SupplierParty/ShippingContact/ID Not Available August 13, 2009 646
View:
MessageHeader:TenantID SalesOrder/SalesOrderLine/TotalAmount The system calculates as follows: (Customer Order Entry, Lines, Qty multiplied by Customer Order Entry, Lines, Unit Price multiplied by (1 minus Customer Order Entry, Lines, Disc%/100)) plus ((Customer Order Entry, Lines, Qty multiplied by Customer Order Entry, Lines, Unit Price multiplied by (1 minus Customer Order Entry, Lines, Disc%/ 100)) multiplied by Sales Tax Group Maintenance, Sales Tax Percent) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/TotalAmount@currencyID Customer Order Entry, Currency ID SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/UnitPrice/Amount Customer Order Entry, Lines, Unit Price SalesOrder/SalesOrderLine/UnitPrice/Amount@currencyID Customer Order Entry, Currency ID SalesOrder/SalesOrderLine/UnitPrice/PerQuantity 1 SalesOrder/SalesOrderLine/UnitPrice/PerQuantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/UnitQuantityConversionFactor Not Available SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID Unknown
647
MessageHeader:AccountingEntityID SalesOrder/SalesOrderLine/ActualShipDateTime Customer Order Entry, Lines, Ship Date SalesOrder/SalesOrderHeader/BillToParty/PartyIDs/ID Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/BillToParty/Name Not Available Calculated BISDATA_5473.C_DocumentDateTime SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/DocumentDateTime Not displayed in Customer Order Entry window. Available in Order ID browse table. SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available MessageHeader:FromLogicalID SalesOrder/SalesOrderHeader/Status/Code Customer Order Entry, Status. SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID MessageHeader:LocationID SalesOrder/SalesOrderLine/Quantity Customer Order Entry, Lines, Quantity SalesOrder/SalesOrderLine/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/PromisedDeliveryDateTime Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/Description Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# SalesOrder/SalesOrderLine/Status/Code August 13, 2009 648
Tenant ID (C_TenantID) Total Amount Base Curr (C_L_TotalAmountBaseCurr) Total Amount In Base Curr (C_L_TotalAmountInBaseCurr) Unit Price Amount (C_L_UnitPriceAmount) cust_order_line.unit_price Unit Price Per Quantity (C_L_UnitPricePerQuantity) Unit Price Unit (C_L_UnitPriceUnit) cust_order_line.selling_um
Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. MessageHeader:TenantID SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/UnitPrice/Amount Customer Order Entry, Lines, Unit Price SalesOrder/SalesOrderLine/UnitPrice/PerQuantity 1 SalesOrder/SalesOrderLine/UnitPrice/PerQuantity@unitCode Customer Order Entry, Lines, UM
Parameters:
Accounting Entity (AccountingEntity) CreationDate (C_CreationDate) Customer ID (CustomerID) Item ID (ItemID) Sales Executive ID (SalesExecutiveID) Status (C_L_LineStatus)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No No No No Yes
Default Value:
M-3
PartialShipped,Shipped,Invoiced
Fields:
Accounting Entity (C_AccountingEntity) ActualShipDate (C_L_ActualShipDate) Bill To Party ID (C_L_BillToPartyID) Bill To Party Name (C_L_BillToPartyName) CreationDate (C_CreationDate) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Extended Pretax Base Amt (C_L_ExtendedPretaxBaseAmt) ExtendedPretaxBaseAmtCurr (C_L_ExtendedPretaxBaseAmtCurr) From Logical ID (C_FromLogicalID) Header Status (C_Status) Item ID (C_L_ItemID) ItemDescription (C_L_ItemDescription) Line Warehouse ID (C_L_WarehouseID) Location ID (C_Location) Ordered Quantity (C_L_OrderedQty) Ordered Quantity Unit (C_L_OrderedQuantityUnit) Promised Delivery Date (C_L_PromisedDelDate) Sales Executive ID (C_L_SalesExecutiveID) Sales Executive Name (C_L_SalesExecutiveName) Sales Order Description (C_H_SalesOrderDescription) Sales Order ID (C_H_SalesOrderID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX 649
ASCENDING
Export Service: Sales / SALESORDERLINESPROCESSED (Sales Order Lines Processed) View: Fields:
Sales Order Line (C_L_SalesOrderLine) Status (C_L_LineStatus) Tenant ID (C_TenantID) Total Amount Base Curr (C_L_TotalAmountBaseCurr) Total Amount In Base Curr (C_L_TotalAmountInBaseCurr) Unit Price Amount (C_L_UnitPriceAmount) Unit Price Per Quantity (C_L_UnitPricePerQuantity) Unit Price Unit (C_L_UnitPriceUnit)
Sorting Type:
650
View:
Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Parameters:
SalesLine (C_SalesLine) SalesOrderNounID (C_SalesOrderNounID)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
Fields:
Shipped Quantity (C_ShippedQuantity)
Sorting Type:
Aggregation Type:
SUM
651
MessageHeader:AccountingEntityID SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID SalesOrder/SalesOrderHeader/DocumentDateTime Not displayed in Customer Order Entry window. Available in Order ID browse table. MessageHeader:FromLogicalID SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). SalesOrder/SalesOrderLine/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/Quantity Customer Order Entry, Lines, Quantity SalesOrder/SalesOrderLine/PromisedShipDateTime Customer Order Entry, Lines, Promise Ship Date. If null, then Customer Order, Promise Ship Date
SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# Unknown SalesOrder/SalesOrderLine/Status/Code Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. MessageHeader:TenantID SalesOrder/SalesOrderLine/ShipFromParty/Location/ID Customer Order Entry, Lines, Warehouse ID
Parameters:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Item ID (C_ItemID) Ordered Qty (C_L_OrderedQty)
Is Mandatory:
No No No No
Is Fixed:
No No No Yes August 13, 2009
Default Value:
0 652
Export Service: Sales / SALESORDER_SHORTSHIPMENTS (Sales Order Short Shipments) View: Parameters:
Promised Ship Date (C_L_PromisedShipDate) Sales Order Line (C_L_SalesOrderLine) Shipped Quantity (ShippedQuantity) Status (C_L_LineStatus)
Is Mandatory:
Yes No No No
Is Fixed:
No No No Yes
Invoiced,Shipped
653
View:
MessageHeader:AccountingEntityID Calculated C_DocumentDateTime Customer ID (C_CustomerID) SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available Customer Name (C_CustomerName) SalesOrder/SalesOrderHeader/CustomerParty/Name customer_order.customer_id Customer Order Entry, Customer ID Document Date Time (C_DocumentDateTime) SalesOrder/SalesOrderHeader/DocumentDateTime customer_order.create_date Not displayed in Customer Order Entry window. Available in Order ID browse table. Extended Pretax Base Amt Curr (C_L_ExtendedPretaxBaseAmtCurr) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available FromLogicalID (C_FromLogicalID) MessageHeader:FromLogicalID LineDescription (C_L_Description) SalesOrder/SalesOrderLine/Description Not Available LineItemDescription (C_L_ItemDescription) SalesOrder/SalesOrderLine/Item/Description part.description Part Maintenance, Description service.description Outside Service Maintenance, Description LineItemID (C_L_ItemID) SalesOrder/SalesOrderLine/Item/ItemID/ID cust_order_line.part_id If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). LineSalesExecutiveID (C_L_SalesExecutiveID) SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available LineSalesExecutiveName (C_L_SalesExecutiveName) SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available LineSalesOrderLine (C_L_SalesOrderLine) SalesOrder/SalesOrderLine/LineNumber cust_order_line.line_no Customer Order Entry, Lines, Ln# LineStatus (C_L_LineStatus) SalesOrder/SalesOrderLine/Status/Code cust_order_line.line_satus Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. LineStatusDescription (C_L_StatusDescription) SalesOrder/SalesOrderLine/Status/Description Not Available LineStatusReason (C_L_StatusReason) SalesOrder/SalesOrderLine/Status/Reason Not Available LineStatusReasonCode (C_L_StatusReasonCode) SalesOrder/SalesOrderLine/Status/ReasonCode Not Available LocationID (C_Location) MessageHeader:LocationID Sales Revenue Amount (C_L_ExtendedPretaxBaseAmt) SalesOrder/SalesOrderLine/BaseCurrencyAmount Not Available SalesOrderDescription (C_H_SalesOrderDescription) SalesOrder/SalesOrderHeader/Description Not Available SalesOrderID (C_H_SalesOrderID) SalesOrder/SalesOrderHeader/DocumentID/ID customer_order.id Customer Order Entry, Our Order ID Status Date (C_StatusDate) Calculated C_StatusEffectiveDateTime Status Effective Date Time (C_StatusEffectiveDateTime) SalesOrder/SalesOrderHeader/Status/EffectiveDateTime August 13, 2009 654
View:
Not displayed in Customer Order Entry window. Available in Order ID browse table. SalesOrder/SalesOrderHeader/Status/Reason Not Available SalesOrder/SalesOrderHeader/Status/ReasonCode Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) CreationDate (CreationDate) Customer ID (CustomerID) Item ID (ItemID) LineStatus (C_L_LineStatus) Sales Executive ID (SalesExecutiveID)
Is Mandatory:
No Yes No No No No
Is Fixed:
No No No No Yes No
Default Value:
M-3
Blocked,Pending,Canceled,Hold,Unapproved
Fields:
Accounting Entity (C_AccountingEntity) CreationDate (CreationDate) Customer ID (C_CustomerID) Customer Name (C_CustomerName) Extended Pretax Base Amt Curr (C_L_ExtendedPretaxBaseAmtCurr) FromLogicalID (C_FromLogicalID) LineDescription (C_L_Description) LineItemDescription (C_L_ItemDescription) LineItemID (C_L_ItemID) LineSalesExecutiveID (C_L_SalesExecutiveID) LineSalesExecutiveName (C_L_SalesExecutiveName) LineSalesOrderLine (C_L_SalesOrderLine) LineStatus (C_L_LineStatus) LineStatusDescription (C_L_StatusDescription) LineStatusReason (C_L_StatusReason) LineStatusReasonCode (C_L_StatusReasonCode) LocationID (C_Location) Sales Revenue Amount (C_L_ExtendedPretaxBaseAmt) SalesOrderDescription (C_H_SalesOrderDescription) SalesOrderID (C_H_SalesOrderID) Status Date (C_StatusDate) Status Effective Date Time (C_StatusEffectiveDateTime) Status Reason (C_StatusReason) Status Reason Code (C_StatusReasonCode) TenantID (C_TenantID)
Sorting Type:
ASCENDING
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX MAX
655
View:
MessageHeader:AccountingEntityID Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Contact/Name Not Available Unknown Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/PartyIDs/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/AttentionOfName Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/CountryCode Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/PostalCode Not Available Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Name Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Name Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/CarrierParty/Location/Address/CityName Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/BaseCurrencyAmount Not Available August 13, 2009 656
View:
SalesOrder/SalesOrderLine/SalesOrderSchedule/BaseCurrencyAmount
Not Available MessageHeader:FromLogicalID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# MessageHeader:LocationID SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/DocumentID/ID@location Not Available Purchase Order Release Number (C_PurchaseOrderReleaseNumber)SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/ReleaseNumber Not Available PurchaseOrder AccountingEntity (C_PurchasOrderAccountingEntity) SalesOrderAccountingEntity (C_SalesOrderAccountingEntity) application_global.default_mfg_entity SalesOrderID (C_SalesOrderID) customer_order.id SalesOrderLocationID (C_SalesOrderLocationID) settings.location_id SalesOrderNounID (C_SalesOrderDID) SchActualDelDate (C_ActualDelDate) SchActualShipDate (C_ActualShipDate) SchBackOrderIndicator (C_BackOrderIndicator) SchDescription (C_Description) SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/DocumentID/ID@accountingEntity Not Available SalesOrder/SalesOrderHeader/DocumentID/ID@accountingEntity Application Global Maintenance, Default Mfg Entity SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderHeader/DocumentID/ID@location SOA Maintenance, SOA Location Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/ActualDeliveryDateTime Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ActualShipDateTime Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/BackOrderIndicator Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/Description Not Available
657
View:
SalesOrder/SalesOrderLine/SalesOrderSchedule/NumberOfDeliveries Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/PromisedDeliveryDateTime Customer Order Entry, Lines, Promised Del Date SalesOrder/SalesOrderLine/SalesOrderSchedule/PromisedShipDateTime Customer Order Entry, Lines, Promise Ship Date Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/LineNumber Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/DocumentID/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/PurchaseOrderReference/ScheduleLineNumber Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/RequiredDeliveryDateTime Customer Order Entry, Delivery Schedule, Desired Ship Date If no delivery schedule existis for the line, Customer Order Entry, Lines, Desired Ship Date SalesOrder/SalesOrderLine/SalesOrderSchedule/LineNumber Customer Order Entry, Delivery Schedule, Ln# If no delivery schedule exists for the line, then 0 SalesOrder/SalesOrderLine/SalesOrderSchedule/Status/Code Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced. Defaults to Customer Order Entry, Status. SalesOrder/SalesOrderLine/SalesOrderSchedule/Status/Description Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/Status/EffectiveDateTime If the Line Closed Short check box is selected, use the Actual Ship Date (CUST_ORDER_LINE.ACTUAL_SHIP_DATE) where the Last Shipped Date (CUSTOMER_ORDER_LINE.LAST_SHIPPED_DATE) is not null. SalesOrder/SalesOrderLine/SalesOrderSchedule/Status/ReasonCode Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ProgressBillingIndicator Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/RushIndicator Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/SelfBillingIndicator Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ScheduleTimePeriod/Duration Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ScheduleTimePeriod/EndDateTime Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ScheduleTimePeriod/StartDateTime Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/Quantity If no delivery schedule exists for the line, then Customer Order Entry, Lines, Qty August 13, 2009 658
SchStatusReasonCode (C_StatusReasonCode) SchedProgressBillYesNo (C_ProgressBillYesNo) SchedRushIndicator (C_RushIndicator) SchedSelfBillYesNo (C_SelfBillYesNo) Schedule Duration (C_ScheduleDuration) Schedule End Date (C_ScheduleEndDate) Schedule Start Date (C_ScheduleStartDate) ScheduledQuantity (C_ScheduledQuantity) cust_line_del.user_order_qty
View:
SalesOrder/SalesOrderLine/SalesOrderSchedule/Quantity@unitCode Customer Order Entry, Lines, UM SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Name Not Available Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Contact/Name Not Available Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/PartyIDs/ID Not Available
SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/PartyIDs/ID Not Available Ship To Party Loc AddressLine1 (C_ShipToPartyLocAddressLine1) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AddressLine Not Available Ship To Party Loc Attn Of Name (C_ShipToPartyLocAttnOfName) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AttentionOfName Not Available Ship To Party Loc City Name (C_ShipToPartyLocCityName) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/CityName Not Available Ship To Party Loc Country Code (C_ShipToPartyLocCountryCode) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/CountryCode Not Available Ship To Party Loc Postal Code (C_ShipToPartyLocPostalCode) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/PostalCode Not Available Ship To Party Location DID (C_ShipToPartyLocationDID) Unknown Ship To Party Location GID (C_ShipToPartyLocationGID) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/ID Not Available Ship To Party Location ID (C_ShipToPartyLocationID) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/ID Not Available Ship To Party Name (C_ShipToPartyName) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Name Not Available ShipToParty Loc Address Line2 (C_ShipToPartyLocAddressLine2) SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AddressLine Not Available
659
View:
SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/AddressLine Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipToParty/Location/Address/FormatCode Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/Status/Reason Not Available MessageHeader:TenantID Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipmentQuantityTolerence/OverQuantity Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipmentQuantityTolerence/OverQuantity@unitCode Not Available Unknown SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipmentQuantityTolerence/UnderQuantity Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/ShipmentQuantityTolerence/UnderQuantity@unitCode Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/BaseCurrencyAmount Not Available SalesOrder/SalesOrderLine/SalesOrderSchedule/BaseCurrencyAmount Not Available
660
View:
Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date
Parameters:
SalesLine (C_SalesLine) SalesOrderNounID (C_SalesOrderNounID)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
Fields:
ActualShipDateTime (C_ActualShipDateTime)
Sorting Type:
Aggregation Type:
MAX
661
View:
MessageHeader:AccountingEntityID Unknown SalesOrder/SalesOrderHeader/CustomerParty/PartyIDs/ID Not Available SalesOrder/SalesOrderHeader/CustomerParty/Name Customer Order Entry, Customer ID Unknown SalesOrder/SalesOrderLine/Item/Description Part Maintenance, Description Outside Service Maintenance, Description SalesOrder/SalesOrderLine/Item/ItemID/ID If Last Shipped Date is blank, use the date the Customer Order was created (CUSTOMER_ORDER.CREATE_DATE). Unknown SalesOrder/SalesOrderLine/PromisedShipDateTime Customer Order Entry, Lines, Promise Ship Date. If null, then Customer Order, Promise Ship Date
SalesExecutiveID (C_L_SalesExecutiveID) SalesExecutiveName (C_L_SalesExecutiveName) SalesExecutiveNounID (C_L_SalesExecutiveNounID) SalesOrderDescription (C_H_SalesOrderDescription) SalesOrderID (C_H_SalesOrderID) customer_order.id SalesOrderLine (C_L_SalesOrderLine) cust_order_line.line_no SalesOrderNounID (C_H_SalesOrderNounID) Status (C_L_LineStatus) cust_order_line.line_satus
SalesOrder/SalesOrderHeader/PromisedShipDateTime Customer Order Entry, Promised Ship Date Calculated CASE When BISDATA_477.C_L_PromisedShipDate IS NULL THEN BISDATA_5473.C_PromisedShipDate ELSE BISDATA_477.C_L_PromisedShipDate END SalesOrder/SalesOrderLine/SupplierParty/Contact/ID Not Available SalesOrder/SalesOrderLine/SupplierParty/Contact/Name Not Available Unknown SalesOrder/SalesOrderHeader/Description Not Available SalesOrder/SalesOrderHeader/DocumentID/ID Customer Order Entry, Our Order ID SalesOrder/SalesOrderLine/LineNumber Customer Order Entry, Lines, Ln# Unknown SalesOrder/SalesOrderLine/Status/Code Defaults to Customer Order Entry, Status. Customer Order Entry, Lines, Ln Closed Short If the Customer Order is active and the amount in Customer Order Entry, Lines, User Shipped Quantity is greater than zero but less than the Quantity, then status=PartialShipped. Otherwise, status=Shipped. If the line has been fully invoiced, then status=Invoiced.
Parameters:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Item ID (C_ItemID)
Is Mandatory:
No No No
Is Fixed:
No No No August 13, 2009
Default Value:
662
View: Is Fixed:
No No No Yes
Is Mandatory:
Yes No No No
Shipped,Invoiced
663
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown MessageHeader:FromLogicalID Calculated C_ExtendedAmountBaseCurr - C_ExtendedCostBaseCurr Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceLine/BaseCurrencyAmount August 13, 2009 664
View:
Parameters:
Accounting Entity (AccountingEntity) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus) Item ID (ItemID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) From Logical ID (C_FromLogicalID) Gross Profit (GrossProfit) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Item Description (C_ItemDesc) Item ID (C_ItemID) Sales Cost (C_ExtendedCostBaseCurr) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Location Noun ID (C_SalesLocationNounID) Sales Revenue (C_ExtendedAmountBaseCurr) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT MAX SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT
DESCENDING
665
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name Unknown MessageHeader:FromLogicalID Calculated C_ExtendedAmountBaseCurr - C_ExtendedCostBaseCurr Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceLine/BaseCurrencyAmount August 13, 2009 666
View:
Parameters:
Accounting Entity (AccountingEntity) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus) Item ID (ItemID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) From Logical ID (C_FromLogicalID) Gross Profit (GrossProfit) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Item Description (C_ItemDesc) Item ID (C_ItemID) Sales Cost (C_ExtendedCostBaseCurr) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Location Noun ID (C_SalesLocationNounID) Sales Revenue (C_ExtendedAmountBaseCurr) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT MAX SUM COUNT COUNT COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT
DESCENDING
667
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name MessageHeader:FromLogicalID Calculated C_ExtendedAmountBaseCurr - C_ExtendedCostBaseCurr Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceLine/BaseCurrencyAmount August 13, 2009 668
View:
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus)
Is Mandatory:
No No Yes No
Is Fixed:
No No No Yes
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) From Logical Id (C_FromLogicalID) Gross Profit (GrossProfit) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Sales Cost (C_ExtendedCostBaseCurr) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Location Noun ID (C_SalesLocationNounID) Sales Revenue (C_ExtendedAmountBaseCurr) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT MAX SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT
DESCENDING
669
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name MessageHeader:FromLogicalID Calculated C_ExtendedAmountBaseCurr - C_ExtendedCostBaseCurr Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Unknown Invoice/InvoiceLine/ExtendedCost/Amount For payables, n/a For receivables, Inventory Transaction Entry, Material+Inventory Transaction Entry, Labor+Inventroy Transaction Entry, Burden+Inventory Transaction Entry, Service If invoice is void, then amount is 0 Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Unknown Invoice/InvoiceLine/BaseCurrencyAmount August 13, 2009 670
View:
Parameters:
Accounting Entity (AccountingEntity) Customer ID (CustomerID) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus)
Is Mandatory:
No No No No
Is Fixed:
No No No Yes
Default Value:
M-3 Pending
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) From Logical ID (C_FromLogicalID) Gross Profit (GrossProfit) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Sales Cost (C_ExtendedCostBaseCurr) Sales Executive ID (C_SalesExecutiveID) Sales Executive Name (C_SalesExecutiveName) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Location Noun ID (C_SalesLocationNounID) Sales Revenue (C_ExtendedAmountBaseCurr) Tenant ID (C_TenantID)
Sorting Type:
Aggregation Type:
COUNT COUNT COUNT MAX SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT COUNT COUNT COUNT COUNT SUM COUNT
DESCENDING
671
View:
MessageHeader:AccountingEntityID Invoice/InvoiceHeader/CustomerParty/PartyIDs/ID For payables, n/a For receivables, then Receivables Invoice Entry, Customer ID Invoice/InvoiceHeader/CustomerParty/Name For payables, then Application Global Maintenance, Name For receivables, then Customer Maintenance, Name MessageHeader:FromLogicalID Invoice/InvoiceHeader/DocumentDateTime For payables, is not displayed in Payables Invoice Entry. Available in Invoice ID browse table. For receivables, is not displayed in Receivables Invoice Entry. Available in Invoice ID browse table. Invoice/InvoiceHeader/DocumentID/ID For payables, payable.voucher_id For receivables, receivable.invoice_id Invoice/InvoiceLine/LineNumber For payables, Payables Invoice Entry, Line Number For receivables, Receivables Invoice Entry, Line Number Unknown Invoice/InvoiceHeader/Status/Code For payables, if Payables Invoice Entry, Status Field equals Void, then Void. Otherwise, status equals Open For Receivables, if Receivables Invoice Entry, Status field equals Void, then Void Otherwise, status equals Open Invoice/InvoiceLine/Item/Description Not Available Invoice/InvoiceLine/Item/ItemID/ID For payables, Purchase Order Entry, Lines table, Part ID or, if null, Service ID For receivables, Customer Order Entry, Lines, Part ID Invoice/InvoiceHeader/SupplierParty/SalesContact/ID Not Available Invoice/InvoiceHeader/SupplierParty/SalesContact/Name For payables, n/a For receivables, Customer Maintenance, Sales Rep, Name for the sales rep ID in the invoice. Unknown Invoice/InvoiceHeader/SupplierParty/Location/ID Not Available Invoice/InvoiceHeader/SupplierParty/Location/Name For payables, Vendor Maintenance, Name For receivables, Application Global Maintenance, Company Name Invoice/InvoiceLine/BaseCurrencyAmount Not Available MessageHeader:TenantID
Parameters:
Accounting Entity (AccountingEntity) Customer ID (Customer) Invoice Date (C_InvoiceDate) Invoice Status (C_InvoiceStatus)
Is Mandatory:
No No Yes No
Is Fixed:
No No No Yes August 13, 2009
Default Value:
View:
Is Mandatory:
No
Is Fixed:
No
Fields:
Accounting Entity (C_AccountingEntity) Customer ID (C_CustomerID) Customer Name (C_CustomerName) From Logical ID (C_FromLogicalID) Invoice Date (C_InvoiceDate) Invoice ID (C_InvoiceID) Invoice Line (C_InvoiceLine) Invoice Noun ID (C_InvoiceNounID) Invoice Status (C_InvoiceStatus) Item Description (C_ItemDesc) Item ID (C_ItemID) Sales Location ID (C_SalesLocationID) Sales Location Name (C_SalesLocationName) Sales Revenue (C_ExtendedAmountBaseCurr) Tenant ID (C_TenantID)
Sorting Type:
DESCENDING
673
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
Calculated CASE DATEDIFF(day,C_ActualDeliveryDate,getDate()) WHEN 0 THEN 'Today' WHEN 1 THEN 'Yesterday' ELSE CAST(DATEDIFF(day, C_ActualDeliveryDate,getDate()) as varchar(5)) + ' Days ago' END Fill Rate (FillRate) Calculated case when BISDATA_1587.C_PlannedShipQuantity =BISDATA_1587.C_ShippedQuantity THEN 100 Else 0 END From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item DID (C_ItemNounID) Unknown Item Description (C_ItemDescription) Shipment/ShipmentItem/Description Not Available Item ID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Order Quantity (C_OrderQuantity) Shipment/ShipmentItem/OrderQuantity for type=shipper: cust_order_line.user_order_qty For type=shipper: Customer Order Entry, Lines, Quantity for type=ibtshipper: ibt_line.user_order_qty For type=IBTshipper: Inter Branch Transfer Entry, Lines, Quantity Order Quantity Unit (C_OrderQuantityUnit) Shipment/ShipmentItem/OrderQuantity@unitCode for type=shipper: cust_order_line.selling_um For type=shipper: Customer Order Entry, Lines, U/M fro type=ibtshipper: ibt_line.ibt_um Planned Ship Quantity (C_PlannedShipQuantity) Shipment/ShipmentItem/PlannedShipQuantity Not Available Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Sales Line (C_SalesLine) Shipment/ShipmentItem/SalesOrderReference/LineNumber shipper_line.cust_order_line_no Shipping Entry, Lines, C/O Ln# Sales Order (C_SalesOrder) Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID shipping.cust_order_id Shipping Entry, Order ID Sales Order DID (C_SalesOrderNounID) Unknown Sales Schedule Line (C_SalesScheduleLine) Shipment/ShipmentItem/SalesOrderReference/ScheduleLineNumber Not Available Ship To DID (C_ShipToNounID) Unknown Ship To ID (C_ShipToID) Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID for type=shipper: customer_order.customer_id For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY for type=poreturnreceipt: purchase_order.vendor_id For type=POReturnReceipt: Purchase Order Entry, Vendor ID for type=cnsnreceiptrtn: consign_receiver.customer_id For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Ship To Name (C_ShipToName) Shipment/ShipmentHeader/ShipToParty/Name for type=shipper, cnsnreceiptrtn: customer. For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name August 13, 2009 674
View:
For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M MessageHeader:TenantID Unknown Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) Item ID (ItemID)
Is Mandatory:
No No No
Is Fixed:
No No No
Default Value:
D-7
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
675
676
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
Calculated CASE WHEN BISDATA_4902.C_ActualDeliveryDate>BISDATA_4902.C_ScheduledDeliveryDateTime THEN 1 ELSE 0 END FromLogicalID (C_FromLogicalID) MessageHeader:FromLogicalID ItemDescription (C_ItemDescription) Shipment/ShipmentItem/Description Not Available ItemID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id OrderQuantity (C_OrderQuantity) Shipment/ShipmentItem/OrderQuantity for type=shipper: cust_order_line.user_order_qty For type=shipper: Customer Order Entry, Lines, Quantity for type=ibtshipper: ibt_line.user_order_qty For type=IBTshipper: Inter Branch Transfer Entry, Lines, Quantity OrderQuantityUnit (C_OrderQuantityUnit) for type=shipper: cust_order_line.selling_um fro type=ibtshipper: ibt_line.ibt_um Period (Period) Shipment/ShipmentItem/OrderQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M Calculated CASE WHEN DATEDIFF(ww,BISDATA_4902.C_ScheduledDeliveryDateTime,getDate())=0 THEN 'This Week' ELSE CAST(DATEDIFF(ww, BISDATA_4902.C_ScheduledDeliveryDateTime,getDate())as varchar(5)) + 'Weeks Ago' END Shipment/ShipmentItem/PlannedShipQuantity Not Available Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Shipment/ShipmentHeader/PromisedDeliveryDateTime Not Available Shipment/ShipmentHeader/ScheduledDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Expected Del Date. Shipper.expected_del_time not displayed on Shipping Entry window. Available in Packlist ID browse table. If fields are null, then Shipper, Promise Ship Date Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
PlannedShipQuantity (C_PlannedShipQuantity) PlannedShipQuantityUnit (C_PlannedShipQuantityUnit) Promised Delivery Date (C_PromisedDeliveryDateTime) Scheduled Delivery Date (C_ScheduledDeliveryDateTime) for type=shipper: shipper.expected_del_date shipper.expected_del_time shipper.sched_del_date ShipToID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id ShipToName (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name
677
View:
Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Scheduled Delivery Date (C_ScheduledDeliveryDateTime) Warehouse ID (WarehouseID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No No
Default Value:
W-4
Fields:
AccountingEntity (C_AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) Delivered Late (DeliveredLate) FromLogicalID (C_FromLogicalID)
Sorting Type:
Aggregation Type:
MAX MAX SUM MAX
678
679
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
Unknown Shipment/ShipmentHeader/CarrierParty/PartyIDs/ID For type=shipper: Customer Order Entry, Sold to/Ship to tab, Carrier ID For type=IBTShipper: Inter Branch Transfer Entry, Carrier ID For type=POReturnReceipt: Purchase Receipt Entry, Carrier ID For type=CNSNReceiptRtn: Consignment Receiving, Carrier ID Shipment/ShipmentHeader/CarrierParty/Name Application Global Maintenance, Carriers, Name Shipment/ShipmentHeader/ShipToParty/Location/Address/CityName For type=shipper: Shipping Entry, Shipping Address, City For type=IBTShipper: Warehouse Maintenance, Warehouse Address, City For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, City For type=WOIssue, WOReturnReceipt: Application Global Maintenance, City Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
MessageHeader:FromLogicalID Shipment/ShipmentHeader/ScheduledDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Expected Del Date. Shipper.expected_del_time not displayed on Shipping Entry window. Available in Packlist ID browse table. If fields are null, then Shipper, Promise Ship Date Unknown Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
680
View:
Shipment/ShipmentHeader/ShipToParty/Location/Address/CountrySubDivisionCode For type=shipper: Shipping Entry, Shipping Address, State For type=IBTShipper: Warehouse Maintenance, Warehouse Address, State For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, State For type=WOIssue, WOReturnReceipt: Application Global Maintenance, State Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Unknown Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID
Tenant ID (C_TenantID) Warehouse DID (C_WarehouseNounID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse Name (C_WarehouseName) Shipment/ShipmentHeader/WarehouseLocation/Name warehouse_address.name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Carrier ID (C_CarrierID) Scheduled Delivery Date (C_ScheduledDeliveryDateTime) Status (C_Status) Warehouse ID (WarehouseID)
Is Mandatory:
No No Yes No No
Is Fixed:
No No No Yes No
Default Value:
M-3 Shipped,Invoiced
681
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID@accountingEntity Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID@location Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/RevisionID Not Available MessageHeader:AccountingEntityID ReceiveDelivery/ReceiveDeliveryHeader/ActualDeliveryDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventory Transaction, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/ActualShipDateTime For type=receiver Purchase Receipt Entry, Vendor Packlist Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=IBTReceiver IBT Receiver create date is available in the Inter Branch Transfer Receipt Entry IBT ID browse table. For type-CNSNReceiver Purchase Receipt Entry, Vendor Packlist Date ReceiveDelivery/ReceiveDeliveryHeader/BillOfLadingID For type=Receiver Purchase Receipt Entry, Bill of Lading ID For type=Shipper Field is not displays in Shipping Entry window. For type=IBTReceiver Field is not displayed in Inter Branch Transfer Shipping Entry window. For type=CNSNReceiver Consignment Receiving, Bill of Lading ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Addr 1, Addr 2, Addr 3 fields ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Addr 1, Addr 2, Addr 3 fields ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Addr 1, Addr 2, Addr 3 fields ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Addr 1, Addr 2, Addr 3 fields ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AddressLine Application Global Maintenance, Carriers, Addr 1, Addr 2, Addr 3 fields ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/AttentionOfName Not Available August 13, 2009 682
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/CityName Application Global Maintenance, Carriers, City field ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/CitySubDivisionName Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/CountryCode Application Global Maintenance, Carriers, Country field ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/CountrySubDivisionCode Application Global Maintenance, Carriers, State field ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Description Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/Address/PostalCode Application Global Maintenance, Carriers, Zip / Postal Code field ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Contact/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Name Application Global Maintenance, Carriers, Name Unknown ReceiveDelivery/ReceiveDeliveryHeader/CarrierRouteReference/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierRouteReference/DocumentID/ID Not Available Unknown August 13, 2009 683
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Contact/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Contact/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/Container/ContainerID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/Contact/Name Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/DocumentDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Is not displayed on the Shipping Entry window. Available in the Packlist ID browse table For type=WOReceipt Inventory Transaction, Transaction Date For type=IBTReceiver Inter Branch Transfer Receipt Entry, Actual Recv Date For type=CNSNReceiver Consignment Receiving, Receive Date
684
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
C_H_StatusDesc (C_H_StatusDesc) C_H_StatusEffectiveDate (C_H_StatusEffectiveDate) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.receive_date for type=cnsnreceiver consign_receiver.received_date C_H_StatusReason (C_H_StatusReason) C_HazardousMaterialCode (C_HazardousMaterialCode) C_LastModifiedDateTime (C_LastModifiedDateTime) C_LoadingWeight (C_LoadingWeight) C_LoadingWeightUnit (C_LoadingWeightUnit)
ReceiveDelivery/ReceiveDeliveryHeader/DockID Not Available ReceiveDelivery/ReceiveDeliveryHeader/EffectiveDateTime Not Available ReceiveDelivery/ReceiveDeliveryHeader/EstimatedWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/EstimatedWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/FreightTermCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/GrossWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/GrossWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/CountryOfOriginCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingServiceChargeAmount Not Available ReceiveDelivery/ReceiveDeliveryHeader/Status/Code For type=Receiver, WOReceipt, WOIssRtn, CNSNReceiver If transaction is deleted, then Status equals Canceled. Otherwise, Status equals Received For type=Shipper, IBTReceiver Netable ReceiveDelivery/ReceiveDeliveryHeader/Status/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/Status/EffectiveDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventory Transaction, Transaction Date For type=IBTReceiver Inter Branch Transfer Receipt Entry, Actual Recv Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/Status/ReasonCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/HazardousMaterialCodes/Code Not Available ReceiveDelivery/ReceiveDeliveryHeader/LastModificationDateTime Not Available ReceiveDelivery/ReceiveDeliveryHeader/LoadingWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/LoadingWeightMeasure@unitCode August 13, 2009 685
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
Not Available ReceiveDelivery/ReceiveDeliveryHeader/NetWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/NetWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AttentionOfName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/CityName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/CitySubDivisionName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/CountryCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/CountrySubDivisionCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/PostalCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID For type=ibtreceiver Inter Branch Transfer Shipping Entry, Shipper ID Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# August 13, 2009 686
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivingServiceChargeAmount@currencyID Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Name Not Available
687
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Location/ID Not Available MessageHeader:Revision ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/AttentionOfName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/CityName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/CitySubDivisionName Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Contact/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/CountryCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/CountrySubDivisionCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/PostalCode Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/PartyIDs/ID Not Available August 13, 2009 688
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
Unknown ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipUnitQuantity Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipUnitQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/TareWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/TareWeightMeasure@unitCode Not Available MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/TotalVolumeMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/TotalVolumeMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/TrackingID Not Available ReceiveDelivery/ReceiveDeliveryHeader/TransportationMethodCode For type=Receiver, CNSNReceiver Purchase Order Entry, Ship Via For type=Shipper Shipping Entry, Ship Via For type=ibtreceiver Inter Branch Transfer Shipping Entry, Other tab, Ship Via ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID Unknown ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID August 13, 2009 689
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AddressLine Not Available
690
FIN_RECEIPTHEADERGENERIC (WRH_RECEIPTHEADERGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AddressLine Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/AttentionOfName Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/CityName Warehouse Maintenance, Warehouse Address, City ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/CitySubDivisionName Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/CountryCode Warehouse Maintenance, Warehouse Address, Country ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Address/CountrySubDivisionCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Address/PostalCode Warehouse Maintenance, Warehouse Address, Zip
691
View:
MessageHeader:AccountingEntityID Unknown Unknown MessageHeader:FromLogicalID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID Unknown ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # Unknown ReceiveDelivery/ReceiveDeliveryItem/OpenQuantity For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Quantity minus Purchase Order Entry, Lines, Dispatch Quantity For type=Shipper Customer Order Entry, LInes, Quantity minus Customer Order Entry, Lines, Shipped Qty For type=WOReceipt, WOIssRtn Manufacturing Window, Work Order Header, Quantity minus Manufacturing Window, Work Order View panel, Received Qty For type=ibtreceiver Inter Branch Transfer Entry, Lines, Quantity minus Inter Branch Transfer Entry, LInes, Qty Received
ReceiveDelivery/ReceiveDeliveryItem/OpenQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M field If item is a service and U/M field is blank, then use Outside Service Maintenance, Usage UM For type=Shipper Customer Order Entry, Lines, U/M For type=WOReceipt, WOIssRtn Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity For type=Receiver, CNSN Receiver Purchase Order Entry, Lines, Quantity For type=Shipper Customer Order Entry, Lines, Quantity August 13, 2009 692
View:
For type=WOReceipt Manufacturing Window, Work Order Header, Quantity For type=ibtreceiver Inter Branch Transfer, Lines, Quantity ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M field If item is a service and U/M field is blank, then use Outside Service Maintenance, Usage UM For type=Shipper Customer Order Entry, Lines, U/M For type=WOReceipt, WOIssRtn Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ScheduleLineNumber For type=Receiver Purchase Order Entry, Delivery Schedule, Ln# ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/LineNumber
Receipt Date Time (C_ReceiptDateTime) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.received_date for type=cnsnreceiver consign_receiver.receive_date Receipt ID (C_ReceiptID) for type=receiver receiver.id+receiver_line.line_no
Unknown ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID For type=ibtreceiver Inter Branch Transfer Shipping Entry, Shipper ID Calculated case when datediff(d,C_ReceiptDateTime,getdate())=0 then 'Today' when datediff(d,C_ReceiptDateTime,getdate())=1 then 'Yesterday' else str(datediff(d, C_ReceiptDateTime,getdate()))+ 'Days Ago' end ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# August 13, 2009 693
View:
For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity For type=Receiver Puchase Receipt Entry, Lines, Rejected Qty For type=Shipper, ibtreceiver 0 ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM Unknown ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn August 13, 2009 694
View:
Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity For type=ibtreceiver Inter Branch Transfer Shipping Entry, Lines, Ship Qty ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity@unitCode For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID
Parameters:
Accounting Entity (AccountingEntity) Receipt Date Time (C_ReceiptDateTime) Warehouse (Warehouse)
Is Mandatory:
No Yes No
Is Fixed:
No No No
Default Value:
D-7
Fields:
Accounting Entity (C_AccountingEntity) From Logical ID (C_FromLogicalID) Item ID (C_ItemID) Item NID (C_ItemNounID) Item Name (C_ItemName) Line Number (C_LineNumber) Open Quantity (C_OpenQuantity) Open Quantity Unit (C_OpenQuantityUnit) Ordered Quantity (C_OrderedQuantity) Ordered Quantity Unit (C_OrderedQuantityUnit) PO Schedule Line Number (POScheduleLine) Purchase Order (C_PurchaseOrder) Purchase Order Line (C_PurchaseOrderLine) Purchase Order NID (C_PurchaseOrderNounID) Receipt ASN (C_ReceiptASN) Receipt Date (ReceiptDate) Receipt Date Time (C_ReceiptDateTime)
Sorting Type:
Aggregation Type:
MAX MAX MAX COUNT MAX COUNT SUM MAX SUM MAX MAX MAX COUNT COUNT MAX
696
View:
MessageHeader:AccountingEntityID Unknown InventoryAdjustment/InventoryAdjustmentHeader/DocumentID/ID Not Available InventoryAdjustment/InventoryAdjustmentHeader/Description Not Available MessageHeader:FromLogicalID Unknown InventoryAdjustment/InventoryAdjustmentLine/Item/Description Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/ItemID/ID Not Available InventoryAdjustment/InventoryAdjustmentHeader/LastModificationDateTime Not Available InventoryAdjustment/InventoryAdjustmentLine/Description Not Available InventoryAdjustment/InventoryAdjustmentLine/LineNumber Not Available MessageHeader:LocationID InventoryAdjustment/InventoryAdjustmentLine/Quantity Not Available InventoryAdjustment/InventoryAdjustmentLine/Quantity@unitCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available MessageHeader:TenantID InventoryAdjustment/InventoryAdjustmentLine/TransactionDateTime Not Available Unknown InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/ID Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Name Not Available
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Transaction Date (C_TransactionDateTime) Warehouse ID (WarehouseID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No No
Default Value:
M-3
697
View:
MessageHeader:AccountingEntityID Unknown InventoryAdjustment/InventoryAdjustmentHeader/DocumentID/ID Not Available InventoryAdjustment/InventoryAdjustmentLine/CountSequence Not Available InventoryAdjustment/InventoryAdjustmentHeader/Description Not Available InventoryAdjustment/InventoryAdjustmentHeader/DocumentDateTime Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/EPCID Not Available MessageHeader:FromLogicalID InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available InventoryAdjustment/InventoryAdjustmentLine/HoldCodes/Code Not Available Unknown InventoryAdjustment/InventoryAdjustmentLine/Item/Description Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/ItemID/ID Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/ItemID/ID Not Available InventoryAdjustment/InventoryAdjustmentHeader/LastModificationDateTime Not Available InventoryAdjustment/InventoryAdjustmentLine/Description Not Available InventoryAdjustment/InventoryAdjustmentLine/LineNumber August 13, 2009 698
View:
Not Available MessageHeader:LocationID InventoryAdjustment/InventoryAdjustmentLine/Quantity Not Available InventoryAdjustment/InventoryAdjustmentLine/Quantity@unitCode Not Available InventoryAdjustment/InventoryAdjustmentLine/RFID Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/ReasonCode Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/ServiceIndicator Not Available
699
View:
MessageHeader:TenantID InventoryAdjustment/InventoryAdjustmentLine/TransactionDateTime Not Available InventoryAdjustment/InventoryAdjustmentLine/Item/UPCID Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AddressLine Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AddressLine Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AddressLine Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AddressLine Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AddressLine Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/AttentionOfName Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/CityName Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/CitySubDivisionName Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/CountryCode Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/CountrySubDivisionCode Not Available Unknown InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Description Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/ID Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/ID Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Name Not Available InventoryAdjustment/InventoryAdjustmentLine/WarehouseLocation/Address/PostalCode Not Available
700
View:
Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date
Parameters:
SalesLine (C_SalesLine) SalesOrder (C_SalesOrder)
Is Mandatory:
No No
Is Fixed:
No No
Default Value:
Fields:
Actual Ship Date Time (C_ActualShipDateTime)
Sorting Type:
Aggregation Type:
MAX
701
View:
MessageHeader:AccountingEntityID Unknown ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID MessageHeader:FromLogicalID Unknown ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # ReceiveDelivery/ReceiveDeliveryItem/Status/Code For type=Receiver If Warehouse Maintenance, Location/Parts is Available, then status is Available. Otherwise, status is OnHold For type=Shipper, ibtreceiver Available For type=WOReceipt, WOIssRtn If Warehouse Maintenance, Location/Parts, Status equals Available, then status is Available. Otherwise, status is OnHold Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity For type=Receiver, CNSN Receiver Purchase Order Entry, Lines, Quantity For type=Shipper Customer Order Entry, Lines, Quantity August 13, 2009 702
Order Supplier DID (C_OrderSupplierNounID) Order Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Order Supplier Name (C_OrderSupplierName) vendor.name Ordered Quantity (C_OrderedQuantity) for type=receiver, cnsnreceiver purc_order_line.user_order_qty for type=shipper cust_order_line.user_order_qty
View:
Purchase Ord Sched Line (C_PurchaseOrdSchedLine) For type=receiver purc_line_del.del_sched_line_no Purchase Order (C_PurchaseOrder) for type=receiver receiver_line.purc_order_id for type=cnsnreceiver consign_receiver.purc_order_id Purchase Order Line (C_PurchaseOrderLine) for type=receiver receiver_line.purc_order_line_no for type=cnsnreceiver consign_rcvr_line.purc_order_line_no Purchase Order NounID (C_PurchaseOrderNounID) Receipt DID (C_ReceiptNounID) Receipt Date Time (C_ReceiptDateTime) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.received_date for type=cnsnreceiver consign_receiver.receive_date
For type=WOReceipt Manufacturing Window, Work Order Header, Quantity For type=ibtreceiver Inter Branch Transfer, Lines, Quantity ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M field If item is a service and U/M field is blank, then use Outside Service Maintenance, Usage UM For type=Shipper Customer Order Entry, Lines, U/M For type=WOReceipt, WOIssRtn Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M Unknown Calculated CONVERT(VARCHAR(11), C_ReceiptDateTime) Calculated Case when datediff(wk,C_ReceiptDateTime,getDate())>=0 then case datediff(wk,C_ReceiptDateTime,getDate()) when 0 then 'Current week' when 1 then 'Last week' else CAST(datediff(wk,C_ReceiptDateTime,getDate()) as varchar(5)) + ' weeks ago' end else 'Future Data' end ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ScheduleLineNumber For type=Receiver Purchase Order Entry, Delivery Schedule, Ln# ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/LineNumber
Unknown Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date August 13, 2009 703
View:
ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity For type=Receiver Puchase Receipt Entry, Lines, Rejected Qty For type=Shipper, ibtreceiver 0 ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt August 13, 2009 704
View:
Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity For type=ibtreceiver Inter Branch Transfer Shipping Entry, Lines, Ship Qty ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity@unitCode For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
AccountingEntity (AccountingEntity) From Logical ID (C_FromLogicalID) ItemID (ItemID) Receipt Date Time (C_ReceiptDateTime) WarehouseID (WarehouseID)
Is Mandatory:
No No No Yes No
Is Fixed:
No No No No No
Default Value:
D-7
Fields:
Accounting Entity (C_AccountingEntity) Carrier DID (C_CarrierNounID) Carrier ID (C_CarrierID) From Logical ID (C_FromLogicalID) Item DID (C_ItemNounID) Item ID (C_ItemID) Item Name (C_ItemName) Line Number (C_LineNumber) Line Status (C_LineStatus) Order Supplier DID (C_OrderSupplierNounID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX
705
View:
Sorting Type:
706
MessageHeader:AccountingEntityID Unknown ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID MessageHeader:FromLogicalID Unknown ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # ReceiveDelivery/ReceiveDeliveryItem/Status/Code For type=Receiver If Warehouse Maintenance, Location/Parts is Available, then status is Available. Otherwise, status is OnHold For type=Shipper, ibtreceiver Available For type=WOReceipt, WOIssRtn If Warehouse Maintenance, Location/Parts, Status equals Available, then status is Available. Otherwise, status is OnHold PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID Unknown Calculated CONVERT(VARCHAR(11), C_ReceiptDateTime) Calculated Case when datediff(wk,C_ReceiptDateTime,getDate())>=0 then case datediff(wk,C_ReceiptDateTime,getDate()) when 0 then 'Current week' when 1 then August 13, 2009 707
Order Supplie rName (C_OrderSupplierName) vendor.name Order Supplier DID (C_OrderSupplierNounID) Order Supplier ID (C_OrderSupplierID) purchase_order.vendor_ID Percentage Defect Free (PercentageDefectFree) Period Days (Period_Days) Period Week (Period_week)
'Last week' else CAST(datediff(wk,C_ReceiptDateTime,getDate()) as varchar(5)) + ' weeks ago' end else 'Future Data' end ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ScheduleLineNumber For type=Receiver Purchase Order Entry, Delivery Schedule, Ln# ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
Unknown ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/LineNumber
Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity For type=Receiver Puchase Receipt Entry, Lines, Rejected Qty For type=Shipper, ibtreceiver 0 ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper August 13, 2009 708
Customer Order Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID
709
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Order Supplier ID (C_OrderSupplierID) Receipt Date Time (C_ReceiptDateTime) Warehouse ID (WarehouseID)
Is Mandatory:
No No No Yes No
Is Fixed:
No No No No No
Default Value:
M-3
Fields:
Accounting Entity (C_AccountingEntity) Carrier DID (C_CarrierNounID) Carrier ID (C_CarrierID) From Logical ID (C_FromLogicalID) Item DID (C_ItemNounID) Item ID (C_ItemID) Item Name (C_ItemName) Line Number (C_LineNumber) Line Status (C_LineStatus) Order Supplie rName (C_OrderSupplierName) Order Supplier DID (C_OrderSupplierNounID) Order Supplier ID (C_OrderSupplierID) Period Days (Period_Days) Purchase Ord Sched Line (C_PurchaseOrdSchedLine) Purchase Order (C_PurchaseOrder) Purchase Order DID (C_PurchaseOrderNounID) Purchase Order Line (C_PurchaseOrderLine) Receipt DID (C_ReceiptNounID) Receipt Date Time (C_ReceiptDateTime) Receipt ID (C_ReceiptID) Receive Damaged (C_ReceiveDamaged) Received Damaged Unit (C_ReceiveDamagedUnit) Received Quantity (C_ReceivedQuantity) Received Quantity Unit (C_ReceivedQuantityUnit) Schedule Date Time (C_ScheduleDateTime) Tenant ID (C_TenantID) Warehouse ID (C_Warehouse) Warehouse Name (C_WarehouseName)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX COUNT MAX MAX MAX MAX MAX MAX MAX SUM MAX SUM MAX MAX MAX MAX MAX
ASCENDING
710
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
MessageHeader:FromLogicalID Shipment/ShipmentItem/Description Not Available Item ID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Item NID (C_ItemNounID) Unknown Percentage Perfect (PercentagePerfect) Calculated case when (BISDATA_1587.C_PlannedShipQuantity = BISDATA_1587.C_ShippedQuantity) AND CAST(BISDATA_4902.C_RequiredDeliveryDateTime as varchar(11)) >= CAST(BISDATA_4902.C_ActualDeliveryDate as varchar(11)) then 100 else 0 end Planned Ship Quantity (C_PlannedShipQuantity) Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Required Delivery Date (RequiredDeliveryDate) Shipment/ShipmentItem/PlannedShipQuantity Not Available Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Calculated CASE CAST(DATEDIFF(week,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) WHEN 0 THEN 'Current Week' WHEN 1 THEN 'Last Week' ELSE CAST(DATEDIFF(week,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) + ' Weeks ago' END Shipment/ShipmentHeader/RequiredDeliveryDateTime Not Available Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Unknown Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Required Delivery Date Time (C_RequiredDeliveryDateTime) ShipTo ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id ShipTo NID (C_ShipToNounID) ShipTo Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+ ibt_shipper_line.line_no
Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID August 13, 2009 711
View:
For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Unknown Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID
Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse NID (C_WarehouseNounID) Unknown Warehouse Name (C_WarehouseName) Shipment/ShipmentHeader/WarehouseLocation/Name warehouse_address.name Warehouse Maintenance, Warehouse Address, Name
Fields:
Accounting Entity (C_AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) From Logical ID (C_FromLogicalID) Item Description (C_ItemDescription) Item ID (C_ItemID) Item NID (C_ItemNounID) Percentage Perfect (PercentagePerfect) Planned Ship Quantity (C_PlannedShipQuantity) Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Required Delivery Date Time (C_RequiredDeliveryDateTime) ShipTo ID (C_ShipToID)
Sorting Type:
Aggregation Type:
MAX COUNT MAX MAX COUNT COUNT AVERAGE SUM MAX MIN COUNT 712
DESCENDING
View:
Sorting Type:
713
WRH_PERFECTSHIPMENTSMONTHLY (PERFECTSHIPMENTS-MONTHLY)
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
MessageHeader:FromLogicalID Shipment/ShipmentItem/Description Not Available Shipment/ShipmentItem/ItemID/ID For type=shipper: Customer Order Entry, Lines, Part ID For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID
Unknown Calculated case when (BISDATA_1587.C_PlannedShipQuantity = BISDATA_1587.C_ShippedQuantity) AND CAST(BISDATA_4902.C_RequiredDeliveryDateTime as varchar(11)) = CAST(BISDATA_4902.C_ActualDeliveryDate as varchar(11)) then 100 else 0 end Shipment/ShipmentItem/PlannedShipQuantity Not Available Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Calculated CASE CAST(DATEDIFF(Month,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) WHEN 0 THEN 'This Month' WHEN 1 THEN 'Last Month' ELSE CAST(DATEDIFF(Month,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) + ' Months Ago' END Shipment/ShipmentHeader/RequiredDeliveryDateTime Not Available Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Unknown Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Planned Ship Quantity (C_PlannedShipQuantity) Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Required Delivery Date (RequiredDeliveryDate)
Required Delivery Date Time (C_RequiredDeliveryDateTime) ShipTo ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id ShipTo NID (C_ShipToNounID) ShipTo Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+
Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No August 13, 2009 714
WRH_PERFECTSHIPMENTSMONTHLY (PERFECTSHIPMENTS-MONTHLY)
For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Unknown Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Unknown Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse NID (C_WarehouseNounID) Warehouse Name (C_WarehouseName) warehouse_address.name
Parameters:
Accounting Entity (AccountingEntity) Required Delivery Date Time (C_RequiredDeliveryDateTime) Status (C_Status) Warehouse ID (WarehouseID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
M-6 Shipped
Fields:
Accounting Entity (C_AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) From Logical ID (C_FromLogicalID)
Sorting Type:
Aggregation Type:
MAX MAX MAX
715
Sorting Type:
ASCENDING
716
View:
WRH_PERFECTSHIPMENTSWEEKLY (PERFECTSHIPMENTS-WEEKLY)
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
MessageHeader:FromLogicalID Shipment/ShipmentItem/Description Not Available Shipment/ShipmentItem/ItemID/ID For type=shipper: Customer Order Entry, Lines, Part ID For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID
Unknown Calculated case when (BISDATA_1587.C_PlannedShipQuantity = BISDATA_1587.C_ShippedQuantity) AND CAST(BISDATA_4902.C_RequiredDeliveryDateTime as varchar(11)) = CAST(BISDATA_4902.C_ActualDeliveryDate as varchar(11)) then 100 else 0 end Shipment/ShipmentItem/PlannedShipQuantity Not Available Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Calculated CASE CAST(DATEDIFF(week,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) WHEN 0 THEN 'Current Week' WHEN 1 THEN 'Last Week' ELSE CAST(DATEDIFF(week,C_RequiredDeliveryDateTime,getDate()) as varchar(11)) + ' Weeks Ago' END Shipment/ShipmentHeader/RequiredDeliveryDateTime Not Available Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Unknown Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Planned Ship Quantity (C_PlannedShipQuantity) Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Required Delivery Date (RequiredDeliveryDate)
Required Delivery Date Time (C_RequiredDeliveryDateTime) ShipTo ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id ShipTo NID (C_ShipToNounID) ShipTo Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+
Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No August 13, 2009 717
View:
WRH_PERFECTSHIPMENTSWEEKLY (PERFECTSHIPMENTS-WEEKLY)
For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Unknown Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Unknown Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse NID (C_WarehouseNounID) Warehouse Name (C_WarehouseName) warehouse_address.name
Parameters:
Accounting Entity (AccountingEntity) Required Delivery Date Time (C_RequiredDeliveryDateTime) Status (C_Status) Warehouse ID (WarehouseID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
W-8 Shipped
Fields:
Accounting Entity (C_AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) From Logical ID (C_FromLogicalID)
Sorting Type:
Aggregation Type:
MAX MAX MAX
718
View:
Sorting Type:
ASCENDING
719
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID@accountingEntity Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID@location Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/RevisionID Not Available MessageHeader:AccountingEntityID ReceiveDelivery/ReceiveDeliveryHeader/ActualDeliveryDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventory Transaction, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryItem/BackOrderedQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/BackOrderedQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/BillOfLadingID For type=Receiver Purchase Receipt Entry, Bill of Lading ID For type=Shipper Field is not displays in Shipping Entry window. For type=IBTReceiver Field is not displayed in Inter Branch Transfer Shipping Entry window. For type=CNSNReceiver Consignment Receiving, Bill of Lading ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Contact/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver August 13, 2009 720
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Name Application Global Maintenance, Carriers, Name Unknown ReceiveDelivery/ReceiveDeliveryHeader/CarrierRouteReference/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierRouteReference/DocumentID/ID Not Available ReceiveDelivery/ReceiveDeliveryItem/CatchWeightQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/CatchWeightQuantity@unitCode Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/Contact/ID Not Available ReceiveDelivery/ReceiveDeliveryItem/CatchWeightConversionFactor Not Available ReceiveDelivery/ReceiveDeliveryItem/CountSequence If the transaction is deleted, then part_warehouse.count_sequence. Otherwise, inventory_trans.count_sequence Unknown ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DeliverToParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/DocumentDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Is not displayed on the Shipping Entry window. Available in the Packlist ID browse table For type=WOReceipt Inventory Transaction, Transaction Date For type=IBTReceiver Inter Branch Transfer Receipt Entry, Actual Recv Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DockID Not Available ReceiveDelivery/ReceiveDeliveryItem/EPCID Not Available ReceiveDelivery/ReceiveDeliveryHeader/EffectiveDateTime August 13, 2009 721
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Not Available ReceiveDelivery/ReceiveDeliveryHeader/EstimatedWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/EstimatedWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/FreightTermCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/GrossWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/GrossWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/FlashpointTemperature Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/FlashpointTemperature Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/MFAGID Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/Description Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/PlacardEndorsement Not Available
722
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
C_H_StatusDesc (C_H_StatusDesc) C_H_StatusEffectiveDate (C_H_StatusEffectiveDate) for type=receiver receiver.received_date for type=shipper shipper.create_date for type=woreceipt, woissrtn inventory_transaction.transaction_date for type=ibtreceiver ibt_receiver.receive_date for type=cnsnreceiver consign_receiver.received_date C_H_StatusReason (C_H_StatusReason) C_HazardousMaterialCode (C_HazardousMaterialCode) C_HazardousMaterialID (C_HazardousMaterialID) C_HoldCode1 (C_HoldCode1) C_HoldCode10 (C_HoldCode10) C_HoldCode2 (C_HoldCode2)
ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/PlacardNotation Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/MarinePollutionLevelCode Not Available Unknown ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/TechnicalName Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/Temperature Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/Temperature@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/ToxicityZoneCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/CountryOfOriginCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingServiceChargeAmount Not Available ReceiveDelivery/ReceiveDeliveryHeader/Status/Code For type=Receiver, WOReceipt, WOIssRtn, CNSNReceiver If transaction is deleted, then Status equals Canceled. Otherwise, Status equals Received For type=Shipper, IBTReceiver Netable ReceiveDelivery/ReceiveDeliveryHeader/Status/Description Not Available ReceiveDelivery/ReceiveDeliveryHeader/Status/EffectiveDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventory Transaction, Transaction Date For type=IBTReceiver Inter Branch Transfer Receipt Entry, Actual Recv Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/Status/ReasonCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/HazardousMaterialCodes/Code Not Available ReceiveDelivery/ReceiveDeliveryItem/HazardousMaterial/ID Not Available ReceiveDelivery/ReceiveDeliveryItem/HoldCodes/Code Not Available Unknown Unknown August 13, 2009 723
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Unknown Unknown Unknown Unknown Unknown Unknown Unknown ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description Unknown ReceiveDelivery/ReceiveDeliveryItem/ItemID/RevisionID Not Available ReceiveDelivery/ReceiveDeliveryItem/EstimatedWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryItem/EstimatedWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/LoadingWeightMeasure For type=Receiver Purchase Receipt Entry, Lines, Gross Weight For type=Shipper n/a For type=ibtreceiver Inter Branch Transfer Shipping Entry, Lines, Per Unit Ship Weight For type=CNSNReceiver August 13, 2009 724
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Consignment Receiving, Lines, Gross Weight ReceiveDelivery/ReceiveDeliveryItem/LoadingWeightMeasure@unitCode For type=Reciever, Shipper, CNSNReceiver Part Maintenance, Weight UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, Weight U/M ReceiveDelivery/ReceiveDeliveryItem/CountryOfOriginCode For type=Receiver Purchase Receipt Entry, Lines, Orig Country For type=Shipper Shipping Entry, Lines, Country of Origin For type=CNSNReceiver Consignment Receiving, Lines, Country of Origin ReceiveDelivery/ReceiveDeliveryItem/ReceivingServiceChargeAmount Not Available ReceiveDelivery/ReceiveDeliveryItem/ReceivingServiceChargeAmount@currencyID Not Available ReceiveDelivery/ReceiveDeliveryItem/Status/ReasonCode For type=receiver, WOReceipt, WOIssRtn, CNSNReceiver If status is OnHold, then Part Maintenance, Warehouse Locations, Hold Reason ID ReceiveDelivery/ReceiveDeliveryHeader/LastModificationDateTime Not Available
725
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
C_LoadingWeight (C_LoadingWeight) for type=receiver receiver_line.gross_weight for type=ibtreceiver ibt_shipper_line.shipping_weight for type=cnsnreceiver consign_rcvr_line.gross_weight
C_LoadingWeightUnit (C_LoadingWeightUnit) C_NetWeight (C_NetWeight) C_NetWeightUnit (C_NetWeightUnit) C_OpenQuantity (C_OpenQuantity) for type=receiver, cnsnreceiver purc_order_line.user_order_qty-purc_order_line. total_usr_recv_qty for type=shipper cust_order_line.user_order_qty-cust_order_line. user_shipped_qty for type=woreceipt, woissrtn work_order.desired_qty-work_order.received_qty for type=ibtreceiver ibt_line.user_order_qty-ibt_line.usr_recd_qty C_OpenQuantityUnit (C_OpenQuantityUnit) for type=receiver, cnsnreceiver purc_order_line.purchase_um service.usage_um for type=shipper cust_order_line.selling_um for type=woreceipt, woissrtn part.stock_um for type=ibtreceiver ibt_line.ibt_um C_OrderedQuantity (C_OrderedQuantity)
ReceiveDelivery/ReceiveDeliveryItem/ImportLicenseRequiredIndicator False ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # ReceiveDelivery/ReceiveDeliveryItem/Status/Code For type=Receiver If Warehouse Maintenance, Location/Parts is Available, then status is Available. Otherwise, status is OnHold For type=Shipper, ibtreceiver Available For type=WOReceipt, WOIssRtn If Warehouse Maintenance, Location/Parts, Status equals Available, then status is Available. Otherwise, status is OnHold ReceiveDelivery/ReceiveDeliveryItem/LoadingWeightMeasure For type=Receiver Purchase Receipt Entry, Lines, Gross Weight For type=Shipper n/a For type=ibtreceiver Inter Branch Transfer Shipping Entry, Lines, Per Unit Ship Weight For type=CNSNReceiver Consignment Receiving, Lines, Gross Weight ReceiveDelivery/ReceiveDeliveryHeader/LoadingWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/NetWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/NetWeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/OpenQuantity For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Quantity minus Purchase Order Entry, Lines, Dispatch Quantity For type=Shipper Customer Order Entry, LInes, Quantity minus Customer Order Entry, Lines, Shipped Qty For type=WOReceipt, WOIssRtn Manufacturing Window, Work Order Header, Quantity minus Manufacturing Window, Work Order View panel, Received Qty For type=ibtreceiver Inter Branch Transfer Entry, Lines, Quantity minus Inter Branch Transfer Entry, LInes, Qty Received
ReceiveDelivery/ReceiveDeliveryItem/OpenQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M field If item is a service and U/M field is blank, then use Outside Service Maintenance, Usage UM For type=Shipper Customer Order Entry, Lines, U/M For type=WOReceipt, WOIssRtn Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity August 13, 2009 726
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
For type=Receiver, CNSN Receiver Purchase Order Entry, Lines, Quantity For type=Shipper Customer Order Entry, Lines, Quantity For type=WOReceipt Manufacturing Window, Work Order Header, Quantity For type=ibtreceiver Inter Branch Transfer, Lines, Quantity ReceiveDelivery/ReceiveDeliveryItem/OrderQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M field If item is a service and U/M field is blank, then use Outside Service Maintenance, Usage UM For type=Shipper Customer Order Entry, Lines, U/M For type=WOReceipt, WOIssRtn Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M ReceiveDelivery/ReceiveDeliveryItem/OwnershipCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/CapacityPerPackageQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/PerPackageQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/HeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/HeightMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/WidthMeasure Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/HeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/CapacityPerPackageQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/PerPackageQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/UPCPackagingLevelCode Not Available ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID@accountingEntity Application Global Maintenance, Default Mfg Entity ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID@accountingEntity Application Global Maintenance, Default Mfg Entity ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID@location August 13, 2009 727
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
SOA Maintenance, SOA Location ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID@location SOA Maintenance, SOA Location ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/Quantity For type=Receiver Purchase Order Entry, Deliver Schedule, Qty. If null, then Purchase Receipt Entry, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/Quantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ReleaseNumber Not Available ReceiveDelivery/ReceiveDeliveryItem/PackingSlipQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/PackingSlipQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/Description Not Available ReceiveDelivery/ReceiveDeliveryItem/Packaging/ID Not Available ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/ScheduleLineNumber For type=Receiver Purchase Order Entry, Delivery Schedule, Ln# ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/LineNumber
Unknown ReceiveDelivery/ReceiveDeliveryItem/RFID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID For type=ibtreceiver Inter Branch Transfer Shipping Entry, Shipper ID
728
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity For type=Receiver Puchase Receipt Entry, Lines, Rejected Qty For type=Shipper, ibtreceiver 0 ReceiveDelivery/ReceiveDeliveryItem/DamagedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper August 13, 2009 729
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryHeader/ReceivingServiceChargeAmount@currencyID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/Name Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ReceivingLocation/ID Not Available ReceiveDelivery/ReceiveDeliveryItem/ResupplyQuantity Not Available ReceiveDelivery/ReceiveDeliveryItem/ResupplyQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/ReturnedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received multiplied by -1, if Quantity Received is negative For type=Shipper, ibtreceiver 0 For type=WOIssRtn Inventory Transaction Entry, Quantity For type=CNSNReceiver If Received Quantity is less than zero, then Consignment Receiving, Lines, Quantity Received mulitplied by -1 ReceiveDelivery/ReceiveDeliveryItem/ReturnedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOIssRtn Part Maintenance, Stock U/M MessageHeader:Revision ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/DocumentID/ID@accountingEntity Not Available ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/DocumentID/ID@location Not Available ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/Quantity Not Available ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/Quantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/ReleaseNumber Not Available ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/DocumentID/ID Shipping Entry, Order ID August 13, 2009 730
C_ReturnedQuantityUnit (C_ReturnedQuantityUnit) for type=receiver, cnsnreceiver purc_order_line.purchase_um for type=shipper cust_order_line.selling_um For type=WOIssRtn part.stock_um C_RevisionID (C_RevisionID) C_SOAccountingEntty (C_SOAccountingEntty) C_SOLocationID (C_SOLocationID) C_SORefQty (C_SORefQty) C_SORefQtyUnit (C_SORefQtyUnit) C_SORefReleaseNo (C_SORefReleaseNo) C_SalesOrder (C_SalesOrder) shipper.cust_order_id
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/LineNumber Shipping Entry, Lines, C/O Ln# Unknown ReceiveDelivery/ReceiveDeliveryItem/SalesOrderReference/ScheduleLineNumber Not Available ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date Unknown ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/PartyIDs/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/Name Not Available Unknown ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Location/ID Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipFromParty/Name Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipUnitQuantity Not Available ReceiveDelivery/ReceiveDeliveryHeader/ShipUnitQuantity@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/ActualShipDateTime For type=receiver Purchase Receipt Entry, Vendor Packlist Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=IBTReceiver IBT Receiver create date is available in the Inter Branch Transfer Receipt Entry IBT ID browse table. For type-CNSNReceiver Purchase Receipt Entry, Vendor Packlist Date ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity For type=ibtreceiver August 13, 2009 731
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
Inter Branch Transfer Shipping Entry, Lines, Ship Qty ReceiveDelivery/ReceiveDeliveryItem/ShippedQuantity@unitCode For type=ibtreceiver Inter Branch Transfer Entry, Lines, U/M
732
View:
WRH_RECEIPTLINEGENERIC (WRH_RECEIPTLINEGENERIC)
ReceiveDelivery/ReceiveDeliveryHeader/TareWeightMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/TareWeightMeasure@unitCode Not Available MessageHeader:TenantID ReceiveDelivery/ReceiveDeliveryHeader/TotalVolumeMeasure Not Available ReceiveDelivery/ReceiveDeliveryHeader/TotalVolumeMeasure@unitCode Not Available ReceiveDelivery/ReceiveDeliveryHeader/TrackingID Not Available ReceiveDelivery/ReceiveDeliveryHeader/TransportationMethodCode For type=Receiver, CNSNReceiver Purchase Order Entry, Ship Via For type=Shipper Shipping Entry, Ship Via For type=ibtreceiver Inter Branch Transfer Shipping Entry, Other tab, Ship Via ReceiveDelivery/ReceiveDeliveryItem/UPCID Not Available ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
733
View:
WRH_RECEIVING (RECEIVING)
MessageHeader:AccountingEntityID ReceiveDelivery/ReceiveDeliveryHeader/CarrierParty/PartyIDs/ID For type=Receiver Purchase Receipt Entry, Carrier ID For type=Shipper Customer Order Entry, Carrier ID For type=ibtreceiver Inter Branch Transfer Entry, Carrier ID For type=CNSNReceiver Consignment Receiving, Carrier ID Unknown ReceiveDelivery/ReceiveDeliveryHeader/DockID Not Available MessageHeader:FromLogicalID ReceiveDelivery/ReceiveDeliveryItem/ItemID/ID For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, Part ID For type=Receiver Purchase Order Entry, Lines, Service ID For type=Shipper Customer Order Entry, Lines, Part ID For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Part ID For type=ibtreceiver Inter Branch Transfer Entry, Lines, Part ID ReceiveDelivery/ReceiveDeliveryItem/Description Part Maintenance, Description Outside Service Maintenance, Description Unknown ReceiveDelivery/ReceiveDeliveryItem/LineNumber Purchase Receipt Entry, Lines, # PurchaseOrder/PurchaseOrderHeader/SupplierParty/PartyIDs/ID Purchase Order Entry, Vendor ID PurchaseOrder/PurchaseOrderHeader/SupplierParty/Name Vendor Maintenance, Name Unknown ReceiveDelivery/ReceiveDeliveryItem/PurchaseOrderReference/DocumentID/ID For type=CNSNReceiver Consignment Receiving, Order ID
Unknown ReceiveDelivery/ReceiveDeliveryHeader/ASNReference/DocumentID/ID For type=ibtreceiver Inter Branch Transfer Shipping Entry, Shipper ID ReceiveDelivery/ReceiveDeliveryHeader/ReceivedDateTime For type=Receiver August 13, 2009 734
View:
WRH_RECEIVING (RECEIVING)
Purchase Receipt Entry, Act Recv Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt, WOIssRtn Inventorty Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Receipt Entry, Actual Received Date For type=CNSNReceiver Consignment Receiving, Receive Date ReceiveDelivery/ReceiveDeliveryHeader/DocumentID/ID For type=Receiver: Receiver~Purchase Receipt Entry, Receiver ID~Purchase Receipt Entry, Lines, Ln# For type=Shipper Shipper~Shipping Entry, Packlist ID~Shipping Entry, Lines, Ln# For type=WOReceipt, WOIssRtn WOReceipt~Inventory Transaction, Transaction ID~0 For type=IBTReceiver IBTReceiver~Inter Branch Transfer Receipt Entry, Receiver ID~Inter Branch Transfer Receipt Entry, Lines, Ln# For type=CNSNReceiver CNSNReceiver~Consignment Receiving, Receiver ID~Consignment Receiving, Lines, Ln# Unknown ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity For type=Receiver Purchase Receipt Entry, Lines, Quantity Received, if positive For type=Shipper Shipping Entry, Lines, Qty Shipper multiplied by -1 For type=WOReceipt, WOIssRtn Inventory Transaction Entry, Quantity For type=ibtreceiver Inter Branch Transfer Receipt Entry, Lines, Quantity Received For type=CNSNReceiver Consignment Receiving, Lines, Quantity Received ReceiveDelivery/ReceiveDeliveryItem/ReceivedQuantity@unitCode For type=Receiver, CNSNReceiver Purchase Order Entry, Lines, U/M For type=Shipper Customer Order Entry, Lines, UM For type=WOReceipt Part Maintenance, Stock UM For type=ibtreceiver Inter Branch Transfer Entry, Lines, UM ReceiveDelivery/ReceiveDeliveryHeader/ScheduledDeliveryDateTime For type=Receiver Purchase Order Entry, Promise Delivery Date For type=Shipper Shipper Create Date is available on the Packlist ID browse table For type=WOReceipt Manufacturing Window, Work Order Header, Want Date August 13, 2009 735
View:
WRH_RECEIVING (RECEIVING)
For type=WOIssRtn Inventroy Transaction Entry, Transaction Date For type=ibtreceiver Inter Branch Transfer Entry, Desired Recv Date For type=CNSNReceiver Purchase Order Entry, Desired Recv Date ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/ID For type=Receiver Purchase Receipt, Lines, Warehouse ID For type=Shipper Inventory Transaction, Warehouse ID for the inventory transaction ID associated with the Packlist ID For type=WOReceipt Inventory Transaction Entry, Warehouse ID For type=ibtreceiver Inter Branch Transfer, Ship To Address that corresponds to Inter Branch Transfer Receipt Entry, Lines, Warehouse ID For type=CNSNReceiver Consignment Receiving, Warehouse ID ReceiveDelivery/ReceiveDeliveryHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Carrier ID (GRL_C_CarrierID) Item ID (ItemID) Order Supplier ID (PO_C_OrderSupplierID) Purchase Order (GRL_C_PurchaseOrder) Receipt Date Time (GRL_C_ReceiptDateTime) Schedule Date Time (GRL_C_ScheduleDateTime) Warehouse ID (WarehouseID)
Is Mandatory:
No No No No No Yes No No
Is Fixed:
No No No No No No No No
Default Value:
M-3 M-3
736
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
Shipment/ShipmentHeader/FreightCostAmount Not Available Shipment/ShipmentHeader/FreightCostAmount@currencyID Not Available Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date Unknown Unknown Shipment/ShipmentHeader/CarrierParty/PartyIDs/ID For type=shipper: Customer Order Entry, Sold to/Ship to tab, Carrier ID For type=IBTShipper: Inter Branch Transfer Entry, Carrier ID For type=POReturnReceipt: Purchase Receipt Entry, Carrier ID For type=CNSNReceiptRtn: Consignment Receiving, Carrier ID Shipment/ShipmentHeader/CarrierParty/PartyIDs/ID For type=shipper: Customer Order Entry, Sold to/Ship to tab, Carrier ID For type=IBTShipper: Inter Branch Transfer Entry, Carrier ID For type=POReturnReceipt: Purchase Receipt Entry, Carrier ID For type=CNSNReceiptRtn: Consignment Receiving, Carrier ID Shipment/ShipmentHeader/CarrierParty/Name Application Global Maintenance, Carriers, Name Unknown Unknown Shipment/ShipmentHeader/CarrierParty/Contact/ID Not Available Shipment/ShipmentHeader/CarrierParty/Contact/ID Not Available Shipment/ShipmentHeader/CarrierParty/Contact/Name Not Available Shipment/ShipmentHeader/CarrierParty/Location/Address/AddressLine 1: Application Global Maintenance, Carriers, Addr 1 2: Application Global Maintenance, Carriers, Addr 2 3: Application Global Maintenance, Carriers, Addr 3 Shipment/ShipmentHeader/CarrierParty/Location/Address/AddressLine 1: Application Global Maintenance, Carriers, Addr 1 2: Application Global Maintenance, Carriers, Addr 2 3: Application Global Maintenance, Carriers, Addr 3 Shipment/ShipmentHeader/CarrierParty/Location/Address/AddressLine August 13, 2009 737
1: Application Global Maintenance, Carriers, Addr 1 2: Application Global Maintenance, Carriers, Addr 2 3: Application Global Maintenance, Carriers, Addr 3 Shipment/ShipmentHeader/CarrierParty/Location/Address/AddressLine 1: Application Global Maintenance, Carriers, Addr 1 2: Application Global Maintenance, Carriers, Addr 2 3: Application Global Maintenance, Carriers, Addr 3 Shipment/ShipmentHeader/CarrierParty/Location/Address/AddressLine 1: Application Global Maintenance, Carriers, Addr 1 2: Application Global Maintenance, Carriers, Addr 2 3: Application Global Maintenance, Carriers, Addr 3 Shipment/ShipmentHeader/CarrierParty/Location/Address/AttentionOfName Not Available Unknown Shipment/ShipmentHeader/CarrierParty/Location/Address/PostalCode Application Global Maintenance, Carriers, Zip/Postal Code Shipment/ShipmentHeader/CarrierParty/Location/Address/CityName Application Global Maintenance, Carriers, City Shipment/ShipmentHeader/CarrierParty/Location/Address/CountryCode Application Global Maintenance, Carriers, Country Unknown
Shipment/ShipmentHeader/CarrierParty/Location/ID Not Available Carrier Party Location ID (C_CarrierPartyLocationID) Shipment/ShipmentHeader/CarrierParty/Location/ID Not Available Carrier Party Location Name (C_CarrierPartyLocationName) Shipment/ShipmentHeader/CarrierParty/Location/Name Not Available Carrier Party Location State (C_CarrierPartyLocationState) Shipment/ShipmentHeader/CarrierParty/Location/Address/CountrySubDivisionCode carrier.state Application Global Maintenance, Carriers, State/Province Carrier Route Ref Route Day (C_CarrierRouteRefRouteDay) Shipment/ShipmentHeader/CarrierRouteReference/RouteStop/RouteDay Not Available Carrier Route Ref Route ID (C_CarrierRouteReferenceRouteID) Unknown Carrier Route Ref Stop ID (C_CarrierRouteReferenceStopID) Unknown Carrier Route Reference Desc (C_CarrierRouteReferenceDesc) Shipment/ShipmentHeader/CarrierRouteReference/Description Not Available Carrier Route Reference Doc ID (C_CarrierRouteReferenceDocID) Shipment/ShipmentHeader/CarrierRouteReference/DocumentID/ID Not Available Carrier Service Level Code (C_CarrierServiceLevelCode) Shipment/ShipmentHeader/CarrierServiceLevelCode Not Available CarrierPartyLocCity Sub Div Cd (C_CarrierPartyLocCitySubDivCd) Shipment/ShipmentHeader/CarrierParty/Location/Address/CitySubDivisionName Not Available Country Of Origin Code (C_CountryOfOriginCode) Shipment/ShipmentHeader/CountryOfOriginCode for type=poreturnreceipt: receiver_line.orig_country For type=POReturnReceipt: Purchase Receipt Entry, Lines, Country of Origin for type=cnsnreceiptrtn: consign_rcvr_line.orig_country_id For type=CNSNReceiptRtn: Consignment Receiving, Lines, Orig Country Declared Value Amount (C_DeclaredValueAmount) Shipment/ShipmentHeader/DeclaredValueAmount Not Available Declared Value Amount Currency Shipment/ShipmentHeader/DeclaredValueAmount@currencyID August 13, 2009 738
739
Docked Date Time (C_DockedDateTime) Document Date Time (C_DocumentDateTime) for type=shipper: shipper.create_date for type=ibtshipper: ibt_shipper.create_date for type=poreturnreceipt: receiver.received_date for type=woissue, worecieptrtn: inventory_transaction. transaction_date for type=cnsnreceiptrtn: consign_receiver.received_date Drop Shipment Indicator (C_DropShipmentIndicator) Shipment/ShipmentHeader/DropShipmentIndicator Not Available Earliest Delivery Date Time (C_EarliestDeliveryDateTime) Shipment/ShipmentHeader/EarliestDeliveryDateTime Not Available Earliest Ship Date Time (C_EarliestShipDateTime) Shipment/ShipmentHeader/EarliestShipDateTime Not Available Early Shpmnt Allwd Indctr (C_EarlyShpmntAllwdIndctr) Shipment/ShipmentHeader/EarlyShipmentAllowedIndicator Not Available Est Freight Charge Amt (C_EstimatedFreightChargeAmount) Shipment/ShipmentHeader/FreightChargeAmount Not Available Est Freight Charge Amt Curr (C_EstimatedFreightChargeAmtCur) Shipment/ShipmentHeader/FreightChargeAmount@currencyID Not Available Estimated Weight Measure (C_EstimatedWeightMeasure) Shipment/ShipmentHeader/EstimatedWeightMeasure Not Available Estimated Weight Measure Unit (C_EstimatedWeightMeasureUnit) Shipment/ShipmentHeader/EstimatedWeightMeasure@unitCode Not Available Export License Required Ind (C_ExpLicnseReqdIndicator) Shipment/ShipmentHeader/ExportLicenseRequiredIndicator Not Available Freight Charge Amount (C_FreightChargeAmount) Shipment/ShipmentHeader/FreightChargeAmount Not Available Freight Charge Amount Currency Shipment/ShipmentHeader/FreightChargeAmount@currencyID (C_FreightChargeAmountCurrency) Not Available Freight Cost Amount (C_FreightCostAmount) Shipment/ShipmentHeader/FreightCostAmount Not Available Freight Cost Amount Currency (C_FreightCostAmountCurrency) Shipment/ShipmentHeader/FreightCostAmount@currencyID Not Available Freight Term Code (C_FreightTermCode) Shipment/ShipmentHeader/FreightTermCode Not Available From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Gross Weight Measure (C_GrossWeightMeasure) Shipment/ShipmentHeader/GrossWeightMeasure for type=shipper: shipper.total_gross_weight for type=ibtshipper: ibt_shipper_line.shipping_weight
Shipment/ShipmentHeader/Description Not Available Shipment/ShipmentHeader/DestinationCountryCode Not Available Shipment/ShipmentHeader/DockID Not Available Unknown Shipment/ShipmentHeader/DocumentDateTime For type=shipper: Is not displayed on Shipping Entry window. Available in Packlist ID browse table. For type=IBTshipper: Is not dispalyed on Inter Branch Transfer Shipping Entrywindow. Available in Shipper ID browse table For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date
For type=Shipper: Shipping Entry, Lines, Shipping Weight For type=IBTShipper: IBT Shipping Entry, Lines, Per Unit Shipping Weight August 13, 2009 740
For type=POReturnReceipt: Purchase Receipt Entry, Lines, Gross Weight For type=CNSNReceiptRtn: Consignment Receiving, Lines, Gross Weight Shipment/ShipmentHeader/GrossWeightMeasure@unitCode For type=shipper: Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. For type=IBTShipper: IBT Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. Shipment/ShipmentHeader/HazardousMaterialCodes/Code Not Available Shipment/ShipmentHeader/ImportLicenseRequiredIndicator Not Available Shipment/ShipmentHeader/LastModificationDateTime The system uses the date and time it created the BOD Unknown Shipment/ShipmentHeader/LoadingDateTime Not Available Shipment/ShipmentHeader/LoadingWeightMeasure Not Available Shipment/ShipmentHeader/LoadingWeightMeasure@unitCode Not Available Shipment/ShipmentHeader/NetWeightMeasure For type=shipper: Field not displayed on window. Available in Packlist ID browse table. Shipment/ShipmentHeader/NetWeightMeasure@unitCode For type=shipper: Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. For type=IBTShipper: IBT Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. Shipment/ShipmentHeader/PartialShipmentAllowedIndicator Not Available Unknown Unknown Shipment/ShipmentHeader/PriorityCode Not Available Shipment/ShipmentHeader/PromisedDeliveryDateTime Not Available Shipment/ShipmentHeader/PromisedShipDateTime Not Available Unknown Shipment/ShipmentHeader/RequiredDeliveryDateTime Not Available Shipment/ShipmentHeader/SalePriceAmount Not Available
741
Shipment/ShipmentHeader/SalePriceAmount@currencyID Not Available Shipment/ShipmentHeader/ScheduledDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Expected Del Date. Shipper.expected_del_time not displayed on Shipping Entry window. Available in Packlist ID browse table. If fields are null, then Shipper, Promise Ship Date Shipment/ShipmentHeader/ScheduledShipDateTime For type=shipper: Shipping Entry, Desired Ship Date Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/CityName For type=Shipper: Warehouse Maintenance, Warehouse Address, City For type=POReturnReceipt, WOIssue, WOReceiptRtn: Application Global Maintenance, City Shipment/ShipmentHeader/ShipFromParty/Location/Address/CountryCode For type=shipper: Warehouse Maintenance, Warehouse Address, Country For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, Country Shipment/ShipmentHeader/ShipFromParty/Contact/ID Not Available Shipment/ShipmentHeader/ShipFromParty/PartyIDs/ID For type=shipper, IBTshipper, CNSNReceiptRtn: COMPANY Shipment/ShipmentHeader/ShipFromParty/Name For type=shipper, IBTShipper, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General Tab, Name Unknown Unknown Shipment/ShipmentHeader/ShipFromParty/Contact/ID Not Available Shipment/ShipmentHeader/ShipFromParty/Contact/ID Not Available Shipment/ShipmentHeader/ShipFromParty/Contact/Name Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AttentionOfName Not Available Unknown Shipment/ShipmentHeader/ShipFromParty/Location/ID For type=shipper: Location Type ~ Inventory Transaction Entry, Warehouse ID For type=IBTshipper: Location Type ~ Inter Branch Transfer Entry, From Whse ID ~ IBT.SHIP_FROM_ADDR_NO (no is not displayed in window) August 13, 2009 742
For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Location Type ~ Application Global Maintenance, Name
Shipment/ShipmentHeader/CarrierParty/Location/ID Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Name For type=shipper, IBTShipper: Warehouse Maintenance, Warehouse Address, Name For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General Tab, Name Shipment/ShipmentHeader/ShipFromParty/Location/Address/PostalCode For type=shipper: Warehouse Maintenance, Warehouse Address, Zip For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, Zip Shipment/ShipmentHeader/ShipFromParty/Location/Address/CountrySubDivisionCode For type=shipper: Warehouse Maintenance, Warehouse Address, State For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, State Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
743
Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
744
Shipment/ShipmentHeader/ShipToParty/Location/Address/CityName For type=shipper: Shipping Entry, Shipping Address, City For type=IBTShipper: Warehouse Maintenance, Warehouse Address, City For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, City For type=WOIssue, WOReturnReceipt: Application Global Maintenance, City Shipment/ShipmentHeader/ShipToParty/Location/Address/CountryCode For type=shipper: Shipping Entry, Shipping Address, Country For type=IBTshipper: Warehouse Maintenance, Warehouse Address, Country For type=POReturnReceipt: Purchase Order Entry, Purchase Address, Country For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Country Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Unknown Unknown Shipment/ShipmentHeader/ShipToParty/Contact/ID Not Available Shipment/ShipmentHeader/ShipToParty/Contact/ID Not Available Shipment/ShipmentHeader/ShipToParty/Contact/Name Not Available
745
Shipment/ShipmentHeader/ShipToParty/Location/Address/AttentionOfName Not Available Unknown Shipment/ShipmentHeader/ShipToParty/Location/ID For type=shipper: Shipping Entry, Lines, Shipto # For type=IBTshipper: Inter Branch Transfer Entry, To Whse ID, IBT.SHIP_TO_ADDR_ID
Shipment/ShipmentHeader/ShipToParty/Location/ID For type=shipper: Shipping Entry, Lines, Shipto # For type=IBTshipper: Inter Branch Transfer Entry, To Whse ID, IBT.SHIP_TO_ADDR_ID
Shipment/ShipmentHeader/ShipToParty/Location/Name For type=shipper: Shipping Entry, Shipping Address, Name For type IBTShipper: Warehouse Maintenance, Warehouse Address, Name For type=POReturnReceipt: Vendor, Name or Purchase Order Entry, Purchase Addresses, Name Shipment/ShipmentHeader/ShipToParty/Location/Address/PostalCode For type=shipper: Shipping Entry, Shipping Address, Zip For type=IBTshipper: Warehouse Maintenance, Warehouse Address, Zipcode For type=POReturnReceipt: Purchase Order Entry, Purchase Address, Zipcode For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Zipcode Shipment/ShipmentHeader/ShipToParty/Location/Address/CountrySubDivisionCode For type=shipper: Shipping Entry, Shipping Address, State For type=IBTShipper: Warehouse Maintenance, Warehouse Address, State For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, State For type=WOIssue, WOReturnReceipt: Application Global Maintenance, State Shipment/ShipmentHeader/ShipUnitQuantity Not Available Shipment/ShipmentHeader/ShipUnitQuantity@unitCode Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/CitySubDivisionName Not Available Shipment/ShipmentHeader/ShipToParty/Location/Address/CitySubDivisionName Not Available Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln # August 13, 2009 746
Unknown
Shipment/ShipmentHeader/ShipmentServiceLevelCode Not Available Shipment Total Amount (C_ShipmentTotalAmount) Shipment/ShipmentHeader/ShipmentTotalAmount Not Available Shipment Total Amount Curr (C_ShipmentTotalAmountCurrency) Shipment/ShipmentHeader/ShipmentTotalAmount@currencyID Not Available Status (C_Status) Shipment/ShipmentHeader/Status/Code for type=shipper: shipper.status For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped Status Date (C_StatusDate) Shipment/ShipmentHeader/Status/EffectiveDateTime for type=shipper: shipper.status_eff_date For type=shipper: Field not displayed on window. Available in Packlist ID browse table. for type=ibtshipper: ibt.shipped_date For type=IBTshipper: If status is Shipped, then Inter Branch Transfer Entry, Other tab, Last Shipped. If status is cancelled, then the system uses the for type=poreturnreceipt: receiver.received_date current date and time. for type=woissue, woreceiptrtn: inventory_transaction. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date transaction_date For type=WOIssue, WOReceiptRtn: If status is shipped, then Inventory Transaction Entry, Transaction Date. If status is cancelled, then the system uses for type=cnsnreceiptrtn: consign_receiver.received_date the current date and time. For type=CNSNReceiptRtn: If status is shipped, then Consignment Receiving, Receive Date. If status is cancelled, then the system uses the current date and time. Status Description (C_StatusDescription) Shipment/ShipmentHeader/Status/Description For type=shipper: the system translates the code in shipper.status based on the settings in Code Mapping Maintenance. For type=IBTshipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Cancelled or Shipped Tare Weight Measure (C_TareWeightMeasure) Shipment/ShipmentHeader/TareWeightMeasure for type=shipper: shipper.tare_weight For type=shipper: Field not displayed on window. Available in Packlist ID browse table. for type=ibtshipper: ibt_shipper_line.tare_weight For type=IBTshipper: Inter Branch Transfer Shipping Entry, Lines, Tare WeightMeasure Unit (C_TareWeightMeasureUnit) Shipment/ShipmentHeader/TareWeightMeasure@unitCode for type=shipper: shipper_line.weight_um For type=shipper: Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. for type=ibtshipper:ibt_shipper_line.weight_um For type=IBTShipper: IBT Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. Tenant ID (C_TenantID) MessageHeader:TenantID Total Volume Measure (C_TotalVolumeMeasure) Shipment/ShipmentHeader/TotalVolumeMeasure Not Available Total Volume Measure Unit (C_TotalVolumeMeasureUnit) Shipment/ShipmentHeader/TotalVolumeMeasure@unitCode Not Available Tr Tm Freight Term Code (C_TrTmFreightTermCode) Shipment/ShipmentHeader/TransportationTerm/FreightTermCode Not Available Tr Tm Inco term Code (C_TrTmIncotermCode) Shipment/ShipmentHeader/TransportationTerm/IncotermsCode Not Available Tr Tm Plc Own Trf Loc Country (C_TrTmPlcOwnTrfLocCountry) Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CountryCode Not Available Tr Tm Plc Own Trf Loc DID (C_TrTmPlcOwnTrfLocDID) Unknown August 13, 2009 747
Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/ID Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/ID Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Name Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CountrySubDivisionCode Not Available Shipment/ShipmentHeader/WarehouseLocation/Address/AddressLine Warehouse Maintenance, Warehouse Address, Address fields
Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/AddressLine Not Available Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CityName Not Available Unknown Shipment/ShipmentHeader/TransportationTerm/PlaceOfOwnershipTransferLocation/Address/CitySubDivisionName Not Available
748
Unknown Shipment/ShipmentHeader/TrackingID Not Available Shipment/ShipmentHeader/TransportationMethodCode For type=shipper: Shipping Entry, Ship Via For type=IBTShipper: IBT Shipping Entry, Ship Via For type=POReturnReceipt: Purchase Receipt Entry, Other tab, Ship Via For type=CNSNReceiptRtn: Consignment Receiving, Ship Via Shipment/ShipmentHeader/WarehouseLocation/Address/AddressLine Warehouse Maintenance, Warehouse Address, Address fields
WH Loc Country (C_WHLocCountry) warehouse_address.country WH Loc Description (C_WHLocDescription) WH Loc Post Code (C_WHLocPostCode) warehouse_address.zip WH Loc State (C_WHLocState) warehouse_address.state Warehouse GID (C_WarehouseGID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse ID (C_WarehouseID) Shipment/ShipmentHeader/WarehouseLocation/ID August 13, 2009
Shipment/ShipmentHeader/WarehouseLocation/Address/AttentionOfName Not Available Shipment/ShipmentHeader/WarehouseLocation/Address/CityName Warehouse Maintenance, Warehouse Address, City Shipment/ShipmentHeader/WarehouseLocation/Address/CitySubDivisionName Not Available Shipment/ShipmentHeader/WarehouseLocation/Address/CountryCode Warehouse Maintenance, Warehouse Address, Country Unknown Shipment/ShipmentHeader/WarehouseLocation/Address/PostalCode Warehouse Maintenance, Warehouse Address, Zip Shipment/ShipmentHeader/WarehouseLocation/Address/CountrySubDivisionCode Warehouse Maintenance, Warehouse Address, State Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID
749
for type=shipper, ibtshipper, woissue, woreceiptrtn: For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. inventory_transaction.warehouse_id For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID for type=poreturnreceipt: receiver_line.warehouse_id For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse Name (C_WarehouseName) warehouse_address.name Warehouse Noun ID (C_WarehouseNounID) Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name Unknown
750
View:
MessageHeader:AccountingEntityID Shipment/ShipmentItem/BackOrderedQuantity For type=IBTshipper: 0 Shipment/ShipmentItem/BackOrderedQuantity@unitCode Shipment/ShipmentItem/Costing/Burden Not Available Shipment/ShipmentItem/Costing/MaterialCost@currencyID Not Available Shipment/ShipmentItem/Costing/Percent Not Available Shipment/ShipmentItem/Costing/Quantity Not Available Shipment/ShipmentItem/Costing/Quantity@unitCode Not Available Shipment/ShipmentItem/CountSequence Shipment/ShipmentItem/CountryOfOriginCode Not Available Shipment/ShipmentItem/EPCID Not Available Shipment/ShipmentItem/EstimatedWeightMeasure Not Available Shipment/ShipmentItem/EstimatedWeightMeasure@unitCode Not Available Shipment/ShipmentItem/ExtendedSalePriceAmount Not Available Shipment/ShipmentItem/ExtendedSalePriceAmount@currencyID Not Available MessageHeader:FromLogicalID Shipment/ShipmentItem/HazardousMaterial/PlacardEndorsement Not Available Shipment/ShipmentItem/HazardousMaterial Not Available Shipment/ShipmentItem/HazardousMaterial/Description Not Available Shipment/ShipmentItem/HazardousMaterial/FlashpointTemperature Not Available Shipment/ShipmentItem/HazardousMaterial/FlashpointTemperature@unitCode Not Available Shipment/ShipmentItem/HazardousMaterial/ID Not Available Shipment/ShipmentItem/HazardousMaterial/MFAGID Not Available Shipment/ShipmentItem/HazardousMaterial/PrimaryEntryRoute Not Available Shipment/ShipmentItem/HazardousMaterial/TechnicalName August 13, 2009 751
View:
Not Available Shipment/ShipmentItem/HazardousMaterial/Temperature Not Available Hazardous Material Temp UOM (C_HazardousMaterial_Temp_UOM) Shipment/ShipmentItem/HazardousMaterial/Temperature@unitCode Not Available HazardousMat Marine PolCode (C_HazardousMat_MarinePolCode) Shipment/ShipmentItem/HazardousMaterial/MarinePollutionLevelCode Not Available HazardousMat Placard Notation (C_HazardousMat_PlacardNotation) Shipment/ShipmentItem/HazardousMaterial/PlacardNotation Not Available HoldCode1 (C_HoldCode1) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode10 (C_HoldCode10) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode2 (C_HoldCode2) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode3 (C_HoldCode3) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode4 (C_HoldCode4) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode5 (C_HoldCode5) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode6 (C_HoldCode6) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode7 (C_HoldCode7) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode8 (C_HoldCode8) Shipment/ShipmentItem/HoldCodes/Code Not Available HoldCode9 (C_HoldCode9) Shipment/ShipmentItem/HoldCodes/Code Not Available ImportLicenseRequiredIndicator (C_ImpLicnseReqdIndicator) Shipment/ShipmentItem/ImportLicenseRequiredIndicator False
752
View:
Shipment/ShipmentItem/Description Not Available Item GID (C_ItemGID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Item NounID (C_ItemNounID) Unknown ItemID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Labour Cost (C_LabourCost) Shipment/ShipmentItem/Costing/LaborCost Not Available Labour Cost Currency (C_LabourCostCurrency) currency.currency_id Loading Weight Measure (C_LoadingWeightMeasure) Loading Weight Measure Unit (C_LoadingWeightMeasureUnit) Material Cost (C_MaterialCost) Material Cost Currency (C_MaterialCostCurrency) Open Quantity (C_OpenQuantity) for type=ibtshipper: ibt_line.user_order_qty ibt_line.user_shipped_qty Open Quantity Unit (C_OpenQuantityUnit) for type=ibtshipper: ibt_line.ibt_um Order Quantity (C_OrderQuantity) for type=shipper: cust_order_line.user_order_qty for type=ibtshipper: ibt_line.user_order_qty Order Quantity Unit (C_OrderQuantityUnit) for type=shipper: cust_order_line.selling_um fro type=ibtshipper: ibt_line.ibt_um Other Cost (C_OtherCost) Other Cost Currency (C_OtherCostCurrency) currency.currency_id Ownership Code (C_OwnershipCode) Shipment/ShipmentItem/Costing/Amount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system. Shipment/ShipmentItem/LoadingWeightMeasure Not Available Shipment/ShipmentItem/LoadingWeightMeasure@unitCode Not Available Shipment/ShipmentItem/Costing/MaterialCost Not Available Shipment/ShipmentItem/Costing/MaterialCost@currencyID Not Available Shipment/ShipmentItem/OpenQuantity For type=IBTshipper: The performs the following calculation: Inter Branch Transfer Entry, Lines, Quantity minus Inter Branch Transfer Entry, Lines, Qty Shipped. If Quantity is not greater than Qty Shipped, then 0. Shipment/ShipmentItem/OpenQuantity@unitCode Shipment/ShipmentItem/OrderQuantity For type=shipper: Customer Order Entry, Lines, Quantity For type=IBTshipper: Inter Branch Transfer Entry, Lines, Quantity Shipment/ShipmentItem/OrderQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M Shipment/ShipmentItem/Costing/OtherCost Not Available Shipment/ShipmentItem/Costing/Amount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system. Shipment/ShipmentItem/OwnershipCode August 13, 2009 753
View:
Not Available Shipment/ShipmentItem/Packaging/CapacityPerPackageQuantity Not Available Packaging Capacity Qty UOM (C_Packaging_CapacityQtyUOM) Shipment/ShipmentItem/Packaging/CapacityPerPackageQuantity@unitCode Not Available Packaging Desc (C_Packaging_Desc) Shipment/ShipmentItem/Packaging/Description Not Available Packaging Dim Height (C_PackagingDimHeight) Shipment/ShipmentItem/Packaging/Dimensions/HeightMeasure Not Available Packaging Dim Height Unit (C_PackagingDimHeightUnit) Shipment/ShipmentItem/Packaging/Dimensions/HeightMeasure@unitCode Not Available Packaging Dim Length (C_PackagingDimLength) Shipment/ShipmentItem/Packaging/Dimensions/LengthMeasure Not Available Packaging Dim Length Unit (C_PackagingDimLengthUnit) Shipment/ShipmentItem/Packaging/Dimensions/LengthMeasure@unitCode Not Available Packaging Dim Width (C_PackagingDimWidth) Shipment/ShipmentItem/Packaging/Dimensions/WidthMeasure Not Available Packaging Dim Width Unit (C_PackagingDimWidthUnit) Shipment/ShipmentItem/Packaging/Dimensions/WidthMeasure@unitCode Not Available Packaging ID (C_PackagingID) Shipment/ShipmentItem/Packaging/ID Not Available Packaging PerPackQty (C_Packaging_PerPackQty) Shipment/ShipmentItem/Packaging/PerPackageQuantity Not Available Packaging PerPackQty UOM (C_Packaging_PerPackQty_UOM) Shipment/ShipmentItem/Packaging/PerPackageQuantity@unitCode Not Available Packaging UPC PackLevelCode (C_Packaging_UPCPackLevelCode) Shipment/ShipmentItem/Packaging/UPCPackagingLevelCode Not Available Planned Ship Quantity (C_PlannedShipQuantity) Shipment/ShipmentItem/PlannedShipQuantity Not Available Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Promised Delivery Date Time (C_PromisedDeliveryDateTime) Unknown Purchase Order DID (C_PurchaseOrderDID) Unknown Purchase Order Doc ID (C_PurchaseOrderDocID) Shipment/ShipmentItem/PurchaseOrderReference/DocumentID/ID for type=poreturnreceipt: receiver_line.purc_order_id for type=cnsnreceiptrtn: consign_rcvr_line.purc_order_id Purchase Order Line (C_PurchaseOrderLine) Shipment/ShipmentItem/PurchaseOrderReference/LineNumber for type=poreturnreceipt: receiver_line. purc_order_line_no for type=cnsnreceiptrtn: consign_rcvr_line. purc_order_line_no Purchase Order Location ID (C_PurchaseOrderLocationID) Shipment/ShipmentItem/PurchaseOrderReference/DocumentID/ID@location Not Available Purchase Order Qty (C_PurchaseOrderQty) Shipment/ShipmentItem/PurchaseOrderReference/Quantity Not Available Purchase Order Release Number (C_PurchaseOrderReleaseNumber)Shipment/ShipmentItem/PurchaseOrderReference/ReleaseNumber Not Available August 13, 2009 754
View:
755
View:
Shipment/ShipmentItem/PurchaseOrderReference/SubLineNumber Not Available Shipment/ShipmentItem/PurchaseOrderReference/Quantity@unitCode Not Available Shipment/ShipmentItem/PurchaseOrderReference/DocumentID/RevisionID Not Available Shipment/ShipmentItem/PurchaseOrderReference/DocumentID/ID@accountingEntity Not Available Shipment/ShipmentItem/RFID Not Available Shipment/ShipmentItem/ReasonCode Not Available Shipment/ShipmentItem/UnitSalePriceAmount Not Available Shipment/ShipmentItem/UnitSalePriceAmount@currencyID Not Available Shipment/ShipmentItem/SalesOrderReference/LineNumber Shipping Entry, Lines, C/O Ln# Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID Shipping Entry, Order ID Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID@location Not Available Shipment/ShipmentItem/SalesOrderReference/Quantity Not Available Shipment/ShipmentItem/SalesOrderReference/Quantity@unitCode Not Available Shipment/ShipmentItem/SalesOrderReference/DocumentID/RevisionID Not Available Shipment/ShipmentItem/SalesOrderReference/ScheduleLineNumber Not Available Unknown Shipment/ShipmentItem/SalesOrderReference/ReleaseNumber Not Available Shipment/ShipmentItem/SalesOrderReference/SubLineNumber Not Available Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID@accountingEntity Not Available Shipment/ShipmentItem/Costing/ServiceCost Not Available Shipment/ShipmentItem/Costing/Amount@currencyID Exchange Rate Maintenance, Currency Maintenance, Currency ID marked as system. Shipment/ShipmentItem/ServiceIndicator For type=WOIssue, WOReturnReceipt, CNSNReceiptRtn: False Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 August 13, 2009 756
View:
For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Unknown Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M MessageHeader:TenantID Shipment/ShipmentItem/UPCID Not Available Shipment/ShipmentItem/UnitSalePriceAmount Not Available Shipment/ShipmentItem/UnitSalePriceAmount@currencyID Not Available Unknown Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID
Warehouse DID (C_WarehouseDID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse Name (C_WarehouseName) Shipment/ShipmentHeader/WarehouseLocation/Name warehouse_address.name Warehouse Maintenance, Warehouse Address, Name
757
View:
Ship To ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id Ship To Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Ship To Noun ID (C_ShipToNounID) Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+ ibt_shipper_line.line_no for type=poreturnreceipt: poreturnreceipt+receiver_line. receiver_id+receiver_line.line_no for type=woissue: woissue+inventory_transaction. transaction_id for type=woreceiptrtn: woreceiptrtn+ inventory_transaction.transaction_id for type=cnsnreciptrtn: consign_receiver.receiver_id+ consign_receiver_line.line_no Shipped (Shipped)
MessageHeader:AccountingEntityID Calculated case when cast(C_ScheduledShipDateTime as decimal)<>0then 1 else 0 end Calculated case when (cast(cast(C_ScheduledShipDateTime as float)as int) = cast(cast(cast(cast(Current_timestamp AS char(20))as datetime) as float)as int)) then 'Today' else 'Not For Today' end Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Calculated case when C_Status='Shipped' then 1 else 0 end Status (C_Status) Shipment/ShipmentHeader/Status/Code for type=shipper: shipper.status For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped Status Date (C_StatusDate) Shipment/ShipmentHeader/Status/EffectiveDateTime for type=shipper: shipper.status_eff_date For type=shipper: Field not displayed on window. Available in Packlist ID browse table. for type=ibtshipper: ibt.shipped_date For type=IBTshipper: If status is Shipped, then Inter Branch Transfer Entry, Other tab, Last Shipped. If status is cancelled, then the system uses the for type=poreturnreceipt: receiver.received_date current date and time. for type=woissue, woreceiptrtn: inventory_transaction. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date transaction_date For type=WOIssue, WOReceiptRtn: If status is shipped, then Inventory Transaction Entry, Transaction Date. If status is cancelled, then the system uses for type=cnsnreceiptrtn: consign_receiver.received_date the current date and time. For type=CNSNReceiptRtn: If status is shipped, then Consignment Receiving, Receive Date. If status is cancelled, then the system uses the current date and time. Tenant ID (C_TenantID) MessageHeader:TenantID August 13, 2009 758
View:
Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name Unknown
Parameters:
Accounting Entity (AccountingEntity) Scheduled Ship date (ScheduledShipdate) Warehouse ID (WarehouseID)
Is Mandatory:
No No No
Is Fixed:
No Yes No
Default Value:
Today
Fields:
Accounting Entity (C_AccountingEntity) Number Of Shipments (Shipments) Ship To ID (C_ShipToID) Ship To Name (C_ShipToName) Ship To Noun ID (C_ShipToNounID) Shipment ID (C_ShipmentID) Shipped (Shipped) Status (C_Status) Status Date (C_StatusDate) Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) Warehouse Name (C_WarehouseName) Warehouse Noun ID (C_WarehouseNounID)
Sorting Type:
Aggregation Type:
MAX SUM MAX MAX MAX MAX SUM MAX MAX MAX MAX MAX MAX
759
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date MessageHeader:FromLogicalID Calculated CASE DATEDIFF(month,C_ScheduledShipDateTime,getDate()) WHEN 0 THEN 'This month' WHEN 1 THEN '1 month ago' ELSE CAST(DATEDIFF (month,C_ScheduledShipDateTime,getDate()) as varchar(5)) + ' months ago' END Shipment/ShipmentHeader/ScheduledShipDateTime For type=shipper: Shipping Entry, Desired Ship Date Unknown Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Scheduled Ship Date Time (C_ScheduledShipDateTime) for type=shipper: shipping.desired_ship_date Ship To DID (C_ShipToNounID) Ship To ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id Ship To Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Ship Unit Quantity (C_ShipUnitQuantity) Ship Unit Quantity Unit (C_ShipUnitQuantityUnit) Shipment DID (C_ShipmentNounID) Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+ ibt_shipper_line.line_no for type=poreturnreceipt: poreturnreceipt+receiver_line. receiver_id+receiver_line.line_no for type=woissue: woissue+inventory_transaction. transaction_id for type=woreceiptrtn: woreceiptrtn+ inventory_transaction.transaction_id for type=cnsnreciptrtn: consign_receiver.receiver_id+ consign_receiver_line.line_no Shipment On Time (calShipmentOnTime)
Shipment/ShipmentHeader/ShipUnitQuantity Not Available Shipment/ShipmentHeader/ShipUnitQuantity@unitCode Not Available Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
View:
Case when (Cast (Cast([C_ActualShipDateTime] as float) as int) <= Cast (Cast(C_ScheduledShipDateTime as float) as int) ) then 100.00 else 0.00 End Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped Unknown MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Unknown Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name Unknown
Status Date (C_StatusDate) Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id Warehouse Location ID (C_WarehouseLocationID) Warehouse Name (C_WarehouseName) warehouse_address.name Warehouse Noun ID (C_WarehouseNounID)
Parameters:
Accounting Entity (AccountingEntity) Scheduled Ship Date Time (C_ScheduledShipDateTime) Status (C_Status) Warehouse ID (WarehouseID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
W-4 Shipped,Invoiced
Fields:
Accounting Entity (C_AccountingEntity) Actual Ship Date Time (C_ActualShipDateTime) From Logical ID (C_FromLogicalID) Scheduled Ship Date Time (C_ScheduledShipDateTime) Ship To DID (C_ShipToNounID) Ship To ID (C_ShipToID) Ship To Name (C_ShipToName) Ship Unit Quantity (C_ShipUnitQuantity) Ship Unit Quantity Unit (C_ShipUnitQuantityUnit) Shipment DID (C_ShipmentNounID) Shipment ID (C_ShipmentID) Shipment On Time (calShipmentOnTime) Status (C_Status) Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) Warehouse Name (C_WarehouseName) Warehouse Noun ID (C_WarehouseNounID)
Sorting Type:
Aggregation Type:
MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX AVERAGE MAX MAX MAX MAX MAX
DESCENDING
761
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/FreightCostAmount Not Available Shipment/ShipmentHeader/FreightCostAmount@currencyID Not Available Shipment/ShipmentHeader/CarrierParty/PartyIDs/ID For type=shipper: Customer Order Entry, Sold to/Ship to tab, Carrier ID For type=IBTShipper: Inter Branch Transfer Entry, Carrier ID For type=POReturnReceipt: Purchase Receipt Entry, Carrier ID For type=CNSNReceiptRtn: Consignment Receiving, Carrier ID Shipment/ShipmentHeader/PromisedShipDateTime Not Available Shipment/ShipmentHeader/RequiredDeliveryDateTime Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/AddressLine Not Available Shipment/ShipmentHeader/ShipFromParty/Location/Address/CityName For type=Shipper: Warehouse Maintenance, Warehouse Address, City For type=POReturnReceipt, WOIssue, WOReceiptRtn: Application Global Maintenance, City Shipment/ShipmentHeader/ShipFromParty/Location/Address/CountryCode For type=shipper: Warehouse Maintenance, Warehouse Address, Country For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, Country Shipment/ShipmentHeader/ShipFromParty/PartyIDs/ID For type=shipper, IBTshipper, CNSNReceiptRtn: COMPANY Shipment/ShipmentHeader/ShipFromParty/Name For type=shipper, IBTShipper, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General Tab, Name Shipment/ShipmentHeader/ShipFromParty/Location/Address/PostalCode For type=shipper: Warehouse Maintenance, Warehouse Address, Zip For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, Zip Shipment/ShipmentHeader/ShipFromParty/Location/Address/CountrySubDivisionCode For type=shipper: Warehouse Maintenance, Warehouse Address, State For type=POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: Application Global Maintenance, General tab, State Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
762
View:
Shipment/ShipmentHeader/ShipToParty/Location/Address/AddressLine For type=IBTShipper: Warehouse Mainteance, Warehouse Address, Street Address fields For type=POReturn Receipt: Purchase Order Entry, Purchase Addresses, Street Address fields For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Street Address fields
Shipment/ShipmentHeader/ShipToParty/Location/Address/CityName For type=shipper: Shipping Entry, Shipping Address, City For type=IBTShipper: Warehouse Maintenance, Warehouse Address, City For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, City For type=WOIssue, WOReturnReceipt: Application Global Maintenance, City Shipment/ShipmentHeader/ShipToParty/Location/Address/CountryCode For type=shipper: Shipping Entry, Shipping Address, Country For type=IBTshipper: Warehouse Maintenance, Warehouse Address, Country For type=POReturnReceipt: Purchase Order Entry, Purchase Address, Country For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Country Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
763
View:
Shipment/ShipmentHeader/ShipToParty/Location/Address/PostalCode For type=shipper: Shipping Entry, Shipping Address, Zip For type=IBTshipper: Warehouse Maintenance, Warehouse Address, Zipcode For type=POReturnReceipt: Purchase Order Entry, Purchase Address, Zipcode For type=WOIssue, WOReturnReceipt: Application Global Maintenance, Zipcode Shipment/ShipmentHeader/ShipToParty/Location/Address/CountrySubDivisionCode For type=shipper: Shipping Entry, Shipping Address, State For type=IBTShipper: Warehouse Maintenance, Warehouse Address, State For type=POReturnReceipt: Purchase Order Entry, Purchase Addresses, State For type=WOIssue, WOReturnReceipt: Application Global Maintenance, State Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Tenant ID (C_TenantID) Transport Method (C_TransportMethod) for type=shipper: shipper.ship_via for type=ibtshipper: ibt_shipper.sihp_via for type=poreturnreceipt: receiver.ship_via for type=cnsnreceiptrtn: consign_receiver.ship_via Volume (C_Volume) Volume Units (C_VolumeUnits) Weight (C_Weight) for type=shipper: shipper.tare_weight for type=ibtshipper: ibt_shipper_line.tare_weight Weight Units (C_WeightUnits) for type=shipper: shipper_line.weight_um for type=ibtshipper:ibt_shipper_line.weight_um
Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Shipment/ShipmentHeader/TransportationMethodCode For type=shipper: Shipping Entry, Ship Via For type=IBTShipper: IBT Shipping Entry, Ship Via For type=POReturnReceipt: Purchase Receipt Entry, Other tab, Ship Via For type=CNSNReceiptRtn: Consignment Receiving, Ship Via Unknown Unknown Shipment/ShipmentHeader/TareWeightMeasure For type=shipper: Field not displayed on window. Available in Packlist ID browse table. For type=IBTshipper: Inter Branch Transfer Shipping Entry, Lines, Shipment/ShipmentHeader/TareWeightMeasure@unitCode For type=shipper: Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance. For type=IBTShipper: IBT Shipping Entry, Lines, Weight U/M. Translated to ISO code based on settings in Code Mapping Maintenance.
Parameters:
Accounting Entity (AccountingEntity) Promised Ship Date Time (C_PromisedShipDateTime) Required Delivery Date Time (C_RequiredDeliveryDateTime)
Is Mandatory:
No Yes No
Is Fixed:
No No No August 13, 2009
Default Value:
M-3 M-3 764
View:
Is Mandatory:
No No No No No No
Is Fixed:
No No No No No No
765
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date
Calculated bisdata_1587.batch_status Discrepancy Percentage (ShippingDiscrepancyPercentage) Calculated case when (REP_WRH_SHIPMENTLINE.C_PlannedShipQuantity = REP_WRH_SHIPMENTLINE.C_ShippedQuantity) and convert(varchar(10), REP_WRH_SHIPMENTHEADER.C_ScheduledShipDateTime,120) = convert(varchar(10),REP_WRH_SHIPMENTHEADER.C_ActualShipDateTime,120) then 0.0 else 100.0 end From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item ID (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Item Noun ID (C_ItemNounID) Unknown Planned Ship Quantity (C_PlannedShipQuantity) Shipment/ShipmentItem/PlannedShipQuantity Not Available Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Sales Line (C_SalesLine) Shipment/ShipmentItem/SalesOrderReference/LineNumber shipper_line.cust_order_line_no Shipping Entry, Lines, C/O Ln# Sales Order (C_SalesOrder) shipping.cust_order_id Sales Order Noun ID (C_SalesOrderNounID) Sales Schedule Line (C_SalesScheduleLine) Scheduled Ship Date Time (C_ScheduledShipDateTime) for type=shipper: shipping.desired_ship_date Ship To Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. customer_name for type=ibtshipper, woissue, woreturnreceipt: application_global.company_name for type=poreturnreceipt, cnsnreceiptrtn: vendor. vendor_name Ship To Noun ID (C_ShipToNounID) ShipTo ID (C_ShipToID) for type=shipper: customer_order.customer_id Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID Shipping Entry, Order ID Unknown Shipment/ShipmentItem/SalesOrderReference/ScheduleLineNumber Not Available Shipment/ShipmentHeader/ScheduledShipDateTime For type=shipper: Shipping Entry, Desired Ship Date Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Unknown Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID August 13, 2009 766
View:
For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Unknown Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name Unknown
Parameters:
Accounting Entity (AccountingEntity) Item ID (ItemID) Scheduled Ship Date (ScheduledShipDate) Warehouse ID (WarehouseID)
Is Mandatory:
No No Yes No
Is Fixed:
No No No No
Default Value:
D-6
Fields:
Accounting Entity (C_AccountingEntity)
Sorting Type:
Aggregation Type:
MAX
767
View:
Sorting Type:
768
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualShipDateTime For type=shipper: Shipping Entry, Actual Ship Date plus shipper.shipped_time. Shipper.shipped_time not displayed on the Shipping Entry window. Available in the Packlist ID browse table. For type=POReturnReceipt: Purchase Receipt Entry, Act Recv Date For type=WOIssue, WOReceiptRtn: Inventory Transaction Entry, Transaction Date For type=CNSNReceiptRtn: Consignment Receiving, Receive Date Calculated case when datediff(wk,C_ActualShipDateTime,getDate()) = 0 then 'This Week' when datediff(wk,C_ActualShipDateTime,getDate()) = 1 then 'Last Week' else str(datediff(wk,C_ActualShipDateTime,getDate()))+ 'Weeks Ago' end Calculated datediff(d,C_DockedDateTime,C_LoadedDateTime)*1.0 Unknown Calculated datediff(d,C_LoadedDateTime,C_ActualShipDateTime)*1.0 Unknown Calculated datediff(d,C_PickedDateTime,C_DockedDateTime)*1.0 Unknown Calculated datediff(d,C_ReleasedDateTime,C_PickedDateTime)*1.0 Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Dock To Load (TimeDockToLoad) Docked Date Time (C_DockedDateTime) Load To Ship (TimeLoadToShip) Loaded Date Time (C_LoadedDateTime) Pick To Dock (TimePickToDock) Picked Date Time (C_PickedDateTime) Release To Pick (TimeReleaseToPick) Released Date Time (C_ReleasedDateTime) Shipment ID (C_ShipmentID) for type=shipper: shipper+shipper.packlist_id+ shipper_line.line_no for type=ibtshipper: ibtshipper+ibt_shipper.shipper_id+ ibt_shipper_line.line_no for type=poreturnreceipt: poreturnreceipt+receiver_line. receiver_id+receiver_line.line_no for type=woissue: woissue+inventory_transaction. transaction_id for type=woreceiptrtn: woreceiptrtn+ inventory_transaction.transaction_id for type=cnsnreciptrtn: consign_receiver.receiver_id+ consign_receiver_line.line_no Shipment Noun ID (C_ShipmentNounID) Status (C_Status) for type=shipper: shipper.status
Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) for type=shipper, ibtshipper, woissue, woreceiptrtn: inventory_transaction.warehouse_id for type=poreturnreceipt: receiver_line.warehouse_id for type=cnsnreceiptrtn: consign_rcvr_line.warehouse_id
Unknown Shipment/ShipmentHeader/Status/Code For type=shipper: Displays below RMA ID For type=IBTShipper, POReturnReceipt, WOIssue, WOReceiptRtn, CNSNReceiptRtn: If the transaction is deleted, then status is Cancelled. Otherwise, status is shipped MessageHeader:TenantID Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID
769
View:
Parameters:
Accounting Entity (AccountingEntity) Actual Ship Date Time (C_ActualShipDateTime) Status (C_Status) Warehouse ID (WarehouseID)
Is Mandatory:
No Yes No No
Is Fixed:
No No Yes No
Default Value:
Shipped
Fields:
Accounting Entity (C_AccountingEntity) Actual Ship Date Time (C_ActualShipDateTime) Dock To Load (TimeDockToLoad) Docked Date Time (C_DockedDateTime) Load To Ship (TimeLoadToShip) Loaded Date Time (C_LoadedDateTime) Pick To Dock (TimePickToDock) Picked Date Time (C_PickedDateTime) Release To Pick (TimeReleaseToPick) Released Date Time (C_ReleasedDateTime) Shipment ID (C_ShipmentID) Shipment Noun ID (C_ShipmentNounID) Status (C_Status) Tenant ID (C_TenantID) Warehouse ID (C_WarehouseID) Warehouse Noun ID (C_WarehouseNounID)
Sorting Type:
Aggregation Type:
MAX MAX AVERAGE MAX AVERAGE MAX AVERAGE MAX AVERAGE MAX MAX MAX MAX MAX MAX MAX
770
View:
MessageHeader:AccountingEntityID Shipment/ShipmentHeader/ActualDeliveryDateTime For type=shipper: Shipping Entry, Edit Packlist, Act Del Date. If null, then Shipping Entry, Edit Packlist, Exp Del Date.
Calculated CASE DATEDIFF(week,C_ActualDeliveryDate,getDate()) WHEN 0 THEN 'Current Week' WHEN 1 THEN 'Last Week' ELSE CAST(DATEDIFF(week, C_ActualDeliveryDate,getDate()) as varchar(5)) + ' Weeks ago' END Fill Rate (FillRate) Calculated case when BISDATA_1587.C_PlannedShipQuantity =BISDATA_1587.C_ShippedQuantity THEN 100 Else 0 END From Logical ID (C_FromLogicalID) MessageHeader:FromLogicalID Item D (C_ItemID) Shipment/ShipmentItem/ItemID/ID for type=shipper: customer_order_line.part_id For type=shipper: Customer Order Entry, Lines, Part ID for type=ibtshipper: ibt_line.part_id For type=IBTshipper: Inter Branct Transfer Entry, Lines, Part ID for type=poreturnreceipt: purc_order_line.part_id For type=POReturnReceipt: Purchase Order Entry, Lines, Part ID or Service ID purc_order_line.service_id For type=WOIssue, WOReturnReceipt: Inventory Transaction Entry, Part ID for type=woissue, woreturnreceipt: inventory_transaction. For type=CNSNReceiptRtn: Consignment Receiving, Lines, Part ID part_id for type=cnsnreceiptrtn: consign_rcvr_line.part_id Item DID (C_ItemNounID) Unknown Item Description (C_ItemDescription) Order Quantity (C_OrderQuantity) for type=shipper: cust_order_line.user_order_qty for type=ibtshipper: ibt_line.user_order_qty Order Quantity Unit (C_OrderQuantityUnit) for type=shipper: cust_order_line.selling_um fro type=ibtshipper: ibt_line.ibt_um Planned Ship Quantity (C_PlannedShipQuantity) Planned Ship Quantity Unit (C_PlannedShipQuantityUnit) Sales Line (C_SalesLine) shipper_line.cust_order_line_no Sales Order (C_SalesOrder) shipping.cust_order_id Sales Order DID (C_SalesOrderNounID) Sales Schedule Line (C_SalesScheduleLine) Ship To DID (C_ShipToNounID) Ship To ID (C_ShipToID) for type=shipper: customer_order.customer_id for type=poreturnreceipt: purchase_order.vendor_id for type=cnsnreceiptrtn: consign_receiver.customer_id Ship To Name (C_ShipToName) for type=shipper, cnsnreceiptrtn: customer. Shipment/ShipmentItem/Description Not Available Shipment/ShipmentItem/OrderQuantity For type=shipper: Customer Order Entry, Lines, Quantity For type=IBTshipper: Inter Branch Transfer Entry, Lines, Quantity Shipment/ShipmentItem/OrderQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M Shipment/ShipmentItem/PlannedShipQuantity Not Available Shipment/ShipmentItem/PlannedShipQuantity@unitCode Not Available Shipment/ShipmentItem/SalesOrderReference/LineNumber Shipping Entry, Lines, C/O Ln# Shipment/ShipmentItem/SalesOrderReference/DocumentID/ID Shipping Entry, Order ID Unknown Shipment/ShipmentItem/SalesOrderReference/ScheduleLineNumber Not Available Unknown Shipment/ShipmentHeader/ShipToParty/PartyIDs/ID For type=shipper: Customer Order Entry, Customer ID For type=IBTShipper, WOIssue, WOReturnReceipt: COMPANY For type=POReturnReceipt: Purchase Order Entry, Vendor ID For type=CNSNReceiptRtn: Consignment Receiving, Customer tab, Customer ID Shipment/ShipmentHeader/ShipToParty/Name For type=shipper, CNSNReceiptRtn: Customer Maintenance, Name August 13, 2009 771
View:
For type=IBTShipper, WOIssue, WOReturnReceipt: Application Global Maintenance, Name For type=POReturnReceipt, CNSNReceiptRtn: Vendor Maintenance, Name
Unknown Shipment/ShipmentHeader/DocumentID/ID For type=shipper: Shipper ~ Shipping Entry, Packlist ID ~ Shipping Entry, Lines, Line No. For example, Shipper~00006~1 For type=IBTShipper: Inter Branch Transfer Shipping Entry, Shipper ID ~ Inter Branch Transfer Shipping Entry, IBT Ln # For type=POReturnReceipt: POReturnReceipt ~ Purchase Receipt Entry, Lines, Receiver ID ~ Purchase Receipt Entry, Line No For type=WOIssue: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=WOReceiptRtn: WOIssue ~ Inventory Transaction Entry, Transaction ID For type=CNSNReceiptRtn: CNSNReceiptRtn ~ Consignment Receiving Entry, Receiver ID ~ Consignment Receiving Entry, Lines, Ln #
Shipment/ShipmentItem/LineNumber Consignment Receipt Entry, Lines, Ln # Shipment/ShipmentItem/ShippedQuantity For type=shipper: Shipping Entry, Lines, Qty Shipped For type=IBTshipper: Inter Branch Transfer Entry, Lines, Qty Shipped For type=WOIssue, WOReturnReceipt: Inventory Transaction, Quantity
Shipment/ShipmentItem/ShippedQuantity@unitCode For type=shipper: Customer Order Entry, Lines, U/M For type=WOIssue, WOReturnReceipt: Part Maintenance, Stock U/M MessageHeader:TenantID Unknown Shipment/ShipmentHeader/WarehouseLocation/ID For type=shipper, IBTshipper, WOIssue, WOReceiptRtn: Inventory Transaction Entry, Warehouse ID for transaction ID associated with shipment. For type=POReturnReceipt: Purchase Receipt Entry, Lines, Warehouse ID For type=CNSNReceiverRtn: Consignment Receiving, Lines, Warehouse ID Shipment/ShipmentHeader/WarehouseLocation/Name Warehouse Maintenance, Warehouse Address, Name
Parameters:
Accounting Entity (AccountingEntity) Actual Delivery Date (C_ActualDeliveryDate) Item ID (ItemID)
Is Mandatory:
No No No
Is Fixed:
No No No
Default Value:
M-1
Fields:
Sorting Type:
August 13, 2009
Aggregation Type:
772
773
View:
MessageHeader:AccountingEntityID Calculated Case when BISDATA_5912.C_OpConstrndResTypeCode='Labor' then BISDATA_5912.C_OpConstrndResQty End BillOfResources/BillOfResourcesHeader/DocumentID/ID Not Available Calculated BISDATA_4876.C_OperationActualEndDate Calculated Case when BISDATA_5942.C_OpConstrResTypeCode='Labor' then BISDATA_5942.C_OpConstrndResourceQty End MessageHeader:FromLogicalID BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceTypeCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ConstrainedResourceReference/ResourceID/ID Manufacturing Window, Operations Card, Resource ID Manufacturing Window, Operations Card, Advanced tab, Resource ID BillOfResources/Operations/ConstrainedResourceReference/Quantity@unitCode Not Available ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/StartDateTime
Operation Actual Start Date (C_OperationActualStartDate) labor_ticket.start_date Operation ID (C_OperationID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ID work_order.type+work_order.base_id+work_order.lot_id+ The system concatenates the following: work_order.split_id+work_order.sub_id Manufacturing Window, Work Order Header, Type ~ Manufacturing Window, Work Order Header, Base ID/Job ID ~ Manufacturing Window, Work Order Header, Eng ID/Lot ID ~ Manufacturing Window, Work Order Header, Split ID ~ Manufacturing Window, Operation Card, Operation Seq # Operation Person ID (C_OperationPersonID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/OperationPersonReference/ResourceID/ID labor_ticket.employee_id Labor Ticket Entry, Employee ID for the labor ticket associated with the work order. Can also review in Manufacturing Window, Labor Tickets. Operation Planned End Date (C_OperationPlannedEndDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/EndDateTime operation.sched_end_date Manufacturing Window, Operation View Panel, Sched Finish Date Operation Planned Start Date (C_OperationPlannedStartDate) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ForecastedTimePeriod/StartDateTime operation.sched_start_date Manufacturing Window, Operation View Panel, Sched Start Date Operation Process Code (C_OperationProcessCode) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ProcessCode operation.service_id Manufacturing Window, Operations Card, Service ID Operation Site ID (C_OperationSiteID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/ID application_global.enitity_id Site~Application Global Maintenance, Default Mfg Entity Operation Site Name (C_OperationSiteName) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Site/Name application_global.name Application Global Maintenance, Name Operation Status (C_OperationStatus) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/Status/Code requirement.status Manufacturing Window, Status. You can view the status code in the Operation View panel, in the text display mode (the status code precedxes the release date, and in the graphic display more (the status precedes the release date). Operation Work Center ID (C_OperationWorkCenterID) ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/WorkCenterID August 13, 2009 774
View:
Manufacturing Window, Operations Card, Resource ID ProductionOrder/ProductionOrderDetail/BillOfResources/Operations/ExecutionTimePeriod/EndDateTime Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/PlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/DocumentID/ID Not Available Unknown ProductionOrder/ProductionOrderDetail/Sequence 1 ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/Name Not Available ProductionOrder/ProductionOrderHeader/ShopFloorPlannerPersonReference/IDs/ID Not Available ProductionOrder/ProductionOrderHeader/Status/Code Not Available MessageHeader:TenantID ProductionOrder/ProductionOrderHeader@type Not Available Unknown
Parameters:
Accounting Entity (AccountingEntity) Cal Operation Actual End Date (Cal_OperationActualEndDate) Status Code (C_StatusCode) Type Of Order (C_TypeOfOrder)
Is Mandatory:
No No No No
Is Fixed:
No No Yes Yes
Default Value:
QTD Completed,Closed ShopFloorOrder
Fields:
Accounting Entity (C_AccountingEntity) Actual Labor Hours (Cal_ActualLaborHours) BOR ID (C_BORID) Cal Operation Actual End Date (Cal_OperationActualEndDate) Est Labour Hours (Cal_EstLabourHours) From Logical ID (C_FromLogicalID) O pConstrnd Resource Qty (C_OpConstrndResourceQty) Op Constr Res Type Code (C_OpConstrResTypeCode) Op Constrnd Res Qty (C_OpConstrndResQty) Op Constrnd Res Qty UOM (C_OpConstrndResQtyUOM) Op Constrnd Res Type Code (C_OpConstrndResTypeCode) Op Constrnd Resource ID (C_OpConstrndResourceID) Op Constrnd Resource Qty UOM (C_OpConstrndResourceQtyUOM) Operation Actual Start Date (C_OperationActualStartDate) Operation ID (C_OperationID) Operation Person ID (C_OperationPersonID) Operation Planned End Date (C_OperationPlannedEndDate) Operation Planned Start Date (C_OperationPlannedStartDate)
Sorting Type:
Aggregation Type:
MAX SUM MAX MAX SUM MAX SUM MAX SUM MAX MAX MAX MAX MAX MAX MAX MAX MAX 775
ASCENDING
776