Archive

Posts Tagged ‘FI’

SAP FI – Coding Block

February 2nd, 2012 No comments

In the coding block of the system you can create your own fields. The new coding fields can then be used in FI General Ledger accounts, MM Inventory Management and MM Purchasing, and are also updated in the line items created in the Controlling applications.

If you have created customer fields, they are updated by the system during automatic postings. To enable you to post these fields in the Enjoy transactions manually, you must assign the fields to the entry variants in the Enjoy posting transactions. To do this, choose Include Customer Fields in Enjoy Transactions.

Requirements

You require a test system in order to include coding fields.

The changes are recorded in the test system in a transport request and can thus be transported into other systems. To include coding fields, you require the following authorizations:

  • New field inclusion in coding block X_COBLMOD
  • Maintenance of cross-client tables S_TABU_CLI
  • Dictionary authorization S_DEVELOP
  • Transport authorization S_TRANSPRT

Read more…

ABAP BAPI – BAPI_ACC_DOCUMENT_POST

October 18th, 2011 No comments

The business might decide to implement SAP ERP FI module as the company finance system. In this case many finance documents will be posted via external systems. SAP provides many BAPIs to fulfill such requirement.

Below scenario is to create a vendor invoice in SAP via BAPI – BAPI_ACC_DOCUMENT_POST. The business wants to create vendor invoices from incoming file from vendor which contains all the transactions in one week. Below code snip can be used to create a vendor invoice.

Read more…

SAP FI – How to Enter G/L Account Document

June 10th, 2011 1 comment

Below is the step-by-step example to guide you how to post a G/L account document.

1. Go to Transaction: FB50 – Enter G/L Account Document

Transaction FB50 is used to enter G/L account document directly. Enter the document date and the posting date. You can also enter several line items with different G/L account. Below screenshot gives an example.

Read more…

SAP FI – Accounting Document

June 8th, 2011 No comments

What is the accounting document?

Accounting document is the original records which evidence a financial transaction, such as debit/credit memos, invoices, receipts, orders, vouchers.  They consist of one or more line items (postings) each of which represents an individual transaction posted to an account.

The accounting document type is used for FI-GL,FI-AP,FI-AR component. This is used to differentiating the business transactions to be posted. Document types have already been defined in the standard system. The most important document types are:

Read more…

Tax Automatic Account Determination

April 20th, 2010 2 comments

The tax in sales order is automatically posted into corresponding tax account when the billing document is released to FI. This post tries to explain how to make the settings for automatic posting of taxes.

1. Configure the calculation procedure

The tax calculation procedure is defined exclusively for each country. Each calculation procedure contains several tax types which is the same as the pricing condition type from technical point of view. The tax type determines which account key is used to post the tax.

The account key enables the system to post amounts to certain types of revenue account. For example, the system can post freight charges (generated by the freight pricing condition) to the relevant freight revenue account.

Read more…

FI – Outgoing Payment

March 23rd, 2010 1 comment

Application Area – FI

Overview

Process Outgoing Payment is one scenario building block in SAP Best Practices Baseline Package (U.S.). Technical name is V1C (Financial Accounting – AP – Outgoing Payment).

After receiving vendor’s invoice, the outgoing payment should be run periodically using checks or other payment methods. This activity is achieved by using the SAP payment program. The program selects open invoices and down payment requests to be for vendors based on following criterias: payment method, payment terms, selection parameters entered in the payment program.

The open items selected are presented in the form of a proposal. The proposal can be edited further to block certain open items, if required. Once the proposal is acceptable, the payment run is executed resulting in clearing the open items on the vendors account and crediting the outgoing checks bank clearing account. Checks are then printed using the print function of the payment program.

Company roles involved in process flows: Accounts Payable Supervisor.

Read more…