/SAPSRM/SEOCLASS SAP (Additional View Fields (needs to be filled manually)) Table details

Dictionary Type: Table
Description: Additional View Fields (needs to be filled manually)




ABAP Code to SELECT data from /SAPSRM/SEOCLASS
Related tables to /SAPSRM/SEOCLASS
Access table /SAPSRM/SEOCLASS




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

/SAPSRM/SEOCLASS is a standard SAP Table which is used to store Additional View Fields (needs to be filled manually) data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/SEOCLASS table consists of various fields, each holding specific information or linking keys about Additional View Fields (needs to be filled manually) data available in SAP. These include FULL_METHOD_NAME (Full Name of Dynamic Control Method for Metadata Config.), INTERFACE_NAME (Interface name), METADATA_TYPE (Meta Data Type), BUS_OBJ_TYPE (Business Object Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPSRM/SEOCLASS 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
CLASS_NAMEName of Dynamic Control Class for Metadata Configuration /SAPSRM/PDO_META_DYN_CLASS_NAMCHAR30SEOCLASSSEOCLSNAMECLASS
FULL_METHOD_NAMEFull Name of Dynamic Control Method for Metadata Config. /SAPSRM/PDO_META_DYN_METH_NAMECHAR61CHAR61CLASS
INTERFACE_NAMEInterface name SEOITFNAMECHAR30SEOCLSNAMECLASS
METADATA_TYPEMeta Data Type /SAPSRM/PDO_METADATA_TYPECHAR10Assigned to domain/SAPSRM/PDO_METADATA_TYPE
BUS_OBJ_TYPEBusiness Object Type /SAPSRM/PDO_BO_TYPECHAR10Assigned to domainCRM_OJ_NAME_PROCESS
FIELD_DESCRDescription of Structure Field /SAPSRM/PDO_MD_FIELD_DESCRCHAR60AS4TEXT
SET_SUBTYPE_DESCSet Subtype Description /SAPSRM/PDO_SET_SUBTYPE_DESCRCHAR60TEXT60
METHOD_DESCRDescription of Dynamic Metadata Control Method /SAPSRM/PDO_MD_DYN_SEOMTDDESCRCHAR60AS4TEXT

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/SEOCLASS using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/SEOCLASS
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/SEOCLASS
WHERE...

How to access SAP table /SAPSRM/SEOCLASS

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