T7VE02 SAP (Additional Data on Company (Time-dependent)) Table details

Dictionary Type: Table
Description: Additional Data on Company (Time-dependent)




ABAP Code to SELECT data from T7VE02
Related tables to T7VE02
Access table T7VE02




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

T7VE02 is a standard SAP Table which is used to store Additional Data on Company (Time-dependent) data and is available within R/3 SAP systems depending on the version and release level.

The T7VE02 table consists of various fields, each holding specific information or linking keys about Additional Data on Company (Time-dependent) data available in SAP. These include BUKRS (Company Code), ENDDA (End Date), BEGDA (Start Date), ONAME (Company Trade Name).. 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: Not classified


SAP T7VE02 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ONAMECompany Trade Name PVE_ONAMECHAR40CHAR40
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CEDULIdentity Card PVE_CEDULCHAR9CHAR9
NACH1First Name of Person Legally Responsible for Company PVE_NACH1CHAR40CHAR40
VORNASurname of Legal Person of the Company PVE_VORNACHAR40CHAR40
NACH2Second Name of Person Legally Responsible for Company PVE_NACH2CHAR40CHAR40
EQUITCompany Capital PVE_EQUITCURR15(2) PRBETRG
EQUWACurrency Key WAERSCUKY5TCURCWAERSFWS
PSADVPercentage of Profit Share Advances PVE_PSADVDEC9(4) DEC5_4
PSPERPercentage of Profit Share PVE_PSPERDEC9(4) DEC5_4
MODISReserved SAP PVE_MODISNUMC2T7VEDINUMC02
MODPSModifier for Profit Share Adjustment PVE_MODPSNUMC2T7VEDPNUMC02
MAINBParent company PVE_PBKRSCHAR4Assigned to domainBUKRS
PROFTCompany profit PVE_PROFTCURR15(2) PRBETRG
PROWACurrency Key WAERSCUKY5TCURCWAERSFWS
BONUSSpecial rebates PVE_BONIFCURR15(2) PRBETRG
BONWACurrency Key WAERSCUKY5TCURCWAERSFWS
CUNIOCompany Union PVE_CUNIOCHAR40CHAR40

Key field Non-key field



How do I retrieve data from SAP table T7VE02 using ABAP code

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

SELECT SINGLE *
FROM T7VE02
INTO CORRESPONDING FIELDS OF WA_T7VE02
WHERE...

How to access SAP table T7VE02

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