asset acquisition for constructed assets (164) -...

23
EHP3 for SAP ERP 6.0 September 2008 English Asset Acquisition for Constructed Assets (164) SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Business Process Documentation

Upload: phungnhu

Post on 17-May-2018

282 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

EHP3 for SAP ERP 6.0

September 2008

English

Asset Acquisition for Constructed Assets (164)

SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany

Business Process Documentation

Page 2: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 2 of 23

Copyright

© Copyright 2008 SAP AG. All rights reserved.

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.

Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.

Microsoft, Windows, Excel, Outlook, and PowerPoint

are registered trademarks of Microsoft Corporation.

IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, System i, System i5, System p, System p5, System x, System z, System z9, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, Informix, i5/OS, POWER, POWER5, POWER5+, OpenPower and PowerPC are trademarks or registered trademarks of IBM Corporation.

Adobe, the Adobe logo, Acrobat, PostScript, and Reader are either trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries.

Oracle is a registered trademark of Oracle Corporation.

UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group.

Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or

registered trademarks of Citrix Systems, Inc.

HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C®, World Wide Web

Consortium, Massachusetts Institute of Technology.

Java is a registered trademark of Sun Microsystems, Inc.

JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape.

SAP, R/3, xApps, xApp, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.

Page 3: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 3 of 23

Icons

Icon Meaning

Caution

Example

Note

Recommendation

Syntax

External Process

Business Process Alternative/Decision Choice

Typographic Conventions

Type Style Description

Example text Words or characters that appear on the screen. These include field names, screen titles, pushbuttons as well as menu names, paths and options.

Cross-references to other documentation.

Example text Emphasized words or phrases in body text, titles of graphics and tables.

EXAMPLE TEXT Names of elements in the system. These include report names, program names, transaction codes, table names, and individual key words of a programming language, when surrounded by body text, for example, SELECT and INCLUDE.

Example text Screen output. This includes file and directory names and their paths, messages, source code, names of variables and parameters as well as names of installation, upgrade and database tools.

EXAMPLE TEXT Keys on the keyboard, for example, function keys (such as F2) or the

ENTER key.

Example text Exact user entry. These are words or characters that you enter in the system exactly as they appear in the documentation.

<Example text> Variable user entry. Pointed brackets indicate that you replace these words and characters with appropriate entries.

Page 4: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 4 of 23

Abbreviations

C Character

Character string. Fields of type CHAR may only have a maximum length of 255 in tables. If longer character strings are used in tables, use data type LCHR. There are no restrictions for the length of such fields in structures.

CU Currency

Currency field. Corresponds to an amount field DEC. A field of this type must refer to a field of type CUKY (reference field).

CUK Currency Key

Currency key. Fields of this type are referenced by fields of type CURR. The length is defined as 5 places for this data type.

U Unit

Units key. Fields of this type are referenced by fields of type QUAN. The length of this data type is defined as 2 or 3 places.

Q Quantity

Quantity. Corresponds to an amount field DEC. A field of this type must always refer to a unit’s field with format UNIT (reference field).

D Decimal

Counter or amount field with decimal point, sign and comma for thousands. A DEC field may have a maximum of 31 places.

DA Date

Date. The length is defined as 8 places for this data type. The output mask can be defined with the user profile.

N Numeric

Character string that may only contain digits. The length of a field of this type is limited to a maximum of 255 places.

Page 5: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 5 of 23

Contents

1 Purpose ................................................................................................................................... 6

2 Prerequisites............................................................................................................................ 6

2.1 Master Data ...................................................................................................................... 6

2.2 Roles ................................................................................................................................ 7

3 Process Overview Table ......................................................................................................... 7

4 Process Steps ......................................................................................................................... 9

4.1 Create Investment Order (with Asset under Construction Master Record) ..................... 9

4.2 Create Budget for Investment Order .............................................................................. 11

4.3 Release Investment Order ............................................................................................. 12

4.4 AP Post Invoice to Investment Order ............................................................................. 13

4.5 Monitor Order Progress .................................................................................................. 15

4.6 Asset under Construction Settlement (collective processing) ........................................ 16

4.7 Create Assets for Complete AUC Settlement ................................................................ 19

4.8 Complete Order .............................................................................................................. 19

5 Appendix................................................................................................................................ 23

5.1 Reversal of Process Steps ............................................................................................. 23

