TA20OFFICE SAP (Reservation System-Specific Sales Offices) Table details

Dictionary Type: Table
Description: Reservation System-Specific Sales Offices




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




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

TA20OFFICE is a standard SAP Table which is used to store Reservation System-Specific Sales Offices data and is available within R/3 SAP systems depending on the version and release level.

The TA20OFFICE table consists of various fields, each holding specific information or linking keys about Reservation System-Specific Sales Offices data available in SAP. These include GDS (Reservation System), OFFICE (Sales Office), LAND (Country Key), VIRTUAL (Indicator: Virtual Sales Office).. 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: Can be enhanced (character-type)

Text table = TA20OFFICE_TEXT


SAP TA20OFFICE 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_SYSTEMCHAR3TA21PFTPD_PROVIDER_CODE
OFFICESales Office OFFICECHAR12FTPD_OFFICE_ID
LANDCountry Key LAND1CHAR3T005LAND1LND
VIRTUALIndicator: Virtual Sales Office VIRTUALCHAR1VIRTUAL
SET_TKTLTicket Element Flag: Create TKTL SET_TKTL_FLAGCHAR1CHAR1_X
.INCLU--AP 0
BOOKING_SOURCEIdentification for booking/reservations BOOKING_SOURCECHAR40CHAR40
.INCLU--AP 0
ON_HOLD_ALLOWEDOn-Hold Booking Allowed for Sales Office (Indicator) ON_HOLD_ALLOWEDCHAR1CHAR1
CREDENTIALAccess ID CREDENTIALCHAR30CREDENTIALTYPE
PROFILE_PASSWORDAccess ID for Profile Synchronization PROFILE_CREDENTIALCHAR30CREDENTIALTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA20OFFICE
INTO CORRESPONDING FIELDS OF WA_TA20OFFICE
WHERE...

How to access SAP table TA20OFFICE

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