/BEV3/CHARSLTMN SAP (Main - Result Structure) Structure details

Dictionary Type: Structure
Description: Main - Result Structure




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




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

/BEV3/CHARSLTMN 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 "Main - Result Structure" 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/CHARSLTMN TYPE /BEV3/CHARSLTMN.

The /BEV3/CHARSLTMN table consists of various fields, each holding specific information or linking keys about Main - Result Structure data available in SAP. These include PRPOS (Print Position), USPOS (Subordinate Statistics Print Item), POS_ZHL (CH Settlement Record Statistics Item Counter), KNUMV (Number of the document condition).. 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 /BEV3/CHARSLTMN 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
VABELNRContract Statement Number /BEV3/CHABELNRNUMC10/BEV3/CHNUMC10
PRPOSPrint Position /BEV3/CHA_PRPOSNUMC6Assigned to domainPOSNR
USPOSSubordinate Statistics Print Item /BEV3/CHA_USPOSNUMC6Assigned to domainPOSNR
POS_ZHLCH Settlement Record Statistics Item Counter /BEV3/CHPOSZHLNUMC6/BEV3/CHPOSNR
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
VERTNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
NRARTType of Partner Number /BEV3/CHANRARTCHAR2/BEV3/CHANRART
KPARTNERCorrespondence Partner /BEV3/CHKORR_PARTNCHAR10ALPHA/BEV3/CHNNR/BEV3/CHPARTN
BLG_NR_VVCH Reference Document Number /BEV3/CHXBLNRCHAR10/BEV3/CHBELNR
POS_NR_VVCH Item Number /BEV3/CHVPOSNRNUMC6/BEV3/CHPOSNR
VBELN_VFBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNR_VFBilling item POSNR_VFNUMC6Assigned to domainPOSNR
BUKRS_FICompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNR_FIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHR_FIFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RYYVERTTContract Type RANTYPCHAR1RANTYP
RYYVERTNContract Number RANLCHAR13ALPHARANLRAN
RYYVBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
RYYBSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
WERTSTValue Date for Currency Translation WSDATDATS8DATUMWSD
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
VBEWAContract Movement Type /BEV3/CHBEWARCHAR4Assigned to domain/BEV3/CHBEWAR
SLDATSelection Date in Document /BEV3/CHA_SLDATDATS8DATUM
SLDATARTType of Selection Date /BEV3/CHA_DRKDATCHAR1/BEV3/CHA_DRKDAT
MANDTClient MANDTCLNT3Assigned to domainMANDT
FORMGForm Layout Group /BEV3/CHVFORMCHAR4/BEV3/CHA_FORMGRCHAR4
DRKGRContract Statement Outpout Groups /BEV3/CHA_DRKGRCHAR10/BEV3/CHA_DRG/BEV3/CHPOSGR
YVSTFNRLevel number /BEV3/CHSTFNRNUMC4/BEV3/CHSTFNR
YVFUBAFunction Module for Contract Statement Main Area Control /BEV3/CHAFUBAMAINCHAR30/BEV3/CHAFBMAINFUNCNAME
YVTDEVENTSTXD form event /BEV3/CHTDEVENTCHAR30TDEVENT
YVTDWINDOWWindow TDWINDOWCHAR8TDELEMFORM
YVFUNCTIONFunction /BEV3/CHFAUNCTIONCHAR6/BEV3/CHFAUNCTION
YVTYPEWindow area in MAIN window /BEV3/CHTYPECHAR6/BEV3/CHTYPE
YVVA_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KWERTAmount in document currency /BEV3/CHA_KAPITALBETRAGCURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KADUMMYDummy function in length 1 DUMMYCHAR1DUMMY
TEXTCHAR 40 /BEV3/CHA_CHAR40CHAR40/BEV3/CHA_CHAR40

Key field Non-key field



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

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

How to access SAP table /BEV3/CHARSLTMN

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