ACCCLR_ITM_APARGL SAP (Items to be Cleared (AP/AR and GL-Specific)) Structure details

Dictionary Type: Structure
Description: Items to be Cleared (AP/AR and GL-Specific)




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




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

ACCCLR_ITM_APARGL 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 "Items to be Cleared (AP/AR and GL-Specific)" 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_ACCCLR_ITM_APARGL TYPE ACCCLR_ITM_APARGL.

The ACCCLR_ITM_APARGL table consists of various fields, each holding specific information or linking keys about Items to be Cleared (AP/AR and GL-Specific) data available in SAP. These include BDIF2 (Valuation Difference for the Second Local Currency), BDIF3 (Valuation Difference for the Third Local Currency), BDIFF (Valuation Difference), 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: Can be enhanced (character-type or numeric)


SAP ACCCLR_ITM_APARGL 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
BDIF2Valuation Difference for the Second Local Currency BDIF2CURR13(2) WRTV7
BDIF3Valuation Difference for the Third Local Currency BDIF3CURR13(2) WRTV7
BDIFFValuation Difference BDIFFCURR13(2) WRTV7
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
BSTATDocument Status BSTAT_DCHAR1BSTAT
BUDATPosting Date in the Document BUDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
DABRZReference Date for Settlement DABRBEZDATS8DDAT
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWST2Tax Amount in Second Local Currency MWST2CURR13(2) WERT7
MWST3Tax Amount in Third Local Currency MWST3CURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
PPDIF2Realized Exchange Rate Gain/Loss 2.Loc. Curr.(Part Payments) PPDIF2CURR13(2) WRTV7
PPDIF3Realized Exchange Rate Gain/Loss 3.Loc.Curr.(Part Payments) PPDIF3CURR13(2) WRTV7
PPDIFFRealized Exchange Rate Gain/Loss 1.Loc.Curr.(Part Payments) PPDIFFCURR13(2) WRTV7
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
QSSKZWithholding Tax Code QSSKZCHAR2Assigned to domainQSSKZ
SGTXTItem Text SGTXTCHAR50TEXT50
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
XRAGLIndicator: Clearing was Reversed XRAGLCHAR1XFELD
XREF3Reference key for line item XREF3CHAR20CHAR20
XSTOVIndicator: Document is flagged for reversal XSTOVCHAR1XFELD
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table ACCCLR_ITM_APARGL

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