TA20BA SAP (Access Parameters of User Groups per Reservation System) Table details

Dictionary Type: Table
Description: Access Parameters of User Groups per Reservation System




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




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

TA20BA is a standard SAP Table which is used to store Access Parameters of User Groups per Reservation System data and is available within R/3 SAP systems depending on the version and release level.

The TA20BA table consists of various fields, each holding specific information or linking keys about Access Parameters of User Groups per Reservation System data available in SAP. These include USERG (User Grouping for Travel Planning), RES_SYSTEM (Reservation System), RFCDEST (Logical RFC Destination to API), SUBSCRIPTION (GDS Identification).. 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 TA20BA 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
USERGUser Grouping for Travel Planning EMPLOYEE_GROUP_TPCHAR2TA20BFTPD_EMPLOYEE_GROUP
RES_SYSTEMReservation System RESERVATION_SYSTEMCHAR3TA21PFTPD_PROVIDER_CODE
RFCDESTLogical RFC Destination to API RFCDEST_APICHAR32RFCDESRFCDESTRFC
SUBSCRIPTIONGDS Identification SUBSCRIPTION_IDCHAR30FTPD_SUBSCRIPTION_ID
CORPORATECorporate Identification CORPORATE_IDCHAR30TA20AFTPD_CORPORATE_ID
UNAME_FLAGIndicator: Use SAP User Name as GDS User User UNAME_FLAGCHAR1CHAR1_X
USERIDUser Identification USER_IDCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA20BA
INTO CORRESPONDING FIELDS OF WA_TA20BA
WHERE...

How to access SAP table TA20BA

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