PYNOSCREEN SAP (Selection Screen Fields (Only as Interface)) Table details

Dictionary Type: Table
Description: Selection Screen Fields (Only as Interface)




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




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

PYNOSCREEN is a standard SAP Table which is used to store Selection Screen Fields (Only as Interface) data and is available within R/3 SAP systems depending on the version and release level.

The PYNOSCREEN table consists of various fields, each holding specific information or linking keys about Selection Screen Fields (Only as Interface) data available in SAP. These include INPER (In-period for payroll), FPPER (For-period for garnishment), FPEND (End of payroll period (for-period)), IPEND (End of payroll period (IN period)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PYNOSCREEN 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
PAYTYPayroll type PAYTYCHAR1PAYTY
INPERIn-period for payroll IPERICHAR6CHAR6
FPPERFor-period for garnishment FPPERCHAR6PRIOD
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
APPLY_CDEVALApply the CD Evaluation Algorithm to the Selected Periods APPLY_CDEVALCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO

Key field Non-key field



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

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

SELECT SINGLE *
FROM PYNOSCREEN
INTO CORRESPONDING FIELDS OF WA_PYNOSCREEN
WHERE...

How to access SAP table PYNOSCREEN

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