E3ACA3 SAP (Posting in Accounting: Incoming Invoice (Item)) Structure details

Dictionary Type: Structure
Description: Posting in Accounting: Incoming Invoice (Item)




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




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

E3ACA3 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 "Posting in Accounting: Incoming Invoice (Item)" 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_E3ACA3 TYPE E3ACA3.

The E3ACA3 table consists of various fields, each holding specific information or linking keys about Posting in Accounting: Incoming Invoice (Item) data available in SAP. These include SHKZG (Debit/Credit Indicator), KSTAT (Condition is used for statistics), BUKRS (Company Code), BELNR (Accounting Document Number).. 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: Not classified


SAP E3ACA3 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
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
KSTATCondition is used for statistics KSTATCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
XSKRLIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD
KOARTAccount Type KOARTCHAR1KOART
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
BZDATAsset value date BZDATDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
HKMATMaterial-related origin HKMATCHAR1HKMAT
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
TBTKZIndicator: subsequent debit/credit TBTKZCHAR1TBTKZ
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
EPRCTRPartner profit center for elimination of internal business EPRCTRCHAR10Assigned to domainALPHAPRCTR
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
ERFMGResulting qty ERMNGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table E3ACA3

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