/BEV3/CH_VISUPDT SAP (CH: Table with Changed SIS Records) Table details

Dictionary Type: Table
Description: CH: Table with Changed SIS Records




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




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

/BEV3/CH_VISUPDT is a standard SAP Table which is used to store CH: Table with Changed SIS Records data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CH_VISUPDT table consists of various fields, each holding specific information or linking keys about CH: Table with Changed SIS Records data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month), SPTAG (Period to analyze - current date).. 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/CH_VISUPDT 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
PKUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
/BEV3/CHARSales Type /BEV3/CHTARTCHAR1/BEV3/CHTART
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
/BEV3/CHRGDistributor /BEV3/CHKUNVECHAR10Assigned to domainALPHAKUNNRKUN
PKUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DATE_UPDATEDate on Which Record Was Created /BEV3/CHBDATEDATS8/BEV3/CHJJJJMMTT
TIME_UPDATETime Created /BEV3/CHBTIMETIMS6UZEIT

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CH_VISUPDT

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