Page 6: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 6 of 23

Asset Acquisition for Constructed Assets

1 Purpose Assets under construction (AUC) are a special form of tangible assets. They are usually displayed as a separate balance sheet item and therefore require a separate account determination and their own asset classes. During the construction phase of an asset, all actual postings are assigned to the AUC. Once the asset is completed, a transfer is made to the final fixed asset.

The recommendation of using Investment orders to capture the costs of AUC assets during the period and month-end processing will ‘settle’ the costs from the Investment order to the AUC. This is done so that budget information can be entered for the AUC and tracking of the actual-to-budget can be performed. Once the AUC is completed, the final asset is created in the appropriate asset class, and the Investment order is set to ‘complete’ so that the next settlement will transfer the AUC asset value to the completed asset.

2 Prerequisites

2.1 Master Data

You have entered the master data required to go through the procedures of this scenario. Ensure that the following scenario-specific master data exists before you test this scenario:

Service Area

Manufacturing Area / Trading Area

Master Data Value Selection Comment

Asset Classes * All asset classes besides 4000, 4001

Vendor * Domestic vendor for related account groups

All vendors which are domestic vendors and deliver the specific material can used

Cost Center * All cost center

All data which are mentioned within this document are data examples only. Other data can also be used, but must fit to each other e.g. the vendor must listed for the material group.

Page 7: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 7 of 23

2.2 Roles

Use

The following roles must have already been installed to test this scenario in the SAP Netweaver Business Client (NWBC). The roles in this Business Process Documentation must be assigned to the user or users testing this scenario. You only need these roles if you are using the NWBC interface. You do not need these roles if you are using the standard SAP GUI.

Prerequisites

The business roles have been assigned to the user who is testing this scenario.

Business Role

Details Activity Transaction

Accounts Payable Accountant1

SAP_BPR_AP_CLERK-S1 FB60

Assets Accountant

SAP_BPR_ASSET-S AS01

Assets Accountant

SAP_BPR_ASSET-S KO01

KO02

Assets Accountant

SAP_BPR_ASSET-S KO04

KO22

Assets Accountant

SAP_BPR_ASSET-S KO8G

Assets Accountant

SAP_BPR_ASSET-S S_ALR_87013019

3 Process Overview Table

Process step External process reference

Business condition

Business role

Trans-action code

Expected results

Create Investment Order, with AUC master record

New Asset Under Construction (AUC) has been approved and the system needs to track the costs and capitalize the value when complete.

Asset Accountant

KO04 Internal order to track asset under construction budget and expenses is available and an asset under construction master record has been created.

Create Budget for Investment Order

Budget for the approved AUC is entered in the system so

Asset Accountant

KO22 Budget for AUC is entered into the investment

Page 8: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 8 of 23

Process step External process reference

Business condition

Business role

Trans-action code

Expected results

that monitoring can be performed.

order.

Release Investment Order

Expenses for the AUC have occurred and need to be entered into the system

Asset Accountant

KO04 Internal order to track asset under construction budget and expenses is released for postings.

G/L Posting to Investment Order

This activity is performed to create a G/L posting to internal order.

Accounts Payable Accountant 1

FB60 The G/L posting to internal order has been created.

Monitor Order progress

All the purchase orders that require release by Release Authorization person are listed and need to be approved.

Cost Accountant

S_ALR_87013019 Comparison of the Budget to actual costs is done to monitor the progress of the AUC.

Asset Under Construction Settlement

Monitoring of the progress of the AUC is done.

Central Cost Accountant

KO8G The monthly costs from the investment order are posted to the AUC asset.

Create Assets for Complete AUC Settlements

The costs captured in the order need to be posted to the AUC asset to show the costs on the balance sheet.

Asset Accountant

See 155.02 Scenario (Transaction AS01)

For this activity, run the Create Asset (155.02) scenario e.g. with asset class 2000 and e.g.

company code 1000.

Complete Order The AUC asset is complete, and the costs need to be transferred to the completed asset.

Asset Accountant

KO04 Internal order for AUC asset is technically complete so the

system will perform full settlement during next order settlement run.

Page 9: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 9 of 23

4 Process Steps

4.1 Create Investment Order (with Asset under Construction Master Record)

Use

This activity creates an investment order (with asset under construction master record).

Prerequisites

Request for capital asset has been created and approved.

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Master Data Order Manager

