HRPP0E SAP (Report Parameters for Report Category PP0E) Structure details

Dictionary Type: Structure
Description: Report Parameters for Report Category PP0E




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




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

HRPP0E 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 "Report Parameters for Report Category PP0E" 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_HRPP0E TYPE HRPP0E.

The HRPP0E table consists of various fields, each holding specific information or linking keys about Report Parameters for Report Category PP0E data available in SAP. These include DISPMODE (Display Positions Interactively or Automatically), DIR_PERS (Display Persons Assigned Directly), ALPHA_SORT (Display Jobs Sorted Alphabetically), DIR_PERS_X (Display Persons Assigned Directly).. 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: Not classified


SAP HRPP0E 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
SORTMODEDisplay Jobs Sorted Alphabetically SORTMODECHAR1CHAR1
DISPMODEDisplay Positions Interactively or Automatically DISPMODECHAR1CHAR1
DIR_PERSDisplay Persons Assigned Directly DIR_PERSCHAR1CHAR1
ALPHA_SORTDisplay Jobs Sorted Alphabetically ALPHA_SORTCHAR1CHAR1_X
DIR_PERS_XDisplay Persons Assigned Directly DIR_PERS_XCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table HRPP0E

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