EWA_VBS SAP (Table Supplement for Premise with Historical Data) Table details

Dictionary Type: Table
Description: Table Supplement for Premise with Historical Data




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




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

EWA_VBS is a standard SAP Table which is used to store Table Supplement for Premise with Historical Data data and is available within R/3 SAP systems depending on the version and release level.

The EWA_VBS table consists of various fields, each holding specific information or linking keys about Table Supplement for Premise with Historical Data data available in SAP. These include VSTELLE (Premise), BIS (Date at Which a Time Slice Expires), AB (Date from which time slice is valid), NO_UNITIES (No. of premises).. 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 or numeric)


SAP EWA_VBS 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
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
NO_UNITIESNo. of premises NO_UNITIESNUMC6NUMC6
ANZPERSNumber of persons ANZ_PERSNUMC3ANZ_PERS
FLAECHEFloor Area in Square Meters E_FLAECHEDEC9(2) DEC7_2
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWA_VBS
INTO CORRESPONDING FIELDS OF WA_EWA_VBS
WHERE...

How to access SAP table EWA_VBS

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