ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

SAP FI FAQs – Financial Statements

Print This Post Email This Post Written by admin on Mar 9th, 2010 | Filed under: Finance (FI)

1.    Discuss the concept of hierarchy levels with regard to the balance sheet in SAP.

There are ten levels possible in the financial statement hierarchy.  For each level, an item name and total is assigned to a group of accounts.  Higher levels provide more summarization than lower levels, level one being the highest and therefore, least detailed.

2.    Describe how G/L accounts are assigned to the financial statement hierarchy.

G/L accounts are attached to the lowest level of the financial statement hierarchy.

3.    Discuss planning in FI.

Planning in FI utilizes the financial statement version to determine the layout of the planning screens.  Changes to the Financial Statement version are immediately reflected in the planning screens (upon re-entry).  Values entered in the planning screen are allocated between the periods using a Distribution Key.  The figures are entered based on the following:
•    Fiscal Year
•    Version -
•    Business area -
•    Currency -

4.    True or False. An account may be assigned to more than one node?  Why?

True.  In some cases, an account may be listed in one group when it has a credit balance and another when it has a debit balance.  For example, a cash account is an asset when there is a debit balance and a liability when there is a credit (overdraft) balance.  This feature is also available for account groups via the debit/credit shift.

5.    Explain the difference between Cost of Sales Accounting and Period Accounting.

Cost of Sales Accounting attempts to match revenues with their associated expenses; whereas, Period Accounting is primarily concerned with the activity occurring over a given time period.

Share

If you like this post, you may as well like these too:

  1. What is a Financial Statement Version? Financial Statement Version A FSV (Financial Statement Version) is a reporting tool and can be used to depict the manner in which the financial accounts like Profit and Loss Account...
  2. ABAP Programs: Using select statements REPORT ZSOURCE1501. * Work areas TABLES: CUSTOMERS, BOOKINGS. * Reading data SELECT * FROM CUSTOMERS. WRITE / CUSTOMERS-NAME. SELECT * FROM BOOKINGS WHERE CUSTOMID = CUSTOMERS-ID AND FLDATE > ’19990501′...
  3. ABAP Programs: Working with hide statements REPORT ZSOURCE1704. * work area TABLES CUSTOMERS. * Internal table DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE. * Processing data START-OF-SELECTION. SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS....
  4. ABAP Open SQL Statements What are some of the OPEN SQL Statements used in ABAP?. Here it is : SELECT OPEN CURSOR, FETCH NEXT, CLOSE CURSOR INSERT UPDATE MODIFY DELETE COMMIT WORK ROLLBACK WORK...
  5. How to Identify Expensive SQL Statements? 1. Start ST05. 2. Switch on the SQL trace: “Trace on”. 3. Run the test program (in a different window). 4. Switch off the  SQL trace: “Trace off”. 5. List...



Leave a Reply