What is SAP Bseg?
What is SAP Bseg?
BSEG (Accounting Document Segment) is a standard table in SAP R\3 ERP systems. BSEG stores the line items for accounting documents. Accounting documents make up the financials of your organisation. Header lines are stored in table BKPF. The link between BSEG and BKPF is made on fields MANDT, BUKRS, GJAHR, BELNR.
What is Faglflext table in SAP?
FAGLFLEXT is a standard General Ledger Accounting Transparent Table in SAP FI application, which stores General Ledger: Totals data. You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.
What are the fi tables in SAP?
SAP FI – Tables in Module
| FBAS | Financial Accounting “Basis” |
|---|---|
| BKPF | Accounting Document Header |
| BSEG | Accounting Document Segment |
| BSIP | Index for Vendor Validation of Double Documents |
| BVOR | Inter Company Posting Procedure |
What is GLT0 table in SAP?
GLT0 is a standard Basic Functions Transparent Table in SAP FI application, which stores G/L account master record transaction figures data. Below you can view the Table Structure, columns(fields), SAP Wiki pages, discussion threads, related TCodes, FMs, ABAP Reports, BW Datasources, and Authorization Objects for GLT0.
How many fields are in Acdoca?
360
ACDOCA contains all fields (360+)
What is a universal journal in SAP?
The Universal Journal is the common line-item persistence option within SAP S/4HANA for all finance data. It combines transactional line items from different functional subdomains: General ledger. Profit center accounting. Profitability analysis.
Is SAP Fiori part of s4 Hana?
SAP Fiori for SAP S/4HANA – Yes you need SAP Fiori to Configure, Adapt and Extend SAP S/4HANA. Most customers familiar with SAP Business Suite or Suite on HANA think of configuration as an activity you do in SAP GUI transaction SPRO, which contains the SAP Implementation Guide (IMG).
What is Mseg table in SAP?
Put another way, MSEG is the item-level table for material documents. The corresponding header-table is MKPF. MSEG is a table similar to your BSEG. This has the Material Document Number , Fiscal year, line item, material no., plant, storage loc.
What is Acdoca in s4 Hana?
ACDOCA is a standard General Ledger Accounting Transparent Table in SAP FI application, which stores Universal Journal Entry Line Items data. You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.
What is Acdoca table in SAP?
Why do I need to use faglflexa instead of BSEG?
The reason being it has to check the table u201CFAGLFLEXAu201D but the program is checking the BSEG table. To avoid this issue, design needs to be changed to pick up profit center from an alternate table like FAGLFLEXA (this table has profit center in each line item) instead of BSEG.
Which is Better ECC 6 or BSEG table?
ECC 6. The current design of this function module checks for profit center in BSEG table with posting key 40, within 4.6c version of SAP. But the same program does not hold good for the SAP version ECC 6.0 as the workflow is not getting triggered for documents that do not have combination of profit centre and posting key 40 for line items.
How is rbukrs and docnr related in BSEG?
RBUKRS is the company code and is derived from the company code of the document in entry view (BSEG/BKPF) in most cases. DOCNR is the document number of the NewGL FAGLFLEXA entry of the document. It is not directly taken from the BSEG-BELNR field – but in the case of leading ledger it is, under normal circumstances, the same.
Where does faglflexa-rldnr and rbukrs come from?
FAGLFLEXA-RLDNR is not derived directly from any field in the BSEG, instead it is derived using posting logic from various customising settings in the system. RBUKRS is the company code and is derived from the company code of the document in entry view (BSEG/BKPF) in most cases.