WESC_RE_RPL SAP (Parameter Service RetailEventERPStoreReplicationRequest_Out) Table details

Dictionary Type: Table
Description: Parameter Service RetailEventERPStoreReplicationRequest_Out




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




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

WESC_RE_RPL is a standard SAP Table which is used to store Parameter Service RetailEventERPStoreReplicationRequest_Out data and is available within R/3 SAP systems depending on the version and release level.

The WESC_RE_RPL table consists of various fields, each holding specific information or linking keys about Parameter Service RetailEventERPStoreReplicationRequest_Out data available in SAP. These include APPL (Application), SERV_IMPL (Service Implementation), INCL_PROM_ITM (Flag: Process Promotion Items for Service), INCL_PROM_DSC (Flag: Process Promotion Discounts for Service).. 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)


SAP WESC_RE_RPL 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
APPLApplication WES_APPLCHAR5WESC_APPLWES_APPLWESAPPL
SERV_IMPLService Implementation WES_SERV_IMPLCHAR4WESC_SERV_IMPLWES_SERV_IMPLWESSERVIMPL
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 WESC_RE_RPL using ABAP code

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

SELECT SINGLE *
FROM WESC_RE_RPL
INTO CORRESPONDING FIELDS OF WA_WESC_RE_RPL
WHERE...

How to access SAP table WESC_RE_RPL

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