WESC_MERCH_APPL SAP (Settings for Material Outbound Service) Table details

Dictionary Type: Table
Description: Settings for Material Outbound Service




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




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

WESC_MERCH_APPL is a standard SAP Table which is used to store Settings for Material Outbound Service data and is available within R/3 SAP systems depending on the version and release level.

The WESC_MERCH_APPL table consists of various fields, each holding specific information or linking keys about Settings for Material Outbound Service data available in SAP. These include APPL (Application), SERV_IMPL (Service Implementation), LEAD_TIME (Lead Time), DEL_HEAN (Indicator for additional deletion records for main EANs).. 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_MERCH_APPL 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_APPL_SERVWES_SERV_IMPLWESSERVIMPL
LEAD_TIMELead Time WES_LEAD_TIMENUMC3NUMC3
DEL_HEANIndicator for additional deletion records for main EANs WES_DELETE_MAIN_EANCHAR1XFELD
DEL_REFEANIndicator for additional deletion record for additional EAN WES_DELETE_REF_EANCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WESC_MERCH_APPL
INTO CORRESPONDING FIELDS OF WA_WESC_MERCH_APPL
WHERE...

How to access SAP table WESC_MERCH_APPL

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