/BEV3/CHOPRT SAP (Text Table for Partner Types) Table details

Dictionary Type: Table
Description: Text Table for Partner Types




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




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

/BEV3/CHOPRT is a standard SAP Table which is used to store Text Table for Partner Types data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHOPRT table consists of various fields, each holding specific information or linking keys about Text Table for Partner Types data available in SAP. These include SPRAS (Language Key), YVPART (Partner Types), YVOPABEZ (Description of Partner Type for Object).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: /BEV3/CHTOPR


SAP /BEV3/CHOPRT 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 MANDTCLNT3T000MANDT
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
YVPARTPartner Types /BEV3/CHPARTCHAR2/BEV3/CHTOPR/BEV3/CHPART
YVOPABEZDescription of Partner Type for Object /BEV3/CHOPABEZCHAR25/BEV3/CHCHAR25

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CHOPRT

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