HRPAYCH_S_TRN_NON_TEACH SAP (Non-Teaching Period) Structure details

Dictionary Type: Structure
Description: Non-Teaching Period




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




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

HRPAYCH_S_TRN_NON_TEACH 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 "Non-Teaching Period" 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_HRPAYCH_S_TRN_NON_TEACH TYPE HRPAYCH_S_TRN_NON_TEACH.

The HRPAYCH_S_TRN_NON_TEACH table consists of various fields, each holding specific information or linking keys about Non-Teaching Period data available in SAP. These include MANDT (Client), OFF_GRP (Grouping Non-Teaching Period), OFF_BEG (Start of Non-Teaching Period), OFF_END (End of Non-Teaching 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRPAYCH_S_TRN_NON_TEACH 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
MANDTClient MANDTCLNT3T000MANDT
OFF_GRPGrouping Non-Teaching Period HRPAYCH_TRN_OFF_GRPNUMC8T5CV2HRPAYCH_TRN_OFF_GRP
OFF_BEGStart of Non-Teaching Period HRPAYCH_TRN_OFF_BEGDATS8DATS
OFF_ENDEnd of Non-Teaching Period HRPAYCH_TRN_OFF_ENDDATS8DATS
OFF_WEEKDAYSDays Without Instruction HRPAYCH_TRN_OFF_WEEKDAYSINT410INT4
OFF_CALDAYSNon-Teaching Calendar Days HRPAYCH_TRN_OFF_CALDAYSINT410INT4
OFF_WORKDAYSNon-Teaching Weekdays HRPAYCH_TRN_OFF_WORKDAYSINT410INT4
OFF_SATURDAYSNon-Teaching Saturdays HRPAYCH_TRN_OFF_SATURDAYSINT410INT4

Key field Non-key field



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

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

How to access SAP table HRPAYCH_S_TRN_NON_TEACH

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