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:

Business Area in SAP

Print This Post Email This Post Written by admin on Apr 28th, 2010 | Filed under: SAP General

Business Areas correspond to specific business segments of a company, and may cut across different Company Codes (for example, product lines). They can also represent different responsibility areas (for example, branch units). The Business Areas are optional in SAP.

The financial statements drawn per business area are for internal reporting purposes. You need to put a check in the check box in the configuration for the company for which you want to enable business area financial statements.

When transactions are posted in FI, you have the option of assigning the same to a Business Area so that the values are properly captured for internal financial statements.

The Business Area can also be derived from other account assignments, for example, cost center. But to do this, you need to define the Business Area in the master record of that particular cost center.

Share

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

  1. Credit Control Area in SAP The Credit Control Area in SAP helps administer credit management functions relating to customers. This organizational unit is used both in SD and FI-AR modules. By definition, you can have...
  2. ABAP Programs: Using an alternative work area REPORT ZSOURCE1102.* Work area for a database tableTABLES CUSTOMERS.* alternative work areaDATA MY_CUSTOMER LIKE CUSTOMERS.* Reading all entries of the database tableSELECT * FROM CUSTOMERS INTO MY_CUSTOMER. WRITE: / MY_CUSTOMER-NAME.ENDSELECT....
  3. ABAP Programs: Clicking on an Hotspot area REPORT ZSOURCE1702. * work area TABLES CUSTOMERS. * Processing data START-OF-SELECTION. SELECT * FROM CUSTOMERS. WRITE / CUSTOMERS-NAME HOTSPOT ON. ENDSELECT. * Single click AT LINE-SELECTION. WRITE ‘New list after...
  4. ABAP: How to create a dynamic internal table and work area FIELD-SYMBOLS:<fs_table> TYPE STANDARD TABLE, <fs_table_wa> TYPE ANY. DATA: table_ref TYPE REF TO data, wa_ref TYPE REF TO data. DATA: l_structure TYPE dd02l-tabname value 'VBAP'.   CREATE DATA table_ref TYPE STANDARD...



Leave a Reply