SEFS_LDAP_DOMAIN SAP (Enterprise File Search: Settings for LDAP domain) Table details

Dictionary Type: Table
Description: Enterprise File Search: Settings for LDAP domain




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




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

SEFS_LDAP_DOMAIN is a standard SAP Table which is used to store Enterprise File Search: Settings for LDAP domain data and is available within R/3 SAP systems depending on the version and release level.

The SEFS_LDAP_DOMAIN table consists of various fields, each holding specific information or linking keys about Enterprise File Search: Settings for LDAP domain data available in SAP. These include DOMAIN_NAME (Name of a LDAP Domain), LDAP_SERVER (Symbolic name of LDAP server), ATTR_USERNAME (Attribute in LDAP directory for SAP user), ATTR_FAST (Attribute for Fast Access (optional, e.g. sAMAccountName)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEFS_LDAP_DOMAIN 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
DOMAIN_NAMEName of a LDAP Domain SEFS_D_LDAP_DOMAIN_NAMECHAR100SEFS_LDAP_DOMAIN_NAME
LDAP_SERVERSymbolic name of LDAP server SEFS_D_LDAP_SERVERCHAR16LDAPSERVERLDAPSERVID
ATTR_USERNAMEAttribute in LDAP directory for SAP user SEFS_D_LDAP_ATTR_USERNAMECHAR64TEXT64
ATTR_FASTAttribute for Fast Access (optional, e.g. sAMAccountName) SEFS_D_LDAP_ATTR_FASTCHAR64TEXT64
ALL_LEVELS_BELOWAll Levels Below SEFS_D_LDAP_ALL_LEVELS_BELOWCHAR1SEFS_LDAP_ALL_LEVELS_BELOW

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEFS_LDAP_DOMAIN
INTO CORRESPONDING FIELDS OF WA_SEFS_LDAP_DOMAIN
WHERE...

How to access SAP table SEFS_LDAP_DOMAIN

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