SEPP_REGISTRY SAP (Deprecated; do not use this DB table) Table details

Dictionary Type: Table
Description: Deprecated; do not use this DB table




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




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

SEPP_REGISTRY is a standard SAP Table which is used to store Deprecated; do not use this DB table data and is available within R/3 SAP systems depending on the version and release level.

The SEPP_REGISTRY table consists of various fields, each holding specific information or linking keys about Deprecated; do not use this DB table data available in SAP. These include SECTION_ID (Section ID in Extended Passport (System/Application)), ITEM_KEY (Item Key of Extended Passport (EPP)), SECTION_DESCR (Description of Areas and Sections in Extended Passport), ITEM_DESCR (Description of Areas and Sections in Extended Passport).. 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: Cannot Be Enhanced


SAP SEPP_REGISTRY 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
AREAAreas in Extended Passport (System/Application) EPP_VAR_PART_IDINT25EPP_VAR_PART_ID
SECTION_IDSection ID in Extended Passport (System/Application) EPP_SECTION_IDINT25EPP_SECTION_ID
ITEM_KEYItem Key of Extended Passport (EPP) EPP_ITEM_KEYINT25
SECTION_DESCRDescription of Areas and Sections in Extended Passport EPP_DESCRIPTIONCHAR40EPP_DESCRIPTION
ITEM_DESCRDescription of Areas and Sections in Extended Passport EPP_DESCRIPTIONCHAR40EPP_DESCRIPTION
DEVPACKAGEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CLIENT_CREATEClient ID SYMANDTCLNT3Assigned to domainMANDT
UNAME_CREATEUser Name SYUNAMECHAR12SYCHAR12
DATE_CREATESystem Date SYDATUMDATS8SYDATS
TIME_CREATETIME Data Element for SYST SYTIMETIMS6SYTIME
CLIENT_MODIFYClient ID SYMANDTCLNT3Assigned to domainMANDT
UNAME_MODIFYUser Name SYUNAMECHAR12SYCHAR12
DATE_MODIFYDate data element for SYST SYDATEDATS8SYDATS
TIME_MODIFYTIME Data Element for SYST SYTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEPP_REGISTRY
INTO CORRESPONDING FIELDS OF WA_SEPP_REGISTRY
WHERE...

How to access SAP table SEPP_REGISTRY

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