TA20NRADD SAP (Additional Info for Negotiated Rates and Discounts) Table details

Dictionary Type: Table
Description: Additional Info for Negotiated Rates and Discounts




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




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

TA20NRADD is a standard SAP Table which is used to store Additional Info for Negotiated Rates and Discounts data and is available within R/3 SAP systems depending on the version and release level.

The TA20NRADD table consists of various fields, each holding specific information or linking keys about Additional Info for Negotiated Rates and Discounts data available in SAP. These include FARE_INDEX (Rate Index Tables), DISCOUNT_TYPE (Discount Type - Negotiated Rate or Discount), FLIGHT_NUMBER (Flight Number), ADV_PURCHASE (Number of Days Between Purchase and Utilization).. 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 TA20NRADD 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
ADD_INDEXException Index Table EXCEPT_INDEXNUMC6NUMC06
FARE_INDEXRate Index Tables FARE_INDEXNUMC6NUMC06
DISCOUNT_TYPEDiscount Type - Negotiated Rate or Discount DISCOUNT_TYPECHAR1FTPD_DISCOUNT_TYPE
FLIGHT_NUMBERFlight Number FLIGHT_NRCHAR6FTPD_FLIGHT_NR
ADV_PURCHASENumber of Days Between Purchase and Utilization ADVANCED_PURCHASENUMC3NUMC03
TICKET_DATELast Possible Date for Ticket Issue TICKET_DATEDATS8DATS
BOOKING_DATELast Possible Booking Date BOOKING_DATEDATS8DATS
RESERVATION_DATELast Possible Date for Reservation RESERVATION_DATEDATS8DATS
WEEK_DATESWeek Days - 1:Monday. 2:Tuesday... (e.g.: 1,2) WEEK_DATESCHAR15CHAR15
START_TIMEStart Time for Request Item ITEMPOS_TIME_BEGTIMS6FTPD_TIME
END_TIMEEnd time for request item ITEMPOS_TIME_ENDTIMS6FTPD_TIME
ADD_TYPERemark Type RMRK_TYPECHAR1FTPD_RMRK_TYPE
ADD_TEXTRemarks RMRK_FREE_FLOWCHAR132FTPD_INFO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TA20NRADD
INTO CORRESPONDING FIELDS OF WA_TA20NRADD
WHERE...

How to access SAP table TA20NRADD

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