TA23OFFICE_ADR SAP (Sales Office Addresses) Table details

Dictionary Type: Table
Description: Sales Office Addresses




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




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

TA23OFFICE_ADR is a standard SAP Table which is used to store Sales Office Addresses data and is available within R/3 SAP systems depending on the version and release level.

The TA23OFFICE_ADR table consists of various fields, each holding specific information or linking keys about Sales Office Addresses data available in SAP. These include GDS (Reservation System), OFFICE (Sales Office), ADDRESS_TYPE (Sales Office Address: Address Type), NAME (Sales Office Address: Address 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TA23OFFICE_ADR 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
GDSReservation System RESERVATION_SYSTEMCHAR3Assigned to domainFTPD_PROVIDER_CODE
OFFICESales Office OFFICECHAR12TA20OFFICEFTPD_OFFICE_ID
ADDRESS_TYPESales Office Address: Address Type OFFICE_ADDRESS_TYPECHAR1FTPD_OFFICE_ADDRESS_TYPE
NAMESales Office Address: Address Name OFFICE_ADDRESS_NAMECHAR60TEXT60
STREETNBRSales Office Address: Street/House Number OFFICE_ADDRESS_STREETCHAR60TEXT60
CITYSales Office Address: City OFFICE_ADDRESS_CITYCHAR60TEXT60
PLZSales Office Address: Postal Code (ZIP Code) OFFICE_ADDRESS_POSTCODECHAR10TEXT10
REGIOSales Office Address: Region/Area/Country OFFICE_ADDRESS_REGIOCHAR6TEXT6

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA23OFFICE_ADR
INTO CORRESPONDING FIELDS OF WA_TA23OFFICE_ADR
WHERE...

How to access SAP table TA23OFFICE_ADR

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