ERPC_WEC_ADRLAYT SAP (Web Channel Address Layout Descriptions) Table details

Dictionary Type: Table
Description: Web Channel Address Layout Descriptions




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




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

ERPC_WEC_ADRLAYT is a standard SAP Table which is used to store Web Channel Address Layout Descriptions data and is available within R/3 SAP systems depending on the version and release level.

The ERPC_WEC_ADRLAYT table consists of various fields, each holding specific information or linking keys about Web Channel Address Layout Descriptions data available in SAP. These include LAYOUT (Web Channel Address Layout), LANGU (Language Key), DESCRIPTION (Description for Object in SAP Web Channel Exp. Mgmt).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table for: ERPC_WEC_ADRLAY


SAP ERPC_WEC_ADRLAYT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LAYOUTWeb Channel Address Layout ERP_WEC_ADDRESS_LAYOUTNUMC2ERPC_WEC_ADRLAYERP_WEC_ADDRESS_LAYOUT
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DESCRIPTIONDescription for Object in SAP Web Channel Exp. Mgmt WEC_OBJECT_TXTCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERPC_WEC_ADRLAYT
INTO CORRESPONDING FIELDS OF WA_ERPC_WEC_ADRLAYT
WHERE...

How to access SAP table ERPC_WEC_ADRLAYT

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