Transaction code KO04

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Business role menu Overhead Cost Controlling Internal Orders Order Manager

2. If the Set Controlling Area dialog box displays, enter e.g. 1000 and choose continue.

3. Choose Create.( )

4. On the Order Manager, create order with type e.g. Y600, and then choose Enter.

5. On the Create Internal Order: Master Data screen, enter the following:

Field name Description User action and values Comment

Description <Enter a description>

6. Choose the Assignments tab page and enter the following data:

Field name Description User action and values Comment

Page 10: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 10 of 23

Company Code <company code>

CORPRATE CENTER

1000

UNICO

2000

CAP

3000

UFL

4000

SWAN

4010

GCL

5000

Responsible CCtr

<select cost center>

Cost Center

CORPRATE CENTER

Cost center 1002

CHIEF FINANCIAL OFFICER

UNICO

Cost center 2002 COMMERCIAL

CAP

Cost center 3010 FINANCE/IT

UFL

Cost center 4010

PROCUREMENT – HEAD OFFICE

SWAN

Cost center

4120

PROCUREMENT – HEAD OFFICE

GCL

Cost center 5177 Quality Assurance

7. Choose the Investments tab page and enter the following data:

Field name Description User action and values Comment

Investment Profile

* e.g. Investment Profile 000001 ( Model with AuC,

Page 11: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 11 of 23

Field name Description User action and values Comment

summary settlement)

8. Choose (NWBC: More ) Extras Asset under Construction.

9. On the Create Asset: Initial Screen, enter an asset class e.g. 4001 and then choose Enter.

10. Choose Back.

11. Note the Investment order number and the Asset Under Construction (AUC) asset number created.

Result

Internal order to track asset under construction budget and expenses is available and an asset under construction master record has been created.

Example

Controlling Area

Order type Description Company Code

Responsible Cost Center

Investment Profile

Asset Class

1000 Y600 Asset-1 1000

2000

3000

4000

4010

5000

1002

2002

3010

4010

4120

5177

000001 95020

4.2 Create Budget for Investment Order

Use

This activity creates budget for investment order.

Prerequisites

Investment order exists in the system.

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Budgeting

Original Budget Change

Transaction code KO22

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Page 12: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 12 of 23

Business role menu Overhead Cost Controlling Planning Planning: Internal

Orders Change Order Budget

2. On the Change Original Budget: Initial Screen, in Order, enter internal order number from the previous step and choose Enter or choose Original Budget.

3. On the Change Original Budget: Annual Overview, in Budget Overall, enter e.g. 1000, and in

Budget for desired year (e.g. <current year>), enter e.g. 1000.

4. Choose Save.

Result

Budget for AUC is entered into the investment order.

Example

Budget overall Budget for desired Year

1000 1000

4.3 Release Investment Order

Use

This activity releases investment order.

Prerequisites

Budget has been entered for the AUC in the investment order.

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Master Data Order Manager

Transaction code KO04

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Business role menu Overhead Cost Controlling Internal Orders Order Manager

2. If the Set Controlling area dialog box appears, enter 1000.

3. In the Order Manager, select order from Personal worklist, use (Find by Order) if

not shown in list, and choose (Change) then choose Enter.

4. Choose the Control Data tab page; choose and then choose (Save).

Result

Page 13: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 13 of 23

Internal order to track asset under construction budget and expenses is released for postings.

Example

Controlling Area

1000

4.4 AP Post Invoice to Investment Order

Use

In this activity you will create an invoice to an internal order.

Prerequisites

An internal order must exist. The document number for the Internal order is known.

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Financial Accounting Accounts Payable

Document Entry Invoice

Transaction code FB60

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Accounts Payable Accountant 1

(SAP_BPR_AP_CLERK-S1)

Business role menu Accounts Payable. Invoices Enter Vendor Invoice w/o PO Reference

2. Choose the Control Data tab page - if necessary - and enter the following data:

Field name Description User action and values Comment

Company code

<select company code> 1000, 2000, 3000, 4000, 4010 or 5000

Vendor

Page 14: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 14 of 23

Field name Description User action and values Comment

CORPRATE CENTER

37000428 AFROMEDIA NIG

UN ICO

37000821 BIDMOT VENTURES

CAP

35003366 BUMGRACE VENTURES

UFL

31003298 ALIMSONS NIG. LTD

SWAN

31003245 PRIMAL NIG. LTD.

