/BEV3/CHSHTSTZSD SAP (Special Interface Data for SD - Not CH-Relevant) Table details

Dictionary Type: Table
Description: Special Interface Data for SD - Not CH-Relevant




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




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

/BEV3/CHSHTSTZSD is a standard SAP Table which is used to store Special Interface Data for SD - Not CH-Relevant data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHSHTSTZSD table consists of various fields, each holding specific information or linking keys about Special Interface Data for SD - Not CH-Relevant data available in SAP. These include MANDT (Client), BLG_NR (CH Reference Document Number), POS_NR (CH Item Number), YVORGE (CH Organizational Unit).. 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: Can be enhanced (character-type)


SAP /BEV3/CHSHTSTZSD 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
BLG_NRCH Reference Document Number /BEV3/CHXBLNRCHAR10/BEV3/CHBELNR
POS_NRCH Item Number /BEV3/CHVPOSNRNUMC6/BEV3/CHPOSNR
YVORGECH Organizational Unit /BEV3/CHOENUMC4Assigned to domain/BEV3/CHDOVORGE/BEV3/CHYOE
ABR_NRSettlement Number /BEV3/CHABRNRNUMC10/BEV3/CHABRNR/BEV3/CHABR
YVWDNRCHD Contract Number /BEV3/CHDTWDNRNUMC13/BEV3/CHDOWDNR/BEV3/CHW/BEV3/CHHNODESTH
FKTR_ARTBilling Type for Order-Related Billing Document /BEV3/CHFKARACHAR4Assigned to domainFKART
VKBLGARTCH Sales Document Type - Interface SD /BEV3/CHAUARTCHAR4Assigned to domainAUARTAUARTAAT
POS_TYPItem category /BEV3/CHPOSTYPCHAR1Assigned to domainPOSTP
MAT_NRCH Material Number /BEV3/CHMATNRCHAR18Assigned to domainMATN1MATNRMATMAT1
NO_MARAReference to Materials Master /BEV3/CHNO_MARACHAR1/BEV3/CHANKREUZ
TAXVBEWATax Classification of the Contract Movement Type /BEV3/CHTAXCHAR1Assigned to domainTAXKM
POS_KTXTText from Contract Movement Type /BEV3/CHARKTXCHAR40TEXT40
STAT_GRPCH Statistics Group /BEV3/CHERSGCHAR1Assigned to domainSTGMA
RG_BCHCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
WE_BCHCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
AG_BCHCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
RE_BCHCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VTRG_ARTContract Type /BEV3/CHRANTYPCHAR1/BEV3/CHRANTYP
POS_TXTItem text /BEV3/CHSGTXTCHAR50TEXT50
KONDPSNRCH Item Number /BEV3/CHVPOSNRNUMC6/BEV3/CHPOSNR
KONDARTCH Condition Type /BEV3/CHKSCHLCHAR4Assigned to domainKSCHLVKS
STATUSCI: Status Processing CI /BEV3/CHCISTATUSCHAR1/BEV3/CHCISTATUS

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHSHTSTZSD

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