FEB_TATYP_TC SAP (Transaction Text - Customer Adjustment) Table details

Dictionary Type: Table
Description: Transaction Text - Customer Adjustment




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




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

FEB_TATYP_TC is a standard SAP Table which is used to store Transaction Text - Customer Adjustment data and is available within R/3 SAP systems depending on the version and release level.

The FEB_TATYP_TC table consists of various fields, each holding specific information or linking keys about Transaction Text - Customer Adjustment data available in SAP. These include TATYP (Transaction), LANGU (Language Key), TATXT (Name of Transaction).. 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: Cannot Be Enhanced

Text table for: FEB_TATYP_C


SAP FEB_TATYP_TC 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 MANDTCLNT3T000MANDT
TATYPTransaction FEB_BSPROC_TATYPCHAR4FEB_TATYP_CFEB_BSPROC_TATYP
LANGULanguage Key LANGULANG1T002ISOLASPRAS
TATXTName of Transaction FEB_BSPROC_TATXTCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM FEB_TATYP_TC
INTO CORRESPONDING FIELDS OF WA_FEB_TATYP_TC
WHERE...

How to access SAP table FEB_TATYP_TC

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