GCL

31002202 NEDUS VENTURES

Invoice Date <Today’s date>

Posting Date <Today’s date>

Amount * e.g 500

Calculate Tax <Selected>

G/L account * e.g. Account 605030

D/C Debit

Order <Investment order document number created in step 4.1>

Make sure that the correct column is selected (order number column)

Amount * e.g. 500

Tax code * e.g. V1 (5%)

3. Choose the Payment tab page and enter the following data:

Field name Description User action and values Comment

Payt Method C or E

Pmt Terms * e.g. 0001 (Default from vendor master, change if needed)

4. Choose Save.

Result

Page 15: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 15 of 23

The invoice to an internal order has been created.

Example

Company Code

Vendor Amount G/L Account D/C Tax Code Payt Terms Pmt Method

1000

2000

3000

4000

4010

5000

37000428

37000821

35003366

31003298

31003245

31002202

500 600020 Debit V1 0001 U

4.5 Monitor Order Progress

Use

This activity monitors order progress.

Prerequisites

An internal order for AuC exists.

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Information System

Reports for Internal Orders More Reports List: Budget/Actual/Commitments

Transaction code S_ALR_87013019

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Business role menu Overhead Cost Controlling Reporting Order List: Budget / Actual / Commitments)

2. On the selection screen enter the following data:

Field name Description User action and values Comment

Controlling Area

1000

Page 16: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 16 of 23

Order group Alternative to a value entry can an order group e.g. AUC entered, when more then one order should be monitored

value <enter Order number which was created in step 4.1>

An entry of specific numbers or even a number range is possible also

3. After the data entry was done choose (Execute or F8).

Result

Comparison of the Budget to actual costs is done to monitor the progress of the AUC.

Example

Controlling Area

1000

4.6 Asset under Construction Settlement (collective processing)

Use

In contrast to assessment, you cannot perform settlement across fiscal year boundaries. The system automatically determines the posting date from the posting period/fiscal year using the last day of the posting period. There are three processing types defined for settlement:

Automatic: The system selects all the distribution rules for a sender.

Periodic: All distribution rules with settlement types PER and AUC are selected. PER rules are applied first. In investment measures, this is followed by settlement to assets under construction.

Partial capitalization: Use this processing type if you want to partially capitalize an investment measure which is not yet complete, that is, if you want to settle part of the overall cost to finished assets.

Prerequisites

Text

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Period-End Closing

Single Functions Settlement Collective Processing

Page 17: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 17 of 23

Transaction code KO8G

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Business role menu Overhead Cost Controlling Internal Orders Act. Settlment Int.-/Maint.Orders

2. On the initial screen enter the following data:

Field name Description User action and values Comment

Selection variant

YBLMF_AUC

AUC, order type Y600,

Company code 1000, 2000, 3000, 4000, 4010 or 5000

Variant is already created. If not, create the variant AUC with selection for order type e.g.Y600, Company code 1000, 2000, 3000, 4000, 4010 or 5000 and Controlling area 1000 by using n create selection variant to the right of the selection variant field.

Settlement period

<Current period>

Fiscal Year <Current fiscal year>

Posting Period

<Current period>

Processing Type

1 Automatic

Test Run <Deselected> At first flag this field to check for possible errors

Detail List <Selected>

3. Choose Execute. – not recommended because of possible long runtime.

Recommendation

Run this process in the background:

1. Choose Background Processing in the Processing Options, and then choose Execute.

2. On the Background Processing Options dialog box, choose Start Immediately. Note the job number.

3. Choose Check.

4. Choose Confirm.

Page 18: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 18 of 23

5. On the Background Print Parameters dialog box, choose the Output device, and then choose Continue.

6. Choose from the top of the screen the System, select it and then select the Own Jobs line.

7. On the Job Overview screen, choose Jobname.

8. Choose Joblog to see the results.

Result

The cost of AUC Internal Orders are moved into the appropriate assets based on settlement rules found in each IO. The Actual Settlement: Orders Basic List report displays the results of the settlement, for example, the number of messages. It goes on to list the processing senders based on the categories. The system only outputs a detail list if you choose the corresponding option in the Settlement initial screen. Choose Detail list to see the list displayed. During background processing, the messages are output in the settlement log if required.

AUC Asset not technically complete

Debited Accounts Credited Accounts

