SEFS_LDAP_GROUP SAP (Enterprise File Search: Persistent LDAP cache for usergroups) Table details

Dictionary Type: Table
Description: Enterprise File Search: Persistent LDAP cache for usergroups




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




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

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

The SEFS_LDAP_GROUP table consists of various fields, each holding specific information or linking keys about Enterprise File Search: Persistent LDAP cache for usergroups data available in SAP. These include LDAP_SERVER (Symbolic name of LDAP server), USERGROUP (Destinguished Name (DN) of an User Group in LDAP), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DOMAIN_NAME (Name of a LDAP Domain).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEFS_LDAP_GROUP 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
LDAP_SERVERSymbolic name of LDAP server SEFS_D_LDAP_SERVERCHAR16SEFS_LDAP_DOMAINLDAPSERVID
USERGROUPDestinguished Name (DN) of an User Group in LDAP SEFS_D_LDAP_USERGROUPCHAR300SEFS_LDAP_USERGROUP
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DOMAIN_NAMEName of a LDAP Domain SEFS_D_LDAP_DOMAIN_NAMECHAR100SEFS_LDAP_DOMAINSEFS_LDAP_DOMAIN_NAME
SID_LISTList of SIDs, as a blank separated string SEFS_D_LDAP_SID_LISTSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEFS_LDAP_GROUP
INTO CORRESPONDING FIELDS OF WA_SEFS_LDAP_GROUP
WHERE...

How to access SAP table SEFS_LDAP_GROUP

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