Business Function Specification
Source NameB7601090DesignerMiriam Kato
Data Structure D7601090ProgrammerMiriam Kato
Function Name Get Receiver Next Line NumberSystem Code76
Function CategoryGet
Function UseGET
Revisions Log
DateProgrammerSAR NumberDescription
06/08/98Miriam Kato1844117Created
1.Functional Description
1.1Purpose
This Business Function gets the next NLIN ("Number of Lines") of F43121. It does a partial fetch with the key MATC, DOCO, PDCT, KCOO, LNID and
DOC, counts the number of records and returns the greater number of NLIN for that specific LNID.
1.2Setup Notes and Prerequisites
1.3Special Logic
2 Technical Specifications
2.1 Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
MATCcMatchTypeIY
DOCOmnOrderNumberInvoiceIY
PDCTszDocumentTypePurchaseIY
KCOOszOrderCompanyIY
LNIDmnLineNumberIY
DOCmnDocumentNumberVoucherIY
NLINmnNumberofLinesOY
EV01cReturnStatusON0 = No error; 1 = Error
2.2Related Tables
Table Table Description
F43121PO Receipts File
2.3Related Business Functions
Source NameFunction Name
2.4Processing
1Partial Fetch of F43121
2Count number of records
^
D7601090 - Get Receiver Next Line Number - Brazil - 43A
Data Item Data Structure DescriptionI/ORequired
MATCcMatchTypeIY
DOCOmnOrderNumberInvoiceIY
PDCTszDocumentTypePurchaseIY
KCOOszOrderCompanyIY
LNIDmnLineNumberIY
DOCmnDocumentNumberVoucherIY
NLINmnNumberofLinesOY
EV01cReturnStatusON
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMatchType | MATC | char | OPT | NONE |
A code, attached to each purchase-order detail record or receipt record, that indicates whether a voucher exists and whether the voucher
| ||||
mnDocumentOrderInvoiceE | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szDocumentTypePurchase | PDCT | char | OPT | NONE |
A value that is hard-coded in the originating programs and passed to the Accounts Payable system.
In Accounts Receivable, the document
| ||||
szCompanyKeyOrderNo | KCOO | char | OPT | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
mnLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
mnDocVoucherInvoiceE | DOC | MATH_NUMERIC | OPT | NONE |
A number that identifies the original document, such as a voucher, invoice, or journal entry. On entry forms, you can assign the document
| ||||
mnNoOfLinesOnOrder | NLIN | MATH_NUMERIC | OPT | NONE |
A number representing the number of lines on either a purchase or sales order.
or The number of receivers recorded during the receipts
| ||||
cReturnStatus | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szCostCenter | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
|
None |
None |