WESV_RE_RPL SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WESV_RE_RPL is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The WESV_RE_RPL table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include APPL (Application), SERV_IMPL (Service Implementation), SERV_OPERATION (Service Operation), TEXT (Description of Application).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WESV_RE_RPL table view 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 MANDTCLNT3MANDT
APPLApplication WES_APPLCHAR5WESC_APPLWES_APPLWESAPPL
SERV_IMPLService Implementation WES_SERV_IMPLCHAR4WESC_SERV_IMPLWES_SERV_IMPLWESSERVIMPL
SERV_OPERATIONService Operation WES_SERV_OPERATIONCHAR4WES_SERV_OPERATION
TEXTDescription of Application WES_APPL_TEXTCHAR30TEXT30
TEXT_IMPLDescription - Service Implementation WES_SERV_IMPL_TEXTCHAR60TEXT60
INCL_PROM_ITMFlag: Process Promotion Items for Service WES_INCL_PROM_ITMCHAR1XFELD
INCL_PROM_DSCFlag: Process Promotion Discounts for Service WES_INCL_PROM_DSCCHAR1XFELD
INCL_PROM_BBYFlag: Process Promotion Bonus Buys for Service WES_INCL_PROM_BBYCHAR1XFELD
BD_MERCH_CATIndicator: Explode Merchandise Categories into Articles WES_BD_MERCH_CATCHAR1XFELD
BD_MC_HIERIndicator: Explode Matl Group Hierarchy Levels into Articles WES_BD_MC_HIERCHAR1XFELD
BD_ART_HIERIndicator: Explode Article Hierarchy Node into Articles WES_BD_ART_HIERCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESV_RE_RPL
INTO CORRESPONDING FIELDS OF WA_WESV_RE_RPL
WHERE...

How to access SAP table WESV_RE_RPL

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