E3FIPOS SAP (FI IDoc: General item data of an FI document) Structure details

Dictionary Type: Structure
Description: FI IDoc: General item data of an FI document




ABAP Code to SELECT data from E3FIPOS
Related tables to E3FIPOS
Access table E3FIPOS




Structure field list including key, data, relationships and ABAP select examples

E3FIPOS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "FI IDoc: General item data of an FI document" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_E3FIPOS TYPE E3FIPOS.

The E3FIPOS table consists of various fields, each holding specific information or linking keys about FI IDoc: General item data of an FI document data available in SAP. These include BSCHL (Posting Key), KOART (Account Type), SHKZG (Debit/Credit Indicator), GSBER (Business Area).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP E3FIPOS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
FDTAGPlanning date FDTAGDATS8DATUMFDT
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ACCNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
OBZEINumber of Line Item in Original Document OBZEINUMC3BUZEI
MWARTTax Type MWARTCHAR1MWART
XAUTOIndicator: Line item automatically created XAUTOCHAR1XFELD
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
CACCTG/L offsetting acct number CACCTCHAR10Assigned to domainALPHASAKNRACC
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
BEWARTransaction Type RMVCTCHAR3Assigned to domainRMVCT
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
KURSRHedged Exchange Rate KURSRDEC9(5) KURSP
KURSR_MHedged Exchange Rate KURSRDEC9(5) KURSP
GBETRHedged Amount in Foreign Currency GBETRCURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP structure E3FIPOS using ABAP code?

As E3FIPOS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on E3FIPOS as there is no data to select.

How to access SAP table E3FIPOS

Within an ECC or HANA version of SAP you can also view further information about E3FIPOS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!