T804H SAP (Report Writer: Database Fields for Exits) Table details

Dictionary Type: Table
Description: Report Writer: Database Fields for Exits




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




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

T804H is a standard SAP Table which is used to store Report Writer: Database Fields for Exits data and is available within R/3 SAP systems depending on the version and release level.

The T804H table consists of various fields, each holding specific information or linking keys about Report Writer: Database Fields for Exits data available in SAP. These include FORMNAME (FORM routine for checks and virtual characteristics/key fig), FIELDNAME (Required field or field group), REQPER (Required periods in a field group).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T804H 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
MPOOLModule pool for routines FORMPOOLCHAR40PROGNAME
FORMNAMEFORM routine for checks and virtual characteristics/key fig RW_EXITCHAR30CHAR30
FIELDNAMERequired field or field group RWREQFIELDCHAR30Assigned to domainFDNAME
REQPERRequired periods in a field group RWREQPERCHAR1RWREQPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM T804H
INTO CORRESPONDING FIELDS OF WA_T804H
WHERE...

How to access SAP table T804H

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