ACCIT_SUB SAP (Modifiable Fields and Key in FI/CO Doc.: Item Information) Structure details

Dictionary Type: Structure
Description: Modifiable Fields and Key in FI/CO Doc.: Item Information




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




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

ACCIT_SUB 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 "Modifiable Fields and Key in FI/CO Doc.: Item Information" 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_SUB TYPE ACCIT_SUB.

The ACCIT_SUB table consists of various fields, each holding specific information or linking keys about Modifiable Fields and Key in FI/CO Doc.: Item Information data available in SAP. These include MANDT (Client), AWTYP (Reference Transaction), AWREF (Reference Document Number), AWORG (Reference Organizational Units).. 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: Can be enhanced (character-type or numeric)


SAP ACCIT_SUB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
ABPERSettlement period ABPER_RFACCP6BUPER
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FKBER_LONGFunctional Area FKBER_LONGCHAR16Assigned to domainFKBER_LONGFBE
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GMVKZItem is in Execution FM_GMVKZCHAR1FM_GMVKZ
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
HZUONAssignment Number for Special G/L Accounts HZUONCHAR18ZUONR
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PSEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
SAMNRInvoice List Number SAMNRNUMC8SAMNR
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
SGTXTItem Text SGTXTCHAR50TEXT50
SRTYPEType of Additional Receivable FM_SRTYPECHAR2FM_SRTYPE
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
ZUONRAssignment Number DZUONRCHAR18ZUONR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
VATDATETax Reporting Date VATDATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table ACCIT_SUB

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