SODS SAP (SAPoffice: Input/output fields for LDAP browser) Structure details

Dictionary Type: Structure
Description: SAPoffice: Input/output fields for LDAP browser




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




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

SODS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SAPoffice: Input/output fields for LDAP browser" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SODS TYPE SODS.

The SODS table consists of various fields, each holding specific information or linking keys about SAPoffice: Input/output fields for LDAP browser data available in SAP. These include MANDT (Client), RFC_DEST (Specify RFC destination for SAP LDAP gateway), HOST (Host name of LDAP service), PORT (Port number of LDAP 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SODS structure 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 structure SODS using ABAP code?

As SODS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SODS as there is no data to select.

How to access SAP table SODS

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