E3FISET SAP (FI-IDOC: Tax data for complete FI document) Structure details

Dictionary Type: Structure
Description: FI-IDOC: Tax data for complete FI document




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




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

E3FISET 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: Tax data for complete 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_E3FISET TYPE E3FISET.

The E3FISET table consists of various fields, each holding specific information or linking keys about FI-IDOC: Tax data for complete FI document data available in SAP. These include MWSKZ (Tax on sales/purchases code), HKONT (General Ledger Account), TXGRP (Group Indicator for Tax Line Items), SHKZG (Debit/Credit Indicator).. 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 E3FISET 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
TXGRPGroup Indicator for Tax Line Items TXGRPNUMC3NUM03
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
KTOSLTransaction Key KTOSLCHAR3CHAR3
KNUMHCondition record number KNUMHCHAR10KNUMB
STCEGVAT Registration Number STCEGCHAR20STCEG
EGBLDCountry of Destination for Delivery of Goods EGBLDCHAR3Assigned to domainLAND1
EGLLDSupplying Country for Delivery of Goods EGLLDCHAR3Assigned to domainLAND1
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
H2STETax Amount in Local Currency 2 H2STECURR13(2) WERT7
H3STETax Amount in Local Currency 3 H3STECURR13(2) WERT7
H2BASTax Base Amount in Local Currency 2 H2BAS_BSESCURR15(2) WERTV8
H3BASTax Base Amount in Local Currency 3 H3BAS_BSESCURR15(2) WERTV8
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
STMDTDate on Which the Tax Return Was Made STMDT_BSETDATS8DATUM
STMTITime of Program Run for the Tax Return STMTI_BSETCHAR6TIME6
MLDDTReporting Date for Tax Report MLDDT_BSETDATS8DATUM
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
STBKZPosting indicator STBKZ_007BCHAR1STBKZ_007B
LSTMLCountry for Tax Return LAND1_STMLCHAR3Assigned to domainLAND1
LWSTETax Amount in Country Currency LWSTE_BSETCURR13(2) WERT7
LWBASTax Base in Country Currency LWBAS_BSETCURR15(2) WERTV8
TXDATDate for defining tax rates TXDATDATS8DATUM
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
TXJDPTax Jurisdiction Code - Jurisdiction for Lowest Level Tax TXJCD_DEEPCHAR15Assigned to domainTXJCDTXJ
TXJLVTax jurisdiction code level TXJCD_LEVELCHAR1CHAR1

Key field Non-key field



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

As E3FISET 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 E3FISET as there is no data to select.

How to access SAP table E3FISET

Within an ECC or HANA version of SAP you can also view further information about E3FISET 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!