HRPYO_S_STEP SAP (Structure for step) Structure details

Dictionary Type: Structure
Description: Structure for step




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




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

HRPYO_S_STEP 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 "Structure for step" 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_STEP TYPE HRPYO_S_STEP.

The HRPYO_S_STEP table consists of various fields, each holding specific information or linking keys about Structure for step data available in SAP. These include STEP_ID (Entity Id), CYCLE_ID (Entity Id), DESCRIPTION (Step Description), STARTDATE (Start Date).. 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_STEP 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
STEP_NAMEStep Name HRPYO_STEPNAMECHAR32Assigned to domainHRPYO_STEPNAME
STEP_IDEntity Id HRPYO_ENTITYIDCHAR32SYSUUID_C
CYCLE_IDEntity Id HRPYO_ENTITYIDCHAR32SYSUUID_C
DESCRIPTIONStep Description HRPYO_STEPDESCRCHAR80HRPYO_ENTITYDESCR
STARTDATEStart Date BEGDADATS8DATUM
ENDDATEEnd Date ENDDADATS8DATUM
CYCLE_NAMECycle Name HRPYO_CYCLENAMECHAR32HRPYO_CYCLENAME
STEPTYPEStep Type HRPYO_STEPTYPECHAR1HRPYO_STEPTYPE
STEPTYPE_DESCStep type description HRPYO_STEPTYPE_DESCRCHAR100HRPYO_STEPTYPE_DESCR
LAUNCHIDTask Name HRPYO_LAUNCHIDCHAR80CHAR80
VARIANTStep Variant HRPYO_VARIANTCHAR14SELSET
CHECKBADIName of a BAdI Implementation BADI_IMPL_NAMECHAR30BADI_IMPL_NAME
STATUPDMODEStatus Update Mode HRPYO_STATMODECHAR1HRPYO_STATMODE
EXECMODEExecution Mode HRPYO_EXECMODECHAR1HRPYO_EXECMODE
BEFORE_BEGDAAllow execution irrespective of start and end dates HRPYO_OVERRIDEDATECHAR1HRPYO_OVERRIDEDATE
AFTER_ENDDAAllow execution irrespective of start and end dates HRPYO_OVERRIDEDATECHAR1HRPYO_OVERRIDEDATE
SEQNRSequence Number HRPYO_SEQNRINT25INT2
STARTTIMESystem Time SYUZEITTIMS6SYTIME
ENDTIMETime by which the step should have been completed HRPYO_END_TIMETIMS6HRPYO_TIME
STATUSStep Status HRPYO_STEPSTATUSCHAR10HRPYO_STEPSTATUS
SCMA_NODE_IDNode ID SCMA_NODECHAR12SCMA_NODE
EXECUTION_DATEData element for execution date HRPYO_EXECUTIONDATEDATS8
EXECUTION_TIMEData element for execution time HRPYO_EXECUTIONTIMETIMS6
EXECUTED_BYData element executed by HRPYO_EXECUTEDBYCHAR12
CREATED_BYName of Person Who Changed Object AENAMCHAR12USNAM
CREATED_DATEChanged On AEDATDATS8DATUM
UPDATED_BYName of Person Who Changed Object AENAMCHAR12USNAM
UPDATED_DATEChanged On AEDATDATS8DATUM
DELETEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PERSISTEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

As HRPYO_S_STEP 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_STEP as there is no data to select.

How to access SAP table HRPYO_S_STEP

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