TQ84 SAP (Confirmation profile) Table details

Dictionary Type: Table
Description: Confirmation profile




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




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

TQ84 is a standard SAP Table which is used to store Confirmation profile data and is available within R/3 SAP systems depending on the version and release level.

The TQ84 table consists of various fields, each holding specific information or linking keys about Confirmation profile data available in SAP. These include RPROFIL (Confirmation Profile), FE_KANN (Optional Entry), FE_MUSS (Required Entry), FE_DAKT (No Entry).. 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

Text table = TQ84T


SAP TQ84 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
RPROFILConfirmation Profile QRPROFILCHAR4QRPROFIL
FE_KANNOptional Entry QINPUTCHAR1QKZ
FE_MUSSRequired Entry QREQUIREDCHAR1QKZ
FE_DAKTNo Entry QINVISIBLECHAR1QKZ
FE_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
FETXT_KANNOptional Entry QINPUTCHAR1QKZ
FETXT_MUSSRequired Entry QREQUIREDCHAR1QKZ
FETXT_DAKTNo Entry QINVISIBLECHAR1QKZ
FETXT_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
ANZ_KANNOptional Entry QINPUTCHAR1QKZ
ANZ_MUSSRequired Entry QREQUIREDCHAR1QKZ
ANZ_DAKTNo Entry QINVISIBLECHAR1QKZ
ANZ_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
SENR_KANNOptional Entry QINPUTCHAR1QKZ
SENR_MUSSRequired Entry QREQUIREDCHAR1QKZ
SENR_DAKTNo Serial Numbers Active QSERNROFFCHAR1QKZ
ERNR_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
OT_KANNOptional Entry QINPUTCHAR1QKZ
OT_MUSSRequired Entry QREQUIREDCHAR1QKZ
OT_DAKTNo Entry QINVISIBLECHAR1QKZ
OT_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
OTTXT_KANNOptional Entry QINPUTCHAR1QKZ
OTTXT_MUSSRequired Entry QREQUIREDCHAR1QKZ
OTTXT_DAKTNo Entry QINVISIBLECHAR1QKZ
OTTXT_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
BAUTL_KANNOptional Entry QINPUTCHAR1QKZ
BAUTL_MUSSRequired Entry QREQUIREDCHAR1QKZ
BAUTL_DAKTNo Entry QINVISIBLECHAR1QKZ
BAUTL_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
FRKLS_KANNOptional Entry QINPUTCHAR1QKZ
FRKLS_MUSSRequired Entry QREQUIREDCHAR1QKZ
FRKLS_DAKTNo Entry QINVISIBLECHAR1QKZ
FRKLS_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
UR_KANNOptional Entry QINPUTCHAR1QKZ
UR_MUSSRequired Entry QREQUIREDCHAR1QKZ
UR_DAKTNo Entry QINVISIBLECHAR1QKZ
UR_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
URTXT_KANNOptional Entry QINPUTCHAR1QKZ
URTXT_MUSSRequired Entry QREQUIREDCHAR1QKZ
URTXT_DAKTNo Entry QINVISIBLECHAR1QKZ
URTXT_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
MN_KANNOptional Entry QINPUTCHAR1QKZ
MN_MUSSRequired Entry QREQUIREDCHAR1QKZ
MN_DAKTNo Entry QINVISIBLECHAR1QKZ
MN_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
MATXT_KANNOptional Entry QINPUTCHAR1QKZ
MATXT_MUSSRequired Entry QREQUIREDCHAR1QKZ
MATXT_DAKTNo Entry QINVISIBLECHAR1QKZ
MATXT_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ
FEBEW_KANNOptional Entry QINPUTCHAR1QKZ
FEBEW_MUSSRequired Entry QREQUIREDCHAR1QKZ
FEBEW_DAKTNo Entry QINVISIBLECHAR1QKZ
FEBEW_LZEINext Line is a Blank Line QDUMMYLINECHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQ84
INTO CORRESPONDING FIELDS OF WA_TQ84
WHERE...

How to access SAP table TQ84

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