TSADOBJ SAP (Assignments of BOR object types to address reference types) Table details

Dictionary Type: Table
Description: Assignments of BOR object types to address reference types




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




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

TSADOBJ is a standard SAP Table which is used to store Assignments of BOR object types to address reference types data and is available within R/3 SAP systems depending on the version and release level.

The TSADOBJ table consists of various fields, each holding specific information or linking keys about Assignments of BOR object types to address reference types data available in SAP. These include ADDR_TYPE (Address type (1=Organization, 2=Person, 3=Contact person)), CONTEXT (Semantic description of an object address), TABLENAME (Application table logical name (address management)), FIELDNAME (Application table address where-used list logical field name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TSADOBJT


SAP TSADOBJ 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
OBJTYPEAddress owner object type AD_OWNERTPCHAR10TOJTBOJ_NAME
ADDR_TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
CONTEXTSemantic description of an object address AD_CONTEXTNUMC4AD_CONTEXT
TABLENAMEApplication table logical name (address management) AD_APPLTABCHAR10TSADRVCHAR10
FIELDNAMEApplication table address where-used list logical field name AD_APPLFLDCHAR10TSADRVCHAR10
TABLE_PERSApplication table logical name (address management) AD_APPLTABCHAR10TSADRVCHAR10
FIELD_PERSApplication table personal reference logical field name AD_APPLFDPCHAR10TSADRVCHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSADOBJ
INTO CORRESPONDING FIELDS OF WA_TSADOBJ
WHERE...

How to access SAP table TSADOBJ

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