/BEV3/CHLSTASUM SAP (CH Settlement Data as Totals Info) Structure details

Dictionary Type: Structure
Description: CH Settlement Data as Totals Info




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




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

/BEV3/CHLSTASUM 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 "CH Settlement Data as Totals Info" 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/CHLSTASUM TYPE /BEV3/CHLSTASUM.

The /BEV3/CHLSTASUM table consists of various fields, each holding specific information or linking keys about CH Settlement Data as Totals Info data available in SAP. These include VORGANG (Text (20 Characters)), BUCHDT_AB (From Date of Settlement Period), BUCHDT_BIS (To Date of Settlement Period), BRCHDT_AB (From Date of Calculation Interval).. 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/CHLSTASUM 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
RI_BCHRule Identifier - Post /BEV3/CHRI_BCHNUMC6Assigned to domain/BEV3/CHDORI
VORGANGText (20 Characters) TEXT20CHAR20TEXT20
BUCHDT_ABFrom Date of Settlement Period /BEV3/CHBUCHDAT_ABDATS8DATUM
BUCHDT_BISTo Date of Settlement Period /BEV3/CHBUCHDAT_BISDATS8DATUM
BRCHDT_ABFrom Date of Calculation Interval /BEV3/CHBRCHDAT_ABDATS8DATUM
BRCHDT_BISTo Date of Calculation Interval /BEV3/CHBRCHDAT_BISDATS8DATUM
VWDNR_BCHCHD Contract Number - Post /BEV3/CHWDNR_BCHNUMC13/BEV3/CHDOWDNR/BEV3/CHW
BETRAGAmount - Post /BEV3/CHBTRG_BCHCURR16(2) CURR16
GESMENGEQuantity of Purchase Performance /BEV3/CHMNGE_LSTGQUAN15(5) /BEV3/CHMNGE
GESMEINHUnit of Measure for Performance Quantity /BEV3/CHMEINH_LSTGUNIT3Assigned to domainCUNITMEINS
UMSATZAmount - Sales /BEV3/CHBTRG_UMSCURR16(2) CURR16

Key field Non-key field



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

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

How to access SAP table /BEV3/CHLSTASUM

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