/BEV3/CHASSFILDG SAP (Structure Assessment FI Ledger) Structure details

Dictionary Type: Structure
Description: Structure Assessment FI Ledger




ABAP Code to SELECT data from /BEV3/CHASSFILDG
Related tables to /BEV3/CHASSFILDG
Access table /BEV3/CHASSFILDG




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

/BEV3/CHASSFILDG 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 "Structure Assessment FI Ledger" 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_/BEV3/CHASSFILDG TYPE /BEV3/CHASSFILDG.

The /BEV3/CHASSFILDG table consists of various fields, each holding specific information or linking keys about Structure Assessment FI Ledger data available in SAP. These include BUZEI (Number of Line Item Within Accounting Document), VBKL_SUPER (Agreement Class), RI_SUPER (Rule Identifier), VBIN_SUPER (Agreement Entity).. 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 /BEV3/CHASSFILDG 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
EVENT_NRCH BTE Sequence Number of Event Receipt /BEV3/CHEVENRNUMC16/BEV3/CHEVENR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
VBKL_SUPERAgreement Class /BEV3/CHBKLCHAR4Assigned to domain/BEV3/CHBKL
RI_SUPERRule Identifier /BEV3/CHDTRINUMC6Assigned to domain/BEV3/CHDORI
VBIN_SUPERAgreement Entity /BEV3/CHBINNUMC4/BEV3/CHBIN
PART_SUPERPart of an Agreement /BEV3/CHBTMPARTCHAR8/BEV3/CHBTMPART
PTIN_SUPERIdentification of the individual date parts /BEV3/CHTMINSTANZNUMC4/BEV3/CHTMINSTANZ
VBKLAgreement Class /BEV3/CHBKLCHAR4Assigned to domain/BEV3/CHBKL
RIRule Identifier /BEV3/CHDTRINUMC6Assigned to domain/BEV3/CHDORI
VBINAgreement Entity /BEV3/CHBINNUMC4/BEV3/CHBIN
VBNRAgreement Number in Sequential Time Order /BEV3/CHBNRNUMC9/BEV3/CHLFN9
VBDTADate (Valid From) /BEV3/CHBDTADATS8DATUM
VERD_KZCompression Indicator /BEV3/CHRDKZCHAR1/BEV3/CHKZ
STAT_KZStatistics Indicator /BEV3/CHSTATKZCHAR1/BEV3/CHKZ
WSDAT_ABValue Date for Currency Translation WSDATDATS8DATUMWSD
WSDAT_BISValue Date for Currency Translation WSDATDATS8DATUMWSD
DB_RGCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VKORG_DBRGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEG_DBRGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPART_DBRGDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VWDNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
VBEWARContract Movement Type /BEV3/CHBEWARCHAR4Assigned to domain/BEV3/CHBEWAR
BTRG_LSTGAmount /BEV3/CHBTRGCURR16(2) /BEV3/CHBTRG
WAERK_LSTGCurrency indicator /BEV3/CHWAERKCUKY5Assigned to domainWAERSFWS
BTRG_BLGAmount /BEV3/CHBTRGCURR16(2) /BEV3/CHBTRG
WAERK_BLGCurrency indicator /BEV3/CHWAERKCUKY5Assigned to domainWAERSFWS
UKURS_LSTGExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
KTYP_LSTGExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
BTRG_HAUSAmount /BEV3/CHBTRGCURR16(2) /BEV3/CHBTRG
WAERK_HAUSCurrency indicator /BEV3/CHWAERKCUKY5Assigned to domainWAERSFWS
BLG_DATUMDocument Date in Document BLDATDATS8DATUM
BCH_DATUMPosting Date in the Document BUDATDATS8DATUM
BLG_NRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BCH_SCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SH_KZDebit/Credit Indicator SHKZGCHAR1SHKZG
ZAHLSPBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
MAHNSPDunning block MANSPCHAR1Assigned to domainMANSP
ZUORDNRAssignment Number DZUONRCHAR18ZUONR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
STATDAT_ABAnalysis Period from /BEV3/CHSTATDAT_ABDATS8DATS
STATDAT_BISAnalysis Period to /BEV3/CHSTATDAT_BISDATS8DATS
EVENT_ITEM_NOEvent Item Number /BEV3/CHEVITEMNONUMC10/BEV3/CHEVITEMNO

Key field Non-key field



How do I retrieve data from SAP structure /BEV3/CHASSFILDG using ABAP code?

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

How to access SAP table /BEV3/CHASSFILDG

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