T599C SAP (Report Categories) Table details

Dictionary Type: Table
Description: Report Categories




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




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

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

The T599C table consists of various fields, each holding specific information or linking keys about Report Categories data available in SAP. These include ESORT (Sort allowed), ENAMC (Matchcode allowed), EORGS (Access via organizational structure allowed), EZRB1 (Period determination (ABKRS/PABRP/PABRJ)).. 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: Cannot Be Enhanced

Text table = T599D


SAP T599C 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
REPCLReport Category REPCLCHAR8PA_REPCLHRBAS00REPORTCLASS
ESORTSort allowed PA_ESORTCHAR1XFELD
ENAMCMatchcode allowed PA_ENAMCCHAR1XFELD
EORGSAccess via organizational structure allowed PA_EORGSCHAR1XFELD
EZRB1Period determination (ABKRS/PABRP/PABRJ) PA_EZRB1CHAR1PA_EZRBX
EZRB2Period determination (TIMED) PA_EZRB2CHAR1PA_EZRBX
DAEPSData Selection Period = Person Selection Period PA_DAEPSCHAR1XFELD
XXXDAInput control for data selection period PA_XXXDACHAR1PA_XXXDP
XXXPSInput Control for Person Selection Period PA_XXXPSCHAR1PA_XXXDP
SELECTVIEWName of selection view RSLDB_NAMECHAR20SYCHAR20
ORIGINOrigin of selection view RSLDB_ORIGCHAR3RSLDB_ORIG
PNPCEReport Category Belongs to PNPCE PCCE_PNP_PNPCECHAR1XFELD
GROUPIDGrouping ID for General Selection HR_SEL_GROUPIDCHAR20HRSEL_GROUPIDS
DATA_PERIODSHR Report Categories: Storage of Possible Periods PA_PERIOD_STRINGCHAR30
PERSON_PERIODSHR Report Categories: Storage of Possible Periods PA_PERIOD_STRINGCHAR30
SELVIEW_AS_POPUPHR Report Categories: Dynamic Selections as Dialog Box PA_SELVIEW_AS_POPUPCHAR1
SELVIEW_ACTIVEHR Report Categories: Dynamic Selections Active PA_SELVIEW_ACTIVECHAR1
DISP_PERSONSelection Option Person Should Be Displayed PCCE_PNP_DISP_PERSONCHAR1XFELD
DISP_GRP_REASONGrouping Reason Should Be Displayed PCCE_PNP_DISP_GROUPING_REASONCHAR1XFELD
DISP_GRP_VALUEGrouping Value Should Be Displayed PCCE_PNP_DISP_GROUPING_VALUECHAR1XFELD
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGED_DATEChanged on UDLDATEDATS8DATUM
DISP_PAY_TYPEHR Report Categories: Display Payroll Type PA_DISPLAY_PAYROLL_TYPECHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T599C
INTO CORRESPONDING FIELDS OF WA_T599C
WHERE...

How to access SAP table T599C

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