Functional Description
Purpose
This function will retrieve the F0911 and return the account number, subledger information, phase and
asset id for processing in Inventory Issues.
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specifications
2.4Processing
*Subtract 1 from JELN and use this number for the retrieval of the F0911
*Fetch the F0911 with DCT, DOC, KCO, JELN, DGJ
*If the record was found, return GLANI, GLSBL, GLSBLT, GLWR01, GLASID, GLLT, GLCRCD, and GLCRR
^
D4100470A - Get F0911 Information
Parameters:
Data Item Data Structure DescriptionI/ORequired
DCTDocument TypeIY
DOCDocument NumberIY
KCODocument CompanyIY
JELNJournal Entry Line NumberIY
DGLG/L DateIY
ANIAccount NumberOY
SBLSubledgerON
SBLTSubledger TypeON
WR01PhaseON
ASIIAsset Id/Equipment ON
LTLedger TypeON
EXAExplanationON
CRCDCurrency CodeON
CRRCurrency RateON
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szDocumentType | DCT | char | NONE | NONE |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
mnDocumentNumber | DOC | MATH_NUMERIC | NONE | NONE |
A number that identifies the original document, such as a voucher, invoice, or journal entry. On entry forms, you can assign the document
| ||||
szDocumentCompany | KCO | char | NONE | NONE |
A number that, with the document number, document type and G/L date, uniquely identifies an original document, such as invoice, voucher,
| ||||
mnJournalEntryLineNo | JELN | MATH_NUMERIC | NONE | NONE |
A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes. | ||||
jdGLDate | DGL | JDEDATE | NONE | NONE |
A date that identifies the financial period to which the transaction is to be posted.
The company constants specify the date range for each
| ||||
szAccountNumber | ANI | char | NONE | NONE |
A value that identifies an account in the general ledger. Use one of the following formats to enter account numbers:
o Standard account
| ||||
szSubledger | SBL | char | NONE | NONE |
A code that identifies a detailed, auxiliary account within a general ledger account. A subledger can be an equipment item number or an
| ||||
cSubledgerType | SBLT | char | NONE | NONE |
A user defined code (00/ST) that is used with the Subledger field to identify the subledger type and how the system performs subledger
| ||||
szPhase | WR01 | char | NONE | NONE |
A user defined code (00/W1) that indicates the current stage or phase of development for a work order. You can assign a work order to only
| ||||
szAssetIDEquipment | ASII | char | NONE | NONE |
An identification code that represents an asset. You enter the identification code in one of the following formats:
1
Asset number (a
| ||||
cSuppressErrorMsg | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMsgID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szLedgerType | LT | char | NONE | NONE |
A user defined code (09/LT) that specifies the type of ledger, such as AA (Actual Amounts), BA (Budget Amount), or AU (Actual Units). You
| ||||
szExplanation | EXA | char | NONE | NONE |
A description, remark, explanation, name, or address. | ||||
szCurrencyCode | CRCD | char | NONE | NONE |
A code that identifies the currency of a transaction. | ||||
mnCurrencyConversionRate | CRR | MATH_NUMERIC | NONE | NONE |
A number (exchange rate) that a foreign currency amount is multiplied by to calculate a domestic currency amount.
The number in this field
|
None |
F0911 Account Ledger |