SAP ACCIT_DEB Item fields for creating customer lines Table data and field list

ACCIT_DEB 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 "Item fields for creating customer lines" 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_ACCIT_DEB TYPE ACCIT_DEB.

The ACCIT_DEB table consists of various fields, each holding specific information or linking keys about Item fields for creating customer lines data available in SAP. These include GSBER (Business Area), HKONT (General Ledger Account), VBEL2 (Document number of the reference document), POSN2 (Item number of the reference item)... 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. .

ACCIT_DEB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ACCIT_DEB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WT_KEYGrouping key for withholding tax information WT_KEYNUMC6NUMC06
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
VBEL2Document number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
POSN2Item number of the reference item VGPOSNUMC6Assigned to domainPOSNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
SGTXTItem Text SGTXTCHAR50TEXT50
MWSK1Tax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
SKFBPAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
BRTWRGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
SECUREVALItem credit price CMPRE_FLTFLTP16(16) FLTP
CREDITVALItem credit price CMPRE_FLTFLTP16(16) FLTP
TOTALVALItem credit price CMPRE_FLTFLTP16(16) FLTP
CASHGeneral Flag FLAGCHAR1FLAG
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
CASE_GUID_CORETechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
DISPUTE_IF_TYPEDispute Management: Dispute Interface Category DISPUTE_IF_TYPECHAR1DISPUTE_IF_TYPE
PAYS_PROVPayment Service Provider COM_WEC_PAYMENT_SRV_PROVIDERCHAR4Assigned to domainCOM_WEC_PAYMENT_SRV_PROVIDER
PAYS_TRANPayment Reference of Payment Service Provider FPS_TRANSACTIONCHAR35COM_WEC_PSP_TRANSACTION_ID
.INCLU--AP 0
VBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
.INCLU--AP 0
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
AUBELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
FAREGRule in billing plan/invoice plan FAREGCHAR1FAREG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXDATDate for defining tax rates TXDATDATS8DATUM
SPARTDivision SPART_KKCHAR2Assigned to domainSPARTSPA

Key field Non-key field



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

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

How to access SAP table ACCIT_DEB

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

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