Asset under Construction, with AUC Asset Expense, with AUC Internal Order

AUC asset is technically complete

Debited Accounts Credited Accounts

Asset Balance Sheet G/L(based on asset class), with Capital Asset

Asset under Construction G/L, with AUC Asset

Option A: If the asset construction is complete, proceed to the next step.

Option B: If the asset construction is not complete, repeat this step 0.

Example

Company Code

Vendor Amount G/L Account D/C Tax Code Payt Terms Pmt Method

1000

2000

3000

4000

4010

5000

37000428

37000821

35003366

31003298

31003245

31002202

500 600020 Debit V1 0001 U

Page 19: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 19 of 23

4.7 Create Assets for Complete AUC Settlement

Use

In this activity you will create assets for complete AUC settlement.

Procedure

For this activity, run the Create Asset (155.02) scenario document e.g. with e.g. asset class 2000 and e.g. company code 1000, 2000, 3000, 4000, 4010 or 5000

Result

Example

4.8 Complete Order

Use

This step is only relevant for order type Y600

Prerequisites

Text

Procedure

1. Access the transaction choosing one of the following navigation options:

Option 1: SAP Graphical User Interface (SAP GUI)

SAP ECC menu Accounting Controlling Internal Orders Master Data Order Manager

Transaction code KO04

Option 2: SAP NetWeaver Business Client (SAP NWBC) via business role

Business role Assets Accountant

(SAP_BPR_ASSET-S)

Business role menu Overhead Cost Controlling Internal Orders Order Manager

2. If the Set Controlling area dialog box appears, enter 1000.

3. In the Order Manager, select order from Personal worklist, use (Find by Order) if

not shown in list, and choose (Change) then choose Enter.

4. Choose the Control Data tab page; choose and then choose Settlement Rule.

Page 20: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 20 of 23

5. On the Maintain Settlement Rule: Overview screen, enter the following values:

Field name Description User action and values Comment

Line 1:

Cat Account Assignment category

FXA Asset

Settlement Receiver

<No. of asset >

% <Portion of AuC APC that can be capitalized>

e.g. 90

Settlement type

FUL

No. Distribution rule number

Will be determined automatically

Line 2:

Cat Account Assignment category

CTR

Settlement Receiver

Cost Center

CORPRATE CENTER

Cost center 1002

CHIEF FINANCIAL OFFICER

UNICO

Cost center 2002 COMMERCIAL

CAP

Cost center 3010 FINANCE/IT

UFL

Cost center 4010

PROCUREMENT – HEAD OFFICE

SWAN

Cost center

4120

PROCUREMENT – HEAD OFFICE

GCL

Cost center 5177 Quality Assurance

% <Portion of AuC APC that can not be capitalized>

e.g. 10%

Settlement type

FUL

No. Distribution rule number

Will be determined automatically

Page 21: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 21 of 23

6. Choose Goto Settlement Parameters.

7. On the Maintain Settlement Rule: Parameters screen, make the following entries:

Field name Description User action and values Comment

Settlement profile

YB00AI Investment measure

Allocation structure

Y1 CO allocation structure

8. Choose Save.

9. Repeat step 4.6 with the following additional data: Asset value date: first day of the following month.

Result

Internal order for AUC asset is technically complete so the system will perform full settlement during next order settlement run. The full settlement will transfer the costs from the AUC asset to the completed asset.

Page 22: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 22 of 23

Example

Category Percentage Settlement type

FXA 100,00 FUL

Page 23: Asset Acquisition for Constructed Assets (164) - Acostauacnlinks.org/.../2016/...Asset-Acquisition-for-Constructed-Assets.pdf · Asset Acquisition for Constructed Assets ... fixed

SAP Best Practices Asset Acquisition for Constructed Assets (164): BPD

© SAP AG Page 23 of 23

5 Appendix

5.1 Reversal of Process Steps

In the following section, you can find the most common reversal steps, which you can take to reverse some of the activities described in this document.

Create Investment Order, with AUC master record

Transaction code ( SAP GUI) KO04

Reversal: Create Investment Order, with AUC master record

Transaction code ( SAP GUI) KO04

Business role

Business role menu

Comment Set deletion flag within this Transaction

Create Invoice

Transaction code ( SAP GUI) FB60

Reversal: Reverse Document

Transaction code ( SAP GUI) FB08

Business role

Business role menu

Comment Enter Document number and reason code