EDESK_SELVAR SAP (Engineering Desktop: Table for Managing Selection Variants) Table details

Dictionary Type: Table
Description: Engineering Desktop: Table for Managing Selection Variants




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




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

EDESK_SELVAR is a standard SAP Table which is used to store Engineering Desktop: Table for Managing Selection Variants data and is available within R/3 SAP systems depending on the version and release level.

The EDESK_SELVAR table consists of various fields, each holding specific information or linking keys about Engineering Desktop: Table for Managing Selection Variants data available in SAP. These include SELVAR_ID (GUID in Internal Format), NAME (Field of length 16), DESCR (Document description), BOM_ID_EXT (External BOM Key in Engineering Desktop).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EDESK_SELVAR 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
SELVAR_IDGUID in Internal Format EDESK_GUID_RAW16RAW16SYSUUID
NAMEField of length 16 CHAR16CHAR16CHAR16
DESCRDocument description DKTXTCHAR40TEXT40
BOM_ID_EXTExternal BOM Key in Engineering Desktop EDESK_BOMID_EXTCHAR80
BOM_ID_INTInternal BOM Key in Engineering Desktop EDESK_BOMID_INTCHAR80
FILTER_IDName of Filter in iPPE Workbench EDESK_FILTER_NAMECHAR40
CMPIDExternal Long Material Number MATNR_EXTCHAR40MATNLMATNR_EXT
LOCATIONPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CREATED_ONDate record created on ANDATDATS8DATUM
CREATED_BYUser who created record ANNAMCHAR12USNAM
CREATED_USERNAMEUser Name /PLMB/EDESK_UNAMECHAR140

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDESK_SELVAR
INTO CORRESPONDING FIELDS OF WA_EDESK_SELVAR
WHERE...

How to access SAP table EDESK_SELVAR

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