SODSPROF SAP (Presettings for access to LDAP service) Table details

Dictionary Type: Table
Description: Presettings for access to LDAP service




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




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

SODSPROF is a standard SAP Table which is used to store Presettings for access to LDAP service data and is available within R/3 SAP systems depending on the version and release level.

The SODSPROF table consists of various fields, each holding specific information or linking keys about Presettings for access to LDAP service data available in SAP. These include RFC_DEST (Specify RFC destination for SAP LDAP gateway), HOST (Host name of LDAP service), PORT (Port number of LDAP service), BASE_DN (Basic node for LDAP directory service).. 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: Not classified


SAP SODSPROF 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
RFC_DESTSpecify RFC destination for SAP LDAP gateway SODSDESTCHAR255SOC255
HOSTHost name of LDAP service SODSHOSTCHAR255SOC255
PORTPort number of LDAP service SODSPORTINT410SOI
BASE_DNBasic node for LDAP directory service SODSBASEDNCHAR255SOC255
BIND_DNLogon name for LDAP service SODSBINDDNCHAR255SOC255
BIND_PWPassword for access to LDAP service SODSBINDPWCHAR255SOC255
TIME_LIMITTime limit for search in LDAP service SODSTIMEINT410SOI
SIZE_LIMITMax. no. of hits for search in LDAP service SODSSIZEINT410SOI
DEREFNEVERNo dereferencing of LDAP alias nodes SODSDRFNCHAR1SOC1
DEREFBASEDereference LDAP alias nodes only for basic nodes SODSDRFBCHAR1SOC1
DEREFOTHERDereference all LDAP nodes except basic nodes SODSDRFOCHAR1SOC1
DEREFALWAYDereference all LDAP alias nodes SODSDRFACHAR1SOC1
BINDATONCEImmediate logon to LDAP directory service SODSATONCECHAR1SOC1
BINDDIALOGLogon dialog for call to LDAP service SODSDIALOGCHAR1SOC1
ALL_ATTRSAll LDAP attributes should be read SODSALLATTCHAR1SOC1
TYPES_ONLYOnly read attribute types (w/o value) from LDAP service SODSTYPONLCHAR1SOC1
REFERRALSLinks to other LDAP services should be followed SODSRFRLSCHAR1SOC1
HOP_LIMITMaximum no. of LDAP services to be followed SODSHPLIMINT410SOI
LDAP_VRSNLDAP version number SODSVRSNINT410SOI
REBIND0Execute new logon anonymously SODSRBND0CHAR1SOC1
REBIND1Retain logon data SODSRBND1CHAR1SOC1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SODSPROF
INTO CORRESPONDING FIELDS OF WA_SODSPROF
WHERE...

How to access SAP table SODSPROF

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