HRI1791 SAP (ES Module Data) Structure details

Dictionary Type: Structure
Description: ES Module Data




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




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

HRI1791 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 "ES Module Data" 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_HRI1791 TYPE HRI1791.

The HRI1791 table consists of various fields, each holding specific information or linking keys about ES Module Data data available in SAP. These include RELCOX (Religious Course Modifiable), PROED (Professtional Education), PROEDX (Professional Education Modifiable), FINEV (Final Evaluation).. 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 HRI1791 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
RELCOReligious Course PIQ_ES_RELCOCHAR1XFELD
RELCOXReligious Course Modifiable PIQ_ES_RELCOXCHAR1XFELD
PROEDProfesstional Education PIQ_ES_PROEDCHAR1XFELD
PROEDXProfessional Education Modifiable PIQ_ES_PROEDXCHAR1XFELD
FINEVFinal Evaluation PIQ_ES_FINVALCHAR1XFELD
FINEVXFinal Evaluation Modifiable PIQ_ES_FINVALXCHAR1XFELD
WKHRSWeekly Hours PIQ_ES_WORKHRSNUMC5NUMC
WKHRSXWeekly Hours Modifiable PIQ_ES_WORKHRSXCHAR1XFELD
TMHRSTerm Hours PIQ_ES_TERMHRSNUMC5NUMC
TMHRSXTerm Hours Modifiable PIQ_ES_TERMHRSXCHAR1XFELD
MWHRSBreakout hours allowed per week PIQ_ES_BRWORKNUMC5NUMC
MWHRSXBreakout hours allowed per week Modifiable PIQ_ES_BRWORKXCHAR1XFELD
MNDTRMandatory to offer this training PIQ_ES_MANDTCOCHAR1XFELD
MNDTRXMandatory to offer this training Modifiable PIQ_ES_MANDTCOXCHAR1XFELD
SUBCOSubstituted by another course PIQ_ES_COSUBSTCHAR1XFELD
SUBCOXSubstituted by another course Modifiable PIQ_ES_COSUBSTXCHAR1XFELD
MODCLModule Classification PIQ_ES_MODCLASSCHAR2PIQ_ES_MODCLASS
MODCLXModule Classification Modifiable PIQ_ES_MODCLASSXCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table HRI1791

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