T599C_PY SAP (PNP900 Time Selections and Further Options) Table details

Dictionary Type: Table
Description: PNP900 Time Selections and Further Options




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




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

T599C_PY is a standard SAP Table which is used to store PNP900 Time Selections and Further Options data and is available within R/3 SAP systems depending on the version and release level.

The T599C_PY table consists of various fields, each holding specific information or linking keys about PNP900 Time Selections and Further Options data available in SAP. These include BT_SORTING (Sort allowed), BT_ORGSTRUCTURE (Access via organizational structure allowed), BT_MORE_SEL (Further selections), C_TIME (Time Interval).. 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_PY


SAP T599C_PY 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 PY_REPCLCHAR8PA_REPCLPY_REPORTCLASS
BT_SORTINGSort allowed PA_ESORTCHAR1XFELD
BT_ORGSTRUCTUREAccess via organizational structure allowed PA_EORGSCHAR1XFELD
BT_MORE_SELFurther selections EMORE_SELECTIONSCHAR1XFELD
C_TIMETime Interval ETIME_INTERVALCHAR1PY_INTERVAL
B_KEYDATE_INPEREnd of In-Period EKEYDATE_INPERCHAR1XFELD
B_KEYDATE_FPPEREnd of For-Period EKEYDATE_FPPERCHAR1XFELD
B_KEYDATE_PAYDTPayday EKEYDATE_PAYDATECHAR1XFELD
B_PAYTYPayroll Type B_PAYTYCHAR1XFELD
B_PAYIDPayroll Identifier B_PAYIDCHAR1XFELD
B_AS_OF_DATEReference date EAS_OF_DATECHAR1XFELD
B_ARCHIVEAllow Archive Access B_ARCHIVECHAR1XFELD
B_PERIODSCREENStart with Selection Screen 'Time' (Other:Period) START_SCREENCHAR1XFELD
BT_TIME2PERIODSwitch Time <-> Period ETIME2PERIODCHAR1XFELD
B_PERIOD_CURRENTCurrent Period on Screen EPERIOD_CURRENTCHAR1XFELD
C_PERIODPeriod Interval EPERIOD_INTERVALCHAR1PY_INTERVAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T599C_PY
INTO CORRESPONDING FIELDS OF WA_T599C_PY
WHERE...

How to access SAP table T599C_PY

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