1.Functional Description
1.1Purpose
This business function will get the Subsidiary Business Unit and Posting Edit Code from the Cost
Centre Master table (F0006).
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Input Cost Centre must not be blanks.
1. Get the Cost Centre Master row from the Cost Centre table (F0006) using MCU as the key.
2. If found
SubCostCentre = MCMCUS
PostingEditCode = MCPECC
Company = MCCO
ErrorCode= '0'
Else
ErrorCode = '1'
Endif
The Error Code and Data from the Cost Centre are passed back.
D3100280 - Get Cost Center Master Data
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCostCenter | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szSubCostCenter | MCUS | char | NONE | NONE |
Either a subsequent business unit or a project number.
A subsequent business unit specifies where to charge costs (or revenues) when the
| ||||
cPostingEditCode | PECC | char | NONE | NONE |
A code that specifies whether to allow transactions to post to the general ledger for the job (business unit). Valid values are:
Blank
Allow
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
szCompany | CO | char | NONE | NONE |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
|
None |
F0006 Business Unit Master |