WESD_PROMO_SENT SAP (Retail Promotion: Stores Supplied via Service) Table details

Dictionary Type: Table
Description: Retail Promotion: Stores Supplied via Service




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




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

WESD_PROMO_SENT is a standard SAP Table which is used to store Retail Promotion: Stores Supplied via Service data and is available within R/3 SAP systems depending on the version and release level.

The WESD_PROMO_SENT table consists of various fields, each holding specific information or linking keys about Retail Promotion: Stores Supplied via Service data available in SAP. These include APPL (Application), SERV_IMPL (Service Implementation), AKTNR (COUPON), WERKS (Plant).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WESD_PROMO_SENT 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
APPLApplication WES_APPLCHAR5WESC_APPLWES_APPLWESAPPL
SERV_IMPLService Implementation WES_SERV_IMPLCHAR4WESC_SERV_IMPLWES_SERV_IMPLWESSERVIMPL
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
OUTB_MODEProcessing Mode of Service Operation WES_DLMODCHAR1WES_DLMOD
LAST_OUTB_DATEDate of Last Sending WES_LAST_OUTB_DATEDATS8
LAST_OUTB_TIMETime of Last Sending WES_LAST_OUTB_TIMETIMS6

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESD_PROMO_SENT
INTO CORRESPONDING FIELDS OF WA_WESD_PROMO_SENT
WHERE...

How to access SAP table WESD_PROMO_SENT

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