HRPYO_S_GRIDFIELDS SAP (ALV Grid fields payroll scheduler) Structure details

Dictionary Type: Structure
Description: ALV Grid fields payroll scheduler




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




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

HRPYO_S_GRIDFIELDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ALV Grid fields payroll scheduler" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRPYO_S_GRIDFIELDS TYPE HRPYO_S_GRIDFIELDS.

The HRPYO_S_GRIDFIELDS table consists of various fields, each holding specific information or linking keys about ALV Grid fields payroll scheduler data available in SAP. These include SCHEDULE_DESCRIPTION (Payroll Schedule Description), CYCLE_NAME (Cycle Name), STEP_NAME (Step Name), STEPTYPE (Step type to be displayed as icon).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRPYO_S_GRIDFIELDS structure 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
SCHEDULE_NAMEPayroll Schedule Name HRPYO_SCHEDULENAMECHAR32Assigned to domainHRPYO_SCHEDULENAME
SCHEDULE_DESCRIPTIONPayroll Schedule Description HRPYO_SCHEDULEDESCRCHAR80HRPYO_ENTITYDESCR
CYCLE_NAMECycle Name HRPYO_CYCLENAMECHAR32HRPYO_CYCLENAME
STEP_NAMEStep Name HRPYO_STEPNAMECHAR32Assigned to domainHRPYO_STEPNAME
STEPTYPEStep type to be displayed as icon HRPYO_STEPTYPE_ICONCHAR10
STEP_DESCRIPTIONStep Description HRPYO_STEPDESCRCHAR80HRPYO_ENTITYDESCR
LAUNCHIDTask Name HRPYO_LAUNCHIDCHAR80CHAR80
VARIANTStep Variant HRPYO_VARIANTCHAR14SELSET
STARTDATEStart Date BEGDADATS8DATUM
ENDDATEEnd Date ENDDADATS8DATUM
STARTTIMEStart time of a step HRPYO_START_TIMETIMS6HRPYO_TIME
ENDTIMETime by which the step should have been completed HRPYO_END_TIMETIMS6HRPYO_TIME
DEPENDENCYDependency Exists HRPYO_DEPENDENCY_INDICATORCHAR10HRPYO_DEPENDENCY_INDICATOR
SCMA_NODE_IDNode ID SCMA_NODECHAR12SCMA_NODE
STEP_STATUSStep Status HRPYO_STEP_STATUSCHAR10
STEP_IDEntity Id HRPYO_ENTITYIDCHAR32SYSUUID_C
BEFORE_BEGDAAllow execution irrespective of start and end dates HRPYO_OVERRIDEDATECHAR1HRPYO_OVERRIDEDATE
AFTER_ENDDAAllow execution irrespective of start and end dates HRPYO_OVERRIDEDATECHAR1HRPYO_OVERRIDEDATE
STATUPDMODEStatus Update Mode HRPYO_STATMODECHAR1HRPYO_STATMODE
NOTE_EXISTSIndicator to indicate whether note exists or not HRPYO_NOTE_INDICATORCHAR10HRPYO_NOTE_INDICATOR
STEPTYPE_RAWStep Type HRPYO_STEPTYPECHAR1HRPYO_STEPTYPE
PABRPPayroll Period PABRPNUMC2PABRP

Key field Non-key field



How do I retrieve data from SAP structure HRPYO_S_GRIDFIELDS using ABAP code?

As HRPYO_S_GRIDFIELDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRPYO_S_GRIDFIELDS as there is no data to select.

How to access SAP table HRPYO_S_GRIDFIELDS

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