/BEV3/CHBKRESULT SAP (Purchase control results) Table details

Dictionary Type: Table
Description: Purchase control results




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




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

/BEV3/CHBKRESULT is a standard SAP Table which is used to store Purchase control results data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHBKRESULT table consists of various fields, each holding specific information or linking keys about Purchase control results data available in SAP. These include BK_LFDNR (Sequence Number), BK_VG (CH Number of a Purchase Control Transaction), YVWDNR (CHD Contract Number), VBKL (Agreement Class of the Purchase Control).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV3/CHBKRESULT table 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
BK_LFDNRSequence Number /BEV3/CHLFDNR16NUMC16/BEV3/CHLFDNR16
BK_VGCH Number of a Purchase Control Transaction /BEV3/CHBKNRNUMC8/BEV3/CHLFDNR8
YVWDNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
VBKLAgreement Class of the Purchase Control /BEV3/CHBKL_BKCHAR4/BEV3/CHCTVB/BEV3/CHBKL
RIRule Identifier for Purchase Control /BEV3/CHRI_BKNUMC6/BEV3/CHCTRGI/BEV3/CHDORI
VBINAgreement Entity /BEV3/CHBINNUMC4/BEV3/CHBIN
VBNRAgreement Number in Sequential Time Order /BEV3/CHBNRNUMC9/BEV3/CHLFN9
ABR_NRSettlement Number /BEV3/CHABRNRNUMC10/BEV3/CHABRNR/BEV3/CHABR
AB_BWDATStart of Valuation Period /BEV3/CHABBWDATDATS8DATUM
BIS_BWDATEnd of the Valuation Period /BEV3/CHBISBWDATDATS8DATUM
ABNHM_MNGPurchase Commitment in Valuation Period /BEV3/CHABNMNGQUAN15(5) /BEV3/CHMNGE
ABSTZ_MNGSales in Valuation Period /BEV3/CHABSMNGQUAN15(5) /BEV3/CHMNGE
MHR_BZGExtra Purchase in Valuation Period /BEV3/CHMHRBZGQUAN15(5) /BEV3/CHMNGE
MNDR_BZGPurchase Shortfall in Valuation Period /BEV3/CHMNDRBZGQUAN15(5) /BEV3/CHMNGE
BWRT_MNGSales without Goods Movement /BEV3/CHBWRTMNGQUAN15(5) /BEV3/CHMNGE
ME_BZGUnit of Measure /BEV3/CHMEINHUNIT3Assigned to domainCUNITMEINS
SOLL_UMSTarget Sales in Valuation Period /BEV3/CHSOLLUMSCURR16(2) CURR16
IST_UMSSales in Valaution Period /BEV3/CHISTUMSCURR16(2) CURR16
MHR_UMSAdditional Sales in Valuation Period /BEV3/CHMHRUMSCURR16(2) CURR16
MNDR_UMSSales Shortfall in Valuation Period /BEV3/CHMNDRUMSCURR16(2) CURR16
BWRT_UMSSales without Goods Movement /BEV3/CHBWRTUMSCURR16(2) CURR16
BEW_BTRGValuated Sales (Net) /BEV3/CHBEWBTRGCURR16(2) CURR16
ABW_BTRGDeviating Valued Sales /BEV3/CHABWBTRGCURR16(2) CURR16
WAERKCurrency indicator /BEV3/CHWAERKCUKY5Assigned to domainWAERSFWS
INDRKT_FLGIndirect Sales /BEV3/CHINDRKTCHAR1AS4FLAG
DRKT_FLGDirect Sales /BEV3/CHDRKTCHAR1AS4FLAG
YVWDNR_TMCHD Contract Number of the Date /BEV3/CHWDNR_TMNUMC13/BEV3/CHDOWDNR/BEV3/CHW
VBKL_TMAgreement Class of the Date /BEV3/CHBKL_TMCHAR4/BEV3/CHCTVB/BEV3/CHBKL
RI_TMRule Identifier for Date /BEV3/CHRI_TMNUMC6/BEV3/CHCTRGI/BEV3/CHDORI
VBIN_TMAgreement Entity of the Date /BEV3/CHBIN_TMNUMC4/BEV3/CHBIN
ABRSLKTDTTo/Settlement Selection Date /BEV3/CHABRSLKTDATDATS8DATUM
BLG_DATDocument Date in Document BLDATDATS8DATUM
FKTR_DATPosting Date in the Document BUDATDATS8DATUM
BKRESSTATProcessing Status of Purchase Control Result /BEV3/CHBKRSTATCHAR1/BEV3/CHBKRSTAT
ACTNRCH Number of a Transaction /BEV3/CHACTNRNUMC8/BEV3/CHLFDNR8
NULLSATZZero Record Indicator /BEV3/CHNULLSATZCHAR1CHAR1
TMABRAUTOField to select a date to be settled automatically /BEV3/CHTMABRAUTOCHAR1/BEV3/CHANKREUZ
BKUSERChanged by USERCHAR12CHAR12
BKDATEDate DATUMDATS8DATUM
BKTIMETime UZEITTIMS6UZEIT
CHUSERChanged by USERCHAR12CHAR12
CHDATEDate of Last Change LAEDADATS8DATUM
CHTIMETime of Change AEZEITTIMS6UHRZT

Key field Non-key field



How do I retrieve data from SAP table /BEV3/CHBKRESULT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BEV3/CHBKRESULT to SELECT all data from the table
DATA: WA_/BEV3/CHBKRESULT TYPE /BEV3/CHBKRESULT.

SELECT SINGLE *
FROM /BEV3/CHBKRESULT
INTO CORRESPONDING FIELDS OF WA_/BEV3/CHBKRESULT
WHERE...

How to access SAP table /BEV3/CHBKRESULT

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