SRM_WD_PROP_TYPE SAP (Attribute Metadata Customizing) Table details

Dictionary Type: Table
Description: Attribute Metadata Customizing




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




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

SRM_WD_PROP_TYPE is a standard SAP Table which is used to store Attribute Metadata Customizing data and is available within R/3 SAP systems depending on the version and release level.

The SRM_WD_PROP_TYPE table consists of various fields, each holding specific information or linking keys about Attribute Metadata Customizing data available in SAP. These include DPS_ID (Element Type ID), NAME (Property ID), LANG (2-Character SAP Language Code), IS_DOC_PROP ('X': Valid for Whole Document).. 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)


SAP SRM_WD_PROP_TYPE 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
DPS_IDElement Type ID SRMSPSIDCHAR32SRMID
NAMEProperty ID SRMPROPIDCHAR32CHAR32
LANG2-Character SAP Language Code LAISOCHAR2LAISO
IS_DOC_PROP'X': Valid for Whole Document SRMGS_X_WHOLE_DOCCHAR1SRMBOOLEAN
IS_MANDAttribute Description - Required - IF_SRM=>TRUE.. SRMSPPAMACHAR1SRMBOOLEAN
IS_LISTAttribute Description - Multiple Values - IF_SRM=>TRUE... SRMSPPALICHAR1SRMBOOLEAN
IS_MAINTAINAttribute Description - Maintenance Possible SRMSPPMAINCHAR1SRMBOOLEAN
IS_ONCE_MAINTAINAttribute Description - Can Be Maintained Once SRMSPPOMAICHAR1SRMBOOLEAN
IS_HELPAttribute Description - Value Help - IF_SRM=>TRUE .. SRMSPPAF4CHAR1SRMBOOLEAN
IS_VISIBLEAttribute Description - Visibility for Display/Maintenance SRMSPPAVVCHAR1SRMBOOLEAN
LIST_POSITIONAttribute Description - Visualization: Line Number SRMADVRNINT410
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
IS_PAPERDOC'X': Attribute Defined for Paper Documents? SRMGS_X_PAPERDOCCHAR1SRMBOOLEAN
IS_INHERITED'X': Attribute Value Inherited from Predecessor Version SRMGS_X_INHERITEDCHAR1SRMBOOLEAN
TEXTAttribute Description - Short Text (DB) SRMADDNTCHAR128TEXT128

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRM_WD_PROP_TYPE
INTO CORRESPONDING FIELDS OF WA_SRM_WD_PROP_TYPE
WHERE...

How to access SAP table SRM_WD_PROP_TYPE

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