RELDSELID SAP (Selection ID) Structure details

Dictionary Type: Structure
Description: Selection ID




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




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

RELDSELID 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 "Selection ID" 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_RELDSELID TYPE RELDSELID.

The RELDSELID table consists of various fields, each holding specific information or linking keys about Selection ID data available in SAP. These include SELIDBE (Selection ID for Business Entities), SELIDBU (Selection ID for Buildings), SELIDCN (Selection ID for Contracts), SELIDPR (Selection ID for Properties).. 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: Can be enhanced (character-type)


SAP RELDSELID 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
SELIDAOSelection ID for Architectural Objects RELDSELIDAOCHAR7TJ48SELID
SELIDBESelection ID for Business Entities RELDSELIDBECHAR7TJ48SELID
SELIDBUSelection ID for Buildings RELDSELIDBUCHAR7TJ48SELID
SELIDCNSelection ID for Contracts RELDSELIDCNCHAR7TJ48SELID
SELIDPRSelection ID for Properties RELDSELIDPRCHAR7TJ48SELID
SELIDROSelection ID for Rental Objects RELDSELIDROCHAR7TJ48SELID
SELIDLRSelection ID for Land Registers RELDSELIDLRCHAR7TJ48SELID
SELIDPLSelection ID for Parcels RELDSELIDPLCHAR7TJ48SELID
SELIDPESelection ID for Other Public Registers RELDSELIDPECHAR7TJ48SELID
SELIDRCSelection ID for Parcel Updates RELDSELIDRCCHAR7TJ48SELID
SELIDNASelection ID for Assessed Values RELDSELIDNACHAR7TJ48SELID
SELIDJLSelection ID for Joint Liability RELDSELIDJLCHAR7TJ48SELID
SELIDMMSelection ID for Mandate RELDSELIDMMCHAR7TJ48SELID
SELIDOOSelection ID for Offered Object RELDSELIDOOCHAR7TJ48SELID
SELIDOFSelection ID for Offer RELDSELIDOFCHAR7TJ48SELID
SELIDRRSelection ID for RE Search Request RELDSELIDRRCHAR7TJ48SELID

Key field Non-key field



How do I retrieve data from SAP structure RELDSELID using ABAP code?

As RELDSELID 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 RELDSELID as there is no data to select.

How to access SAP table RELDSELID

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